@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap');
body {
    font-family: 'Mulish', sans-serif;
    overflow-x: hidden;
    color: #13287E;
    font-weight: 400;
    font-size:16px;
    line-height: 24px;
}
h3, .h3, h2, .h2, h1, .h1{
    font-weight: 500;
}
h6, .h6, h5, .h5, h4, .h4{
    font-weight: 400;
}
a{
    text-decoration: none !important;
}
a:hover{
    color: #3c3a3a;
}
input:focus, textarea:focus {
    box-shadow: none;
    border-color: #13287E;
}
.page-wrapper{
    overflow-x: hidden;
}

/*a.btn-outline-dark:hover{
    background:none;
}*/

:root{
    --brand-blue:#257FFB;
    --brand-yellow:#FFF323;
    --text-color:#2B2B2B;
    --text-color-sub:#606060;
    --text-color-blue:#13287E;
}
.color-blue{color:var(--text-color-blue);}
.btn-quote
{
    background:var(--brand-yellow);
    border-color:var(--brand-yellow);
    color:#13287E !important;
    font-weight:700;
    border-radius:999px;
    padding:.7rem 2.5rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    transition:all .2s ease;
}
.btn-quote:hover{
    filter:brightness(.96);color:#13287E;
}
.gx-6 {
    --bs-gutter-x: 7rem;
}
.btn-custom {
    background: #fff;
    color: #132c6b;
    border: 1.5px solid #132c6b;
    border-radius: 999px;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.btn-custom:hover {
    background: #132c6b;
    color: #fff;
}

.arrow {
    font-size: 0.75rem;
}
.text-justify {
    text-align: justify;
}
.text-justify img{max-width:100%;}
/*---HEADER---*/
/* TOPBAR */
.topbar {
    background-color: #F5FCFD;
    z-index: 1040;
}
.topbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px;
}
.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--*/


.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-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;
    font-size: 15px;
    text-decoration: none !important; 
    font-weight:700;
    border-radius: 999px;
    padding: .6rem 1.3rem;
}
.site-navbar .site-navigation .site-menu > li > a.active {
    color: #fff;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
    color: #fff;
    background: var(--brand-blue);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.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: .6rem 2rem;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
    position: absolute;
    content: "\F229";
    font-size: 8px;
    top: 50%;
    right: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'bootstrap-icons'; }
    .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 53px;
        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: 0 0 0px 0;
        margin-left: 0px;
        background: var(--brand-blue);
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s;
        border-radius: 0 20px 20px 20px;
        width: 250px;
        z-index: 9;
    }
.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 {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #fff; 
    font-weight:500;
    font-size:14px;
}
.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-radius: 0 0 20px 20px;}
    .site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a:hover {
        border-radius: 0 20px 0 0;
    }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 10px 20px;
    display: block; 
    border-bottom:1px solid #4E97FB;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
    border-bottom:none;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
    background: var(--text-color-blue);
    color: #fff;
}
/*.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;
    background: var(--brand-blue);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-radius:20px 20px 0 0;
}
.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: "bootstrap-icons";
    content: "\F286";
    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 {

    z-index: 100;
    width: 100%; }
.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;
    background: var(--brand-blue);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    padding: .6rem 1.3rem;
}
.sticky-wrapper.is-sticky .site-navbar {
    background-color: #fff; 
}
.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;
}

.dropdown-submenu:hover .qodef-menu-item-arrow.qodef-svg--menu-arrow {
    transform: rotate(45deg) translateZ(0);
}
@media (max-width: 1280px) {
    .site-navbar .site-logo img {
        width: 100px; }
    .site-navbar .site-navigation .site-menu > li > a {
        padding: .6rem 1rem;
    }
}
@media (max-width: 1024px) {
    .site-navbar .site-logo img {
        width: 100px; }
    .site-navbar .site-navigation .site-menu > li > a {
        padding: .6rem 0.5rem;
    }
    .site-navbar .site-navigation .site-menu > li > a {
        font-size: 13px;
    }
}

/*---BANNER---*/
.carousel-item { position: relative; color: #fff; display: flex; align-items: center; justify-content: flex-start;  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;
}

.banner-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    width: 350px;
    height: 90px;
    text-align: right;
    right: 0;
    margin: 0;
    display:none;
}

.banner-carousel .owl-nav .owl-next,
.banner-carousel .owl-nav .owl-prev {
    position: relative;
    display: block;
    float: left;
    width: 175px;
    height: 90px;
    background: #ffffff !important;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 90px;
    text-align: center;
    opacity: 1;
    border-radius: 0%;
    outline: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    letter-spacing: 0.2em;
}

.banner-carousel .owl-nav .owl-next {
    background: var(--brand-blue) !important;
    border-radius: 0 !important;
}

.banner-carousel .owl-nav .owl-next span,
.banner-carousel .owl-nav .owl-prev span {
    vertical-align: middle;
}

.banner-carousel .owl-nav .owl-next p,
.banner-carousel .owl-nav .owl-prev p {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.banner-carousel .owl-nav .owl-next p {
    display: inline-block;
    padding-right: 10px;
}

.banner-carousel .owl-nav .owl-prev span {
    color: var(--brand-blue);
}

.banner-carousel .owl-nav .owl-prev p {
    color: var(--brand-blue);
    padding-left: 10px;
}

.banner-carousel .owl-nav .owl-next:hover,
.banner-carousel .owl-nav .owl-prev:hover {
    opacity: 1;
}

.banner-section .owl-dots {
    position: absolute;
    bottom: 15px;
    /*left: 50%;
    text-align: center;
    transform: translateY(50%) translateX(-50%);*/
    width: 100%;
    /*max-width: 1170px;
    margin-left: auto;
    margin-right: auto;*/
    display: flex;
    justify-content: center;
    align-items: center;
    /*flex-direction: column;*/
}

.banner-section .owl-theme .owl-dots .owl-dot {
    position: relative;
    display: block;
    vertical-align: top;
    margin: 0 4px;
    outline: none;
}

.banner-section .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    background: rgba(37, 127, 251, 0.8);
    border-radius: 50px;
    transition: all .7s ease-out;
}

.banner-section .owl-theme .owl-dots .owl-dot.active span {
    background: #257FFB;
    width: 30px;
}
.owl-nav {
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    color: rgba(255, 255, 255, 0.8);
}
.owl-nav .owl-prev,  .owl-nav .owl-next {
    background: rgb(255, 255, 255, 0.8) !important;
    width:40px; height: 40px;
    line-height: 33px !important;
}
.owl-nav .owl-prev {
    border-radius: 0 5px 5px 0;
    left:0;
    position: absolute;
}
.owl-nav .owl-next {
    border-radius: 5px 0 0 5px;
    right: 0;
    position: absolute;
}

/*---FOOTER---*/
.footer-az{background:#fff; color:var(--text-color-sub); line-height: 24px; font-size: 14px;}
.footer-az a{color:var(--text-color-sub);}
.footer-az p{margin-bottom:0;}
/* ===== Footer menu (desktop only) ===== */
.footer-az .ft-menu .nav-link{
    color:var(--text-color-sub);
    padding:.6rem 1.3rem;border-radius:999px;
    font-weight: bold;
}
.footer-az .ft-menu .nav-link.active{
    background:var(--brand-blue); color:#fff; font-weight:600;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.footer-az .ft-menu .nav-link:hover:not(.active){
    background:var(--brand-blue);
    color:#fff;
    box-shadow:0 3px 8px rgba(0,0,0,0.08);
}
/* ===== Main columns ===== */
.footer-az .hero{gap: clamp(16px,2vw,28px); color:var(--text-color-sub); z-index: 9}
.footer-az .hero .maid{
    width: clamp(120px,18vw,120px); height:auto; flex:0 0 auto;
}
.footer-az .slogan{
    color:var(--text-color-sub); margin:0 0 .5rem;
    line-height:1.1; font-size: clamp(24px,2.4vw + 10px,30px);
    letter-spacing:.2px;
}

.footer-az h6.title{font-weight:700;margin-bottom:.75rem; color: #000000;}
.footer-az a.link-blue{color:var(--brand-blue);text-decoration:none;}
.footer-az a.link-blue:hover{text-decoration:underline;}

/* Contact inner 2 cols */
.footer-az .contact-inner .col{margin-bottom:.5rem;}
.footer-az .social a{
    display:inline-flex;align-items:center;justify-content:center;
    width:40px;height:40px;border-radius:12px;background:#fff;
    color:var(--brand-blue);
    transition:transform .15s ease, box-shadow .15s ease;
}
.footer-az .social a:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.06);text-decoration:none;}

/* CTA */
.footer-az .hotline{font-size: clamp(26px,2.1vw + 1px,44px);font-weight:bold;color:var(--brand-blue);margin:.5rem 0 1rem;}


/* Tags (70% width) */
.footer-az .tags-wrap{max-width:70%;margin-inline:auto; line-height: 28px;}
.footer-az .tag-list a{color:var(--text-color-sub);text-decoration:none;}
.footer-az .tag-list a:hover{color:var(--brand-blue);}

.footer-az .copy{color:var(--text-color-sub);}
.footer-az .copy a{color:var(--brand-blue);text-decoration:none;}
.footer-az .copy a:hover{text-decoration:underline;}
.footer-az hr{margin-top:-5px}
@media (max-width: 768px) {
    .footer-az hr{margin-top:15px}
}
/*--------------------------------------------------------------
#  Page Header
--------------------------------------------------------------*/
.page-header {
    position: relative;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    overflow: hidden;
    padding: 180px 0;
    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;
}

.page-header h2 {
    margin: 0;
    font-size:40px;
}

.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;
    border-top-left-radius: 0;
}

.thm-breadcrumb li a,
.thm-breadcrumb li span {
    font-size: 12px;
    display: inline-block;
    padding: 0 0 30px;
}

    /*--------------------------------------------------------------
    #  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: #257FFB;
    color: #fff;
}
.content-detail{text-align: justify; line-height: 30px;}
.content-detail img{max-width: 100%;}
.pxl-scroll-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 110px;
    right: 35px;
    background-color: #257FFB;
    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: 10px;
}
.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)
    }
}

/***
====================================================================
	SOCIAL RIGHT
====================================================================
***/
@media (min-width: 601px) {
    .social-contact-box.social-bottomRight {
        right: 20px;
        bottom: 250px;
    }
}
.social-contact-box ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    width: 45px;
}
.social-contact-style2 ul li {
    margin-bottom: 0;
}
.social-contact-box {
    position: fixed;
    display: block;
    z-index: 999999;
}
.social-contact-style2 {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.social-contact-box.social-bottomRight {
    right: 40px;
    bottom: 250px;
    z-index:9999;
}

.social-contact-box {
    position: fixed;
    display: block;
    z-index: 999999;
}

.social-contact-style2 {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.social-contact-item a img {
    width: 30px;
}
.social-contact-style2 .social-contact-item {
    display: block;
}
.social-contact-style2 .social-contact-item.social-contact-fb-ms a {
    color: #0080f7 !important;
}
.social-contact-style2 .social-contact-item.social-contact-zalo a {
    color: #0088ff !important;
}
.social-contact-style2 .social-contact-item.social-contact-phone a {
    color: #2cbb00 !important;
}
.social-contact-style2 .social-contact-item a.social-contact-link {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    overflow: hidden;
    background-color: #fff;
    color: #000;
    transition: all 0.3s;
    position: relative;
}
.social-contact-style2 .social-contact-item a.social-contact-link:after {
    display: block;
    border-bottom: solid 1px #dadada;
    width: 20px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.list-item-new .post-header-divider {
    height: 1px;
    width: 30px;
    background: linear-gradient(to right,var(--brand-blue),var(--brand-yellow));
    transition: transform .3s ease-out;
    transform-origin: 0 0;
    margin: 10px 0 7px 0
}

.list-item-new>div {
    position: relative;
    overflow: hidden;
    z-index: 1
}
.list-item-new .thumbnail img {
    transition: all .7s ease-out;
}
.list-item-new>div:hover .thumbnail img {
    transform: scale(1.04)
}

.list-item-new>div:hover .post-header-divider {
    transform: scaleX(3.66666667)
}
.list-item-new .date{
    color:#777777;
}

.two-col-ul ul {
    display: grid;
    grid-template-columns: repeat(2, auto);
    column-gap: 3rem;
    list-style-type: disc;
    padding-left: 1.2rem;
    margin: 0;
}
.two-col-ul ul li {
    color: var(--text-color-blue); 
    font-size: 1rem;
    margin-bottom: 0.4rem;
}
@media (max-width: 768px){
    .two-col-ul ul {
        grid-template-columns: 1fr;
    }
}

.section-two-col {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5rem;
    position: relative;
}
.section-two-col::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #E4F4FA;
}
.section-two-col > div {
    flex: 1;
    padding: 1rem;
}

@media (max-width: 768px) {
    .section-two-col {
        flex-direction: column;
    }
    .section-two-col::after {
        display: none;
    }
}

/***
====================================================================
	BEFORE & AFTER
====================================================================
***/

#before-after-slider {
    width:100%;
    position:relative;
    overflow:hidden;
    border:3px solid white;
}

#after-image {
    display:block
}

#before-image {
    position:absolute;
    height:100%;
    width:50%;
    top:0;
    left:0;
    overflow:hidden;
    z-index:2;
}

#resizer {
    position:absolute;
    display:flex;
    align-items:center;
    z-index:5;
    top:0;
    left:50%;
    height:100%;
    width:4px;
    background:white;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

#resizer:after {
    background:#fff;
    content:'Drag';
    display:flex;
    justify-content:center;
    align-items:center;
    position:absolute;
    margin: 0 0 0 -28px;
    width:60px;
    height:60px;
    border-radius:50%;
    border:3px solid white;
}
.transforming-section .after, .transforming-section .before {
    position: absolute;
    bottom: 30px;
    padding: 5px 25px;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: capitalize;
    color: #fff;
    z-index: 9;
    width:150px;
}
.transforming-section .after {
    left: 30px;
}
.transforming-section .before {
    right: 30px;
}
.transforming-section .headba{
    position: absolute;
    top:40px;
    text-align:center;
    margin:0 auto;
    z-index:9;
    left:0;
    right:0;
}
@media (max-width: 600px) {
    .transforming-section .headba{top:-40px}
}
.card-hover {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.card-hover img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.card-hover:hover img {
    transform: scale(1.05); /* phóng nhẹ hình khi hover */
}

.overlay {
    position: absolute;
    inset: 0; /* top, right, bottom, left = 0 */
    background: rgba(0,0,0,0.5); /* nền mờ */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.overlay h3 {
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
}

.card-hover:hover .overlay {
    opacity: 1;
}
.brand-one-carousel .owl-next, .brand-one-carousel .owl-prev{
    border-radius:50px;
    font-size: 25px !important;
    color:#333333 !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    transition: transform 0.3s ease;
}
.brand-one-carousel .owl-next:hover, .brand-one-carousel .owl-prev:hover{
    background:#257FFB !important;
    color:#fff !important;
    opacity:1;
}
.brand-one-carousel .owl-next{
    right:-20px;
}
.brand-one-carousel .owl-prev{
    left:-20px;
}

.service-menu {
    border-radius: 0 20px 20px 20px;
    overflow: hidden;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.service-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-menu li a {
    display: block;
    background: #257FFB; 
    color: #fff;
    text-decoration: none;
    padding: 15px 20px;
    border-bottom: 1px solid #4E97FB;
    transition: background 0.5s;
}

.service-menu li:last-child a {
    border-bottom: none;
}

.service-menu li a:hover {
    background: #13287E;
}

.service-menu li a.active {
    background: #13287E;
}
.service-menu.sticky {
    position: fixed;
    top: 90px;
    opacity: 1;
    transform: translateY(0);
}
.service-menu.hidden {
    opacity: 0;
    transform: translateY(-100%);
}
/***
====================================================================
	CONTACT FORM
====================================================================
***/
.quote-form {
    margin: 0 auto;
}

.quote-form h2 {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 500;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    margin-bottom: 6px;
    font-size: 14px;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 25px;
    font-size: 14px;
    outline: none;
    transition: border 0.2s;
}

.form-group textarea {
    border-radius: 12px;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #257FFB;
}

.form-group.full {
    grid-column: 1 / span 2;
}

.btn-submit {
    margin-top: 20px;
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    background: #257FFB;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    font-weight:500;
}

.btn-submit:hover {
    opacity: 0.9;
}

.note {
    margin-top: 15px;
    font-size: 14px;
}
@media (max-width: 768px) {
    .form-grid {
        grid-template-columns: 1fr;
    }
    .form-group.full {
        grid-column: auto;
    }
}

.custom-select {
    appearance: none;         
    -webkit-appearance: none;
    -moz-appearance: none;    
}

.custom-select-icon {
    position: absolute;
    right: 2rem; 
    bottom: 0;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 0.5rem;
    color: #333;
}
.custom-select:hover ~ .custom-select-icon,
.custom-select:focus ~ .custom-select-icon {
    color: #257FFB;
}
/***
====================================================================
	PRICE LIST
====================================================================
***/
.list-group-item {
    border: none;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    border-bottom: 1px solid #E5E5E5;
}

.list-group-item:nth-child(even) {
    background-color: #F5FCFD !important;
    
}
.list-group-item:first-child {
    border-top: 1px solid #E5E5E5;
    border-radius:0 !important;
}
.list-group-item:last-child { border-radius:0 !important;}
.btn-primary {
    background: #257FFB;
    border: none;
    box-shadow: 0 3px 8px rgba(0, 123, 255, 0.4);
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #132c6b;
    transform: translateY(-2px);
}

.custom-pagination .page-item {
    margin: 0 5px;
}

.custom-pagination .page-link {
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    text-align: center;
    line-height: 40px;
    border: 1px solid #E5E5E5;
    color: #257FFB;
    font-weight: 500;
    padding: 0;
}

.custom-pagination .page-item.active .page-link {
    background-color: #257FFB;
    border-color: #257FFB;
    color: #fff;
}