/* Responsive fix: keep top of hero visible on small screens, crop bottom instead */
@media (max-width: 991px) {
    .home .slider-top-2 .carousel-item img,
    .home .slider-top .carousel-item img,
    .home .slider-top-2 .slide-bg,
    .home .slider-top .slide-bg {
        object-fit: cover !important;
        object-position: top center !important;
        height: calc(100vh - 70px) !important; /* reserve approximate header height */
        min-height: 300px;
    }
    .home .slider-top-2,
    .home .slider-top {
        padding-top: 70px;
    }
}
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&amp;subset=vietnamese");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after {
        content: '';
        content: none;
    }

    q:before,
    q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
}

a {
    text-decoration: none !important;
    cursor: pointer !important;
}

p {
    font-size: 14px;
    line-height: 20px;
}

.masonry {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 3;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    margin: 1.5em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.clear {
    clear: both;
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }

    .container-1235 {
        max-width: 1235px;
    }

    .container-fluid {
        max-width: 1400px;
    }
}

.scroll-top {
    display: none;
}

.active-scroll {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999999999999;
}

    .active-scroll a {
        display: block;
        width: 40px;
        height: 40px;
        font-size: 25px;
        color: #fff;
        background: #035185;
        text-align: center;
        line-height: 40px;
        text-decoration: none;
        border-radius: 3px;
    }

.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
    background: #035185;
}

.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav li.nav-back a {
    background: #035185;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.hc-offcanvas-nav a {
    border-bottom: 1px solid #fff;
    font-size: 13px;
    text-transform: uppercase;
}

.hc-offcanvas-nav h2 {
    font-weight: bold;
    color: #fff;
    font-size: 15px;
}

.hc-offcanvas-nav li.nav-close span::before,
.hc-offcanvas-nav li.nav-close span::after {
    border-left: 0;
    width: 25px;
    height: 15px;
}

.hc-offcanvas-nav li.nav-close span::before {
    margin-left: -10px;
    transform: rotate(135deg);
    margin-top: -13px;
}

.hc-offcanvas-nav li.nav-close span::after {
    transform: rotate(-135deg);
    margin-top: -13px;
    margin-left: -1px;
}

.row-2 {
    margin: 0;
}

.full-search {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(2, 2, 2, 0.8);
    left: 0;
    top: 0;
    z-index: 999999999;
    display: none;
}

    .full-search .input-search {
        width: 70%;
        margin: 20% auto;
        border-bottom: 1px solid #ffff;
    }

        .full-search .input-search input {
            width: 100%;
            outline: none;
            background: none;
            width: calc(100% - 110px);
            font-size: 15px;
            font-weight: 400;
            text-transform: capitalize;
            border-top: 0px;
            border-left: 0;
            border-right: 0;
            padding: 20px 20px;
            border: 0;
        }

            .full-search .input-search input:focus {
                color: #fff;
            }

            .full-search .input-search input::placeholder {
                color: #fff;
            }

        .full-search .input-search button {
            width: 100px;
            color: #fff;
            font-size: 20px;
            background: none;
            outline: none;
            cursor: pointer;
            border-top: 0px;
            border-left: 0;
            border-right: 0;
            padding: 20.6px 20px;
            border: 0;
        }

    .full-search .times-search {
        position: absolute;
        top: 50px;
        right: 50px;
    }

        .full-search .times-search a {
            color: #fff;
            font-size: 30px;
        }

.header-top {
    height: 70px;
    position: relative;
    display: flex;
    align-items: center;
    background: #1c8ac3;
}

@media (min-width: 992px) {
    .header-top {
        height: 84px;
    }

    .header-top .container {
        width: 100%;
        max-width: none;
        padding-left: 56px;
        padding-right: 56px;
    }

    .header-top .logo-header {
        padding: 0;
    }

    .header-top .logo-header img {
        height: 62px;
    }

    .header-top .menu-search {
        margin-left: 32px;
        flex: 1;
        justify-content: flex-end;
        gap: 26px;
    }

    /* Center the main menu while keeping logo left and icons right */
    .header-top .menu-search {
        position: relative;
        display: flex;
        align-items: center;
    }

    .header-top .menu-search .menu-header {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 50;
    }

    .header-top .menu-search .menu-header ul {
        display: flex;
        gap: 20px; /* reduce gap so items fit on one line */
        align-items: center;
        white-space: nowrap; /* prevent wrapping to 2 lines */
    }

    .header-top .menu-search .list-icon {
        margin-left: auto;
        position: relative;
        z-index: 60;
    }

    .header-top .logo-header {
        z-index: 70;
    }

    .header-top .menu-search .menu-header ul > li {
        line-height: 84px;
        padding-right: 18px;
        font-size: 15px; /* slightly smaller to help single-line */
        white-space: nowrap;
    }

    .header-top .menu-search .menu-header ul > li:last-child {
        padding-right: 0;
    }

    .header-top .menu-search .list-icon > ul > li {
        line-height: 84px;
        margin-left: 8px;
    }
}


    .header-top .logo-header {
        padding: 10px 0px;
        position: relative;
    }

        .header-top .logo-header .icon-mobile {
            position: absolute;
            top: 50%;
            left: 0;
            transform: translate(0%, -50%);
            display: none;
        }

            .header-top .logo-header .icon-mobile a {
                display: block;
                width: 30px;
                height: 30px;
                text-align: center;
                line-height: 30px;
                color: #fff;
                background-color: #035185;
                border-radius: 5px;
            }

        .header-top .logo-header .search-mobile {
            position: absolute;
            top: 50%;
            right: 35px;
            transform: translate(0%, -50%);
            display: none;
        }

            .header-top .logo-header .search-mobile a {
                display: block;
                width: 30px;
                height: 30px;
                text-align: center;
                line-height: 30px;
                color: #fff;
                background-color: #035185;
                border-radius: 5px;
            }

        .header-top .logo-header .icon-nn {
            position: absolute;
            top: 50%;
            right: 0px;
            transform: translate(0%, -50%);
            display: none;
            z-index: 99;
        }

            .header-top .logo-header .icon-nn .nn {
                display: block;
                width: 30px;
                height: 30px;
                text-align: center;
                line-height: 30px;
                color: #fff;
                background-color: #035185;
                border-radius: 5px;
                font-size: 13px;
                font-weight: bold;
                position: relative;
                z-index: 99;
            }

                .header-top .logo-header .icon-nn .nn span {
                    display: block;
                }

                .header-top .logo-header .icon-nn .nn .list-lg {
                    position: absolute;
                    top: 110%;
                    right: 0;
                    width: 100px;
                    height: auto;
                    background: #035185;
                    z-index: 9999999999;
                    border: 1px solid #fff;
                    display: none;
                }

                    .header-top .logo-header .icon-nn .nn .list-lg ul li {
                        padding: 5px 0px;
                        border-bottom: 1px solid #fff;
                        line-height: 20px;
                    }

                        .header-top .logo-header .icon-nn .nn .list-lg ul li a {
                            color: #fff;
                        }

                        .header-top .logo-header .icon-nn .nn .list-lg ul li:last-child {
                            border: 0;
                        }

        .header-top .logo-header img {
            width: auto;
            height: 48px;
        }

    .header-top .menu-search {
        justify-content: space-between;
    }

        .header-top .menu-search .menu-header ul > li {
            display: inline-block;
            font-size: 15px;
            line-height: 70px;
            padding-right: 20px;
            position: static;
        }

            .header-top .menu-search .menu-header ul > li:hover .mega-menu {
                visibility: visible;
                opacity: 1;
                transition: all .5s;
            }

            .header-top .menu-search .menu-header ul > li .mega-menu {
                position: absolute;
                top: 100%;
                left: 0;
                width: 100%;
                height: auto;
                line-height: initial;
                background: #ffffff;
                z-index: 99999999999;
                visibility: hidden;
                opacity: 0;
                transition: all .5s;
                padding: 30px 10px;
            }

                .header-top .menu-search .menu-header ul > li .mega-menu .title-mega {
                    font-size: 30px;
                    color: #fff;
                    font-weight: bold;
                }

                .header-top .menu-search .menu-header ul > li .mega-menu .sub-menu {
                    /*    position: relative;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-left: 30px;*/
                }

                    .header-top .menu-search .menu-header ul > li .mega-menu .sub-menu > li {
                        padding: 0px;
                        line-height: initial;
                        width: 100%;
                        position: relative;
                        margin-bottom: 10px;
                        padding: 0 5px;
                    }

                        .header-top .menu-search .menu-header ul > li .mega-menu .sub-menu > li:hover .sub-menu2 {
                            display: block;
                            opacity: 1;
                        }

                        .header-top .menu-search .menu-header ul > li .mega-menu .sub-menu > li .sub-menu2 {
                            position: absolute;
                            top: 100%;
                            left: 0;
                            width: 100%;
                            line-height: initial;
                            z-index: 9999;
                            display: none;
                            padding: 0 5px;
                            transition: all 300ms ease-in-out;
                        }

a.menu-main-title {
    background: #1c8ac3;
    padding: 10px;
    /* margin-right: 5px; */
}

.mg-right-5 {
    padding-right: 5px !important;
}

.header-top .menu-search .menu-header ul > li .mega-menu .sub-menu > li .sub-menu2 > li {
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    background: #f5f5f5;
}

    .header-top .menu-search .menu-header ul > li .mega-menu .sub-menu > li .sub-menu2 > li > a {
        font-size: 13px;
        font-weight: 600;
        line-height: 24px;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding-top: 8px;
        padding-right: 25px;
        padding-bottom: 8px;
        padding-left: 25px;
        display: block;
        color: #111;
    }

.header-top .menu-search .menu-header ul > li .mega-menu {
    min-height: 300px;
}

    .header-top .menu-search .menu-header ul > li .mega-menu .sub-menu > li .sub-menu2 > li > a:before {
        display: none;
        font-weight: bold;
    }

    .header-top .menu-search .menu-header ul > li .mega-menu .sub-menu > li .sub-menu2 > li > a:hover {
        color: #f5f5f5;
        background-color: #0076ee;
        /*font-weight: bold;*/
    }

    .header-top .menu-search .menu-header ul > li .mega-menu .sub-menu > li .sub-menu2 > li .sub-menu {
        position: absolute;
        top: 0;
        left: -100%;
        display: none;
        line-height: initial;
        width: 100%;
        border-right: 0;
        margin-left: 1px;
    }

        .header-top .menu-search .menu-header ul > li .mega-menu .sub-menu > li .sub-menu2 > li .sub-menu li {
            display: block;
            padding: 0;
            margin: 0;
            position: relative;
            background: #f5f5f5;
        }

.sub-menu > li:hover > .sub-menu {
    display: block !important;
}

.header-top .menu-search .menu-header ul > li .mega-menu .sub-menu > li .sub-menu2 > li .sub-menu li a:hover {
    color: #fff;
}

/*.header-top .menu-search .menu-header ul > li .mega-menu .sub-menu > li .sub-menu2 > li .sub-menu > li:hover a {
    color: #f5f5f5;
    background-color: #1c8ac3;
}*/

.sub-menu2 .sub-menu li:hover > a {
    color: #f5f5f5 !important;
    background-color: #1c8ac3 !important;
}


.header-top .menu-search .menu-header ul > li .mega-menu .sub-menu > li .sub-menu2 > li:hover > .sub-menu {
    display: block;
}

.header-top .menu-search .menu-header ul > li .mega-menu .sub-menu > li .sub-menu2 > li .sub-menu a {
    color: #111;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 8px;
    padding-right: 25px;
    padding-bottom: 8px;
    padding-left: 25px;
    display: block;
}

.header-top .menu-search .menu-header ul > li .mega-menu .sub-menu > li > a {
    font-size: 15px;
    color: #fff;
    border: 0 !important;
    position: relative;
    display: block;
}

    .header-top .menu-search .menu-header ul > li .mega-menu .sub-menu > li > a i {
        padding-left: 20px;
    }

    .header-top .menu-search .menu-header ul > li .mega-menu .sub-menu > li > a:before {
        display: none;
    }

.header-top .menu-search .menu-header ul > li .mega-menu .sub-menu > li:hover > a {
    /*    color: #fff;
    font-weight: bold;
    opacity: .8;*/
    background: #DBC164;
}

.header-top .menu-search .menu-header ul > li .mega-menu .sub-menu > li .sub-menu2 > li:hover > a {
    background: #1c8ac3;
    color: #fff;
}

.header-top .menu-search .menu-header ul > li .mega-menu .sub-menu li:last-child {
    border: 0;
}

.header-top .menu-search .menu-header ul > li > a {
    color: #ffffff;
    position: relative;
}

    .header-top .menu-search .menu-header ul > li > a:before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0%;
        height: 1px;
        background: #035185;
        transition: all .5s;
    }

    .header-top .menu-search .menu-header ul > li > a:hover {
        color: #035185;
    }

        .header-top .menu-search .menu-header ul > li > a:hover:before {
            width: 100%;
            transition: all .5s;
            left: 0;
        }

.header-top .menu-search .list-icon {
    text-align: right;
}

    .header-top .menu-search .list-icon ul li {
        display: inline-block;
        padding-left: 5px;
        position: relative;
    }

        .header-top .menu-search .list-icon ul li:hover .search {
            visibility: visible;
            opacity: 1;
            transition: all .5s;
        }

        .header-top .menu-search .list-icon ul li .search {
            position: absolute;
            top: 100%;
            right: 0;
            width: 300px;
            padding: 30px 10px 10px 10px;
            z-index: 9999;
            background: #fff;
            visibility: hidden;
            opacity: 0;
            transition: all .5s;
        }

            .header-top .menu-search .list-icon ul li .search form {
                position: relative;
            }

                .header-top .menu-search .list-icon ul li .search form input {
                    border-radius: 0;
                    width: 100%;
                    height: 35px;
                }

                .header-top .menu-search .list-icon ul li .search form button {
                    position: absolute;
                    top: 0;
                    right: 0;
                    width: 40px;
                    height: 35px;
                    border: 0;
                    background: #03a8e2;
                    color: #fff;
                    font-size: 20px;
                }

        .header-top .menu-search .list-icon ul li a {
            color: #999999;
        }

.slider-top {
    position: relative;
}

    .slider-top img {
        width: 100%;
    }

    .slider-top .carousel-control-prev-icon {
        background-image: url(../images/left.png);
    }

    .slider-top .carousel-control-next-icon {
        background-image: url(../images/right.png);
    }

    .slider-top .carousel-control-next-icon,
    .slider-top .carousel-control-prev-icon {
        width: 30px;
        height: 60px;
        z-index: 1000000;
    }

    .slider-top .carousel-control-next,
    .slider-top .carousel-control-prev {
        width: 2.5%;
        z-index: 1000000;
    }

    .slider-top .text-banner-active {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(2, 2, 2, 0.5);
        z-index: 1;
    }

        .slider-top .text-banner-active .w-80 {
            width: 80%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            margin: 0 auto;
        }

            .slider-top .text-banner-active .w-80 h1 {
                font-size: 40px;
                font-weight: bold;
                color: #fff;
            }

            .slider-top .text-banner-active .w-80 span {
                display: block;
                padding-top: 30px;
                color: #fff;
                line-height: 2;
                font-size: 16px;
                width: 70%;
                margin: 0 auto;
                text-align: center;
            }

.main-icon-top {
    background: url(../images/bg-fox.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .main-icon-top:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(51, 132, 187, 0.8);
        content: "";
        z-index: 5;
    }

    .main-icon-top a {
        color: #fff;
    }

    .main-icon-top .box1-icon {
        position: relative;
        z-index: 10;
        text-align: center;
        padding: 30px 0px;
    }

        .main-icon-top .box1-icon .img-icon img {
            animation: namdz 1s infinite ease-in-out;
        }

        .main-icon-top .box1-icon .text-bottom {
            padding-top: 25px;
        }

            .main-icon-top .box1-icon .text-bottom h3 {
                color: #fff;
                font-weight: 600;
                font-size: 15px;
                display: block;
            }

@keyframes namdz {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}

.slide .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    left: -55px;
    transform: translate(0%, -50%);
    width: 20px;
    height: 35px;
    font-size: 40px !important;
    background: rgba(2, 2, 2, 0.5) !important;
    color: #fff !important;
    outline: none;
    cursor: pointer;
}

    .slide .owl-nav .owl-prev span {
        display: block;
        margin-top: -6px;
    }

.slide .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    right: -55px;
    transform: translate(0%, -50%);
    width: 20px;
    height: 35px;
    font-size: 40px !important;
    background: rgba(2, 2, 2, 0.5) !important;
    color: #fff !important;
    outline: none;
    cursor: pointer;
}

    .slide .owl-nav .owl-next span {
        display: block;
        margin-top: -6px;
    }

.main-slider-one {
    background-color: #f0f0f0;
    padding: 30px 0px 20px 0px;
}

    .home .main-slider-one {
        position: relative;
        overflow: hidden;
        padding: 78px 0 82px;
        background:
            radial-gradient(circle at 50% 0%, rgba(0, 181, 255, .12), rgba(0, 181, 255, 0) 34%),
            linear-gradient(180deg, #f8fdff 0%, #fff 100%);
    }

    .home .main-slider-one .title-slider {
        margin-bottom: 28px;
        text-align: center;
    }

    .home .main-slider-one .title-what .customer-kicker {
        display: block;
        margin-bottom: 10px;
        color: #0f7fbe;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: .4px;
        text-transform: uppercase;
    }

    .home .main-slider-one .title-what .title-hd {
        margin: 0;
        color: #10294d;
        font-size: clamp(30px, 2.5vw, 46px);
        line-height: 1.08;
        font-weight: 800;
        letter-spacing: 0;
        text-transform: none;
    }

    .home .main-slider-one .title-what .title-hd:after {
        display: none;
    }

    .home .main-slider-one .owl-carousel-1 .owl-stage {
        display: flex;
        align-items: stretch;
    }

    .home .main-slider-one .owl-carousel-1 .item {
        height: 100%;
    }

    .home .main-slider-one .img-sliderone {
        height: 118px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        border-radius: 7px;
        background: #fff;
        border: 1px solid rgba(17, 88, 255, .1);
        box-shadow: 0 16px 34px rgba(25, 73, 112, .08);
    }

    .home .main-slider-one .img-sliderone a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .home .main-slider-one .img-sliderone img {
        max-width: 100%;
        max-height: 72px;
        width: auto;
        height: auto;
        object-fit: contain;
        background: transparent;
        filter: none;
    }

    .home .main-slider-one .owl-nav .owl-prev,
    .home .main-slider-one .owl-nav .owl-next {
        width: 36px;
        height: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(17, 88, 255, .08) !important;
        color: #1158ff !important;
        font-size: 28px !important;
    }

    .home .customer-section.main-slider-one {
        padding: 72px 0 86px;
        background: #fff;
    }

    .home .customer-section .customer-heading {
        max-width: 620px;
        margin: 0 auto 36px;
        text-align: center;
    }

    .home .customer-section .customer-heading img {
        width: 76px;
        height: auto;
        display: block;
        margin: 0 auto 9px;
    }

    .home .customer-section .customer-heading h2 {
        margin: 0;
        color: #2d3f6a;
        font-size: clamp(34px, 3.2vw, 54px);
        line-height: 1;
        font-weight: 300;
        letter-spacing: 0;
    }

    .home .customer-section .customer-heading h2 span {
        color: #8adfff;
    }

    .home .customer-section .customer-heading p {
        margin: 8px 0 22px;
        color: #42506e;
        font-size: 12px;
        line-height: 1.4;
        font-weight: 700;
    }

    .home .customer-section .customer-tabs {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .home .customer-section .customer-tabs span {
        height: 25px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 14px;
        border-radius: 4px;
        color: #446187;
        background: #e9f6ff;
        font-size: 10px;
        font-weight: 700;
    }

    .home .customer-logo-grid {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 22px 34px;
        max-width: 1130px;
        margin: 0 auto;
    }

    .home .customer-logo-card {
        height: 86px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 24px;
        border-radius: 10px;
        background: #f7f7fb;
        box-shadow: none;
    }

    .home .customer-logo-card img {
        max-width: 100%;
        max-height: 44px;
        width: auto;
        height: auto;
        object-fit: contain;
        filter: none;
    }

    .home .customer-logo-text {
        color: #111;
        font-size: 20px;
        font-weight: 800;
    }

    .home .customer-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 42px;
    }

    .home .customer-dots span {
        width: 24px;
        height: 2px;
        display: block;
        background: #d4d9eb;
    }

    .home .customer-dots span:first-child {
        background: #9ca9ca;
    }

    .main-slider-one .owl-dots {
        display: none;
    }

    .main-slider-one .img-sliderone {
        text-align: center;
    }

        .main-slider-one .img-sliderone img {
            width: 100%;
            height: 140px;
            margin: 0 auto;
            object-fit: contain;
            background-color: transparent;
            filter: brightness(1.18) contrast(1.08);
        }

/* === Logo Marquee Auto-Scroll === */
.logo-marquee-section {
    background: transparent;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    overflow: hidden;
}

.logo-marquee-track {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.logo-marquee-track:last-child {
    margin-bottom: 0;
}

.logo-marquee-inner {
    display: flex;
    width: max-content;
    gap: 20px;
}

.marquee-left .logo-marquee-inner {
    animation: marqueeScrollLeft 60s linear infinite;
}

.marquee-right .logo-marquee-inner {
    animation: marqueeScrollRight 60s linear infinite;
}

.logo-marquee-track:hover .logo-marquee-inner {
    animation-play-state: paused;
}

.logo-marquee-item {
    flex: 0 0 auto;
    width: 180px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    padding: 10px 15px;
    opacity: 1;
    transition: transform 0.3s ease;
}

.logo-marquee-item:hover {
    transform: scale(1.05);
}

.logo-marquee-item img {
    max-width: 100%;
    max-height: 70px;
    object-fit: contain;
    mix-blend-mode: normal;
    filter: brightness(1.16) contrast(1.08) saturate(1.08);
    transition: filter 0.3s ease;
}

.logo-marquee-item:hover img {
    filter: brightness(1.28) contrast(1.12) saturate(1.12);
}

@keyframes marqueeScrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes marqueeScrollRight {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

@media (max-width: 768px) {
    .logo-marquee-section {
        padding: 8px 0;
    }
    .logo-marquee-item {
        width: 130px;
        height: 70px;
    }
    .logo-marquee-item img {
        max-height: 50px;
    }
}

.title-main {
    margin-bottom: 30px;
}

    .title-main .title-hd {
        font-size: 30px;
        color: #1c9ad6;
        text-transform: uppercase;
    }

    .title-main .title-hd-2 {
        font-size: 30px;
        color: #1c9ad6;
        text-transform: uppercase;
        font-weight: 600;
        width: 40%;
        margin: 0 auto;
    }

    .title-main .text-hd {
        font-size: 15px;
        color: #757575;
        padding-top: 20px;
        display: block;
    }

    .title-main .text-hd-2 {
        font-size: 15px;
        color: #757575;
        padding-top: 20px;
        display: block;
        line-height: 1.4;
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }

.main-about-content {
    padding: 40px 0px;
}

    .home .main-icon-top {
        display: none;
    }

    .main-ecosystem-content {
        position: relative;
        overflow: hidden;
        padding: 95px 0 105px;
        background:
            radial-gradient(circle at 70% 46%, rgba(0, 174, 255, .25), rgba(0, 174, 255, 0) 24%),
            radial-gradient(circle at 54% 100%, rgba(16, 81, 255, .28), rgba(16, 81, 255, 0) 34%),
            linear-gradient(180deg, #020307 0%, #000 47%, #02040a 100%);
        color: #fff;
    }

    .main-ecosystem-content:before,
    .main-ecosystem-content:after {
        content: "";
        position: absolute;
        pointer-events: none;
    }

    .main-ecosystem-content:before {
        right: -18%;
        bottom: -42%;
        width: 82%;
        height: 84%;
        border-radius: 50%;
        border: 1px solid rgba(0, 170, 255, .22);
        box-shadow:
            inset 0 0 0 22px rgba(0, 117, 255, .03),
            inset 0 0 0 52px rgba(0, 117, 255, .025),
            0 0 80px rgba(0, 174, 255, .12);
        transform: rotate(-10deg);
    }

    .main-ecosystem-content:after {
        left: 0;
        right: 0;
        bottom: 0;
        height: 44%;
        background:
            radial-gradient(ellipse at 50% 100%, rgba(0, 154, 255, .36), rgba(0, 154, 255, 0) 46%),
            repeating-radial-gradient(ellipse at 50% 100%, rgba(0, 180, 255, .23) 0 1px, transparent 1px 34px);
        opacity: .42;
    }

    .main-ecosystem-content .container {
        position: relative;
        z-index: 2;
    }

    .ecosystem-intro {
        display: grid;
        grid-template-columns: minmax(320px, 44%) minmax(430px, 1fr);
        align-items: center;
        min-height: 575px;
        gap: 48px;
    }

    .ecosystem-copy-block {
        max-width: 470px;
    }

    .ecosystem-title {
        margin: 0 0 22px;
        color: #fff;
        font-size: clamp(38px, 3.75vw, 66px);
        line-height: .96;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0;
    }

    .ecosystem-title span {
        display: block;
    }

    .ecosystem-title .ecosystem-highlight {
        color: #05c9ff;
        text-shadow: 0 0 26px rgba(5, 201, 255, .34);
    }

    .ecosystem-copy-block p {
        max-width: 390px;
        margin: 0 0 30px;
        color: rgba(255, 255, 255, .84);
        font-size: 16px;
        line-height: 1.75;
    }

    .ecosystem-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        min-width: 172px;
        height: 42px;
        padding: 0 20px;
        border-radius: 4px;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        background: linear-gradient(90deg, #1158ff 0%, #00b5ff 100%);
        box-shadow: 0 12px 28px rgba(0, 117, 255, .34);
        transition: all .25s ease;
    }

    .ecosystem-cta:hover {
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 18px 34px rgba(0, 180, 255, .38);
    }

    .ecosystem-cta i {
        width: 22px;
        height: 22px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(255, 255, 255, .16);
        font-size: 10px;
    }

    .ecosystem-visual {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 520px;
    }

    .ecosystem-ring {
        position: relative;
        width: min(500px, 43vw);
        aspect-ratio: 1;
        border-radius: 50%;
        background:
            radial-gradient(circle at center, #02040c 0 19%, rgba(0, 212, 255, .16) 19.5% 20.5%, transparent 21% 33%),
            conic-gradient(from -35deg, rgba(0, 190, 255, .04) 0deg 18deg, rgba(0, 161, 255, .72) 18deg 99deg, rgba(0, 255, 252, .06) 99deg 120deg, rgba(0, 220, 255, .66) 120deg 214deg, rgba(134, 59, 255, .08) 214deg 235deg, rgba(94, 34, 255, .74) 235deg 337deg, rgba(0, 190, 255, .04) 337deg 360deg);
        box-shadow:
            0 0 0 1px rgba(0, 210, 255, .5),
            0 0 32px rgba(0, 160, 255, .55),
            inset 0 0 52px rgba(0, 214, 255, .2);
    }

    .ecosystem-ring:before {
        content: "";
        position: absolute;
        inset: 12%;
        border-radius: 50%;
        border: 1px solid rgba(33, 226, 255, .6);
        box-shadow: inset 0 0 34px rgba(0, 188, 255, .28);
    }

    .ecosystem-ring:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -19%;
        width: 86%;
        height: 27%;
        border-radius: 50%;
        background: radial-gradient(ellipse at center, rgba(0, 198, 255, .42), rgba(0, 198, 255, .08) 45%, rgba(0, 198, 255, 0) 70%);
        transform: translateX(-50%);
        filter: blur(3px);
    }

    .ecosystem-core {
        position: absolute;
        inset: 33%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: radial-gradient(circle at 50% 35%, #071020, #02050d 70%);
        border: 1px solid rgba(41, 232, 255, .55);
        box-shadow: 0 0 34px rgba(0, 170, 255, .55);
    }

    .ecosystem-core img {
        width: 52%;
        height: auto;
        margin-bottom: 7px;
        filter: drop-shadow(0 0 12px rgba(0, 222, 255, .5));
    }

    .ecosystem-core span {
        color: #fff;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: .8px;
    }

    .ecosystem-slice {
        position: absolute;
        width: 34%;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        text-shadow: 0 0 12px rgba(0, 180, 255, .7);
    }

    .ecosystem-slice strong {
        display: block;
        margin-bottom: 8px;
        font-size: 17px;
        line-height: 1;
        font-weight: 800;
    }

    .ecosystem-slice span {
        display: block;
        color: rgba(255, 255, 255, .82);
        font-size: 9px;
        line-height: 1.45;
        text-transform: none;
    }

    .ecosystem-slice-ai {
        top: 24%;
        left: 18%;
    }

    .ecosystem-slice-data {
        top: 24%;
        right: 16%;
    }

    .ecosystem-slice-security {
        left: 50%;
        bottom: 20%;
        transform: translateX(-50%);
    }

    .main-ecosystem-content .list-box-slider {
        display: none;
    }

    .home .main-ecosystem-content {
        padding: 112px 0 122px;
        background:
            radial-gradient(circle at 72% 38%, rgba(0, 188, 255, .2), rgba(0, 188, 255, 0) 31%),
            radial-gradient(circle at 48% 92%, rgba(0, 95, 255, .22), rgba(0, 95, 255, 0) 34%),
            linear-gradient(180deg, #020306 0%, #000 52%, #020814 100%);
    }

    .home .main-ecosystem-content:before {
        right: 7%;
        top: 13%;
        bottom: auto;
        width: 560px;
        height: 560px;
        border-color: rgba(0, 209, 255, .12);
        box-shadow:
            inset 0 0 0 1px rgba(0, 209, 255, .16),
            inset 0 0 0 68px rgba(0, 209, 255, .018),
            0 0 130px rgba(0, 170, 255, .12);
        opacity: .95;
    }

    .home .main-ecosystem-content:after {
        height: 48%;
        background:
            linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 71, 160, .22)),
            repeating-radial-gradient(ellipse at 50% 100%, rgba(0, 180, 255, .18) 0 1px, transparent 1px 38px);
        opacity: .5;
    }

    .home .ecosystem-intro {
        grid-template-columns: minmax(380px, 42%) minmax(520px, 1fr);
        min-height: 560px;
        gap: 70px;
    }

    .home .ecosystem-copy-block {
        max-width: 560px;
    }

    .home .ecosystem-kicker {
        display: inline-flex;
        align-items: center;
        min-height: 30px;
        margin-bottom: 22px;
        padding: 0 13px;
        border-radius: 999px;
        border: 1px solid rgba(0, 183, 239, .22);
        background: rgba(0, 183, 239, .07);
        color: #6ee8ff;
        font-size: 11px;
        line-height: 1;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .8px;
    }

    .home .ecosystem-title {
        max-width: 540px;
        margin-bottom: 24px;
        font-size: clamp(46px, 4.1vw, 72px);
        line-height: .96;
        font-weight: 800;
        text-shadow: 0 18px 44px rgba(0, 0, 0, .38);
    }

    .home .ecosystem-title .ecosystem-highlight {
        color: #00c8ff;
        text-shadow: 0 0 34px rgba(0, 200, 255, .42);
    }

    .home .ecosystem-copy-block p {
        max-width: 520px;
        margin-bottom: 24px;
        color: rgba(255, 255, 255, .72);
        font-size: 17px;
        line-height: 1.68;
    }

    .home .ecosystem-capabilities {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin: 0 0 34px;
        padding: 0;
        list-style: none;
    }

    .home .ecosystem-capabilities li {
        min-height: 30px;
        display: inline-flex;
        align-items: center;
        padding: 0 13px;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, .09);
        background: rgba(255, 255, 255, .045);
        color: rgba(255, 255, 255, .7);
        font-size: 12px;
        font-weight: 700;
    }

    .home .ecosystem-cta {
        width: 192px;
        height: 48px;
        justify-content: space-between;
        padding: 0 18px 0 24px;
        border-radius: 6px;
        font-size: 14px;
    }

    .home .ecosystem-cta i {
        background: rgba(255, 255, 255, .22);
    }

    .home .ecosystem-visual {
        min-height: 540px;
        justify-content: flex-end;
    }

    .home .ecosystem-ring {
        width: min(560px, 43vw);
        background:
            radial-gradient(circle at center, #02060f 0 18%, rgba(0, 212, 255, .2) 18.5% 19.5%, transparent 20% 32%),
            conic-gradient(from -31deg, rgba(0, 190, 255, .03) 0deg 19deg, rgba(0, 144, 220, .84) 19deg 98deg, rgba(0, 255, 252, .05) 98deg 122deg, rgba(0, 196, 216, .78) 122deg 213deg, rgba(117, 67, 255, .08) 213deg 235deg, rgba(91, 39, 229, .82) 235deg 337deg, rgba(0, 190, 255, .03) 337deg 360deg);
        box-shadow:
            0 0 0 1px rgba(0, 210, 255, .54),
            0 0 54px rgba(0, 160, 255, .48),
            0 36px 110px rgba(0, 149, 255, .24),
            inset 0 0 58px rgba(0, 214, 255, .22);
    }

    .home .ecosystem-orbit {
        position: absolute;
        inset: -8%;
        border-radius: 50%;
        border: 1px solid rgba(0, 207, 255, .08);
        pointer-events: none;
    }

    .home .ecosystem-orbit-two {
        inset: -16%;
        border-color: rgba(0, 207, 255, .055);
    }

    .home .ecosystem-core {
        inset: 32%;
        border-color: rgba(61, 235, 255, .48);
        box-shadow:
            0 0 0 10px rgba(0, 183, 239, .03),
            0 0 42px rgba(0, 170, 255, .45);
    }

    .home .ecosystem-slice strong {
        font-size: 18px;
    }

    .home .ecosystem-slice span {
        color: rgba(255, 255, 255, .76);
        font-size: 9.5px;
    }

    .home .main-ecosystem-content .banner-bottom {
        display: none;
    }

    .main-about-content .title-main {
        text-align: center;
    }

    .main-about-content .list-top-about {
        padding-left: 160px;
        padding-right: 100px;
    }

        .main-about-content .list-top-about p {
            font-size: 15px;
            color: #757575;
        }

        .main-about-content .list-top-about ul li {
            color: #757575;
            padding: 10px 0px;
            display: flex;
            align-items: center;
            line-height: 22px;
        }

            .main-about-content .list-top-about ul li .icon {
                width: 28px;
                height: 28px;
                background: url(../images/icon4.png);
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center;
                display: block;
                margin-right: 7px;
            }

    .main-about-content .list-box-slider {
        margin-top: 15px;
    }

        .main-about-content .list-box-slider .list-top-tab {
            text-align: center;
            position: relative;
        }

            .main-about-content .list-box-slider .list-top-tab:before {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 1px;
                background: #ccc;
            }

            .main-about-content .list-box-slider .list-top-tab ul {
                border-radius: 30px;
                justify-content: center;
                position: relative;
            }

                .main-about-content .list-box-slider .list-top-tab ul li {
                    position: relative;
                    z-index: 10;
                    padding: 5px 1px;
                    margin: 0 2px;
                }

                    .main-about-content .list-box-slider .list-top-tab ul li a {
                        font-size: 14px;
                        color: #777777;
                        text-transform: uppercase;
                        border: 1px solid #1c8ac3;
                        background: #1c8ac3;
                        color: #fff;
                        border-top-left-radius: 5px;
                        border-top-right-radius: 5px;
                        padding: 10px 10px;
                    }

                        .main-about-content .list-box-slider .list-top-tab ul li a:hover {
                            border: 1px solid #DBC164;
                            background: #DBC164;
                        }

                    .main-about-content .list-box-slider .list-top-tab ul li .active {
                        border: 1px solid #DBC164;
                        background: #DBC164;
                    }

        .main-about-content .list-box-slider .list-box-about {
            padding: 30px;
        }

            .main-about-content .list-box-slider .list-box-about .box-about-one {
                text-align: center;
                padding: 30px 30px;
                background: #f4f4f4;
                margin-bottom: 30px;
                transition: all .5s;
            }

                .main-about-content .list-box-slider .list-box-about .box-about-one:hover {
                    transform: translate(0px, -15px);
                    box-shadow: 0px 5px 10px #767676;
                }

                    .main-about-content .list-box-slider .list-box-about .box-about-one:hover .img-top img {
                        animation: namdz 1s infinite ease-in-out;
                    }

                    .main-about-content .list-box-slider .list-box-about .box-about-one:hover .text-bottom h3 a {
                        color: #2c86c2;
                        transition: all .3s;
                    }

                    .main-about-content .list-box-slider .list-box-about .box-about-one:hover .text-bottom .more {
                        background: #2c86c2;
                        color: #fff;
                        border: 1px solid #2c86c2;
                        transition: all .3s;
                    }

                .main-about-content .list-box-slider .list-box-about .box-about-one .img-top img {
                    width: auto;
                    height: 73px;
                    margin: 0 auto;
                }

                .main-about-content .list-box-slider .list-box-about .box-about-one .text-bottom h3 {
                    padding: 20px 0px;
                }

                    .main-about-content .list-box-slider .list-box-about .box-about-one .text-bottom h3 a {
                        font-size: 16px;
                        color: #555555;
                        font-weight: 600;
                        transition: all .3s;
                    }

                .main-about-content .list-box-slider .list-box-about .box-about-one .text-bottom p {
                    font-size: 13px;
                    color: #777777;
                    margin-bottom: 30px;
                    text-align: justify;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    -webkit-line-clamp: 5;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    line-height: 18px;
                }

                .main-about-content .list-box-slider .list-box-about .box-about-one .text-bottom .more {
                    padding: 5px 15px;
                    border: 1px solid #ccc;
                    font-size: 14px;
                    color: #555555;
                    text-transform: uppercase;
                    border-radius: 10px;
                    transition: all .3s;
                }

@keyframes namdz2 {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}

.main-about-content .list-box-slider .owl-nav {
    display: none;
}

.main-about-content .list-box-slider .owl-dots {
    margin-top: 0px !important;
}

    .main-about-content .list-box-slider .owl-dots button {
        outline: none;
    }

        .main-about-content .list-box-slider .owl-dots button span {
            background: #6f6f6f;
            width: 15px;
            height: 15px;
            margin: 0px 2px;
        }

    .main-about-content .list-box-slider .owl-dots .active span {
        background: #1578ab;
    }

.main-about-content .banner-bottom {
    margin-top: 45px;
}

    .main-about-content .banner-bottom .img-banner img {
        width: 100%;
    }

.main-about-content .slider-list-box {
    display: none;
}

.main-about-content .slider-list-box-2 .list-box-about {
    padding: 0;
    padding-bottom: 30px;
}

.main-about-content .active {
    display: block;
}

.main-products-new {
    padding: 35px 0px;
    background: #f0f0f0;
}

    .main-services-section {
        position: relative;
        overflow: hidden;
        padding: 78px 0 82px;
        background:
            radial-gradient(circle at 50% 18%, rgba(27, 182, 255, .16), rgba(27, 182, 255, 0) 33%),
            linear-gradient(180deg, #f8fdff 0%, #eefaff 100%);
    }

    .main-services-section:before,
    .main-services-section:after {
        content: "";
        position: absolute;
        pointer-events: none;
    }

    .main-services-section:before {
        left: 50%;
        top: 20px;
        width: 720px;
        height: 220px;
        transform: translateX(-50%);
        border-radius: 50%;
        background: radial-gradient(ellipse at center, rgba(0, 174, 255, .2), rgba(0, 174, 255, 0) 66%);
        filter: blur(10px);
    }

    .main-services-section:after {
        inset: 0;
        background-image:
            linear-gradient(rgba(0, 149, 255, .05) 1px, transparent 1px),
            linear-gradient(90deg, rgba(0, 149, 255, .05) 1px, transparent 1px);
        background-size: 54px 54px;
        opacity: .4;
    }

    .main-services-section .container {
        position: relative;
        z-index: 2;
    }

    .services-heading {
        max-width: 650px;
        margin: 0 auto 34px;
        text-align: center;
    }

    .services-heading img {
        width: 58px;
        height: auto;
        display: block;
        margin: 0 auto 8px;
    }

    .services-heading span {
        display: block;
        margin-bottom: 4px;
        color: #0f4f8e;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: .2px;
    }

    .services-heading h2 {
        margin: 0 0 9px;
        color: #10294d;
        font-size: clamp(30px, 2.5vw, 46px);
        line-height: 1.08;
        font-weight: 800;
        letter-spacing: 0;
    }

    .services-heading p {
        margin: 0;
        color: #5b7190;
        font-size: 15px;
        line-height: 1.7;
    }

    .services-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
        max-width: 980px;
        margin: 0 auto;
    }

    .service-card {
        min-height: 112px;
        display: grid;
        grid-template-columns: 46px 1fr;
        gap: 16px;
        align-items: center;
        padding: 18px 20px;
        border-radius: 7px;
        background: rgba(255, 255, 255, .86);
        border: 1px solid rgba(13, 140, 214, .14);
        box-shadow: 0 18px 38px rgba(22, 92, 139, .08);
        transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    }

    .service-card:hover {
        transform: translateY(-4px);
        border-color: rgba(0, 174, 255, .34);
        box-shadow: 0 24px 50px rgba(22, 92, 139, .15);
    }

    .service-icon {
        width: 46px;
        height: 46px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 7px;
        color: #fff;
        background: linear-gradient(135deg, #1158ff 0%, #00b5ff 100%);
        box-shadow: 0 12px 26px rgba(0, 136, 255, .26);
        font-size: 18px;
    }

    .service-content strong {
        display: block;
        margin-bottom: 7px;
        color: #173b67;
        font-size: 15px;
        line-height: 1.25;
        font-weight: 800;
    }

    .service-content span {
        display: block;
        color: #64758c;
        font-size: 12px;
        line-height: 1.55;
    }

    .services-actions {
        margin-top: 30px;
        text-align: center;
    }

    .services-primary {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        min-width: 174px;
        height: 42px;
        padding: 0 20px;
        border-radius: 4px;
        color: #fff !important;
        font-size: 13px;
        font-weight: 700;
        background: linear-gradient(90deg, #1158ff 0%, #00b5ff 100%);
        box-shadow: 0 12px 28px rgba(0, 117, 255, .26);
        transition: all .25s ease;
    }

    .services-primary:hover {
        color: #fff !important;
        transform: translateY(-2px);
        box-shadow: 0 18px 34px rgba(0, 180, 255, .32);
    }

    .services-primary i {
        width: 22px;
        height: 22px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(255, 255, 255, .16);
        font-size: 10px;
    }

    .main-products-showcase {
        position: relative;
        overflow: hidden;
        padding: 88px 0 96px;
        background:
            radial-gradient(circle at 50% 0%, rgba(15, 185, 255, .22), rgba(15, 185, 255, 0) 35%),
            radial-gradient(circle at 50% 115%, rgba(20, 78, 255, .32), rgba(20, 78, 255, 0) 42%),
            linear-gradient(180deg, #03183a 0%, #051d4c 52%, #061338 100%);
        color: #fff;
    }

    .main-products-showcase:before,
    .main-products-showcase:after {
        content: "";
        position: absolute;
        pointer-events: none;
    }

    .main-products-showcase:before {
        inset: 0;
        background:
            linear-gradient(rgba(0, 183, 255, .06) 1px, transparent 1px),
            linear-gradient(90deg, rgba(0, 183, 255, .06) 1px, transparent 1px);
        background-size: 68px 68px;
        opacity: .34;
    }

    .main-products-showcase:after {
        left: 50%;
        bottom: -220px;
        width: 980px;
        height: 420px;
        border-radius: 50%;
        transform: translateX(-50%);
        border: 1px solid rgba(0, 190, 255, .22);
        box-shadow: inset 0 0 0 28px rgba(0, 173, 255, .025), 0 0 90px rgba(0, 153, 255, .2);
    }

    .main-products-showcase .container {
        position: relative;
        z-index: 2;
    }

    .products-showcase-heading {
        max-width: 650px;
        margin: 0 auto 28px;
        text-align: center;
    }

    .products-showcase-heading img {
        width: 58px;
        height: auto;
        display: block;
        margin: 0 auto 8px;
        filter: drop-shadow(0 0 16px rgba(0, 184, 255, .38));
    }

    .products-showcase-heading span {
        display: block;
        color: #65ddff;
        font-size: 15px;
        font-weight: 700;
    }

    .products-showcase-heading h2 {
        margin: 2px 0 10px;
        color: #fff;
        font-size: clamp(30px, 2.5vw, 46px);
        line-height: 1.08;
        font-weight: 800;
        letter-spacing: 0;
    }

    .products-showcase-heading p {
        margin: 0;
        color: rgba(255, 255, 255, .72);
        font-size: 15px;
        line-height: 1.7;
    }

    .products-showcase-tabs {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 9px;
        max-width: 940px;
        margin: 0 auto 34px;
    }

    .products-showcase-tabs a {
        min-width: 86px;
        height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 14px;
        border-radius: 4px;
        color: rgba(255, 255, 255, .86);
        font-size: 12px;
        font-weight: 700;
        background: rgba(255, 255, 255, .08);
        border: 1px solid rgba(107, 205, 255, .18);
        transition: all .25s ease;
    }

    .products-showcase-tabs a:hover {
        color: #fff;
        background: linear-gradient(90deg, #1158ff 0%, #00b5ff 100%);
        border-color: rgba(255, 255, 255, .24);
        box-shadow: 0 14px 30px rgba(0, 145, 255, .22);
    }

    .products-showcase-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 18px;
    }

    .product-showcase-card {
        min-height: 330px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        border-radius: 7px;
        background: rgba(5, 22, 58, .78);
        border: 1px solid rgba(101, 221, 255, .16);
        box-shadow: 0 24px 52px rgba(0, 0, 0, .22);
        transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
    }

    .product-showcase-card:hover {
        transform: translateY(-5px);
        border-color: rgba(0, 181, 255, .42);
        box-shadow: 0 30px 68px rgba(0, 0, 0, .3);
    }

    .product-showcase-image {
        height: 168px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 18px;
        background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(234, 247, 255, .92));
    }

    .product-showcase-image img {
        max-width: 100%;
        max-height: 128px;
        width: auto;
        height: auto;
        object-fit: contain;
    }

    .product-showcase-body {
        display: block;
        padding: 18px 18px 20px;
    }

    .product-showcase-body strong {
        display: block;
        min-height: 42px;
        margin-bottom: 10px;
        color: #fff;
        font-size: 15px;
        line-height: 1.35;
        font-weight: 800;
    }

    .product-showcase-body span {
        display: block;
        color: rgba(255, 255, 255, .66);
        font-size: 12px;
        line-height: 1.6;
    }

    .products-showcase-actions {
        margin-top: 32px;
        text-align: center;
    }

    .products-showcase-actions a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        min-width: 168px;
        height: 42px;
        padding: 0 20px;
        border-radius: 4px;
        color: #fff !important;
        font-size: 13px;
        font-weight: 700;
        background: linear-gradient(90deg, #1158ff 0%, #00b5ff 100%);
        box-shadow: 0 12px 28px rgba(0, 117, 255, .3);
        transition: all .25s ease;
    }

    .products-showcase-actions a:hover {
        transform: translateY(-2px);
        box-shadow: 0 18px 34px rgba(0, 180, 255, .36);
    }

    .products-showcase-actions i {
        width: 22px;
        height: 22px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(255, 255, 255, .16);
        font-size: 10px;
    }

.title-hd-icon h2 {
    font-size: 24px;
    color: #333333;
    text-transform: uppercase;
    padding-left: 10px;
}


.title-hd-icon .title-ar {
    font-size: 21px;
    color: #333333;
    text-transform: uppercase;
    padding-left: 10px;
    font-weight: 600;
}

.main-products-new .products-list {
    padding: 30px 30px 0px 30px;
    background: #fff;
    margin-top: 35px;
    display: none;
}

    .main-products-new .products-list .box-products {
        text-align: center;
        background: #fff;
        padding: 0px 30px 20px 30px;
        margin-bottom: 30px;
        height: calc(100% - 20px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        transition: all .5s;
        box-shadow: 0 5px 10px #1c8ac3;
    }

        .main-products-new .products-list .box-products:hover .img-sp img {
            transform: scale(1.1);
            transition: all .5s;
        }

        .main-products-new .products-list .box-products .img-sp {
            padding-top: 15px;
            overflow: hidden;
        }

            .main-products-new .products-list .box-products .img-sp img {
                height: 200px;
                object-fit: scale-down;
                transition: all .5s;
            }

        .main-products-new .products-list .box-products h3 a {
            font-size: 16px;
            font-weight: bold;
            color: #333;
            display: block;
            padding-top: 15px;
            padding-bottom: 15px;
        }

        .main-products-new .products-list .box-products p {
            font-size: 13px;
            line-height: 18px;
            margin-bottom: 20px;
            padding: 0px 20px;
        }

        .main-products-new .products-list .box-products .xem-them {
            font-size: 13px;
            color: #1c8ac3;
            display: block;
            text-transform: uppercase;
            margin-top: auto;
        }

            .main-products-new .products-list .box-products .xem-them i {
                width: 24px;
                height: 24px;
                font-size: 17px;
                color: #1c8ac3;
                border: 1px solid #1c8ac3;
                border-radius: 50%;
                text-align: center;
                line-height: 22px;
            }

.main-products-new .active {
    display: block;
}

.list-title-tab {
    text-align: right;
    padding-top: 5px;
    position: relative;
}

    .list-title-tab:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #ccc;
        display: none;
    }

    .list-title-tab ul {
        display: block !important;
        li: last-c;
    }

        .list-title-tab ul li {
            display: inline-block;
            padding: 5px 0px;
        }

            .list-title-tab ul li a {
                font-size: 13px;
                color: #777777;
                text-transform: uppercase;
                border: 1px solid #1c8ac3;
                background: #1c8ac3;
                color: #fff;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
                padding: 10px 10px;
            }

                .list-title-tab ul li a:hover {
                    border: 1px solid #DBC164;
                    background: #DBC164;
                }

                .list-title-tab ul li a span {
                    color: #fff;
                    padding: 8px 10px;
                }

            .list-title-tab ul li .active {
                border: 1px solid #DBC164;
                background: #DBC164;
            }

.main-project {
    padding: 20px 0px;
}

    .main-project .title-project .title-hd-icon h2 {
        font-size: 24px;
        color: #333333;
        text-transform: uppercase;
    }

    .main-project .title-project .list-title-tab {
        padding-left: 100px;
    }

@media screen and (max-width: 991px) {
    .main-project .title-project .list-title-tab {
        padding-left: 0px;
    }
}

.main-project .slider-project {
    display: none;
    margin-top: 20px;
}

    .main-project .slider-project .img-text-project:hover .img-project img {
        transform: scale3d(-1, 1, 1);
        transition: all .5s;
    }

    .main-project .slider-project .img-text-project .img-project {
        overflow: hidden;
    }

        .main-project .slider-project .img-text-project .img-project img {
            height: 175px;
            transition: all .5s;
        }

    .main-project .slider-project .img-text-project .text-project h3 a {
        font-size: 15px;
        font-weight: 600;
        color: #333;
        display: block;
        padding-top: 10px;
        line-height: 22px;
    }

.main-project .active {
    display: block;
}

.main-project .slide .owl-dots {
    display: none;
}

.main-project .slide .owl-nav .owl-prev {
    left: -15px;
}

.main-project .slide .owl-nav .owl-next {
    right: -15px;
}

    .home .main-project {
        padding: 82px 0 88px;
        background: #fff;
    }

    .home .main-project .title-project {
        max-width: 920px;
        margin: 0 auto 22px;
        text-align: center;
    }

    .home .main-project .title-project .row {
        display: block;
    }

    .home .main-project .title-project [class*="col-"] {
        max-width: none;
        flex: none;
        width: 100%;
    }

    .home .main-project .title-project .title-hd-icon {
        display: block !important;
        text-align: center;
    }

    .home .main-project .title-project .title-hd-icon img {
        width: 54px;
        height: auto;
        display: block;
        margin: 0 auto 8px;
    }

    .home .main-project .title-project .title-hd-icon h2 {
        padding: 0;
        margin: 0 0 18px;
        color: #10294d;
        font-size: clamp(30px, 2.5vw, 46px);
        line-height: 1.08;
        font-weight: 800;
        letter-spacing: 0;
        text-transform: none;
    }

    .home .main-project .title-project .list-title-tab {
        padding: 0;
        text-align: center;
    }

    .home .main-project .title-project .list-title-tab ul {
        display: flex !important;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .home .main-project .title-project .list-title-tab ul li {
        padding: 0;
    }

    .home .main-project .title-project .list-title-tab ul li a {
        height: 32px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 14px;
        border-radius: 999px;
        border: 1px solid rgba(17, 88, 255, .16);
        background: #f4f8ff;
        color: #38516f;
        font-size: 12px;
        font-weight: 700;
        text-transform: none;
        transition: all .25s ease;
    }

    .home .main-project .title-project .list-title-tab ul li a:hover,
    .home .main-project .title-project .list-title-tab ul li .active {
        color: #fff;
        border-color: transparent;
        background: linear-gradient(90deg, #1158ff 0%, #00b5ff 100%);
        box-shadow: 0 12px 26px rgba(0, 117, 255, .18);
    }

    .home .main-project .slider-project {
        margin-top: 34px;
    }

    .home .main-project .slider-project .owl-stage {
        display: flex;
    }

    .home .main-project .slider-project .item {
        height: 100%;
    }

    .home .main-project .slider-project .img-text-project {
        height: 100%;
        overflow: hidden;
        border-radius: 7px;
        background: #fff;
        border: 1px solid rgba(16, 41, 77, .08);
        box-shadow: 0 20px 48px rgba(25, 73, 112, .12);
        transition: transform .25s ease, box-shadow .25s ease;
    }

    .home .main-project .slider-project .img-text-project:hover {
        transform: translateY(-5px);
        box-shadow: 0 28px 64px rgba(25, 73, 112, .18);
    }

    .home .main-project .slider-project .img-text-project:hover .img-project img {
        transform: scale(1.04);
    }

    .home .main-project .slider-project .img-text-project .img-project {
        height: 300px;
        overflow: hidden;
        background: #edf5fb;
    }

    .home .main-project .slider-project .img-text-project .img-project img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .35s ease;
    }

    .home .main-project .slider-project .img-text-project .text-project {
        padding: 17px 18px 20px;
    }

    .home .main-project .slider-project .img-text-project .text-project h3 {
        margin: 0;
    }

    .home .main-project .slider-project .img-text-project .text-project h3 a {
        min-height: 46px;
        padding: 0;
        color: #10294d;
        font-size: 16px;
        line-height: 1.45;
        font-weight: 800;
    }

    .home .main-project .slide .owl-nav .owl-prev,
    .home .main-project .slide .owl-nav .owl-next {
        width: 38px;
        height: 38px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(17, 88, 255, .08);
        color: #1158ff;
        box-shadow: 0 12px 28px rgba(25, 73, 112, .12);
    }

    .home .main-project .xtc {
        margin-top: 30px;
        text-align: center;
    }

    .home .main-project .xtc a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        min-width: 156px;
        height: 42px;
        padding: 0 20px;
        border-radius: 4px;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        background: linear-gradient(90deg, #1158ff 0%, #00b5ff 100%);
        box-shadow: 0 12px 28px rgba(0, 117, 255, .22);
    }

    .home .main-project .xtc a i {
        width: 22px;
        height: 22px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(255, 255, 255, .16);
        font-size: 10px;
    }

    .home .main-project .title-project.border-before:before {
        display: none;
    }

    .home .main-project {
        padding: 82px 0 96px;
        background: #fff;
    }

    .home .main-project .container {
        max-width: 1235px;
    }

    .home .project-proof {
        max-width: 760px;
        margin: 0 auto 80px;
        text-align: center;
    }

    .home .project-proof p {
        max-width: 650px;
        margin: 0 auto 36px;
        color: #294478;
        font-size: 15px;
        line-height: 1.36;
        font-weight: 700;
    }

    .home .project-proof-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 54px;
    }

    .home .project-proof-item {
        text-align: center;
    }

    .home .project-proof-item strong {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        color: #064394;
        font-size: 54px;
        line-height: .9;
        font-weight: 400;
        letter-spacing: 0;
    }

    .home .project-proof-item strong sup {
        top: 0;
        margin-left: 3px;
        color: #0068c9;
        font-size: 25px;
        line-height: 1;
        font-weight: 500;
    }

    .home .project-proof-item > span {
        display: block;
        margin-top: 12px;
        color: #405272;
        font-size: 10px;
        line-height: 1.2;
        font-weight: 600;
    }

    .home .main-project .title-project {
        max-width: none;
        margin: 0 auto 30px;
        text-align: center;
    }

    .home .main-project .project-title-block h2 {
        margin: 0;
        color: #182340;
        font-size: clamp(36px, 3.2vw, 56px);
        line-height: 1.05;
        font-weight: 300;
        letter-spacing: 0;
        text-transform: none;
    }

    .home .main-project .project-title-block h2 span {
        color: #158de7;
    }

    .home .main-project .project-title-block p {
        margin: 8px 0 26px;
        color: #7d89a0;
        font-size: 12px;
        line-height: 1.3;
        font-weight: 600;
    }

    .home .main-project .title-project .list-title-tab {
        padding: 0;
    }

    .home .main-project .title-project .list-title-tab ul {
        display: flex !important;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 12px;
        overflow-x: auto;
        padding: 0 2px 4px;
    }

    .home .main-project .title-project .list-title-tab ul li {
        flex: 0 0 auto;
    }

    .home .main-project .title-project .list-title-tab ul li a {
        height: 26px;
        min-width: 92px;
        padding: 0 13px;
        border: 0;
        border-radius: 2px;
        background: #f2f5fb;
        color: #456086;
        font-size: 9px;
        font-weight: 700;
        box-shadow: none;
    }

    .home .main-project .title-project .list-title-tab ul li a:hover,
    .home .main-project .title-project .list-title-tab ul li .active {
        color: #0d58a8;
        background: #edf7ff;
        box-shadow: inset 0 0 0 1px rgba(13, 88, 168, .16);
    }

    .home .main-project .slider-project {
        margin-top: 36px;
    }

    .home .main-project .slider-project .owl-stage {
        display: flex;
    }

    .home .main-project .slider-project .owl-item {
        display: flex;
    }

    .home .main-project .slider-project .item {
        width: 100%;
        height: auto;
        display: flex;
    }

    .home .main-project .slider-project .img-text-project {
        position: relative;
        width: 100%;
        height: 360px;
        overflow: hidden;
        border-radius: 8px;
        border: 0;
        background: #dce9f6;
        box-shadow: 0 12px 30px rgba(12, 40, 75, .13);
    }

    .home .main-project .slider-project .img-text-project:before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 2;
        background:
            linear-gradient(180deg, rgba(8, 28, 60, 0) 34%, rgba(9, 21, 35, .84) 76%, rgba(5, 11, 18, .96) 100%);
        pointer-events: none;
    }

    .home .main-project .slider-project .img-text-project:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 42px rgba(12, 40, 75, .2);
    }

    .home .main-project .slider-project .img-text-project .img-project {
        height: 100%;
        overflow: hidden;
        background: #e8eef5;
    }

    .home .main-project .slider-project .img-text-project .img-project a,
    .home .main-project .slider-project .img-text-project .img-project img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .home .main-project .slider-project .img-text-project .img-project img {
        object-fit: cover;
        transition: transform .35s ease;
    }

    .home .main-project .slider-project .img-text-project:hover .img-project img {
        transform: scale(1.045);
    }

    .home .main-project .slider-project .img-text-project .text-project {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        padding: 0 22px 22px;
        color: #fff;
    }

    .home .main-project .slider-project .img-text-project .text-project h3 {
        margin: 0 0 8px;
    }

    .home .main-project .slider-project .img-text-project .text-project h3 a {
        min-height: 0;
        padding: 0;
        color: #fff;
        font-size: 22px;
        line-height: 1.08;
        font-weight: 800;
        text-shadow: 0 2px 18px rgba(0, 0, 0, .28);
    }

    .home .main-project .slider-project .img-text-project .text-project p {
        min-height: 32px;
        margin: 0 0 15px;
        color: rgba(255, 255, 255, .78);
        font-size: 10px;
        line-height: 1.45;
        font-weight: 500;
    }

    .home .main-project .slider-project .img-text-project .text-project dl {
        display: grid;
        gap: 3px;
        margin: 0;
        color: #fff;
    }

    .home .main-project .slider-project .img-text-project .text-project dl div {
        display: grid;
        grid-template-columns: 58px 1fr;
        gap: 8px;
        align-items: baseline;
    }

    .home .main-project .slider-project .img-text-project .text-project dt,
    .home .main-project .slider-project .img-text-project .text-project dd {
        margin: 0;
        font-size: 9px;
        line-height: 1.35;
    }

    .home .main-project .slider-project .img-text-project .text-project dt {
        color: rgba(255, 255, 255, .72);
        font-weight: 700;
    }

    .home .main-project .slider-project .img-text-project .text-project dd {
        color: #fff;
        font-weight: 600;
    }

    .home .main-project .slide .owl-nav,
    .home .main-project .slide .owl-dots,
    .home .main-project .xtc {
        display: none;
    }

    .home .main-icon-bottom {
        display: none !important;
    }

.box-about-one {
    text-align: center;
    padding: 30px 30px;
    background: #f4f4f4;
    margin-bottom: 30px;
    transition: all .5s;
    height: calc(100% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    transition: all .5s;
}

    .box-about-one:hover {
        transform: translate(0px, -15px);
    }

        .box-about-one:hover .img-top img {
            animation: namdz 1s infinite ease-in-out;
        }

        .box-about-one:hover h3 a {
            color: #2c86c2;
            transition: all .3s;
        }

        .box-about-one:hover .more {
            background: #2c86c2;
            color: #fff;
            border: 1px solid #2c86c2;
            transition: all .3s;
        }

    .box-about-one .img-top img {
        width: auto;
        height: 73px;
        margin: 0 auto;
    }

    .box-about-one h3 {
        padding: 20px 0px;
    }

        .box-about-one h3 a {
            font-size: 16px;
            color: #555555;
            font-weight: 600;
            transition: all .3s;
        }

    .box-about-one p {
        font-size: 13px;
        color: #777777;
        margin-bottom: 30px;
        text-align: justify;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-height: 18px;
    }

    .box-about-one .more {
        border: 1px solid #ccc;
        font-size: 14px;
        color: #555555;
        text-transform: uppercase;
        border-radius: 10px;
        transition: all .3s;
        width: 150px;
        height: 35px;
        line-height: 35px;
        margin: auto auto 0 auto;
    }

@keyframes namdz2 {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}

.xtc {
    margin-top: 45px;
}

    .xtc a {
        width: 180px;
        height: 40px;
        display: block;
        text-align: center;
        line-height: 45px;
        color: #fff;
        text-transform: uppercase;
        font-size: 15px;
        margin: 0 auto;
        background: #2c86c2;
    }

        .xtc a i {
            padding-left: 5px;
        }

.main-news {
    padding: 30px 0px;
}

    .home .main-news {
        position: relative;
        overflow: hidden;
        padding: 88px 0 96px;
        background:
            radial-gradient(circle at 50% 0%, rgba(0, 181, 255, .16), rgba(0, 181, 255, 0) 34%),
            linear-gradient(180deg, #02040a 0%, #000 58%, #02050d 100%);
        color: #fff;
    }

    .home .main-news:before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background:
            linear-gradient(rgba(0, 183, 255, .04) 1px, transparent 1px),
            linear-gradient(90deg, rgba(0, 183, 255, .04) 1px, transparent 1px);
        background-size: 72px 72px;
        opacity: .34;
    }

    .home .main-news .container {
        position: relative;
        z-index: 2;
    }

    .home .main-news .title-news {
        margin-bottom: 32px;
    }

    .home .main-news .title-news .row {
        display: block;
    }

    .home .main-news .title-news [class*="col-"] {
        max-width: none;
        flex: none;
        width: 100%;
    }

    .home .main-news .title-news .title-hd-icon {
        display: block !important;
        text-align: center;
    }

    .home .main-news .title-news .title-hd-icon img {
        width: 54px;
        height: auto;
        display: block;
        margin: 0 auto 8px;
        filter: drop-shadow(0 0 14px rgba(0, 181, 255, .32));
    }

    .home .main-news .title-news .title-hd-icon h2 {
        padding: 0;
        margin: 0 0 18px;
        color: #fff;
        font-size: clamp(30px, 2.5vw, 46px);
        line-height: 1.08;
        font-weight: 800;
        letter-spacing: 0;
        text-transform: none;
    }

    .home .main-news .title-news .list-title-tab {
        padding: 0;
        text-align: center;
    }

    .home .main-news .title-news .list-title-tab ul {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .home .main-news .title-news .list-title-tab ul li {
        padding: 0;
    }

    .home .main-news .title-news .list-title-tab ul li a {
        height: 32px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 14px;
        border-radius: 999px;
        border: 1px solid rgba(101, 221, 255, .18);
        background: rgba(255, 255, 255, .07);
        color: rgba(255, 255, 255, .78);
        font-size: 12px;
        font-weight: 700;
        text-transform: none;
        transition: all .25s ease;
    }

    .home .main-news .title-news .list-title-tab ul li a:hover,
    .home .main-news .title-news .list-title-tab ul li .active {
        color: #fff;
        border-color: transparent;
        background: linear-gradient(90deg, #1158ff 0%, #00b5ff 100%);
        box-shadow: 0 12px 26px rgba(0, 117, 255, .2);
    }

    .home .main-news .list-news-box {
        margin-top: 0;
    }

    .home .main-news .list-news-box .row {
        row-gap: 22px;
    }

    .home .main-news .list-news-box .box1-news {
        height: 100%;
        margin: 0;
        overflow: hidden;
        padding-bottom: 0;
        border-radius: 7px;
        background: rgba(255, 255, 255, .045);
        border: 1px solid rgba(101, 221, 255, .12);
        box-shadow: 0 24px 60px rgba(0, 0, 0, .26);
        transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
    }

    .home .main-news .list-news-box .box1-news:hover {
        transform: translateY(-5px);
        border-color: rgba(0, 181, 255, .36);
        box-shadow: 0 30px 70px rgba(0, 0, 0, .34);
    }

    .home .main-news .list-news-box .box1-news:hover .img-news img {
        transform: scale(1.05);
    }

    .home .main-news .list-news-box .box1-news .img-news {
        overflow: hidden;
    }

    .home .main-news .list-news-box .box1-news .img-news img {
        width: 100%;
        height: 190px;
        object-fit: cover;
        transition: transform .35s ease;
    }

    .home .main-news .list-news-box .box1-news .img-news .date {
        top: 12px;
        left: 12px;
        width: 58px;
        height: 58px;
        border-radius: 6px;
        background: linear-gradient(135deg, #1158ff 0%, #00b5ff 100%);
        box-shadow: 0 12px 28px rgba(0, 117, 255, .28);
    }

    .home .main-news .list-news-box .box1-news h3 {
        margin: 0;
        padding: 18px 18px 0;
    }

    .home .main-news .list-news-box .box1-news h3 a {
        min-height: 48px;
        padding: 0;
        color: #fff;
        font-size: 15px;
        line-height: 1.45;
        font-weight: 800;
    }

    .home .main-news .list-news-box .box1-news p {
        margin: 0;
        padding: 10px 18px 18px;
        color: rgba(255, 255, 255, .66);
        font-size: 12px;
        line-height: 1.65;
    }

    .home .main-news .list-news-box .box1-news .xt {
        width: auto;
        height: auto;
        margin: auto 18px 18px;
        padding: 0;
        border: 0;
        color: #5edcff;
        font-size: 12px;
        line-height: 1;
        text-transform: none;
        text-align: left;
        border-radius: 0;
    }

    .home .main-news .list-news-box .box1-news .xt:hover {
        border: 0;
        background: transparent;
        color: #fff;
    }

    .home .main-news {
        padding: 94px 0 108px;
        background: #000;
        color: #fff;
    }

    .home .main-news:before {
        display: none;
    }

    .home .main-news .container {
        max-width: 1235px;
    }

    .home .main-news .title-news {
        margin-bottom: 48px;
    }

    .home .main-news .title-news .row {
        display: flex;
        align-items: flex-end !important;
    }

    .home .main-news .title-news [class*="col-"] {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }

    .home .main-news .title-news .title-hd-icon {
        text-align: left;
    }

    .home .main-news .title-news .title-hd-icon h2 {
        margin: 0 0 14px;
        color: rgba(255, 255, 255, .78);
        font-size: clamp(42px, 4vw, 62px);
        line-height: 1;
        font-weight: 300;
        letter-spacing: 0;
    }

    .home .main-news .title-news .title-hd-icon h2 span {
        color: #00b7ef;
    }

    .home .main-news .title-news .title-hd-icon p {
        margin: 0;
        color: rgba(255, 255, 255, .58);
        font-size: 14px;
        line-height: 1.5;
        font-weight: 400;
    }

    .home .main-news .title-news .list-title-tab {
        text-align: right;
    }

    .home .main-news .title-news .list-title-tab ul {
        justify-content: flex-end;
        gap: 22px;
    }

    .home .main-news .title-news .list-title-tab ul li a {
        min-width: 82px;
        height: 34px;
        padding: 0 18px;
        border-radius: 3px;
        border: 1px solid rgba(255, 255, 255, .06);
        background: rgba(255, 255, 255, .09);
        color: rgba(255, 255, 255, .78);
        font-size: 11px;
        font-weight: 800;
        box-shadow: none;
    }

    .home .main-news .title-news .list-title-tab ul li a:hover,
    .home .main-news .title-news .list-title-tab ul li .active {
        color: #dff7ff;
        border-color: rgba(0, 183, 239, .75);
        background: rgba(0, 183, 239, .08);
        box-shadow: none;
    }

    .home .main-news .list-news-box .row {
        row-gap: 28px;
    }

    .home .main-news .list-news-box .row > [class*="col-"]:first-child {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .home .main-news .list-news-box .box1-news {
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        border-radius: 10px;
        background: #031012;
        border: 1px solid rgba(25, 205, 242, .2);
        box-shadow: none;
    }

    .home .main-news .list-news-box .box1-news:hover {
        transform: translateY(-4px);
        border-color: rgba(25, 205, 242, .48);
        box-shadow: 0 22px 52px rgba(0, 183, 239, .08);
    }

    .home .main-news .list-news-box .box1-news .img-news {
        border-radius: 0;
        background: #071b20;
    }

    .home .main-news .list-news-box .box1-news .img-news img {
        height: 146px;
        display: block;
        filter: saturate(1.05) contrast(1.03);
    }

    .home .main-news .list-news-box .box1-news .news-body {
        display: flex;
        flex: 1;
        flex-direction: column;
        padding: 18px 18px 20px;
    }

    .home .main-news .list-news-box .box1-news .news-meta {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 10px;
        color: rgba(255, 255, 255, .44);
        font-size: 10px;
        line-height: 1.2;
        font-weight: 700;
    }

    .home .main-news .list-news-box .box1-news .news-meta i {
        width: 3px;
        height: 3px;
        display: inline-block;
        border-radius: 50%;
        background: rgba(255, 255, 255, .36);
    }

    .home .main-news .list-news-box .box1-news h3 {
        margin: 0;
        padding: 0;
    }

    .home .main-news .list-news-box .box1-news h3 a {
        min-height: 54px;
        color: rgba(255, 255, 255, .82);
        font-size: 16px;
        line-height: 1.35;
        font-weight: 800;
    }

    .home .main-news .list-news-box .box1-news p {
        display: none;
        margin: 0;
        padding: 0;
        color: rgba(255, 255, 255, .64);
        font-size: 12px;
        line-height: 1.65;
    }

    .home .main-news .list-news-box .box1-news .xt {
        display: none;
        margin: 24px 0 0;
        color: #00b7ef;
        font-size: 12px;
        font-weight: 800;
    }

    .home .main-news .list-news-box .row > [class*="col-"]:first-child .box1-news {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        min-height: 328px;
        border-radius: 13px;
    }

    .home .main-news .list-news-box .row > [class*="col-"]:first-child .img-news,
    .home .main-news .list-news-box .row > [class*="col-"]:first-child .img-news a,
    .home .main-news .list-news-box .row > [class*="col-"]:first-child .img-news img {
        height: 100%;
    }

    .home .main-news .list-news-box .row > [class*="col-"]:first-child .news-body {
        justify-content: center;
        padding: 48px 52px;
    }

    .home .main-news .list-news-box .row > [class*="col-"]:first-child h3 a {
        min-height: 0;
        color: rgba(255, 255, 255, .82);
        font-size: 26px;
        line-height: 1.18;
        font-weight: 800;
    }

    .home .main-news .list-news-box .row > [class*="col-"]:first-child p,
    .home .main-news .list-news-box .row > [class*="col-"]:first-child .xt {
        display: block;
    }

    .home .main-news .list-news-box .row > [class*="col-"]:first-child p {
        margin-top: 26px;
    }

    .main-news .title-news .title-hd-icon h2 {
        font-size: 24px;
        color: #333333;
        text-transform: uppercase;
        position: relative;
    }

        .main-news .title-news .title-hd-icon h2:before {
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 200px;
            height: 2px;
            background: #1c8ac3;
            content: "";
            display: none;
        }

    .main-news .active {
        display: block;
    }

.list-news-box {
    margin-top: 10px;
    display: none;
}

    .list-news-box .box1-news {
        margin: 10px 0px;
        padding-bottom: 20px;
        height: calc(100% - 10px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        transition: all .5s;
    }

        .list-news-box .box1-news:hover .img-news img {
            transform: rotate3d(0, 1, 0, 6rad);
            transition: all .5s;
        }

        .list-news-box .box1-news .img-news {
            position: relative;
            overflow: visible;
        }

            .list-news-box .box1-news .img-news img {
                width: 100%;
                height: 190px;
                transition: all .5s;
            }

            .list-news-box .box1-news .img-news .date {
                position: absolute;
                top: 0;
                left: 0;
                width: 65px;
                height: 65px;
                text-align: center;
                color: #fff;
                background: #1c8ac3;
                display: flex;
                align-items: center;
                justify-content: center;
                z-index: 999999;
            }

                .list-news-box .box1-news .img-news .date .number {
                    font-size: 26px;
                    padding-bottom: 5px;
                }

                .list-news-box .box1-news .img-news .date .text {
                    font-size: 12px;
                }

                .list-news-box .box1-news .img-news .date span {
                    display: block;
                }

        .list-news-box .box1-news h3 {
            margin-top: 15px;
        }

            .list-news-box .box1-news h3 a {
                display: block;
                padding-bottom: 10px;
                font-size: 15px;
                color: #333;
                line-height: 22px;
                font-weight: bold;
            }

        .list-news-box .box1-news p {
            font-size: 13px;
            color: #777;
        }

        .list-news-box .box1-news .xt {
            border: 1px solid #f4f4f4;
            font-size: 14px;
            color: #555555;
            text-transform: uppercase;
            border-radius: 30px;
            transition: all .3s;
            margin-top: auto;
            display: inline-block;
            width: 105px;
            height: 34px;
            line-height: 34px;
            text-align: center;
        }

            .list-news-box .box1-news .xt:hover {
                border: 1px solid #2c86c2;
                background: #2c86c2;
                transition: all .3s;
                color: #fff;
            }

.hover-cc {
    position: relative;
}

    .hover-cc:hover:before,
    .hover-cc:hover:after {
        transform: scale3d(1, 1, 1);
        transition: transform 0.5s;
    }

    .hover-cc:hover .xt-main {
        visibility: visible;
        opacity: 1;
        transition: all 0.5s;
    }

    .hover-cc:after {
        border-left: 2px solid #2c86c2;
        border-right: 2px solid #2c86c2;
        transform: scale3d(1, 0, 1);
        transition: all 0.5s;
    }

    .hover-cc:before {
        border-top: 2px solid #2c86c2;
        border-bottom: 2px solid #2c86c2;
        transform: scale3d(0, 1, 1);
        transition: all 0.5s;
    }

    .hover-cc:before,
    .hover-cc:after {
        content: '';
        position: absolute;
        top: 15px;
        left: 15px;
        height: calc( 100% - 30px);
        width: calc( 100% - 30px);
        transform-origin: center;
        z-index: 5;
        transition: all 1s;
    }

.title-what {
    text-align: center;
    margin-bottom: 30px;
}

    .title-what .title-hd {
        font-size: 30px;
        color: #555555;
        text-transform: uppercase;
        padding-bottom: 20px;
        margin-bottom: 20px;
        position: relative;
    }

        .title-what .title-hd:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translate(-50%);
            width: 170px;
            height: 2px;
            background: #2c86c2;
        }

    .title-what .text-title {
        font-size: 18px;
        color: #777777;
    }

.main-what {
    padding: 50px 0px;
}

    .home .main-what {
        position: relative;
        overflow: hidden;
        padding: 92px 0 98px;
        background:
            radial-gradient(circle at 78% 48%, rgba(0, 181, 255, .14), rgba(0, 181, 255, 0) 28%),
            linear-gradient(180deg, #000 0%, #02040a 100%);
        color: #fff;
    }

    .home .main-what:before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background:
            radial-gradient(circle at 12% 18%, rgba(17, 88, 255, .14), rgba(17, 88, 255, 0) 28%),
            linear-gradient(rgba(0, 183, 255, .035) 1px, transparent 1px),
            linear-gradient(90deg, rgba(0, 183, 255, .035) 1px, transparent 1px);
        background-size: auto, 70px 70px, 70px 70px;
        opacity: .86;
    }

    .home .main-what .container {
        position: relative;
        z-index: 2;
    }

    .home .main-what .col-md-12 {
        display: grid;
        grid-template-columns: minmax(280px, 36%) minmax(0, 1fr);
        gap: 70px;
        align-items: start;
    }

    .home .main-what .title-what {
        text-align: left;
        padding-top: 12px;
    }

    .home .main-what .faq-kicker {
        display: block;
        margin-bottom: 12px;
        color: #61dcff;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: .4px;
        text-transform: uppercase;
    }

    .home .main-what .title-what .title-hd {
        margin: 0 0 18px;
        color: #fff;
        font-size: clamp(34px, 3.1vw, 56px);
        line-height: 1.02;
        font-weight: 800;
        letter-spacing: 0;
        text-transform: none;
    }

    .home .main-what .title-what .title-hd:after {
        display: none;
    }

    .home .main-what .title-what .text-title {
        display: block;
        max-width: 360px;
        color: rgba(255, 255, 255, .68);
        font-size: 15px;
        line-height: 1.75;
    }

    .home .main-what .list-what-container ul {
        display: grid;
        gap: 12px;
        margin: 0;
        padding: 0;
    }

    .home .main-what .list-what-container ul li,
    .home .main-what .list-what-container ul li:nth-child(2),
    .home .main-what .list-what-container ul li:nth-child(4),
    .home .main-what .list-what-container ul li:nth-child(6) {
        display: block;
        width: 100%;
        margin: 0;
        overflow: hidden;
        border-radius: 7px;
        border: 1px solid rgba(101, 221, 255, .13);
        background: rgba(255, 255, 255, .055);
        box-shadow: 0 20px 46px rgba(0, 0, 0, .18);
    }

    .home .main-what .list-what-container ul li a {
        height: auto;
        min-height: 58px;
        display: flex;
        align-items: center;
        padding: 17px 54px 17px 20px;
        background: transparent;
        color: #fff;
        font-size: 15px;
        line-height: 1.35;
        font-weight: 800;
    }

    .home .main-what .list-what-container ul li a:before {
        top: 50%;
        right: 20px;
        width: 24px;
        height: 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #fff;
        background: linear-gradient(90deg, #1158ff 0%, #00b5ff 100%);
        font-size: 12px;
        transform: translateY(-50%);
    }

    .home .main-what .list-what-container ul li .sub-text {
        position: static;
        width: auto;
        margin: 0;
        padding: 0 20px 18px;
        background: transparent;
        color: rgba(255, 255, 255, .66);
        font-size: 13px;
        line-height: 1.7;
    }

    .home .main-what .list-what-container ul li .sub-text p {
        margin: 0;
    }

    .home .main-what .xtc {
        grid-column: 2;
        margin-top: 22px;
        text-align: left;
    }

    .home .main-what .xtc a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        min-width: 152px;
        height: 42px;
        padding: 0 20px;
        border-radius: 4px;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        background: linear-gradient(90deg, #1158ff 0%, #00b5ff 100%);
        box-shadow: 0 12px 28px rgba(0, 117, 255, .24);
    }

    .home .main-what .xtc a i {
        width: 22px;
        height: 22px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(255, 255, 255, .16);
        font-size: 10px;
        padding-left: 0;
    }

    .home .home-global-section {
        position: relative;
        overflow: hidden;
        padding: 104px 0 112px;
        background:
            radial-gradient(circle at 10% 18%, rgba(0, 183, 255, .2), rgba(0, 183, 255, 0) 30%),
            radial-gradient(circle at 72% 12%, rgba(74, 67, 255, .22), rgba(74, 67, 255, 0) 34%),
            linear-gradient(135deg, #123f76 0%, #11185a 42%, #060c33 100%);
        color: #fff;
    }

    .home .home-global-section:before,
    .home .home-global-section:after {
        content: "";
        position: absolute;
        border-radius: 50%;
        pointer-events: none;
    }

    .home .home-global-section:before {
        width: 720px;
        height: 720px;
        left: -260px;
        top: -160px;
        background: radial-gradient(circle, rgba(0, 181, 255, .16), rgba(0, 181, 255, 0) 62%);
    }

    .home .home-global-section:after {
        width: 620px;
        height: 620px;
        right: -170px;
        bottom: -240px;
        background: radial-gradient(circle, rgba(7, 78, 194, .2), rgba(7, 78, 194, 0) 66%);
    }

    .home .home-global-section .container {
        position: relative;
        z-index: 2;
    }

    .home .home-global-heading {
        text-align: center;
        margin-bottom: 48px;
    }

    .home .home-global-heading h2 {
        margin: 0 0 12px;
        color: rgba(255, 255, 255, .82);
        font-size: clamp(42px, 4vw, 68px);
        line-height: 1;
        font-weight: 300;
        letter-spacing: 0;
    }

    .home .home-global-heading h2 span {
        color: #00b7ef;
    }

    .home .home-global-heading p {
        max-width: 760px;
        margin: 0 auto;
        color: rgba(255, 255, 255, .62);
        font-size: 16px;
        line-height: 1.55;
        font-weight: 400;
    }

    .home .home-global-map {
        position: relative;
        width: min(1180px, 100%);
        aspect-ratio: 1.9 / 1;
        margin: 0 auto;
    }

    .home .home-global-map-art {
        position: absolute;
        inset: 0;
        background:
            linear-gradient(180deg, rgba(0, 157, 229, .92), rgba(0, 99, 184, .92));
        -webkit-mask: url("../images/world-map.svg") center / contain no-repeat;
        mask: url("../images/world-map.svg") center / contain no-repeat;
        opacity: .94;
        filter: drop-shadow(0 18px 42px rgba(0, 15, 55, .34));
    }

    .home .global-pin {
        position: absolute;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #bfeeff;
        font-size: 11px;
        font-weight: 700;
        line-height: 1;
        transform: translate(-7px, -7px);
        white-space: nowrap;
        z-index: 3;
    }

    .home .global-pin i {
        width: 14px;
        height: 14px;
        display: inline-block;
        border-radius: 50%;
        background: #53d9ff;
        border: 2px solid rgba(10, 94, 184, .95);
        box-shadow:
            0 0 0 4px rgba(83, 217, 255, .18),
            0 0 18px rgba(83, 217, 255, .85);
    }

    .home .global-pin b {
        display: inline-flex;
        align-items: center;
        min-height: 20px;
        padding: 0 9px;
        border-radius: 999px;
        background: rgba(8, 58, 151, .62);
        box-shadow: inset 0 0 0 1px rgba(109, 217, 255, .14);
    }

    .home .pin-canada { left: 20.5%; top: 39.5%; }
    .home .pin-america { left: 22%; top: 52%; }
    .home .pin-uk { left: 43.6%; top: 42%; }
    .home .pin-germany { left: 42.3%; top: 46.2%; }
    .home .pin-denmark { left: 49.1%; top: 39.8%; }
    .home .pin-poland { left: 48%; top: 46.8%; }
    .home .pin-kuwait { left: 57.2%; top: 57.4%; }
    .home .pin-mongolia { left: 69.6%; top: 34%; }
    .home .pin-japan { left: 79.5%; top: 45.3%; }
    .home .pin-korea { left: 76.9%; top: 49.8%; }
    .home .pin-vietnam { left: 74.6%; top: 59%; }
    .home .pin-philippines { left: 78.2%; top: 62%; }
    .home .pin-australia { left: 78.8%; top: 80.3%; }

    .home #faq.main-what {
        min-height: 530px;
        display: flex;
        align-items: center;
        padding: 92px 0 96px;
        background: #000;
    }

    .home #faq.main-what:before {
        display: none;
    }

    .home #faq.main-what .col-md-12 {
        display: grid;
        grid-template-columns: minmax(320px, 430px) minmax(420px, 1fr);
        grid-template-areas:
            "title visual"
            "list visual";
        gap: 18px 92px;
        align-items: center;
    }

    .home #faq .title-what {
        grid-area: title;
        padding: 0;
        text-align: left;
    }

    .home #faq .title-what .title-hd {
        margin: 0 0 10px;
        font-size: clamp(34px, 3.3vw, 54px);
        line-height: .97;
        font-weight: 300;
        letter-spacing: 0;
    }

    .home #faq .title-what .title-hd span {
        display: block;
        color: rgba(255, 255, 255, .74);
    }

    .home #faq .title-what .title-hd span:last-child {
        color: #00b7ef;
    }

    .home #faq .list-what-container {
        grid-area: list;
        max-width: 390px;
    }

    .home #faq .list-what-container ul {
        gap: 0;
    }

    .home #faq .list-what-container ul li,
    .home #faq .list-what-container ul li:nth-child(2),
    .home #faq .list-what-container ul li:nth-child(4),
    .home #faq .list-what-container ul li:nth-child(6) {
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        border-bottom: 1px solid rgba(255, 255, 255, .11);
    }

    .home #faq .list-what-container ul li a {
        min-height: 45px;
        padding: 13px 32px 13px 0;
        color: rgba(255, 255, 255, .7);
        font-size: 12px;
        line-height: 1.25;
        font-weight: 700;
    }

    .home #faq .list-what-container ul li.active a {
        color: #00b7ef;
    }

    .home #faq .list-what-container ul li a:before {
        right: 0;
        width: auto;
        height: auto;
        color: rgba(255, 255, 255, .58);
        background: transparent;
        font-size: 13px;
        transform: translateY(-50%);
    }

    .home #faq .list-what-container ul li .sub-text {
        padding: 0 0 14px;
        color: rgba(255, 255, 255, .56);
        font-size: 11px;
        line-height: 1.55;
    }

    .home #faq .faq-visual {
        grid-area: visual;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 310px;
    }

    .home #faq .faq-app-card {
        position: relative;
        width: min(520px, 100%);
        height: 285px;
        display: grid;
        grid-template-columns: 104px 1fr 132px;
        overflow: visible;
        border-radius: 6px;
        background: #f7f8ff;
        border: 1px solid rgba(107, 113, 255, .28);
        box-shadow: 0 0 0 1px rgba(255, 255, 255, .18), 0 24px 60px rgba(23, 35, 150, .18);
    }

    .home #faq .faq-app-card:before {
        content: "";
        position: absolute;
        inset: -26px -30px;
        border: 1px dashed rgba(150, 153, 255, .35);
        border-radius: 9px;
        z-index: 0;
    }

    .home #faq .faq-app-card > * {
        position: relative;
        z-index: 1;
    }

    .home #faq .faq-app-sidebar {
        padding: 16px 12px;
        border-right: 1px solid #e7e9ff;
        background: #fff;
    }

    .home #faq .faq-app-sidebar span,
    .home #faq .faq-app-sidebar strong {
        display: block;
        height: 18px;
        margin-bottom: 12px;
        border-radius: 4px;
        background: #eef1ff;
    }

    .home #faq .faq-app-sidebar span:first-child {
        width: 62px;
        background: #dfe5ff;
    }

    .home #faq .faq-app-sidebar strong {
        width: 72px;
        height: 28px;
        margin-top: 20px;
        background: #6074ff;
    }

    .home #faq .faq-app-main {
        padding: 16px;
        background: #fbfbff;
    }

    .home #faq .faq-app-top {
        display: flex;
        gap: 8px;
        margin-bottom: 18px;
    }

    .home #faq .faq-app-top span {
        width: 58px;
        height: 12px;
        border-radius: 999px;
        background: #e4e8ff;
    }

    .home #faq .faq-chat-row {
        display: grid;
        grid-template-columns: 24px 1fr;
        gap: 9px;
        align-items: center;
        margin-bottom: 16px;
    }

    .home #faq .faq-chat-row i {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: #ffc1c8;
    }

    .home #faq .faq-chat-row span {
        height: 24px;
        border-radius: 5px;
        background: #edf0ff;
    }

    .home #faq .faq-chat-row.alt i {
        background: #b9d8ff;
    }

    .home #faq .faq-input {
        height: 34px;
        margin-top: 24px;
        border-radius: 5px;
        background: #fff;
        border: 1px solid #e3e6ff;
    }

    .home #faq .faq-app-panel {
        position: absolute;
        right: -52px;
        top: 45px;
        width: 150px;
        padding: 14px;
        border-radius: 6px;
        background: #fff;
        box-shadow: 0 18px 48px rgba(41, 53, 170, .18);
    }

    .home #faq .faq-app-panel span {
        display: block;
        height: 46px;
        margin-bottom: 10px;
        border-radius: 5px;
        background: #eef1ff;
    }

    .home #faq .faq-app-panel span:last-child {
        margin-bottom: 0;
    }

    .main-what .list-what-container ul li {
        display: inline-block;
        width: 48.5%;
        margin-right: 30px;
        margin-bottom: 10px;
        position: relative;
    }

        .main-what .list-what-container ul li a {
            display: block;
            width: 100%;
            height: 50px;
            line-height: 50px;
            padding-left: 10px;
            background: #f7f8fb;
            font-size: 16px;
            color: #344059;
            position: relative;
        }

            .main-what .list-what-container ul li a:before {
                content: "\f107 ";
                position: absolute;
                top: 0;
                right: 10px;
                font-size: 16px;
                font-family: fontawesome;
                color: #000;
                font-weight: bold;
            }

        .main-what .list-what-container ul li .sub-text {
            margin-top: 10px;
            padding: 10px;
            background: #e5e8f1;
            color: #344059;
            font-size: 14px;
            line-height: 22px;
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: auto;
            z-index: 999;
        }

            .main-what .list-what-container ul li .sub-text p {
                margin: 0;
            }

    .main-what .list-what-container ul .active a:before {
        content: "\f106 ";
    }

    .main-what .list-what-container ul li:nth-child(2) {
        margin: 0;
    }

    .main-what .list-what-container ul li:nth-child(4) {
        margin: 0;
    }

    .main-what .list-what-container ul li:nth-child(6) {
        margin: 0;
    }

.main-about {
    padding: 45px 0px 70px 0px;
    background: url(../images/bg-kim.jpg);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}

    .home .main-about {
        display: none;
        position: relative;
        overflow: hidden;
        padding: 96px 0;
        background:
            radial-gradient(circle at 16% 44%, rgba(0, 181, 255, .18), rgba(0, 181, 255, 0) 30%),
            linear-gradient(90deg, #02040a 0%, #03112c 48%, #02040a 100%);
    }

    .home .main-about:before {
        content: "";
        position: absolute;
        inset: 0;
        background:
            linear-gradient(rgba(0, 183, 255, .04) 1px, transparent 1px),
            linear-gradient(90deg, rgba(0, 183, 255, .04) 1px, transparent 1px);
        background-size: 72px 72px;
        opacity: .4;
        pointer-events: none;
    }

    .home .main-about .container {
        position: relative;
        z-index: 2;
    }

    .home .main-about .row {
        align-items: center;
    }

    .home .main-about .row .col-md-6:first-child {
        min-height: 330px;
        background:
            radial-gradient(circle at 50% 48%, rgba(0, 181, 255, .28), rgba(0, 181, 255, 0) 48%),
            url(../images/bg-kim.jpg);
        background-size: cover;
        background-position: center;
        border-radius: 7px;
        border: 1px solid rgba(101, 221, 255, .13);
        box-shadow: 0 26px 70px rgba(0, 0, 0, .28);
    }

    .home .main-about .text-about {
        max-width: 540px;
        padding-left: 54px;
    }

    .home .main-about .text-about .title-about > span {
        margin-bottom: 12px;
        color: #61dcff;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: .4px;
    }

    .home .main-about .text-about .title-about h2 {
        margin: 0 0 18px;
        padding: 0;
        color: #fff;
        font-size: clamp(32px, 2.8vw, 50px);
        line-height: 1.08;
        font-style: normal;
        font-weight: 800;
        letter-spacing: 0;
    }

    .home .main-about .text-about .title-about p {
        margin: 0 0 16px;
        color: rgba(255, 255, 255, .7);
        font-size: 15px;
        line-height: 1.75;
    }

    .main-about .text-about {
        color: #fff;
    }

        .main-about .text-about .title-about span {
            display: block;
            font-size: 15px;
            color: #fff;
            text-transform: uppercase;
        }

        .main-about .text-about .title-about h2 {
            font-size: 24px;
            font-style: italic;
            padding: 25px 0px;
        }

        .main-about .text-about .title-about p {
            margin-bottom: 30px;
            font-size: 15px;
            line-height: 22px;
        }

.main-icon-bottom {
    border-top: 1px solid #fff;
}

    .home .main-icon-bottom {
        padding: 72px 0;
        border-top: 0;
        background: #fff;
    }

    .home .main-icon-bottom .row {
        max-width: 1080px;
        margin: 0 auto !important;
        padding: 0 15px;
    }

    .home .main-icon-bottom .box-icon-content,
    .home .main-icon-bottom .col-md-6:nth-child(2) .box-icon-content,
    .home .main-icon-bottom .col-md-6:nth-child(3) .box-icon-content,
    .home .main-icon-bottom .col-md-6:nth-child(4) .box-icon-content {
        min-height: 170px;
        margin: 0 8px 16px;
        padding: 26px 18px;
        border-radius: 7px;
        color: #10294d;
        background: linear-gradient(180deg, #f8fdff 0%, #eef8ff 100%);
        border: 1px solid rgba(17, 88, 255, .1);
        box-shadow: 0 18px 40px rgba(25, 73, 112, .1);
    }

    .home .main-icon-bottom .box-icon-content .img-con img {
        width: 42px;
        height: 42px;
        object-fit: contain;
        mix-blend-mode: multiply;
    }

    .home .main-icon-bottom .box-icon-content .text-icon h3 {
        min-height: 36px;
        color: #5d7087;
        font-size: 12px;
        line-height: 1.45;
        padding: 12px 0 8px;
        letter-spacing: .2px;
    }

    .home .main-icon-bottom .box-icon-content .text-icon .number {
        color: #10294d;
        font-size: 42px;
        line-height: 1;
        font-weight: 800;
    }

    .main-icon-bottom .box-icon-content {
        background: #0398fe;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-align: center;
        padding: 45px 0px;
        transtion: all .5s;
    }

    .main-icon-bottom .col-md-6:nth-child(2) .box-icon-content {
        background: #129efd;
    }

    .main-icon-bottom .col-md-6:nth-child(3) .box-icon-content {
        background: #0386de;
    }

    .main-icon-bottom .col-md-6:nth-child(4) .box-icon-content {
        background: #027ccf;
    }

    .main-icon-bottom .box-icon-content:hover img {
        transform: scale(1.1);
        transition: all .5s;
    }

img {
    transition: all .5s;
}

.main-icon-bottom .box-icon-content .text-icon h3 {
    text-transform: uppercase;
    font-size: 15px;
    padding: 15px 0px;
}

.main-icon-bottom .box-icon-content .text-icon .number {
    font-size: 30px;
    font-weight: 600;
}

.footer-top {
    background: url(../images/bg-footer.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

    .home-final-cta {
        position: relative;
        overflow: hidden;
        padding: 86px 0;
        background:
            radial-gradient(circle at 50% 0%, rgba(0, 181, 255, .22), rgba(0, 181, 255, 0) 34%),
            linear-gradient(180deg, #041a46 0%, #061338 100%);
        color: #fff;
        text-align: center;
    }

    .home-final-cta:before {
        content: "";
        position: absolute;
        inset: 0;
        background:
            linear-gradient(rgba(0, 183, 255, .055) 1px, transparent 1px),
            linear-gradient(90deg, rgba(0, 183, 255, .055) 1px, transparent 1px);
        background-size: 72px 72px;
        opacity: .4;
        pointer-events: none;
    }

    .home-final-cta-inner {
        position: relative;
        z-index: 2;
        max-width: 760px;
        margin: 0 auto;
    }

    .home-final-cta-inner img {
        width: 62px;
        height: auto;
        margin-bottom: 18px;
        filter: drop-shadow(0 0 18px rgba(0, 181, 255, .34));
    }

    .home-final-cta-inner h2 {
        margin: 0 auto 24px;
        color: #fff;
        font-size: clamp(28px, 2.45vw, 44px);
        line-height: 1.18;
        font-weight: 800;
        letter-spacing: 0;
    }

    .home-final-cta-inner a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        min-width: 150px;
        height: 42px;
        padding: 0 20px;
        border-radius: 4px;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        background: linear-gradient(90deg, #1158ff 0%, #00b5ff 100%);
        box-shadow: 0 12px 28px rgba(0, 117, 255, .3);
        transition: all .25s ease;
    }

    .home-final-cta-inner a:hover {
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 18px 34px rgba(0, 180, 255, .36);
    }

    .home-final-cta-inner a i {
        width: 22px;
        height: 22px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(255, 255, 255, .16);
        font-size: 10px;
    }

    .home .footer-top {
        background:
            radial-gradient(circle at 50% 100%, rgba(0, 181, 255, .12), rgba(0, 181, 255, 0) 34%),
            #02040a;
        padding: 44px 0 28px;
        position: relative;
        overflow: hidden;
    }

    .home .footer-top:before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -150px;
        width: 620px;
        height: 260px;
        transform: translateX(-50%);
        border-radius: 50%;
        background: radial-gradient(ellipse at center, rgba(0, 181, 255, .18), rgba(0, 181, 255, 0) 68%);
        pointer-events: none;
    }

    .home .footer-top .container {
        position: relative;
        z-index: 2;
    }

    .home .footer-top .list-menu-footer {
        padding-top: 0;
        margin-bottom: 24px;
    }

    .home .footer-top .list-menu-footer .title-footer span,
    .home .footer-top .list-footer-logo .title-footer2 {
        margin-bottom: 11px;
        color: #fff;
        font-size: 11px;
        line-height: 1.2;
        font-weight: 800;
        letter-spacing: .6px;
        text-transform: uppercase;
    }

    .home .footer-top .list-menu-footer ul li,
    .home .footer-top .list-footer-logo .list-footer ul li {
        padding: 3px 0;
        color: rgba(255, 255, 255, .58);
        font-size: 11px;
        line-height: 1.45;
    }

    .home .footer-top .list-menu-footer ul li a,
    .home .footer-top .list-footer-logo .list-footer ul li a {
        color: rgba(255, 255, 255, .58);
        font-size: 11px;
        line-height: 1.45;
    }

    .home .footer-top .list-menu-footer ul li a:hover,
    .home .footer-top .list-footer-logo .list-footer ul li a:hover {
        color: #fff;
    }

    .home .footer-top .list-menu-footer ul li a:before {
        display: none;
    }

    .home .footer-top .list-menu-mid-footer {
        max-height: none;
        overflow: visible;
        padding-top: 2px !important;
        margin: 0 0 20px;
    }

    .home .footer-top .list-menu-mid-footer ul {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 4px 14px;
    }

    .home .footer-top .list-menu-mid-footer ul li {
        width: auto;
        float: none;
        padding: 0;
    }

    .home .footer-top .list-menu-mid-footer ul li a {
        display: block;
        overflow: hidden;
        font-size: 10px;
        line-height: 1.3;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .home .footer-top .logo-footer {
        margin: 22px 0 16px;
        text-align: center;
    }

    .home .footer-top .logo-footer img {
        width: min(235px, 70vw);
        height: auto;
        filter: drop-shadow(0 0 24px rgba(0, 181, 255, .26));
    }

    .home .footer-top .logo-footer h2 {
        display: none;
    }

    .home .footer-top .list-footer-logo {
        padding: 0;
        margin-bottom: 16px;
    }

    .home .footer-top .list-footer-logo .list-footer ul li i {
        color: #28c5ff;
        padding-right: 6px;
    }

    .home .footer-top .widget_custom_html,
    .home .footer-top .form-lkmxh {
        display: none;
    }

    .home .footer-bottom {
        padding: 10px 0 14px;
        border-top: 1px solid rgba(255, 255, 255, .08);
        background: #02040a;
    }

    .home .footer-bottom span {
        color: rgba(255, 255, 255, .48);
        font-size: 10px;
        line-height: 1.5;
    }

    .home-custom-footer {
        position: relative;
        overflow: hidden;
        padding: 46px 0 26px;
        background:
            radial-gradient(circle at 50% 100%, rgba(0, 181, 255, .13), rgba(0, 181, 255, 0) 28%),
            #020202;
        color: #fff;
    }

    .home-custom-footer:before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -180px;
        width: 720px;
        height: 310px;
        transform: translateX(-50%);
        border-radius: 50%;
        background: radial-gradient(ellipse at center, rgba(0, 181, 255, .16), rgba(0, 181, 255, 0) 68%);
        pointer-events: none;
    }

    .home-custom-footer .container {
        position: relative;
        z-index: 2;
    }

    .home-footer-grid {
        display: grid;
        grid-template-columns: 1.05fr 1.05fr 1fr 1fr 1.4fr;
        gap: 34px;
        padding-bottom: 34px;
    }

    .home-footer-col h3 {
        margin: 0 0 13px;
        color: #fff;
        font-size: 11px;
        line-height: 1.2;
        font-weight: 800;
        letter-spacing: .8px;
        text-transform: uppercase;
    }

    .home-footer-col ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .home-footer-col li {
        margin-bottom: 7px;
        color: rgba(255, 255, 255, .55);
        font-size: 11px;
        line-height: 1.45;
    }

    .home-footer-col a {
        color: rgba(255, 255, 255, .55);
    }

    .home-footer-col a:hover {
        color: #fff;
    }

    .home-footer-contact li {
        padding-left: 0;
    }

    .home-footer-brand {
        display: flex;
        justify-content: center;
        padding: 6px 0 4px;
    }

    .home-footer-brand img {
        width: min(250px, 72vw);
        height: auto;
        filter: drop-shadow(0 0 24px rgba(0, 181, 255, .24));
    }

    .home-footer-bottom {
        padding: 11px 0 13px;
        border-top: 1px solid rgba(255, 255, 255, .07);
        background: #020202;
    }

    .home-footer-bottom span {
        color: rgba(255, 255, 255, .45);
        font-size: 10px;
        line-height: 1.5;
    }

    .home .home-custom-footer {
        min-height: 660px;
        padding: 68px 0 24px;
        background: #000;
        color: #fff;
    }

    .home .home-custom-footer:before,
    .home .home-custom-footer:after {
        content: "";
        position: absolute;
        bottom: 56px;
        width: 330px;
        height: 270px;
        border-radius: 50%;
        border: 1px solid rgba(0, 181, 255, .08);
        box-shadow:
            inset 16px 0 0 rgba(0, 181, 255, .035),
            inset 32px 0 0 rgba(0, 181, 255, .03),
            inset 48px 0 0 rgba(0, 181, 255, .025);
        pointer-events: none;
    }

    .home .home-custom-footer:before {
        left: 15%;
        transform: translateX(-50%);
    }

    .home .home-custom-footer:after {
        right: 15%;
        transform: translateX(50%) scaleX(-1);
    }

    .home .home-footer-topline {
        display: grid;
        grid-template-columns: 180px 210px 1fr;
        gap: 64px;
        margin-bottom: 82px;
    }

    .home .home-footer-vendors ul {
        display: grid;
        grid-template-columns: repeat(5, minmax(105px, 1fr));
        gap: 8px 34px;
    }

    .home .home-footer-col h3,
    .home .home-footer-office h3 {
        position: relative;
        margin: 0 0 26px;
        padding-bottom: 16px;
        color: rgba(255, 255, 255, .82);
        font-size: 15px;
        line-height: 1.2;
        font-weight: 800;
        letter-spacing: 0;
        text-transform: none;
    }

    .home .home-footer-col h3:before,
    .home .home-footer-office h3:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 68px;
        height: 1px;
        background: #0099c9;
        box-shadow: 56px 0 0 rgba(0, 153, 201, .35);
    }

    .home .home-footer-col li,
    .home .home-footer-col a,
    .home .home-footer-office p,
    .home .home-footer-office a {
        color: rgba(255, 255, 255, .43);
        font-size: 12px;
        line-height: 1.5;
        font-weight: 500;
    }

    .home .home-footer-col li {
        margin-bottom: 9px;
    }

    .home .home-footer-col a:hover,
    .home .home-footer-office a:hover {
        color: #fff;
    }

    .home .home-footer-middle {
        display: grid;
        grid-template-columns: minmax(300px, 420px) minmax(210px, 250px) minmax(230px, 270px) 120px;
        align-items: start;
        gap: 58px;
        margin-bottom: 92px;
    }

    .home .home-footer-newsletter h2 {
        max-width: 410px;
        margin: 0 0 32px;
        color: rgba(255, 255, 255, .82);
        font-size: 27px;
        line-height: 1.23;
        font-weight: 500;
        letter-spacing: 0;
    }

    .home .home-footer-newsletter form {
        position: relative;
        max-width: 380px;
        padding-bottom: 18px;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .home .home-footer-newsletter input {
        width: calc(100% - 54px);
        height: 34px;
        padding: 0;
        border: 0;
        outline: none;
        color: rgba(255, 255, 255, .72);
        background: transparent;
        font-size: 12px;
    }

    .home .home-footer-newsletter input::placeholder {
        color: rgba(255, 255, 255, .26);
    }

    .home .home-footer-newsletter button {
        position: absolute;
        right: 0;
        top: 0;
        width: 42px;
        height: 34px;
        border: 0;
        color: #0099c9;
        background: transparent;
        font-size: 28px;
        line-height: 1;
        cursor: pointer;
    }

    .home .home-footer-office p {
        margin: 0 0 6px;
    }

    .home .home-footer-social {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
        padding-top: 7px;
    }

    .home .home-footer-social a {
        width: 34px;
        height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #fff;
        background: rgba(255, 255, 255, .18);
        font-size: 14px;
    }

    .home .home-footer-social a:hover {
        color: #fff;
        background: #0099c9;
    }

    .home .home-footer-brand {
        justify-content: center;
        padding: 0;
        margin-bottom: 72px;
    }

    .home .home-footer-brand-text {
        display: block;
        color: #fff;
        font-size: clamp(74px, 8vw, 128px);
        line-height: .8;
        font-weight: 900;
        letter-spacing: 5px;
        text-shadow: 0 0 22px rgba(255, 255, 255, .1);
    }

    .home .home-footer-brand-text span {
        color: #00aeea;
    }

    .home .home-footer-legal {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        color: rgba(255, 255, 255, .48);
        font-size: 11px;
    }

    .home .home-footer-legal div {
        display: flex;
        gap: 42px;
    }

    .home .home-footer-legal a {
        color: rgba(255, 255, 255, .54);
        font-size: 11px;
    }

    .footer-top .logo-footer {
        position: relative;
        z-index: 10;
    }

        .footer-top .logo-footer h2 {
            font-size: 14px;
            font-weight: bold;
            color: #fff;
            padding: 10px 0px 20px 0px;
        }

    .footer-top .list-footer-logo {
        padding: 10px 0px;
        position: relative;
        margin-bottom: 20px;
    }

        .footer-top .list-footer-logo .title-footer2 {
            display: block;
            color: #fff;
            text-transform: uppercase;
            margin-bottom: 15px;
            font-size: 17px;
        }

        .footer-top .list-footer-logo .list-footer {
            position: relative;
            z-index: 10;
        }

            .footer-top .list-footer-logo .list-footer ul li {
                padding: 10px 10px;
                font-size: 15px;
                color: #9c9c9c;
                line-height: 20px;
            }

                .footer-top .list-footer-logo .list-footer ul li i {
                    color: #2ca0c9;
                    padding-right: 5px;
                }

                .footer-top .list-footer-logo .list-footer ul li a {
                    color: #9c9c9c;
                }

                    .footer-top .list-footer-logo .list-footer ul li a:hover {
                        color: #fff;
                    }

    .footer-top .list-menu-footer {
        padding-top: 50px;
        margin-bottom: 20px;
    }
.footer-top .list-menu-mid-footer {
    padding-top: 10px !important;
    margin-bottom: 20px;
    overflow: auto;
}

        .footer-top .list-menu-footer .title-footer span {
            display: block;
            color: #fff;
            text-transform: uppercase;
            margin-bottom: 15px;
        }
.footer-top .list-menu-mid-footer ul li {
    width: 25%;
    float: left;
}

        .footer-top .list-menu-footer ul li {
            padding: 5px 0px;
        }

            .footer-top .list-menu-footer ul li a {
                font-size: 15px;
                color: #9c9c9c;
                line-height: 22px;
            }

                .footer-top .list-menu-footer ul li a:hover {
                    color: #fff;
                }

                .footer-top .list-menu-footer ul li a:before {
                    content: "\f105";
                    font-family: FontAwesome;
                    color: #2ca0c9;
                    padding-right: 5px;
                }

    .footer-top .facebook {
        margin-bottom: 20px;
    }

        .footer-top .facebook iframe {
            width: 100%;
            height: 250px;
            margin-top: 10px;
        }

    .footer-top .form-lkmxh {
        margin-bottom: 20px;
    }

        .footer-top .form-lkmxh .form-left form {
            display: flex;
            align-items: center;
        }

            .footer-top .form-lkmxh .form-left form label {
                font-size: 15px;
                color: #9c9c9c;
                text-transform: uppercase;
                width: 50%;
            }

            .footer-top .form-lkmxh .form-left form .input-button {
                width: 50%;
                position: relative;
            }

                .footer-top .form-lkmxh .form-left form .input-button:before {
                    content: "\f0e0 ";
                    position: absolute;
                    top: 50%;
                    left: 5px;
                    font-size: 15px;
                    color: #9c9c9c;
                    font-family: fontawesome;
                    transform: translate(0%, -50%);
                }

                .footer-top .form-lkmxh .form-left form .input-button input:focus {
                    box-shadow: none;
                    border: none;
                }

                .footer-top .form-lkmxh .form-left form .input-button input {
                    border-radius: 0;
                    height: 38px;
                    border: none;
                    padding-left: 30px;
                }

                .footer-top .form-lkmxh .form-left form .input-button button {
                    position: absolute;
                    top: 1px;
                    right: 1px;
                    width: 40px;
                    height: 36px;
                    background: #03a8e2;
                    color: #fff;
                    border: 0;
                    outline: none;
                    cursor: pointer;
                }

        .footer-top .form-lkmxh .list-mxh {
            text-align: right;
        }

            .footer-top .form-lkmxh .list-mxh ul li {
                display: inline-block;
                font-size: 15px;
                text-transform: uppercase;
                color: #9c9c9c;
                padding-left: 18px;
            }

                .footer-top .form-lkmxh .list-mxh ul li a {
                    color: #9c9c9c;
                }

                    .footer-top .form-lkmxh .list-mxh ul li a:hover {
                        color: #f4b70d;
                    }

.footer-bottom {
    background: #000;
    border-top: 1px solid #999999;
    padding: 15px 0px;
    text-align: center;
}

    .footer-bottom span {
        font-size: 15px;
        color: #9c9c9c;
    }

        .footer-bottom span a {
            color: #03a8e2;
        }

.main-banner-gp {
    text-align: center;
    height: 250px;
    background: url(../images/giaiphap.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

    .main-banner-gp .d-flex {
        flex-direction: column;
        height: 100%;
        color: #fff;
    }

        .main-banner-gp .d-flex h1,
        .main-banner-gp .d-flex h2 {
            font-size: 36px;
            font-weight: bold;
            text-transform: uppercase;
            margin-bottom: 30px;
        }

        .main-banner-gp .d-flex p {
            margin: 0;
            font-size: 14px;
            color: #fff;
            line-height: 2;
            font-weight: 400;
            width: 65%;
            margin: 0 auto;
        }

.main-list-gp {
    padding: 10px 0px;
    box-shadow: 0px 15px 10px #e1e1e1;
    text-align: center;
}

    .main-list-gp a {
        font-size: 24px;
        color: #555555;
        font-weight: 400;
        display: block;
        padding: 20px 0px;
        margin: 0;
        position: relative;
        border-left: 2px solid #ccc;
    }

        .main-list-gp a:hover:before {
            width: 100%;
            transition: all .5s;
            left: 0;
        }

        .main-list-gp a:before {
            content: "";
            position: absolute;
            width: 0%;
            height: 2px;
            top: -30px;
            right: 0;
            background: #035185;
            transition: all .5s;
        }

    .main-list-gp .active:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        top: -30px;
        right: 0;
        background: #035185;
        transition: all .5s;
    }

    .main-list-gp .item:first-child a {
        border: 0;
    }

.text-content-details-news blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 15px;
    padding-left: 40px;
    color: #272727;
    font-weight: bold;
    background: url(../images/footer5.svg) no-repeat #fff9ec;
}

    .text-content-details-news blockquote h2 {
        font-weight: bold;
        font-style: italic;
        line-height: 25px;
    }

.text-content-details-news p {
    font-size: 17px;
    line-height: 25px;
    color: #272727;
}

.text-content-details-news h3 {
    padding-bottom: 1rem;
    font-size: 18px;
    font-weight: bold;
    color: #272727;
}

.text-content-details-news .img-details {
    text-align: center;
    padding: 1rem 0;
}

    .text-content-details-news .img-details span {
        font-size: 14px;
        font-weight: bold;
        font-style: italic;
        color: #272727;
        display: block;
        padding-top: 5px;
    }

.tk {
    padding-top: 20px;
}

    .tk .title-tk {
        margin-bottom: .9375rem;
        font-size: 23px;
        font-weight: 700;
        color: #1c9ad6;
    }

    .tk ul {
        list-style: none;
        margin: 0;
        overflow: hidden;
        padding: 0;
    }

        .tk ul li {
            display: inline-block;
            background: #eee;
            border-radius: 3px 0 0 3px;
            color: #999;
            display: inline-block;
            height: 26px;
            line-height: 26px;
            padding: 0 15px;
            position: relative;
            margin: 10px 0px;
            -webkit-transition: color .2s;
        }

            .tk ul li:before {
                border-radius: 10px;
                box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
                height: 6px;
                left: 10px;
                width: 6px;
                top: 10px;
                background: #fff;
                content: '';
                position: absolute;
            }

            .tk ul li:after {
                border-bottom: 13px solid transparent;
                border-left: 10px solid #eee;
                border-top: 13px solid transparent;
                right: 0;
                top: 0;
                background: #fff;
                content: '';
                position: absolute;
            }

            .tk ul li a {
                color: #272727;
                padding-left: 10px;
            }

    .tk .banner {
        margin: 20px 0px;
    }

        .tk .banner img {
            width: 100%;
        }

.main-bg-about {
    background: url(../images/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 260px;
    position: relative;
}

    .main-bg-about:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background-color: rgba(34, 153, 213, 0.87);
    }

    .main-bg-about .title-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 100%;
        position: relative;
        z-index: 10;
    }

        .main-bg-about .title-container .title-about {
            font-size: 30px;
            color: #fff;
            text-transform: uppercase;
            padding-bottom: 20px;
            font-weight: bold;
        }

        .main-bg-about .title-container ul li {
            display: inline-block;
        }

            .main-bg-about .title-container ul li a {
                font-size: 14px;
                color: #fff;
                display: block;
                padding-right: 10px;
            }

.list-tab-news {
    padding-top: 80px;
    padding-bottom: 60px;
}

    .list-tab-news .list-tab-top {
        margin-bottom: 25px;
    }

        .list-tab-news .list-tab-top ul li {
            padding: 5px;
        }

            .list-tab-news .list-tab-top ul li a {
                font-size: 13px;
                color: #777777;
                text-transform: uppercase;
                border: 1px solid #1c8ac3;
                background: #1c8ac3;
                color: #fff;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
                padding: 10px 10px;
            }

                .list-tab-news .list-tab-top ul li a:hover {
                    border: 1px solid #DBC164;
                    background: #DBC164;
                }

            .list-tab-news .list-tab-top ul li .active {
                border: 1px solid #DBC164;
                background: #DBC164;
            }

.list-link-tab {
    text-align: center;
    margin-bottom: 60px;
}

    .list-link-tab ul li {
        display: inline-block;
    }

        .list-link-tab ul li a {
            display: block;
            width: 40px;
            height: 40px;
            border: 1px solid #e8e8e8;
            text-align: center;
            line-height: 40px;
            font-size: 16px;
            font-weight: bold;
            color: #333;
        }

            .list-link-tab ul li a:hover {
                background: #1c9ad6;
                color: #fff;
                border: 1px solid #1c9ad6;
            }

        .list-link-tab ul li .active {
            background: #1c9ad6;
            color: #fff;
            border: 1px solid #1c9ad6;
        }

.main-bg-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 400px;
    background-color: #3e3e3e;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    position: relative;
    background-image: url(../images/banner4.jpg);
    padding: 20px 0px;
}

    .main-bg-details:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.7);
    }

    .main-bg-details h1 {
        font-size: 22px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .main-bg-details .list-bg ul li {
        display: inline-block;
        padding-right: 5px;
    }

        .main-bg-details .list-bg ul li a {
            font-size: 14px;
            color: #fff;
        }

            .main-bg-details .list-bg ul li a:hover {
                color: #1c9ad6;
            }

.text-details-news {
    padding: 80px 0px 65px 0px;
}

    .text-details-news .content-details img {
        width: 100%;
    }

    .text-details-news .img-dt {
        margin-bottom: 1rem;
    }

        .text-details-news .img-dt span {
            display: block;
            margin-top: 1rem;
        }

    .text-details-news p {
        font-size: 14px;
        line-height: 1.7;
    }

        .text-details-news p:first-child:first-letter {
            color: #1c9ad6;
            font-size: 7.2rem;
            float: left;
            font-weight: 700;
            margin-right: 1rem;
            margin-bottom: 1rem;
            line-height: 1;
        }

.category-list {
    margin-top: 2rem;
}

    .category-list p {
        color: #3E3E3E;
    }

        .category-list p .icon-list:before {
            content: '\f03a ';
            font-family: fontawesome;
            font-style: normal;
            font-weight: 400;
            speak: none;
            display: inline-block;
            text-decoration: inherit;
            width: 1em;
            margin-right: .2em;
            text-align: center;
            font-variant: normal;
            text-transform: none;
            line-height: 1em;
            margin-left: .2em;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .category-list p a {
            color: #faa61a;
            display: inline-block;
            padding-left: 5px;
        }

    .category-list .list-bottom {
        padding-top: 1rem;
        margin-top: 1rem;
        border-top: 1px solid #ccc;
    }

        .category-list .list-bottom .list-left ul li {
            display: inline-block;
            padding-right: 10px;
        }

            .category-list .list-bottom .list-left ul li a {
                color: #3E3E3E;
            }

                .category-list .list-bottom .list-left ul li a i {
                    font-size: 17px;
                }

        .category-list .list-bottom .list-icon {
            text-align: right;
        }

            .category-list .list-bottom .list-icon ul li {
                padding-left: 20px;
                display: inline-block;
            }

                .category-list .list-bottom .list-icon ul li a {
                    font-size: 30px;
                    color: #3E3E3E;
                }

                    .category-list .list-bottom .list-icon ul li a:hover {
                        color: #1c9ad6;
                    }

.siderbar-news .title-siderbar h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.siderbar-news .list-img-text ul li {
    display: flex;
    height: 100px;
    background-color: #f4f4f4;
    margin-bottom: 20px;
}

    .siderbar-news .list-img-text ul li span {
        display: block;
    }

    .siderbar-news .list-img-text ul li .img-left {
        height: 100%;
    }

        .siderbar-news .list-img-text ul li .img-left img {
            width: auto;
            height: 100%;
            object-fit: cover;
        }

    .siderbar-news .list-img-text ul li .text-righ-flex {
        padding-left: 10px;
        width: 70%;
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .siderbar-news .list-img-text ul li .text-righ-flex a {
            font-size: 13px;
            color: #3e3e3e;
            font-weight: bold;
            line-height: 1.3;
        }

            .siderbar-news .list-img-text ul li .text-righ-flex a:hover {
                color: #1c9ad6;
            }

        .siderbar-news .list-img-text ul li .text-righ-flex .date {
            display: block;
            padding-top: 5px;
            font-size: 12px;
            color: #faa61a;
            text-transform: uppercase;
        }

.siderbar-news .list-tag ul li {
    display: inline-block;
    padding: 10px 5px;
}

    .siderbar-news .list-tag ul li a {
        font-size: 13px;
        font-weight: 500;
        color: #3e3e3e;
        border: 1px solid #f4f4f4;
        text-transform: uppercase;
        padding: 5px 15px;
        border-radius: 20px;
    }

        .siderbar-news .list-tag ul li a:hover {
            color: #fff;
            background: #1c9ad6;
            border: 1px solid #1c9ad6;
        }

.chi-nhah-hn {
    margin-bottom: 20px;
}

.maps iframe {
    height: 400px;
}

.form-contact {
    padding: 50px 0px 30px 0px;
}

    .form-contact .chi-nhah-sg {
        padding: 80px 40px;
        background-color: #1a2e42;
        color: #fff;
        margin-top: -150px;
    }

        .form-contact .chi-nhah-sg h2 {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 30px;
        }

        .form-contact .chi-nhah-sg .list-add {
            margin-bottom: 20px;
        }

            .form-contact .chi-nhah-sg .list-add li {
                padding: 10px 0px;
                font-size: 14px;
            }

                .form-contact .chi-nhah-sg .list-add li i {
                    font-size: 16px;
                    padding-right: 10px;
                }

        .form-contact .chi-nhah-sg .contact-mxxh h3 {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 15px;
        }

        .form-contact .chi-nhah-sg .contact-mxxh ul li {
            display: inline-block;
            padding-right: 20px;
            font-size: 14px;
        }

            .form-contact .chi-nhah-sg .contact-mxxh ul li a {
                font-size: 16px;
                color: #fff;
            }

    .form-contact .chi-nhah-hn h2 {
        font-size: 16px;
        margin-bottom: 20px;
        color: #3e3e3e;
        font-weight: bold;
    }

    .form-contact .chi-nhah-hn .list-add li {
        padding: 10px 0px;
        font-size: 14px;
        color: #3e3e3e;
    }

        .form-contact .chi-nhah-hn .list-add li i {
            font-size: 16px;
            padding-right: 10px;
        }

.contact-input {
    padding: 50px 0px;
}

    .contact-input form input {
        background-color: #f4f4f4;
    }

    .contact-input form textarea {
        background-color: #f4f4f4;
    }

    .contact-input form button {
        border-radius: 30px;
        background: #1c9ad6;
        border: 1px solid #1c9ad6;
        font-weight: 600;
    }

.list-bg {
    height: 50px;
    background-color: #f4f4f4;
}

    .list-bg ul li {
        display: inline-block;
        padding-right: 10px;
        line-height: 50px;
        font-size: 15px;
        font-weight: 500;
    }

        .list-bg ul li a {
            color: #333;
        }

            .list-bg ul li a:hover {
                color: #1c9ad6;
            }

.main-about-content-2 {
    padding: 10px 0px 40px 0px;
}

.main-about-content .slider-list-box-2 .list-box-about {
    padding: 30px 0px 0px 0px;
}

.main-products-text {
    padding: 40px 0px;
}

    .main-products-text .list-sp {
        padding: 20px 100px;
    }

        .main-products-text .list-sp ul li {
            font-size: 16px;
            font-weight: bold;
            color: #1c9ad6;
            padding-bottom: 25px;
        }

.title-pro {
    text-align: center;
    margin-bottom: 30px;
}

    .title-pro .title-sp {
        font-size: 30px;
        font-weight: 600px;
        color: #333;
        position: relative;
    }

        .title-pro .title-sp:before {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translate(0%, -50%);
            width: 150px;
            height: 3px;
            background: #1c9ad6;
        }

.details-container .details-contai {
    height: 100%;
}

    .details-container .details-contai a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: calc(100% - 20px);
        margin-bottom: 16px;
        padding: 15px;
        background-color: #f7f7f7;
        text-align: center;
        font-weight: 400;
        position: relative;
        -webkit-transition: background-color .2s, -webkit-box-shadow .2s;
        transition: background-color .2s, -webkit-box-shadow .2s;
        transition: background-color .2s, box-shadow .2s;
        transition: background-color .2s, box-shadow .2s, -webkit-box-shadow .2s;
        color: #20242b;
    }

        .details-container .details-contai a:hover {
            background-color: #fff;
            -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 20px 20px rgba(0, 0, 0, 0.15);
        }

            .details-container .details-contai a:hover h3 {
                color: #1c9ad6;
            }

        .details-container .details-contai a img {
            width: 140px;
            height: 140px;
            object-fit: contain;
            background-color: #fff;
            padding: 5px;
            margin-bottom: 10px;
        }

        .details-container .details-contai a h3 {
            margin-bottom: 10px;
            font-size: 14px;
            color: #000;
            font-weight: bold;
        }

        .details-container .details-contai a p {
            margin-bottom: 25px;
            font-size: 14px;
            font-weight: 400;
        }

        .details-container .details-contai a span {
            display: inline-block;
            margin-top: auto;
            font-size: 12px;
            color: #00a5bf;
        }

.border-before {
    position: relative;
}

    .border-before:before {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #ccc;
    }

.product-details {
    margin-bottom: 50px;
    box-shadow: 0px 5px 10px #767676;
}

    .product-details .product-gallery img {
        width: 100%;
        object-fit: contain;
    }

    .product-details .product-gallery .slider-nav1 img {
        height: 70px;
        margin-bottom: 13px;
        background-color: #fff;
        border: 1px solid #ddd;
    }

    .product-details .product-gallery .slider-nav1 .slick-slide {
        opacity: 0.5;
        cursor: pointer;
        transition: 0.2s;
    }

        .product-details .product-gallery .slider-nav1 .slick-slide.slick-current,
        .product-details .product-gallery .slider-nav1 .slick-slide:hover {
            opacity: 1;
        }

    .product-details .product-gallery .slider-for1 {
        border: 1px solid #ddd;
        background-color: #fff;
        margin: 15px 0;
    }

        .product-details .product-gallery .slider-for1 a {
            display: block;
            color: #222;
            font-size: 18px;
            margin: 15px;
            float: right;
        }

        .product-details .product-gallery .slider-for1 img {
            height: 250px;
            padding: 5px;
        }

@media screen and (max-width: 991px) {
    .product-details .product-gallery .slider-for1 img {
        height: 200px;
    }
}

.product-details [type=reset],
.product-details [type=submit],
.product-details button,
.product-details html [type=button] {
    display: none !important;
}

.product-details .text-details-produc {
    padding-top: 30px;
    padding-left: 30px;
}

    .product-details .text-details-produc h2,
    .product-details .text-details-produc h1 {
        position: static;
        font-size: 44px;
        color: #071017;
        margin-bottom: 25px;
        line-height: 50px;
        width: 100%;
        font-weight: 300;
    }

    .product-details .text-details-produc a {
        display: block;
    }

    .product-details .text-details-produc .aruba {
        color: #1c8ac3;
        font-size: 18px;
        line-height: 24px;
        font-weight: 300;
        display: block;
        position: relative;
        padding-left: 30px;
        min-height: 27px;
        margin-bottom: 20px;
    }

    .product-details .text-details-produc .sale {
        background: #1c8ac3;
        color: #fff;
        font-size: 18px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 0 30px;
        display: inline-block;
        position: relative;
        font-weight: 600;
        height: 44px;
        line-height: 44px;
        text-align: center;
        text-transform: uppercase;
    }

.tab-container-produc {
    margin-bottom: 100px;
}

    .tab-container-produc .list-tab-produc {
        text-align: center;
        position: relative;
        margin-bottom: -1px;
        z-index: 1000;
    }

        .tab-container-produc .list-tab-produc ul {
            border-radius: 30px;
            position: relative;
            justify-content: center;
        }

            .tab-container-produc .list-tab-produc ul li {
                position: relative;
                z-index: 10;
                padding: 0px 5px;
            }

                .tab-container-produc .list-tab-produc ul li a {
                    font-size: 14px;
                    color: #777777;
                    text-transform: uppercase;
                    border: 1px solid #1c8ac3;
                    background: #1c8ac3;
                    color: #fff;
                    border-top-left-radius: 5px;
                    border-top-right-radius: 5px;
                    width: 260px;
                    height: 50px;
                    line-height: 50px;
                    text-align: center;
                    padding: 0;
                }

                    .tab-container-produc .list-tab-produc ul li a:hover {
                        border: 1px solid #DBC164;
                        background: #DBC164;
                    }

                .tab-container-produc .list-tab-produc ul li .active {
                    border-top: 1px solid #DBC164;
                    border-left: 1px solid #DBC164;
                    border-right: 1px solid #DBC164;
                    border-bottom: 1px solid #fff;
                    background: #fff;
                    color: #000;
                }

    .tab-container-produc .tab-content {
        border: 1px solid #DBC164;
        padding: 50px 20px 50px 20px;
    }

        .tab-container-produc .tab-content .box1-tab {
            display: none;
        }

            .tab-container-produc .tab-content .box1-tab .text-top {
                border-bottom: 1px solid #DBC164;
                margin-bottom: 40px;
                padding-bottom: 20px;
            }

                .tab-container-produc .tab-content .box1-tab .text-top p {
                    font-size: 18px;
                    color: #565758;
                    font-weight: 300;
                    line-height: 1.5;
                }

            .tab-container-produc .tab-content .box1-tab .list-icon .icon-content1 img {
                margin-bottom: 20px;
            }

            .tab-container-produc .tab-content .box1-tab .list-icon .icon-content1 h3 {
                font-size: 34px;
                color: #071017;
                margin-bottom: 10px;
                font-weight: 300;
                line-height: 38px;
                text-transform: none;
            }

            .tab-container-produc .tab-content .box1-tab .list-icon .icon-content1 p {
                font-size: 16px;
                color: #646569;
                line-height: 1.4;
            }

            .tab-container-produc .tab-content .box1-tab .text-bottom {
                margin-top: 40px;
            }

                .tab-container-produc .tab-content .box1-tab .text-bottom .title-bottom h3 {
                    background: #f0f9f6;
                    padding: 15px 20px;
                    color: #000;
                    font-size: 18px;
                    font-weight: 600;
                    display: block;
                    margin-bottom: 15px;
                    border: 0;
                    text-transform: uppercase;
                }

                .tab-container-produc .tab-content .box1-tab .text-bottom .bad-model span {
                    display: block;
                    font-size: 16px;
                    color: #003668;
                    margin-bottom: 5px;
                    text-transform: uppercase;
                    font-weight: 600;
                }

                .tab-container-produc .tab-content .box1-tab .text-bottom .bad-model h4 {
                    font-weight: 300;
                    color: #606165;
                    font-size: 24px;
                    line-height: 30px;
                    padding: 0;
                    background: 0 0;
                    margin-bottom: 15px;
                    text-transform: inherit;
                }

                .tab-container-produc .tab-content .box1-tab .text-bottom .bad-model p {
                    font-size: 18px;
                    color: #565758;
                    font-weight: 300;
                    line-height: 1.5;
                }

                .tab-container-produc .tab-content .box1-tab .text-bottom .bad-model a {
                    font-size: 18px;
                    line-height: 24px;
                    font-weight: 300;
                    align-items: center;
                    color: #ff8300;
                    position: relative;
                    min-height: 27px;
                    display: flex;
                }

                    .tab-container-produc .tab-content .box1-tab .text-bottom .bad-model a i {
                        width: 36px;
                        height: 36px;
                        border-radius: 50%;
                        border: 1px solid #ff8300;
                        text-align: center;
                        line-height: 36px;
                    }

                    .tab-container-produc .tab-content .box1-tab .text-bottom .bad-model a span {
                        padding-left: 10px;
                        margin: 0;
                        color: #ff8300;
                        font-weight: 300;
                        padding-top: 3px;
                        display: block;
                    }

            .tab-container-produc .tab-content .box1-tab .text-bottom-2 {
                margin: 0;
            }

            .tab-container-produc .tab-content .box1-tab .img-content {
                text-align: center;
            }

                .tab-container-produc .tab-content .box1-tab .img-content .img-svg {
                    width: 28px;
                    height: 28px;
                }

                .tab-container-produc .tab-content .box1-tab .img-content .img-a {
                    position: relative;
                    display: inline-block;
                    margin-bottom: 40px;
                }

                .tab-container-produc .tab-content .box1-tab .img-content .click-zoem {
                    display: block;
                    position: absolute;
                    bottom: 10px;
                    right: 10px;
                }

                .tab-container-produc .tab-content .box1-tab .img-content ul {
                    text-align: left;
                    padding-left: 30px;
                    margin: auto;
                    width: 75%;
                }

                    .tab-container-produc .tab-content .box1-tab .img-content ul li {
                        list-style-type: disc;
                        padding: 10px 0px;
                        font-size: 16px;
                        color: #646569;
                        line-height: 1.4;
                    }

                .tab-container-produc .tab-content .box1-tab .img-content .tab-bottom-link {
                    padding-top: 30px;
                    border-top: 1px solid #DBC164;
                    margin-top: 30px;
                }

                    .tab-container-produc .tab-content .box1-tab .img-content .tab-bottom-link a {
                        font-size: 18px;
                        line-height: 24px;
                        font-weight: 300;
                        display: inline-block;
                        position: relative;
                        color: #ff8300;
                        min-height: 27px;
                    }

            .tab-container-produc .tab-content .box1-tab .text-list-content .title-bottom {
                margin-bottom: 40px;
            }

                .tab-container-produc .tab-content .box1-tab .text-list-content .title-bottom h3 {
                    background: #f0f9f6;
                    padding: 15px 20px;
                    color: #000;
                    font-size: 18px;
                    font-weight: 600;
                    display: block;
                    margin-bottom: 15px;
                    border: 0;
                    text-transform: uppercase;
                }

                .tab-container-produc .tab-content .box1-tab .text-list-content .title-bottom .text-content-box {
                    padding-left: 20px;
                }

                    .tab-container-produc .tab-content .box1-tab .text-list-content .title-bottom .text-content-box > ul {
                        overflow: hidden;
                    }

                        .tab-container-produc .tab-content .box1-tab .text-list-content .title-bottom .text-content-box > ul > li {
                            font-size: 15px;
                            font-weight: bold;
                            color: #646569;
                            padding-bottom: 10px;
                            line-height: 1.5;
                        }

                            .tab-container-produc .tab-content .box1-tab .text-list-content .title-bottom .text-content-box > ul > li a {
                                font-size: 18px;
                                line-height: 24px;
                                font-weight: 300;
                                display: flex;
                                position: relative;
                                min-height: 27px;
                                color: #ff8300;
                            }

                                .tab-container-produc .tab-content .box1-tab .text-list-content .title-bottom .text-content-box > ul > li a i {
                                    width: 30px;
                                    height: 30px;
                                    border-radius: 50%;
                                    border: 1px solid #ff8300;
                                    text-align: center;
                                    line-height: 30px;
                                    font-size: 15px;
                                }

                                .tab-container-produc .tab-content .box1-tab .text-list-content .title-bottom .text-content-box > ul > li a span {
                                    padding-left: 10px;
                                    margin: 0;
                                    color: #ff8300;
                                    font-weight: 300;
                                    padding-top: 3px;
                                    display: block;
                                }

                            .tab-container-produc .tab-content .box1-tab .text-list-content .title-bottom .text-content-box > ul > li ul {
                                padding-top: 15px;
                            }

                                .tab-container-produc .tab-content .box1-tab .text-list-content .title-bottom .text-content-box > ul > li ul li {
                                    list-style-type: disc;
                                    padding: 6px 0 0;
                                    margin-bottom: 0;
                                    margin-left: 30px;
                                    font-weight: 300;
                                    display: list-item;
                                    list-style-position: outside;
                                    color: #646569;
                                    line-height: 1.3;
                                }

                                    .tab-container-produc .tab-content .box1-tab .text-list-content .title-bottom .text-content-box > ul > li ul li a {
                                        color: #ff5912;
                                    }

                .tab-container-produc .tab-content .box1-tab .text-list-content .title-bottom:last-child {
                    margin: 0;
                }

        .tab-container-produc .tab-content .active {
            display: block;
        }

.xem-thema {
    font-size: 16px;
    background: #1c8ac3;
    color: #fff;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    margin: 20px auto 0 auto;
    border-radius: 5px;
}

.text-details-produc .list-mxh li a {
    border: 1px solid #ddd;
}

.noi_dung_post {
    text-align: justify;
    line-height: 1.5;
}

    .noi_dung_post h2 {
        font-size: 22px;
        margin: 5px 0 10px;
        font-weight: bold;
    }

    .noi_dung_post h3 {
        font-size: 18px;
        margin: 5px 0 10px;
        font-weight: bold;
    }

    .noi_dung_post h4 {
        font-size: 16px;
        margin: 5px 0 10px;
        font-weight: bold;
    }

    .noi_dung_post table {
        width: 100%;
        margin-bottom: 15px;
    }

        .noi_dung_post table td, .noi_dung_post table th {
            border: 1px solid #333;
            padding: 5px;
        }

    .noi_dung_post ul {
        padding-left: 25px;
        list-style-type: disc;
        margin-bottom: 10px;
    }

    .noi_dung_post ol {
        padding-left: 25px;
        margin-bottom: 10px;
        list-style-type: decimal;
    }

    .noi_dung_post b, .noi_dung_post strong {
        font-weight: bold;
    }

    .noi_dung_post i {
        font-style: italic;
    }
/*# sourceMappingURL=style.css.map */


li.news-related {
    display: block !important;
    height: auto !important;
}

    li.news-related .img-top {
        border: 1px solid #eee;
        border-bottom: 0px;
        ;
    }

        li.news-related .img-top img {
            width: 100%;
            height: 125px;
            object-fit: cover;
        }

    li.news-related .des-bot {
        padding: 10px;
        border: 1px solid #eee;
        border-top: 0;
    }

        li.news-related .des-bot a {
            font-size: 13px;
            color: #3e3e3e;
            font-weight: bold;
            line-height: 1.3;
        }

        li.news-related .des-bot a {
            font-size: 13px;
            color: #3e3e3e;
            font-weight: bold;
            line-height: 1.3;
        }

        li.news-related .des-bot .date {
            display: block;
            padding-top: 5px;
            font-size: 12px;
            color: #faa61a;
            text-transform: uppercase;
        }

    /*--------------------------------------------------------------
       Homepage hero full-screen + transparent header
    --------------------------------------------------------------*/
    /* Make header sit on top of hero on the homepage */
    .home .header-top {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: transparent !important;
        border-bottom: none !important;
        box-shadow: none !important;
        z-index: 9999;
    }

    /* When user scrolls, header becomes solid (main.js toggles .header-active) */
    .header-top.header-active,
    .home .header-top.header-active {
        background: rgba(255,255,255,0.96) !important;
        border-bottom: 1px solid #e6e9ef !important;
        box-shadow: 0 8px 30px rgba(15,23,42,0.06) !important;
    }

    /* White links/icons while header overlays the hero */
    .home .header-top .menu-search .menu-header ul > li > a,
    .home .header-top .menu-search .list-icon ul li a,
    .home .header-top .logo-header img {
        color: #fff !important;
    }

    /* Ensure when header is active (scrolled) links invert to dark */
    .home .header-top.header-active .menu-search .menu-header ul > li > a,
    .home .header-top.header-active .menu-search .list-icon ul li a {
        color: #333 !important;
    }

    /* Full viewport hero for slider-top-2 on homepage */
    .home .slider-top-2,
    .home .slider-top-2 .carousel,
    .home .slider-top-2 .carousel-inner,
    .home .slider-top-2 .carousel-item {
        height: 100vh !important;
    }

    .home .slider-top-2 .carousel-item img {
        width: 100%;
        height: 100vh !important;
        object-fit: cover;
    }

    .home .slider-top-2 .carousel {
        position: relative;
    }

    .home-hero-wrap {
        position: absolute;
        inset: 0;
        z-index: 70;
        pointer-events: none;
    }

    .home-hero-wrap .container {
        height: 100%;
        position: relative;
    }

    .home-hero-content {
        position: absolute;
        top: 39%;
        left: 15px;
        transform: translateY(-50%);
        width: min(980px, 74vw);
        color: #fff;
        pointer-events: none;
    }

    .home-hero-kicker {
        max-width: 100%;
        font-size: clamp(30px, 3.05vw, 54px);
        line-height: 1.08;
        font-weight: 800;
        text-transform: uppercase;
        margin-bottom: 16px;
        letter-spacing: 0;
        text-shadow: 0 8px 26px rgba(0, 0, 0, 0.35);
    }

    .home-hero-content h1 {
        font-size: clamp(15px, 1.15vw, 21px);
        line-height: 1.35;
        margin: 0 0 30px;
        color: #fff;
        font-weight: 700;
        text-shadow: 0 8px 26px rgba(0, 0, 0, 0.35);
    }

    .home-hero-actions {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        pointer-events: auto;
    }

    .home-hero-actions a {
        width: 188px;
        height: 42px;
        display: grid;
        grid-template-columns: 1fr 22px;
        align-items: center;
        gap: 14px;
        padding: 0 20px;
        border-radius: 4px;
        background: linear-gradient(90deg, #1158ff 0%, #00b5ff 100%);
        color: #fff !important;
        font-size: 13px;
        line-height: 1;
        font-weight: 700;
        text-decoration: none !important;
        border: 0;
        box-shadow: 0 12px 28px rgba(0, 117, 255, .34);
        transition: all .25s ease;
    }

    .home-hero-actions a:hover {
        color: #fff !important;
        transform: translateY(-2px);
        box-shadow: 0 18px 34px rgba(0, 180, 255, .38);
    }

    .home-hero-actions .home-hero-label {
        width: auto;
        height: auto;
        display: block;
        min-width: 0;
        overflow: hidden;
        color: inherit;
        font-size: inherit;
        line-height: 1;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        background: transparent;
    }

    .home-hero-actions .home-hero-arrow {
        width: 22px;
        height: 22px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(255, 255, 255, .16);
        font-size: 0;
        line-height: 1;
    }

    .home-hero-actions .home-hero-arrow:before {
        content: "\f061";
        font-family: FontAwesome;
        font-size: 10px;
        line-height: 1;
    }

    /* Controls & indicators visible on dark hero */
    .home .carousel-control-prev-icon,
    .home .carousel-control-next-icon {
        filter: invert(1) brightness(1.6);
    }

    .home .slider-top-2 .carousel-control-prev,
    .home .slider-top-2 .carousel-control-next {
        width: 5%;
    }

    /* Slight top padding for main content so it doesn't hide under absolute header on small screens */
        @media (max-width: 1199px) {
            .services-grid {
                max-width: 880px;
            }

            .products-showcase-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                max-width: 760px;
                margin: 0 auto;
            }

            .ecosystem-intro {
                grid-template-columns: minmax(300px, 42%) minmax(390px, 1fr);
                gap: 28px;
            }

            .ecosystem-ring {
                width: min(450px, 43vw);
            }
        }

	    @media (max-width: 991px) {
	        .home main {
	            padding-top: 70px;
	        }

            .main-ecosystem-content {
                padding: 72px 0 86px;
            }

            .ecosystem-intro {
                grid-template-columns: 1fr;
                min-height: auto;
                text-align: center;
            }

            .ecosystem-copy-block,
            .ecosystem-copy-block p {
                max-width: none;
            }

            .home .ecosystem-copy-block {
                margin: 0 auto;
            }

            .home .ecosystem-title {
                max-width: 680px;
                margin-left: auto;
                margin-right: auto;
            }

            .home .ecosystem-capabilities {
                justify-content: center;
            }

            .home .ecosystem-visual {
                justify-content: center;
            }

            .ecosystem-visual {
                min-height: 430px;
            }

            .ecosystem-ring {
                width: min(430px, 78vw);
            }

            .main-services-section {
                padding: 64px 0 70px;
            }

            .services-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                max-width: 720px;
            }

            .main-products-showcase {
                padding: 72px 0 82px;
            }

            .home .main-what .col-md-12 {
                grid-template-columns: 1fr;
                gap: 32px;
            }

            .home .main-what .title-what,
            .home .main-what .xtc {
                text-align: center;
            }

            .home .main-what .title-what .text-title {
                max-width: none;
            }

            .home .main-what .xtc {
                grid-column: auto;
            }

            .home #faq.main-what .col-md-12 {
                grid-template-columns: 1fr;
                grid-template-areas:
                    "title"
                    "list"
                    "visual";
                gap: 22px;
            }

            .home #faq .list-what-container {
                max-width: none;
            }

            .home #faq .faq-app-card {
                width: min(520px, calc(100vw - 80px));
            }

            .home .home-global-section {
                padding: 78px 0 88px;
            }

            .home .home-global-map {
                width: calc(100vw - 42px);
            }

            .home .global-pin {
                gap: 5px;
                font-size: 9px;
            }

            .home .global-pin i {
                width: 11px;
                height: 11px;
                box-shadow:
                    0 0 0 3px rgba(83, 217, 255, .18),
                    0 0 14px rgba(83, 217, 255, .78);
            }

            .home .global-pin b {
                min-height: 17px;
                padding: 0 6px;
            }

            .home .customer-logo-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
                gap: 18px;
            }

            .home .project-proof {
                margin-bottom: 58px;
            }

            .home .project-proof-grid {
                gap: 28px;
            }

            .home .project-proof-item strong {
                font-size: 42px;
            }

            .home .main-project .title-project .list-title-tab ul {
                justify-content: flex-start;
            }

            .home .main-news .title-news .row {
                gap: 24px;
            }

            .home .main-news .title-news [class*="col-"] {
                flex: 0 0 100%;
                max-width: 100%;
            }

            .home .main-news .title-news .list-title-tab {
                text-align: left;
            }

            .home .main-news .title-news .list-title-tab ul {
                justify-content: flex-start;
                gap: 10px;
            }

            .home .main-news .list-news-box .row > [class*="col-"]:first-child .box1-news {
                grid-template-columns: 1fr;
            }

            .home .main-news .list-news-box .row > [class*="col-"]:first-child .img-news img {
                height: 320px;
            }

            .home .main-news .list-news-box .row > [class*="col-"]:first-child .news-body {
                padding: 30px;
            }

            .home .main-about .row .col-md-6:first-child {
                min-height: 250px;
                margin-bottom: 28px;
            }

            .home .main-about .text-about {
                max-width: none;
                padding-left: 0;
                text-align: center;
            }

            .home .footer-top .list-menu-mid-footer ul {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }

            .home-footer-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
                gap: 24px;
            }

            .home .home-footer-topline {
                grid-template-columns: 1fr 1fr;
                gap: 36px;
                margin-bottom: 58px;
            }

            .home .home-footer-vendors {
                grid-column: 1 / -1;
            }

            .home .home-footer-vendors ul {
                grid-template-columns: repeat(4, minmax(0, 1fr));
            }

            .home .home-footer-middle {
                grid-template-columns: 1fr 1fr;
                gap: 36px;
                margin-bottom: 70px;
            }

            .home .home-footer-social {
                justify-content: flex-start;
            }

            .home-hero-content {
                top: 38%;
                left: 15px;
                width: min(620px, calc(100vw - 48px));
            }

            .home-hero-actions {
                gap: 10px;
            }

            .home-hero-actions a {
                width: 178px;
                height: 38px;
                font-size: 12px;
                border-radius: 4px;
            }
	    }

        @media (max-width: 575px) {
            .main-ecosystem-content {
                padding: 58px 0 72px;
            }

            .ecosystem-title {
                font-size: 34px;
            }

            .ecosystem-copy-block p {
                font-size: 14px;
                line-height: 1.65;
            }

            .home .ecosystem-kicker {
                margin-bottom: 16px;
                font-size: 10px;
            }

            .home .ecosystem-capabilities {
                gap: 8px;
                margin-bottom: 26px;
            }

            .home .ecosystem-capabilities li {
                min-height: 28px;
                padding: 0 10px;
                font-size: 11px;
            }

            .home .ecosystem-cta {
                width: 184px;
                height: 44px;
                margin: 0 auto;
            }

            .ecosystem-visual {
                min-height: 330px;
            }

            .ecosystem-ring {
                width: min(315px, 86vw);
            }

            .ecosystem-slice strong {
                font-size: 12px;
                margin-bottom: 5px;
            }

            .ecosystem-slice span {
                font-size: 7px;
            }

            .services-grid {
                grid-template-columns: 1fr;
                gap: 14px;
            }

            .service-card {
                grid-template-columns: 40px 1fr;
                min-height: 104px;
                padding: 16px;
            }

            .service-icon {
                width: 40px;
                height: 40px;
                font-size: 16px;
            }

            .products-showcase-grid {
                grid-template-columns: 1fr;
                max-width: 360px;
            }

            .products-showcase-tabs {
                gap: 7px;
            }

            .products-showcase-tabs a {
                min-width: 0;
                height: 32px;
                font-size: 11px;
                padding: 0 10px;
            }

            .home .footer-top .list-menu-mid-footer ul {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .home-custom-footer {
                padding-top: 38px;
            }

            .home-footer-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 22px;
            }

            .home-footer-contact {
                grid-column: 1 / -1;
            }

            .home .home-custom-footer {
                padding-top: 48px;
            }

            .home .home-footer-topline,
            .home .home-footer-middle {
                grid-template-columns: 1fr;
                gap: 28px;
                margin-bottom: 46px;
            }

            .home .home-footer-vendors ul {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 8px 20px;
            }

            .home .home-footer-newsletter h2 {
                font-size: 24px;
            }

            .home .home-footer-legal {
                display: block;
                text-align: center;
            }

            .home .home-footer-legal div {
                justify-content: center;
                gap: 20px;
                margin-top: 12px;
            }

            .home #faq.main-what {
                padding: 62px 0 72px;
            }

            .home #faq .faq-app-card {
                grid-template-columns: 76px 1fr;
                height: 235px;
            }

            .home #faq .faq-app-panel {
                display: none;
            }

            .home .home-global-section {
                padding: 58px 0 66px;
            }

            .home .home-global-heading {
                margin-bottom: 28px;
            }

            .home .home-global-heading h2 {
                font-size: 36px;
            }

            .home .home-global-heading p {
                font-size: 13px;
            }

            .home .home-global-map {
                width: calc(100vw - 24px);
                aspect-ratio: 1.45 / 1;
            }

            .home .global-pin {
                transform: translate(-5px, -5px);
            }

            .home .global-pin b {
                display: none;
            }

            .home .customer-logo-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 14px;
            }

            .home .main-project {
                padding: 58px 0 70px;
            }

            .home .project-proof {
                margin-bottom: 44px;
            }

            .home .project-proof p {
                margin-bottom: 26px;
                font-size: 13px;
            }

            .home .project-proof-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 28px 18px;
            }

            .home .project-proof-item strong {
                font-size: 38px;
            }

            .home .main-project .project-title-block h2 {
                font-size: 34px;
            }

            .home .main-project .slider-project .img-text-project {
                height: 340px;
            }

            .home .main-news {
                padding: 64px 0 76px;
            }

            .home .main-news .title-news {
                margin-bottom: 32px;
            }

            .home .main-news .title-news .title-hd-icon h2 {
                font-size: 36px;
            }

            .home .main-news .title-news .title-hd-icon p {
                font-size: 13px;
            }

            .home .main-news .title-news .list-title-tab ul {
                flex-wrap: nowrap;
                overflow-x: auto;
                padding-bottom: 4px;
            }

            .home .main-news .title-news .list-title-tab ul li {
                flex: 0 0 auto;
            }

            .home .main-news .list-news-box .row {
                row-gap: 18px;
            }

            .home .main-news .list-news-box .row > [class*="col-"]:first-child .img-news img {
                height: 220px;
            }

            .home .main-news .list-news-box .row > [class*="col-"]:first-child .news-body {
                padding: 22px;
            }

            .home .main-news .list-news-box .row > [class*="col-"]:first-child h3 a {
                font-size: 20px;
            }

            .home .customer-logo-card {
                height: 72px;
                padding: 16px;
            }

            .home-hero-content {
                top: 34%;
            }

            .home-hero-kicker {
                max-width: 280px;
                margin-bottom: 8px;
            }

            .home-hero-content h1 {
                margin-bottom: 16px;
            }
        }
