html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    color: #3c3a3a;
    font-weight: 400;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{
    font-weight: 400;
}
a{
    text-decoration: none !important;
    color: #3c3a3a;
}
a:hover{
    color: #3c3a3a;
}
input:focus, textarea:focus {
    box-shadow: none;
    border-color: #E4572E;
}
.page-wrapper{
    overflow-x: hidden;
}

/*a.btn-outline-dark:hover{
    background:none;
}*/

/*--- KEY FRAMES -- */
@keyframes qode-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes qode-fade-in {
    0% {
        opacity: 0;
        visibility: hidden;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
@keyframes qode-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}
@keyframes qode-ball-fall {
    0% {
        opacity: 0;
        transform: translateY(-145%);
    }
    10% {
        opacity: 0.5;
    }
    20% {
        opacity: 1;
        transform: translateY(0);
    }
    80% {
        opacity: 1;
        transform: translateY(0);
    }
    90% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
        transform: translateY(145%);
    }
}
@keyframes qode-scaleout {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}
@keyframes qode-double-pulse {
    0%,
    100% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}
@keyframes qode-cube {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
@keyframes qode-rotating-cubes {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
        transform: rotate(-360deg);
    }
}
@keyframes qode-stretch-delay {
    0%,
    100%,
    40% {
        transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
    }
}
@keyframes qode-bounce-delay {
    0%,
    100%,
    80% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}
@keyframes qode-rotate-circles {
    to {
        transform: rotate(360deg);
    }
}
@keyframes qode-atom-position {
    50% {
        top: 80px;
        left: 80px;
    }
}
@keyframes qode-atom-size {
    50% {
        transform: scale(0.5);
    }
}
@keyframes qode-atom-zindex {
    100% {
        z-index: 10;
    }
}
@keyframes qode-atom-shrink {
    50% {
        transform: scale(0.8);
    }
}
@keyframes qode-clock {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes qode-clock-1 {
    0% {
        transform: rotate(-135deg);
    }
    30% {
        transform: rotate(-450deg);
    }
    100% {
        transform: rotate(-450deg);
    }
}
@keyframes qode-clock-2 {
    5% {
        transform: rotate(-90deg);
    }
    35% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}
@keyframes qode-clock-3 {
    10% {
        transform: rotate(-45deg);
    }
    40% {
        transform: rotate(-360deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
@keyframes qode-clock-4 {
    15% {
        transform: rotate(0);
    }
    45% {
        transform: rotate(-315deg);
    }
    100% {
        transform: rotate(-315deg);
    }
}
@keyframes qode-mitosis-invert {
    100% {
        transform: rotate(180deg);
    }
}
@keyframes qode-mitosis-ball-1 {
    12% {
        transform: none;
    }
    26% {
        transform: translateX(25%) scale(1, 0.8);
    }
    40% {
        transform: translateX(50%) scale(0.8, 0.8);
    }
    60% {
        transform: translateX(50%) scale(0.8, 0.8);
    }
    74% {
        transform: translate(50%, 25%) scale(0.6, 0.8);
    }
    88% {
        transform: translate(50%, 50%) scale(0.6, 0.6);
    }
    100% {
        transform: translate(50%, 50%) scale(0.6, 0.6);
    }
}
@keyframes qode-mitosis-ball-2 {
    12% {
        transform: none;
    }
    26% {
        transform: translateX(25%) scale(1, 0.8);
    }
    40% {
        transform: translateX(50%) scale(0.8, 0.8);
    }
    60% {
        transform: translateX(50%) scale(0.8, 0.8);
    }
    74% {
        transform: translate(50%, -25%) scale(0.6, 0.8);
    }
    88% {
        transform: translate(50%, -50%) scale(0.6, 0.6);
    }
    100% {
        transform: translate(50%, -50%) scale(0.6, 0.6);
    }
}
@keyframes qode-mitosis-ball-3 {
    12% {
        transform: none;
    }
    26% {
        transform: translateX(-25%) scale(1, 0.8);
    }
    40% {
        transform: translateX(-50%) scale(0.8, 0.8);
    }
    60% {
        transform: translateX(-50%) scale(0.8, 0.8);
    }
    74% {
        transform: translate(-50%, 25%) scale(0.6, 0.8);
    }
    88% {
        transform: translate(-50%, 50%) scale(0.6, 0.6);
    }
    100% {
        transform: translate(-50%, 50%) scale(0.6, 0.6);
    }
}
@keyframes qode-mitosis-ball-4 {
    12% {
        transform: none;
    }
    26% {
        transform: translateX(-25%) scale(1, 0.8);
    }
    40% {
        transform: translateX(-50%) scale(0.8, 0.8);
    }
    60% {
        transform: translateX(-50%) scale(0.8, 0.8);
    }
    74% {
        transform: translate(-50%, -25%) scale(0.6, 0.8);
    }
    88% {
        transform: translate(-50%, -50%) scale(0.6, 0.6);
    }
    100% {
        transform: translate(-50%, -50%) scale(0.6, 0.6);
    }
}
@keyframes qode-lines-spin {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes qode-fussion-ball-1 {
    50% {
        top: -100%;
        left: 200%;
    }
    100% {
        top: 50%;
        left: 100%;
        z-index: 2;
    }
}
@keyframes qode-fussion-ball-2 {
    50% {
        top: 200%;
        left: 200%;
    }
    100% {
        top: 100%;
        left: 50%;
        z-index: 1;
    }
}
@keyframes qode-fussion-ball-3 {
    50% {
        top: 200%;
        left: -100%;
    }
    100% {
        top: 50%;
        left: 0;
        z-index: 2;
    }
}
@keyframes qode-fussion-ball-4 {
    50% {
        top: -100%;
        left: -100%;
    }
    100% {
        top: 0;
        left: 50%;
        z-index: 1;
    }
}
@keyframes qode-wave-jump-1 {
    12% {
        transform: translate(20px, -40px);
        animation-timing-function: ease-in;
    }
    100%,
    24% {
        transform: translate(40px, 0);
    }
}
@keyframes qode-wave-jump-2 {
    12% {
        transform: translate(0, 0);
    }
    24% {
        transform: translate(20px, -40px);
        animation-timing-function: ease-in;
    }
    100%,
    36% {
        transform: translate(40px, 0);
    }
}
@keyframes qode-wave-jump-3 {
    24% {
        transform: translate(0, 0);
    }
    36% {
        transform: translate(20px, -40px);
        animation-timing-function: ease-in;
    }
    100%,
    48% {
        transform: translate(40px, 0);
    }
}
@keyframes qode-wave-wipe {
    100%,
    48% {
        transform: translateX(-120px);
    }
}
@keyframes qode-pulse-circles-pulse {
    0% {
        transform: scale(0.1);
        opacity: 1;
        border-width: 50px;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
        border-width: 0;
    }
}
@keyframes qode-bounce {
    20%,
    53%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}
@keyframes qode-pulse {
    from {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}
@keyframes qodef-image-fade-in {
    0% {
        clip-path: inset(0 100% 0 0);
        -webkit-clip-path: inset(0 100% 0 0);
    }
    100% {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
}
@keyframes qodef-image-fade-out {
    0% {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
    100% {
        clip-path: inset(0 0 0 100%);
        -webkit-clip-path: inset(0 0 0 100%);
    }
}
@keyframes qodef-content-fade-in {
    0% {
        opacity: 0;
        transform: translateX(-40px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes qodef-content-fade-out {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(40px);
    }
}
@keyframes qode-inline-underline-initial-hover {
    0% {
        background-position: 100% var(--qodef-underline-position-y);
        background-size: 100% var(--qodef-underline-height);
    }
    35% {
        background-position: 100% var(--qodef-underline-position-y);
        background-size: 0 var(--qodef-underline-height);
    }
    36% {
        background-position: 0 var(--qodef-underline-position-y);
        background-size: 0 var(--qodef-underline-height);
    }
    100% {
        background-position: 0 var(--qodef-underline-position-y);
        background-size: 100% var(--qodef-underline-height);
    }
}
@keyframes qode-draw {
    0%,
    100% {
        clip-path: inset(-2px 0);
    }
    42% {
        clip-path: inset(-2px 0 -2px 100%);
    }
    43% {
        clip-path: inset(-2px 100% -2px 0);
    }
}
@keyframes qode-draw-vertical {
    0%,
    100% {
        clip-path: inset(0 -2px);
    }
    42% {
        clip-path: inset(100% -2px 0 -2px);
    }
    43% {
        clip-path: inset(0 -2px 100% -2px);
    }
}
@keyframes qodef-scale-infinite {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}
@keyframes qode-spinner-image {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes qode-progress-content-show {
    0% {
        opacity: 0;
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.btn-danger{
    background:#E4572E;
}
.btn-danger:hover{background:#0F4C81; border-color: #fff}
/*---HEADER---*/
/* TOPBAR */
.topbar {
    background-color: #0F4C81;
    color: #fff;
    font-size: 13px;
    z-index: 1040;
}
.topbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 0;
}
.topbar ion-icon {
    margin-right: 5px;
    vertical-align: middle;
}
.topbar .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.25s ease-in-out;
    margin-top: 0;
    position: absolute !important;
    z-index: 9999;
    border-radius:0;
    border:none;
    top:30px;
}
.topbar .dropdown-menu .dropdown-item{
    background:none;
    font-size:13px;
}
.topbar .dropdown.show .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.topbar ul.dropdown-menu > li > a .qodef-menu-item-text {
    --qodef-underline-position-y: calc(100% - 2px);
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.4s cubic-bezier(0.51, 0.5, 0.07, 0.99), color 0.27s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
}

.topbar ul.dropdown-menu > li:hover > a .qodef-menu-item-text {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y);
}

/*--MAIN MENU--*/
.hero {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }

.site-navbar-wrap {
    /*position: absolute;*/
    z-index: 99;
    width: 100%;
    left: 0; }
/*.site-navbar-wrap a {
    color: #fff; }*/
.site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem; }

.site-navbar-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

.site-navbar {
    margin-bottom: 0px;
    width: 100%; }
.site-navbar .site-logo {
    font-weight: 200;
    line-height: 0;
    position: relative; }
.site-navbar .site-logo a {
    font-weight: 200;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase; }
.site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
}
.site-navbar .site-navigation .site-menu > li {
    display: inline-block;
    padding: 10px 5px; }
.site-navbar .site-navigation .site-menu > li > a {
    padding: 20px 15px;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    text-decoration: none !important; }
.site-navbar .site-navigation .site-menu > li > a.active {
    color: #fff; }
/*.site-navbar .site-navigation .site-menu > li > a:hover {
    color: #fff; }*/
.site-navbar .site-navigation .site-menu > li:last-child {
    padding-right: 0; }
.site-navbar .site-navigation .site-menu > li:last-child > a {
    padding-right: 0; }
.site-navbar .site-navigation .site-menu .has-children {
    position: relative; }
.site-navbar .site-navigation .site-menu .has-children > a {
    position: relative;
    padding-right: 20px; }
/*.site-navbar .site-navigation .site-menu .has-children > a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon'; }*/
.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    padding: 15px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
    /*border-radius: 4px; */
    width:250px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #343a40; }
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
    color: #007bff; }
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
    color: #fff !important; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 250px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 5px 20px;
    display: block; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
    /*background: #ebeef0;*/
    color: #212529; }
/*.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
    content: "\e315";
    right: 20px; }*/
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
    left: 100%;
    top: 0; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
    /*background: #ebeef0;*/
    color: #212529; }
.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
    color: #fff; }
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer; }
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1; }

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;

}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
.site-mobile-menu .site-mobile-menu-header {
    width: 300px;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
    font-size:30px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #dee2e6; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none; }
.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
.site-mobile-menu .site-nav-wrap a {
    padding: 5px 20px;
    display: block;
    position: relative;
    color: #212529; }
.site-mobile-menu .site-nav-wrap .show {
    margin-bottom:20px;
}
.site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
    color: #007bff; }
.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block; }
/*.site-mobile-menu .site-nav-wrap li.active > a {
    color: #007bff; }*/
.site-mobile-menu .site-nav-wrap li.active > a.nav-link .qodef-menu-item-text{
    border-bottom:1px solid #000;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%; }
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    /*background: #f8f9fa; */
}
.arrow-collapse-icon .qodef-menu-item-arrow.qodef-svg--menu-arrow {
    transform: rotate(45deg) translateZ(0);
}

/*.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.site-mobile-menu .site-nav-wrap > li {
    display: block;
    position: relative;
    float: left;
    width: 100%; }*/
.site-mobile-menu .site-nav-wrap > li > a {
    padding-left: 20px;
     }
.site-mobile-menu .site-nav-wrap > li > ul {
    padding: 0;
    margin: 0;
    list-style: none; }
.site-mobile-menu .site-nav-wrap > li > ul > li {
    display: block; }
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
    padding-left: 40px;
    font-size: 16px; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
    padding: 0;
    margin: 0; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
    display: block; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
    font-size: 16px;
    padding-left: 60px; }

.sticky-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%; 
    height:80px !important;
}
.sticky-wrapper + .site-blocks-cover {
    margin-top: 96px; }
.sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
.sticky-wrapper .site-navbar ul li.active a {
    color: #fff; }
.sticky-wrapper.is-sticky .site-navbar {
    background-color: #0F4C81; 
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
    display: inline-block;
    padding: 10px 5px; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
    padding-right: 0; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
    padding-right: 0; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
    padding-right: 20px; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
    padding: 10px 10px;
    /*color: rgba(0, 0, 0, 1);*/
    font-size: 15px; }
/*.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover {
    color: #fff !important; }*/
/*.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
    color: #fff !important; }
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
    color: #fff; }*/

.site-navbar > .linebottom-menu{
    border-bottom:1px solid #565C5D;
}
.is-sticky .site-navbar > .container{
    border-bottom:none;
}
.is-sticky .js-sticky-header{
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
#navbarNav > ul > li > a {
    position: relative;
    display: flex;

}
#navbarNav > ul > li > a .qodef-menu-item-text {
    --qodef-underline-position-y: calc(100% - 2px);
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.4s cubic-bezier(0.51, 0.5, 0.07, 0.99), color 0.27s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
}
#navbarNav > ul > li.active > a .qodef-menu-item-text,
#navbarNav > ul > li:hover > a .qodef-menu-item-text {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y);
}

#navbarNav > ul > li.has-children ul li > a .qodef-menu-item-text {
    --qodef-underline-position-y: calc(100% - 1px);
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.4s cubic-bezier(0.51, 0.5, 0.07, 0.99), color 0.27s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
}
#navbarNav > ul > li.has-children ul li > a {
    position: relative;
    display: flex;
    white-space: normal;
    /*margin: 15px 0;*/
    overflow: hidden;
    transition: padding 0.27s ease-out;
}
#navbarNav > ul > li.has-children ul li:hover > a .qodef-menu-item-text {
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y);
}
.qodef-menu-item-arrow {
    position: absolute;
    top: calc(50% - 5px);
    right: 23px;
    width: 8px;
    height: auto;
    display: block;
    transform: rotate(0);
    transition: transform 0.35s ease;
}
/*.qodef-menu-item-arrow {
    left: 23px;
    right: auto;
    padding-bottom: 1px;
    transform: rotate(180deg);
    transition: transform 0.35s ease;
}
.qodef-svg--menu-arrow {
    transform: rotate(45deg) translateZ(0);
}
.qodef-menu-item-arrow{
    transform: rotate(-180deg) scaleY(-1);
}
.dropdown-submenu:hover .qodef-menu-item-arrow.qodef-svg--menu-arrow {
    transform: rotate(-180deg) scaleY(-1) rotate(45deg) translateZ(0);
}*/
.dropdown-submenu:hover .qodef-menu-item-arrow.qodef-svg--menu-arrow {
    transform: rotate(45deg) translateZ(0);
}
/*.qodef-menu-item-arrow:not(.qodef-svg--menu-arrow-hover) {
    transform: rotate(-180deg) scaleY(-1);
}
.dropdown-submenu:hover .qodef-menu-item-arrow.qodef-svg--menu-arrow {
    transform: rotate(-180deg) scaleY(-1) rotate(45deg) translateZ(0);
}*/
.qodef-svg--menu-arrow {
    fill: currentColor;
    stroke: none;
}
.qodef-svg--search {
    fill: none;
    stroke: currentColor;
}
.qodef-svg--button-arrow {
    stroke: currentColor;
    fill: none;
    stroke-width: 1.1;
}
.qodef-opener-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.qodef-opener-icon .qodef-m-icon {
    position: relative;
    visibility: visible;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
    position: relative;
    display: block;
    width: 47px;
    
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-lines .qodef-m-line.qodef--1 {
    top: 50%;
    transform: translateY(-4px);
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-lines .qodef-m-line.qodef--2 {
    top: 50%;
    transform: translateY(4px);
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-lines .qodef-m-line {
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: currentColor;
    transition: top .15s ease, transform .3s ease;
}
/*---BANNER---*/
.carousel-item { height: 100vh; position: relative; color: #fff; display: flex; align-items: center; justify-content: flex-start; padding-left: 10vw; overflow: hidden; }
.bg-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; z-index: 0; transition: transform 2s ease; }
.carousel-item.active .bg-img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 7000ms linear;
    -moz-transition: all 7000ms linear;
    -ms-transition: all 7000ms linear;
    -o-transition: all 7000ms linear;
}
.main-text{margin-top: 200px}
.main-text h2{font-size:40px; font-weight: normal; margin-bottom:0;}
.main-text, .carousel-caption, .fixed-bottom-caption { position: relative; z-index: 1; }
.main-text { opacity: 0; transform: translateX(-60px); transition: all 1s ease; }
.carousel-item.active .main-text { opacity: 1; transform: translateX(0); }
.main-text h1 { font-size: 3rem; font-weight: 700; line-height: 1.2; }
.main-text .fade-text { color: rgba(255,255,255,0.3); font-size: 2.5rem;  }
.rev-arrow {
    font-size: 3rem;
    margin: 1rem 0;
    display: inline-block;
    opacity: 0;
    transform: translateX(-60px);
    transition: all 1s ease;
    transition-delay: 0.3s; 
}
.carousel-item.active .rev-arrow {
    opacity: 1;
    transform: translateX(0);
}
.carousel-caption { position: absolute; left: 10vw; bottom: 90px; text-align: left; opacity: 0; transform: translateX(-50px); transition: opacity 1s ease, transform 1s ease; }
.carousel-item.active .carousel-caption { opacity: 1; transform: translateX(0); }
.carousel-caption .tags span { border: 1px solid #fff; padding: 5px 12px; border-radius: 20px; margin-right: 8px; font-size: 0.9rem; }
.carousel-caption .description { margin-top: 1rem; font-size: 1rem; }

.carousel-indicator-bar { width: 50vw; height: 2px; background: #565C5D; overflow: hidden; }
.carousel-indicator-bar .progress-line {
    height: 100%; width: 0%; background: #E4572E;
}

@keyframes growLine {
    from { width: 0%; }
    to { width: 100%; }
}

.fixed-bottom-caption {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    padding: 0 0 0 10vw;
    color: #fff;
    opacity: 0;
    transform: translateX(50px);
    transition: all 1s ease;
    width: 61.7vw; /* khớp với .carousel-indicator-bar */
    display:flex;
    
}
.carousel-item.active .fixed-bottom-caption {
    opacity: 1;
    transform: translateX(0);
}
.short-cap{
    position:absolute;
    top:-20px;
    font-weight:400;
    font-size:14px;
}
.tags-area .badge {
    border: 1px solid #fff;
    background: transparent;
    border-radius: 30px;
    padding: 6px 16px;
    font-weight: 400;
    transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
    font-size:14px;
}
.tags-area .badge:hover {
    background-color: #E4572E;
    border-color: transparent;
    color: #fff;.
}
.fixed-text p { margin: 0; }
.rev-arrow .qodef-svg--button-arrow {
    width: 72px;
    height: auto;
    stroke-width: .25;
    --qode-hover-move-x: 110%;
    --qode-hover-move-y: 100%;
}
@media only screen and (max-width: 1680px) {
    .rev-arrow .qodef-svg--button-arrow{
        width:60px !important;
        stroke-width: .27
    }
}

@media only screen and (max-width: 1024px) {
    .rev-arrow .qodef-svg--button-arrow{
        width:42px  !important;
        stroke-width: .35
    }
    .fixed-bottom-caption{
        width:100%
    }
}
@media only screen and (max-width: 540px) {
    .rev-arrow .qodef-svg--button-arrow svg{
        width:42px  !important;
        stroke-width: .35
    }
}
.bg-green{background:#0F4C81;}

/*---FOOTER---*/
footer{
    background:#263037;
}
.text-color{
    color:#D0CACA;
}
.subscribe-form input:focus {
    box-shadow: none;
    outline: none;
}
.subscribe-form input::placeholder {
    color: #D0CACA;
}
.header-footer {
    background-color: #305983;
    font-size: 1rem;
}

.header-footer i {
    font-size: 1rem;
}
.header-footer a, footer a{
    --qodef-underline-position-y: calc(100% - 2px);
    --qodef-underline-height: 1px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.4s cubic-bezier(0.51, 0.5, 0.07, 0.99), color 0.27s ease-out;
    background-position: 100% var(--qodef-underline-position-y);
    background-size: 0 var(--qodef-underline-height);
}
.header-footer a:hover, footer a:hover{
    background-size: 100% var(--qodef-underline-height);
    background-position: 0 var(--qodef-underline-position-y);
    color:#fff;
}
.hero-section {
    position: relative;
    background: url('/images/bg-count.png') center center/cover no-repeat;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}
.content-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1400px;
    padding: 0 15px;
}
.counter-text {
    font-size: 6rem;
    font-weight: 500;
    line-height: 1.1;
    color:#949b9e;
}
.subtitle {
    font-size: 2rem;
    line-height:40px;
}
.btn-view {
    margin-top: 30px;
    padding: 10px 25px;
    border: 1px solid #fff;
    border-radius: 30px;
    background: transparent;
    color: white;
    transition: background 0.3s, color 0.3s;
}
.btn-view:hover {
    background: white;
    color: black;
}
.video-info {
    text-align: right;
}
.video-info h3 {
    font-size: 1.8rem;
    font-weight: 500;
}
.video-info p {
    font-size: 1rem;
    color: #ddd;
}
@media (max-width: 767px) {
    .counter-text {
        font-size: 3rem;
    }
    .subtitle {
        font-size: 1.3rem;
    }
    .video-info {
        text-align: left;
        margin-top: 30px;
    }
}
/*--- HOW IT WORK --- */
.bg-blue{
    background:#263037;
}
.how-section {
    display: flex;
    height: 628px;
    overflow: hidden;
    background: #d5dede;
}

.how-left {
    flex: 1;
    position: relative;
    height:800px;
}

.how-left .img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.02);
    transition: opacity 0.6s ease, transform 0.6s ease;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.how-left .img.active {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
}

.how-right {
    flex: 1;
    position: relative;
    overflow: hidden;
    height:600px;
    background: #d5dede;
}

.how-title {
    padding: 40px 40px 40px 70px;
}

.how-title h2 {
    margin: 0;
    font-size: 40px;
    font-weight:400;
}

.step-wrapper {
    position: relative;
    height: calc(100% - 100px);
}

.step-container {
    height: 100%;
    overflow: hidden;
    position: relative;
    scroll-behavior: smooth;
}

.step-slider {
    transition: transform 0.5s ease;
}

.step-track, .step-line-active {
    position: absolute;
    top: 0;
    left: 60px;
    width: 1px;
    background-color: #263037;
}
.step-line-active {
    background-color: #E4572E;
    z-index: 2;
    transition: top 0.4s ease, height 0.4s ease;
}

.step-track {
    height: 100%;
    z-index: 1;
}

.step-item {
    position: relative;
    padding: 30px 50px 40px 90px;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
}

.step-item h4 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    color: #9B9797;
}

.step-item p {
    margin: 5px 0 0;
    color: #9B9797;
    font-size:15px;
    margin-left:40px;
}

.step-item.active h4,
.step-item.active p {
    color: #333333;
}
.step-item.active .qodef-m-thumb-image svg {
    stroke: rgb(0 0 0);
}
.step-bullet {
    position: absolute;
    left: 54px;
    top: 40px;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 2px solid #111;
    border-radius: 50%;
    z-index: 3;
    display:none;
}

.step-item.active .step-bullet {
    background: #111;
}

@media (max-width: 768px) {
    .how-section {
        flex-direction: column;
        height: auto;
    }

    .how-left, .how-right {
        width: 100%;
        height: auto;
    }
    .sticky-wrapper.is-sticky .site-navbar .fa-bars{
     color:#fff;   
    }
}
.qodef-m-thumb-image{
    margin-left:35px;
}
.qodef-m-thumb-image svg, .qodef-m-icon-wrapper svg {
    stroke: rgb(0 0 0);
    fill: none;
   
    overflow: visible;
}
.qodef-m-thumb-image.qodef--appeared svg {
    opacity: 1;
}
/*--OUT SOLUTION--*/
.section {
    display: flex;
    height: 100vh;
    width: 100%;
}

.left-column {
    flex: 1;
    background-image: url('/upload/news/main-home-sticky-column-img.jpg');
    background-size: cover;
    background-position: center;
}

.right-column {
    flex: 1;
    color: #fff;
    font-weight: 300;
    flex-direction: column;
    justify-content: center;
}

.right-column h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.right-column p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 550px;
}

.features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    font-size: 16px;
    margin-bottom: 40px;
}

/*.features div::before {
    content: "\f00c";
    margin-right: 10px;
    color: #fff;
}*/

.chart-image {
    max-width: 100%;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .section {
        flex-direction: column;
        height: auto;
    }

    .left-column,
    .right-column {
        width: 100%;
        height: 50vh;
    }

    .right-column {
        height: auto;
        padding: 40px 20px;
    }
}
@media (max-width: 600px) {
    /*.left-column, .how-left {
        flex: none;
    }*/
    .how-section{height:740px}
    .how-left{display:none}
}
.btn-outline{
    border-color:#707070;
}
.w-fit {
    width: fit-content;
}
.card-new .card{
    height:350px
}
/*---accordion---*/
.accordion-item, .accordion-button{
    background:none;
    border:none;
}
.accordion-item:last-of-type{border-radius: 0;}
.accordion-button::after {
    display: none !important;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: #000;
    box-shadow: none;
}
.accordion-icon {
    margin-left: auto;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
}

.accordion-button:not(.collapsed) .accordion-icon {
    transform: rotate(180deg);
}
.accordion-button .qodef-svg--arrow-down {
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed):hover .qodef-svg--arrow-down,
.accordion-button:not(.collapsed) .qodef-svg--arrow-down {
    transform: rotate(180deg);
}

.accordion-button.collapsed:hover .qodef-svg--arrow-down {
    transform: rotate(180deg);
}

/*--------------------------------------------------------------
#  Page Header
--------------------------------------------------------------*/
.page-header {
    position: relative;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    overflow: hidden;
    padding: 350px 0 0px;
    background-size: cover;
}

.page-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.3;
}

.page-header .container {
    position: relative;
    text-align: center;
}

.page-header h2 {
    color: #ffffff;
    margin: 0;
    padding-bottom: 100px;
}

.thm-breadcrumb {
    display: -webkit-box;
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    position:inherit;
    z-index:5;
}

.thm-breadcrumb li a.shop_style {
    color: #ffffff;
    background: var(--thm-primary);
    border-top-left-radius: 0;
}

.thm-breadcrumb li a,
.thm-breadcrumb li span {
    font-size: 12px;
    display: inline-block;
    padding: 0 0 30px;
}
/*--------------------------------------------------------------
#  Feature about
--------------------------------------------------------------*/
.feature-row {
    border-bottom: 1px solid #ddd;
}

.feature-item {
    position: relative;
    overflow: hidden;
    padding: 80px 30px 0px 30px;
    transition: color 0.3s ease;
}

.feature-inner {
    position: relative;
    z-index: 1;
}

.feature-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #E4572E;
    transition: left 0.6s ease;
    z-index: 0;
}

.feature-item:hover::before {
    left: 0;
}
.feature-item:hover, .feature-item:hover a{
    color: #fff;
}
.feature-item img {
    transition: filter 0.3s ease;
    filter: invert(0%) brightness(100%);
}
.feature-item img {
    width: 70px;
    height: auto;
}
.feature-item:hover img {
    filter: invert(100%) brightness(200%);
}
.feature-item .icon,
.feature-item h5,
.feature-item p {
    position: relative;
    z-index: 1;
}

.feature-item h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .feature-item:nth-child(4) {
        border-right: none !important;
    }
}

.pxl-scroll-top {
    width: 25px;
    height: 45px;
    position: fixed;
    bottom: 110px;
    right: 35px;
    background-color: #E4572E;
    z-index: 9999;
    font-size: 38px;
    visibility: hidden;
    -webkit-transform: translateX(130%);
    -khtml-transform: translateX(130%);
    -moz-transform: translateX(130%);
    -ms-transform: translateX(130%);
    -o-transform: translateX(130%);
    transform: translateX(130%);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    overflow: hidden;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
.pxl-scroll-top.pxl-on {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -khtml-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
}
/*.pxl-scroll-top:before, .pxl-scroll-top:after {
    content: "";
    display: block;
    width: 0;
    background-color: initial;
    height: 80%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 2px dashed rgba(255, 255, 255, 0.3);
}*/
.pxl-scroll-top:after {
    right: 6px;
}
.pxl-scroll-top:before {
    left: 6px;
}
.pxl-scroll-top i {
    line-height: 1;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.pxl-image-effect2 {
    animation: pxl_bottom_top_small 3s ease-out infinite;
    -webkit-animation: pxl_bottom_top_small 3s ease-out infinite;
}
@keyframes pxl_bottom_top_small {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateY(10px)
    }

    50% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    }
}

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.4);
    border: none;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    color: white;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.video-play-btn:hover {
    background-color: rgba(237, 76, 20, 0.8);
}
/*--------------------------------------------------------------
#  share
--------------------------------------------------------------*/
.share-wrapper {
    /*transform: translateY(-50%);*/
    z-index: 1000;
}

.share-button {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-group {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 10px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.icon {
    background-color: #c8c4bd;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.3s ease;
    color: #333;
    font-size:13px;
}

.icon:nth-child(1) { transition-delay: 0.05s; }
.icon:nth-child(2) { transition-delay: 0.1s; }
.icon:nth-child(3) { transition-delay: 0.15s; }

.icon-group.show {
    opacity: 1;
    pointer-events: auto;
}

.icon-group.show .icon {
    opacity: 1;
    transform: translateX(0);
}

.icon:hover {
    background-color: rgba(237, 76, 20, 1);
    color: #fff;
}
.content-detail{text-align: justify; line-height: 30px;}
.content-detail img{max-width: 100%;}
.solutions-item{padding-left: 32px; margin-bottom: 35px;}

/*--------------------------------------------------------------
#  SIDEBAR RIGHT
--------------------------------------------------------------*/
.search-box input {
    border: none;
    border-bottom: 1px solid #aaa;
    border-radius: 0;
    box-shadow: none;
}

.search-box input:focus {
    box-shadow: none;
    border-color: #000;
}

.search-box .input-group-text {
    background: none;
    border: none;
}

.post-thumbnail {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.post-item {
    margin-bottom: 1rem;
}

.post-title {
    font-size: 0.95rem;
    font-weight: 500;
}

.post-date {
    font-size: 0.8rem;
    color: #888;
}

.page-item .page-link{border:none;}
.page-item a.page-link{color: #3c3a3a}
.pagination li.active a{
    color: #b9c3c4;
    background: none;
}

.contact-hero {
    display: flex;
    align-items: center;
}
.contact-img{
    max-height: 550px;
}
.contact-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.contact-form input,
.contact-form textarea {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding-left: 0;
}

.contact-form input:focus,
.contact-form textarea:focus {
    box-shadow: none;
    border-color: #ff6b35;
}

.info-title {
    font-weight: 500;
}

@media (max-width: 768px) {
    .contact-img {
        height: 300px;
    }

    .contact-img img {
        object-position: center;
    }
}
.address{
   line-height: 35px;
}
/* === Sidebar === */
.sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 350px;
    height: 100vh;
    background: rgb(15, 76, 129, 0.8);
    color: white;
    padding: 40px 20px;
    transition: right 0.4s ease;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.sidebar.open {
    right: 0;
}

.sidebar .close-btn {
    position: absolute;
    top: 40px;
    right: 20px;
    font-size: 28px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

.sidebar img {
    width: 100%;
    max-width: 280px;
    height: auto;
    margin-bottom: 20px;
}

.sidebar .email {
    font-size: 16px;
    margin-bottom: 20px;
}

.sidebar .socials i {
    font-size: 15px;
    margin: 0 3px 0;
    cursor: pointer;
    color: #949b9e;
    transition: right 0.4s ease;
}
.sidebar .socials i:hover {
    color: #fff;
}
@media (max-width: 480px) {
    .sidebar {
        padding: 30px 15px;
    }

    .sidebar img {
        max-width: 240px;
    }

    .sidebar .close-btn {
        font-size: 24px;
    }

    .menu-btn {
        font-size: 24px;
        top: 15px;
        right: 15px;
    }
}
.hamburger {
    width: 60px;
    height: 50px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    position: absolute !important;
    top:0;
}

.line {
    height: 1px;
    background-color: white;
    width: 100%;
    opacity: 1;
    transform-origin: right;
}

/* Hover animation theo từng dòng */
.hamburger:hover .line1 {
    animation: hideRight 0.3s forwards,
    showLeft 0.4s forwards 0.2s;
}

.hamburger:hover .line2 {
    animation: hideRight 0.4s forwards 0.1s,
    showLeft 0.4s forwards 0.4s;
}

/* Ẩn từ trái qua phải */
@keyframes hideRight {
    0% {
        transform: scaleX(1);
        opacity: 1;
        transform-origin: right;
    }
    100% {
        transform: scaleX(0);
        opacity: 0;
        transform-origin: right;
    }
}

/* Hiện lại từ trái qua phải */
@keyframes showLeft {
    0% {
        transform: scaleX(0);
        opacity: 0;
        transform-origin: left;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
        transform-origin: left;
    }
}
/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform 0.7s ease;
    transition: -webkit-transform 0.7s ease;
    transition: transform 0.7s ease;
    transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

    .search-popup.active {
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

.search-popup__overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0.7;
    cursor: none;
}

.search-popup__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.search-popup__form {
    position: relative;
    z-index: 9991;
    width: 100%;
    padding: 15px;
    max-width: 600px;
    position: relative;
}

    .search-popup__form input {
        background-color: transparent;
        border: none;
        outline: none;
        width: 100%;
        height: 60px;
        color: var(--thm-black);
        font-size: 18px;
        background-color: white;
        padding-left: 30px;
    }

        .search-popup__form input::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: var(--thm-black);
        }

        .search-popup__form input::-moz-placeholder {
            /* Firefox 19+ */
            color: var(--thm-black);
        }

        .search-popup__form input:-ms-input-placeholder {
            /* IE 10+ */
            color: var(--thm-black);
        }

        .search-popup__form input:-moz-placeholder {
            /* Firefox 18- */
            color: var(--thm-black);
        }

    .search-popup__form button[type="submit"] {
        border: none;
        outline: none;
        width: 60px;
        height: 60px;
        color: #fff;
        background-color: #E4572E;
        cursor: pointer;
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .search-popup__form button[type="submit"]:hover {
            background-color: var(--thm-black);
            color: var(--thm-base);
        }
/* Cursor Style */
.cursor {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: hidden;
}

.cursor {
    visibility: visible;
}

    .cursor.active {
        opacity: 0.5;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .cursor.hovered {
        opacity: 0.08;
    }

.cursor-follower {
    position: absolute;
    background-color: RGBA(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    visibility: hidden;
}

.cursor-follower {
    visibility: visible;
}

    .cursor-follower.active {
        opacity: 0.7;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .cursor-follower.hovered {
        opacity: 0.08;
    }

    .cursor-follower.close-cursor:before {
        position: absolute;
        content: "";
        height: 25px;
        width: 2px;
        background: #fff;
        left: 48%;
        top: 12px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        display: inline-block;
    }

    .cursor-follower.close-cursor:after {
        position: absolute;
        content: "";
        height: 25px;
        width: 2px;
        background: #fff;
        right: 48%;
        top: 12px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
/* --- TOC container --- */
.toc {
    border: 1px solid #ddd;
    background: #f9f9f9;
    padding: 15px;
    margin: 20px 0;
    font-size: 15px;
    line-height: 1.6;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
}

.toc-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    padding-left:25px;
}
    .toc-title:before {
        font-size: 20px;
        font-family: "bootstrap-icons";
        content: "\F478";
        padding-right: 10px;
        position: absolute;
        left: 0;
        top: 52%;
        transform: translateY(-50%);
    }
    /* --- TOC list --- */
    .toc ul {
        margin: 0;
        padding-left: 20px;
    }

.toc li {
    /*list-style: none;*/
    margin: 5px 0;
}

/* --- Depth classes --- */
.toc-h1 a {
    font-weight: bold;
}

.toc-h2 {
    margin-left: 10px;
}

.toc-h3 {
    margin-left: 20px;
}

.toc-h4 {
    margin-left: 30px;
}

.toc-h5 {
    margin-left: 40px;
}

.toc-h6 {
    margin-left: 50px;
}

/* --- Link style --- */
.toc a {
    text-decoration: none;
    color: #0073aa;
    transition: color 0.2s ease-in-out;
}

    .toc a:hover {
        color: #005177;
        text-decoration: underline;
    }
.toc-highlight {
    background-color: #ffffcc;
    transition: background-color 0.5s ease;
}
/*.toc ul {
    list-style: none;
    padding-left: 1em;
    margin: 0;
}

.toc li {
    margin: 0.3em 0;
    position: relative;
}

.toc-toggle {
    cursor: pointer;
    display: inline-block;
    margin-right: 6px;
    font-weight: bold;
    user-select: none;
}

.toc ul ul {
    overflow: hidden;
    max-height: 500px;
    transition: max-height 0.4s ease, opacity 0.3s ease;
    opacity: 1;
    margin-left: 1em;
}

    .toc ul ul.toc-collapsed {
        max-height: 0;
        opacity: 0;
    }
*/