/**
 * SETTINGS
 * LAYOUTS
 * COMPONENTS
 * PAGES CONTENT
 */



/*------------------------------------*\
  SETTINGS
\*------------------------------------*/

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", sans-serif;
    color: #595757;
    font-size: 16px;
    font-weight: 400;
}

body.fixed {
    overflow: hidden;
}


a {
    transition: 0.3s;
    text-decoration: none;
}

a:hover {
    color: #006eff;
    text-decoration: none;
}

ul {
    margin-bottom: 0;
}

b, strong {
    font-weight: 700;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #727171;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
    opacity: 1; /* Firefox */
}
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #727171;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #727171;
    font-weight: 400;
    letter-spacing: 1px;
}

.pre {
    white-space: pre-line; 
}




@media (min-width: 576px) {
    html {
        font-size: 16px;
    }
}




/*------------------------------------*\
  UTILITIES
\*------------------------------------*/

.overlay {
    position: relative;
}

.overlay::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.overlay-1::before {
    opacity: 0.1;
}

.overlay-2::before {
    opacity: 0.2;
}

.overlay-3::before {
    opacity: 0.3;
}

.overlay-4::before {
    opacity: 0.4;
}

.z-index-9 {
    z-index: 9;
}

.p-relative {
    position: relative;
}

.list-style-none {
    list-style: none;
}

.list-style-alpha {
    list-style-type: lower-alpha;
}

.opacity-1 {
    opacity: 0.1;
}

.opacity-2 {
    opacity: 0.2;
}

.opacity-3 {
    opacity: 0.3;
}

.opacity-4 {
    opacity: 0.4;
}

.opacity-5 {
    opacity: 0.5;
}

.opacity-6 {
    opacity: 0.6;
}

.opacity-7 {
    opacity: 0.7;
}

.opacity-8 {
    opacity: 0.8;
}

.opacity-9 {
    opacity: 0.9;
}

.overflow-hidden {
    overflow: hidden;
}

.position-relative {
    position: relative;
}

.divider-v {
    border-right: 1px solid #ddd;
}

.img-fluid-all img {
    max-width: 100%;
    height: auto !important;
}



/*------------------------------------*\
  FONT & TEXT
\*------------------------------------*/

.text-1 {
    font-size: 1rem;
}

.text-2 {
    font-size: 1.25rem;
}

.text-3 {
    font-size: 1.5rem;
}

.text-4 {
    font-size: 1.75rem;
}

.text-5 {
    font-size: 2rem;
}

.text-6 {
    font-size: 2.25rem;
}

.text-7 {
    font-size: 2.5rem;
}

.text-8 {
    font-size: 3rem;
}



.font-small {
    font-size: 12px;
}

.block-title {
    font-size: 18px;
}


.ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-line-2 {
    -webkit-line-clamp: 2;
}

.ellipsis-line-3 {
    -webkit-line-clamp: 3;
}





/**
 *  Animation
 */

.animate__delay-200ms {
    animation-delay: 200ms;
}

.animate__delay-400ms {
    animation-delay: 400ms;
}

.animate__delay-600ms {
    animation-delay: 600ms;
}

.animate__delay-800ms {
    animation-delay: 800ms;
}

.animate__delay-1s {
    animation-delay: 1s;
}






/*------------------------------------*\
  LAYOUTS
\*------------------------------------*/

.container-wide {
    width: 88%;
    margin-right: auto;
    margin-left: auto;
}

.section {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}


.section-heading .heading {
    font-size: 36px;
    letter-spacing: 1px;
}


@media (min-width: 1200px) {
    .container-wide {
        width: 1440px;
        max-width: 95%;
    }

    .section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .section-heading .heading {
        font-size: 42px;
        letter-spacing: 2px;
    }
}




/*------------------------------------*\
  COMPONENTS
\*------------------------------------*/

/**
 *  Button
 */

.button {
    display: inline-block;
    padding: 10px 42px;
    border-radius: 5px;
    border: 1px solid transparent;
    background-color: transparent;
    font-size: 15px;
    color: #595757;
    transition: 0.3s;
}

.button > svg {
    width: 16px;
    height: 16px;
}




/**
 *  Dropdown
 */

.drop__content {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    /* height: 80vh; */
    background-color: #eef1f3;
}

.drop:hover .drop__content {
    display: block;
}



/**
 *  Collapse
 */


.collapse__content  {
    display: none;
}

.collapse__content.active {
    display: block;
}




/**
 *  tab
 */

a.tab__item {
    color: #595757;
}

.tab__content {
    display: none;
}

.tab__content.active {
    display: block;
}

.tab_menu li {
    list-style: none;
}




/**
 *  accordion
 */

.accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(0,0,0,.125);;
}



/**
 *  Image Container
 */

.image-box {
    display: flex !important;
}

    .image-box-outer {
        width: 100%;
        padding-bottom: 100%;
        position: relative;
        overflow: hidden;
        margin: 0;
        line-height: 0;
    }

    .image-box-outer.vertical {
        padding-bottom: 120%;
    }

    .image-box-outer.ratio-3-2 {
        padding-bottom: 66.66%;
    }

    .image-box-outer.ratio-16-9 {
        padding-bottom: 56.25%;
    }

        .image-box-inner {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: #f1f1f1;
        }

            .image-box-inner img {
                width: 100%;
                height: 100%;
                object-position: 50% 50%;
                object-fit: cover;
            }


.image-hover--zoom img {
    transition: 0.5s;
}

.image-hover--zoom:hover img {
    transform: scale(1.05);
}

.image-box .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
    z-index: 2;
}
  



/**
 *  Slider
 */

.site-hero {
    position: relative;
    margin-top: 60px;
}

.hero-slider {
    width: 100%;
    overflow: hidden;
}

    .hero-slider .slide {
        position: relative;
        height: calc(100vh - 70px);
        background-size: cover;
    }

    .hero-slider .slide::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(28, 28, 28, 0.15);
    }

    .hero-slider .slide-content {
        position: absolute;
        width: 72%;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        letter-spacing: 2px;
    }

    .hero-slider .slide-content .heading {
        font-size: 24px;
    }

    .hero-slider p {
        font-size: 14px;
        letter-spacing: 0.5px;
        margin-top: 20px;
    }

    .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .arrow-prev {
        left: 10px;
    }

    .arrow-next {
        right: 10px;
    }

    .slick-arrow > svg {
        width: 36px;
        height: 36px;
    }
    
    
    
@media(min-width: 576px) {
    .hero-slider .slide-content .heading {
        font-size: 48px;
    }

    .hero-slider p {
        font-size: 16px;
    }

    .animate__bgZoomOut {
        animation: bgZoomOut 8s;
    }

    .hero-slider .slide {
        background-size: 130%;
    }

    .arrow-prev {
        left: 25px;
    }

    .arrow-next {
        right: 25px;
    }
    
}

@media(max-width: 576px)  {
    .hero-slider .slide {
        height: calc(100vh - 110px);
    }

    .hero-slider .slide,
    .hero-slider .slide > div {
        background-size: cover !important;
    }
}



@keyframes bgZoomOut {
    0% {
        background-size: 130%;
    }
    100% {
        background-size: 110%;
    }
}
    

@media (min-width:576px) {
    .hero-slider .slide-content {
        width: 400px;
        top: 40%;
        left: 13.5%;
        transform: translateY(-50%);
    }
}


@media (min-width:1367px) {
    .hero-slider .slide-content {
        width: 640px;
    }
}


.page-banner {
    height: 450px;
    margin-top: 50px;
    display: flex;
    align-items: center;
}

    .page-banner__title {
        font-size: 40px;
        line-height: 56px;
        margin-bottom: 20px;
    }

    .page-banner__text {
        font-size: 18px;
    }



/**
 *  breadcrumb
 */

.page-breadcrumb {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .page-breadcrumb ul {
        padding-left: 0;
    }

    .page-breadcrumb li {
        display: inline-block;
        vertical-align: middle;
    }

        .page-breadcrumb li:last-child svg {
            display: none;
        }

        .page-breadcrumb li a {
            font-size: 15px;
            color: #838383;
        }



/**
 *  pagination
 */     

.pagination {
    justify-content: flex-end;
}

    .page-quick-link svg {
        stroke: #aaaeb3;
    }

    .pagination .page-link {
        padding: 5px;
        width: 36px;
    }

        .pagination .page-link svg {
            stroke: #12181f;
        }


/**
 *  icon box
 */

.icon-box img {
    width: 60px;
}

.icon-box.border {
    border: 1px solid #ddd;
}

.icon-box-large svg {
    width: 80px;
    height: 80px;
}

.icon-box-large.round {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    width: 240px;
    height: 240px;
    box-shadow: 1px 1px 20px 0px rgb(83 139 223 / 15%);
}



/**
 *  Back to Top
 */

.back-to-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    cursor: pointer;
    display: none;
    padding: 4px 6px 6px;
    background-color: #eee;
}

    .back-to-top img {
        width: 24px;
        background: #fff;
        border-radius: 2px;
    }




/**
 *  Header
 */

.header {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid transparent;
    height: 60px;
    z-index: 999;
}

    .header a {
        color: #595757;
    }

    .site-logo img {
        width: 160px;
        height: 30px;
        object-fit: contain;
    }

    .site-nav li {
        list-style: none;
    }

    .site-menu .item > a {
        position: relative;
        display: flex;
        margin-left: 8px;
        margin-right: 8px;
        padding-left: 5px;
        padding-right: 5px;
        line-height: 60px;
        text-align: center;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .site-menu .item > a::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 3px;
        background-color: #006eff;
        transition: 0.1s;
    }

    .site-menu {
        margin-left: 30px;
    }

        .site-menu .item:hover > a {
            color: #006eff;
        }

        .site-menu .item:hover > a::before {
            width: 100%;
        }

        
    .site-menu .item.drop > a::after {
        font-family: "Font Awesome 5 Free"; 
        font-weight: 900; 
        content: "\f107";
        font-size: 12px;
        margin-left: 3px;
        transition: 0.3s;
    }

    .site-menu .item.drop:hover > a::after {
        transform: rotate(-180deg);
    }


    .site-menu .submenu {
        letter-spacing: .5px;
    }

        .site-menu .submenu p {
            font-size: 14px;
            opacity: 0.7;
        }

        .site-menu .submenu a.active,
        .site-menu .submenu a:hover {
            color: #006eff;
        }

        .site-menu .submenu-col {
            padding: 80px 100px 80px 60px;
        }

            .site-menu .submenu-title {
                font-size: 28px;
            }

        .site-menu .submenu__inner-nav {
            padding: 80px 100px 80px 100px;
        }

            .site-menu .submenu__inner-nav a {
                display: block;
                padding: 10px;
                font-size: 18px;
                min-width: 140px;
            }

            .site-menu .submenu__inner-nav a:hover {
                transform: translateX(10px);
            }

        .submenu__content-divider {
            width: 1px;
            background-color: #d1d6db;
            padding: 0;
            margin-top: 70px;
            margin-bottom: 70px;
        }


    .site-menu--secondary {
        position: absolute;
        right: 45px;
        display: flex;
        margin-left: auto;
    }

        .site-menu--secondary > li > a {
            display: block;
            color: #595757;
            line-height: 60px;
            padding-left: 15px;
            padding-right: 15px;
        }

        .site-menu--secondary > li > a:hover {
            color: #007bff;
            background-color: #ebf1f9;
        }

        .site-menu--secondary > li.highlight > a {
            color: #fff;
            background-color: #007bff;
        }

        .site-menu--secondary > li.highlight > a:hover {
            background-color: #0069db;
        }

        .site-menu--secondary svg {
            width: 22px;
            height: 22px;
            margin-top: -2px;
            margin-right: 2px;
            transition: 0.3s;
        }

        .site-menu--secondary > li > a:hover svg {
            stroke: #0069db;
        }


    .site-media {
        margin-right: 15px;
    }

    .site-media .item > a {
        display: flex;
        margin-left: 6px;
        margin-right: 6px;
    }


.site-nav {
    display: flex;
    align-items: center;
    transition: 0.3s;
}


.header.sticky {
    border-bottom: 1px solid #eaebed;
}

.header.sticky .site-nav {
    height: 60px;
}


.header__cart {
    position: relative;
}

    .header__cart-amount {
        position: absolute;
        top: -6px;
        left: 15px;
        background-color: #006eff;
        color: #fff;
        line-height: 16px;
        padding: 1px 5px;
        border-radius: 10px;
        
    }

    .header__cart-amount .num {
        display: block;
        font-size: 12px;
        transform: scale(0.8);
    }


    .header-overlay-cart {
        position: absolute;
        top: -100%;
        left: 0;
        width: 100%;
        opacity: 0;
        color: #fff;
        background-color: rgb(78 110 94);
        font-size: 14px;
        z-index: 101;
        transition: 0.3s;
    }

    .header-overlay-cart.active {
        top: 75px;
        opacity: 1;
    }


    .header__overlay-shadow {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        opacity: 0;
        background-color: rgb(250 250 250 / 60%);
        pointer-events: none;
        transition: opacity 1s cubic-bezier(.19,1,.22,1) .1s;
    }

    .header--overlay-active ~ .header__overlay-shadow {
        pointer-events: all;
        opacity: 1;
        transition: opacity 1s cubic-bezier(.19,1,.22,1) .1s;
    }

    
@media (min-width: 576px) {
    .site-logo .logo {
        height: 32px;
    }

    .header-overlay-cart {
        max-width: 360px;
        top: 80px;
        right: 10px;
        left: auto;
        padding: 15px 20px;
    }

}

@media (min-width: 992px) {
    .site-menu--secondary {
        right: 0;
    }
    
    .site-menu--secondary svg {
        width: 18px;
        height: 18px;
    }
}

@media (min-width: 1280px) {
    .site-menu .item > a {
        margin-left: 20px;
        margin-right: 20px;
    }

    .site-menu--secondary > li > a {
        padding-left: 20px;
        padding-right: 20px;
    }

    .site-menu .submenu__inner-nav {
        padding: 80px 160px 80px 100px;
    }
}





/**
 *  Mobile Nav
 */


.mobile-toggle {
    position: absolute;
    right: 10px;
    cursor: pointer;
    width: 22px;
    height: 14px;
    margin-right: 5px;
    margin-left: 25px;
}

    .toggle-icon {
        margin: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
        
    .toggle-icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background-color: #939393;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .toggle-icon span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
        
    .toggle-icon span:nth-child(2) {
        top: 7px;
        width: 80%;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
        
    .toggle-icon span:nth-child(3) {
        top: 14px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .toggle-icon.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -1px;
        left: 0;
    }
        
    .toggle-icon.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }
        
    .toggle-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 14px;
        left: 0;
    }

    .sidebar-toggle.open .toggle-icon span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -1px;
        left: 4px;
    }
        
    .sidebar-toggle.open .toggle-icon span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }
        
    .sidebar-toggle.open .toggle-icon span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 14px;
        left: 4px;
    }
    
.slide-sidebar {
    position: fixed;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    background-color: #fff;
    right: -100%;
    transition: .3s;
    margin-top: 60px;
    z-index: 99;
}

        .slide-sidebar ul {
            padding-left: 0;
            padding-right: 0;
            list-style: none;
        }

        .slide-sidebar ul > li {
            border-top: 1px solid #f2f8ff;
        }

        .slide-sidebar ul > li:first-child {
            border-top: 1px solid transparent;
        }

        .slide-sidebar ul > li > a {
            display: inline-block;
            padding: 15px 24px;
            width: 100%;
            color: #333;
        }


.slide-sidebar.active {
    right: 0;
}


.mobile-menu .collapse__button {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.mobile-menu .collapse__button::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    font-size: 12px;
    margin-left: 3px;
    transition: 0.3s;
}

.mobile-menu .collapse__button.active {
    background-color: #63a9ff !important;
    color: #fff;
}

.mobile-menu .collapse__content .collapse__button.active {
    background-color: #2c425e !important;
}

.mobile-menu .collapse__content {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
}

    .mobile-menu .collapse__content a {
        display: block;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 40px;
    }

    .mobile-menu .collapse__content .collapse__content a {
        padding-left: 60px;
        background-color: #ddecff;
    }

    .mobile-menu .collapse__content .collapse__content .collapse__content a {
        background-color: #5f728b;
        color: #fff;
        padding-left: 80px;
    }

@media (min-width: 991px) {
    .mobile-toggle {
        display: none;
    }
}




/**
 *  side menu
 */

 .side-menu {
    width: 100%;
}

    .side-menu ul {
        padding-left: 0;
    }

        .side-menu a {
            display: block;
            padding: 10px 0;
            font-size: 15px;
            color: #333;
            border-bottom: 1px solid #ddd;
        }
        

        .side-menu .layer-1 > a:hover {
            color: #000;
        }
       

        .aside-label {
            color: #8D8D8D;
            font-size: 16px;
            margin-bottom: 5px;
        }

        .side-menu .collapse__button {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .side-menu .collapse__button ~ .collapse__content a {
            padding-left: 24px;
        }

            .side-menu a > svg {
                display: none;
            }

            .side-menu .collapse__button > svg {
                display: inline-block;
            }


  

@media(min-width: 991px) {  
    .side-menu {
        width: 230px;
    }

    .side-menu.go-down {
        margin-top: 140px;
    }

    .mobile-toggle {
        display: none;
    }
}



/**
 *  Footer
 */

.footer {
    background-color: #12181f;
    color: #fff;
    font-size: 15px;
    padding-top: 90px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.footer-logo {
    margin-bottom: 10px;
}

.footer-content {
    position: relative;
}

.footer a {
    color: rgb(245, 245, 245);
    opacity: 0.75;
}

.footer a:hover {
    opacity: 1;
}

.footer hr {
    border-color: rgb(247 245 230 / 30%);
}

.footer-nav ul {
    margin-top: 15px;
    padding-left: 0;
}

    .footer-nav li {
        list-style: none;
    }

    .footer-nav a {
        display: block;
        font-size: 15px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .footer-media a {
        margin-right: 8px;
    }

    .footer-media svg {
        width: 22px;
        height: 22px;
    }


.copyright {
    padding-top: 20px;
    padding-bottom: 60px;
    font-size: 13px;
    opacity: 0.8;
}


@media(max-width: 991px) {
    .footer-logo,
    .footer-media,
    .copyright  {
        text-align: center;
    }
}

@media(min-width: 576px) {
    .footer {
        padding-left: 0;
        padding-right: 0;
    }

        .footer-content {
            display: flex;
            justify-content: space-between;
        }

            .footer-col {
                width: 50%;
            }

                .footer-nav {
                    opacity: 0.9;
                    padding-bottom: 60px;
                }

}





/**
 *  Image Card
 */

.image-card {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
}

.image-card__info {
    padding: 25px;
    background-color: #fff;
}

    .image-card__title {
        font-size: 18px;
        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .image-card__summary {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .image-card .button-link {
        font-size: 15px;
    }




/**
 *  Banner
 */


.inner-banner .content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

    .inner-banner .content .title {
        font-size: 42px;
        font-weight: 700;
    }

    .inner-banner .content .desc {
        margin-top: 20px;
    }


    .inner-banner .image-block {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    
    .inner-banner .image-block.scroll-animate-active {
        animation: image-appear 0.0001s linear forwards;
        animation-delay: 1.2s;
    }
    
    
    .inner-banner .image-cover {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background-color: #006eff;
    }
    
    .inner-banner .image-cover.scroll-animate-active {
        animation: block-appear 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
        animation-delay: .5s;
    }
    
    
    
    @keyframes image-appear {
        0% {
          opacity: 0;
        }
        100% {
          opacity: 1;
        }
    }
    
    
    @keyframes block-appear {
        0% {
          left: 0;
          width: 0%;
        }
        50% {
          left: 0;
          width: 100%;
        }
        100% {
          left: 100%;
          width: 0%;
        }
    }
       


.ad {
    position: relative;
    height: 60vh;
    z-index: 1;
}

.ad-full {
    height: 80vh;
}

.ad-overlay {
    position: relative;
}

.ad-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(28, 28, 28, 0.3);
    z-index: -1;
}

    .ad-card {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        width: 80%;
        font-size: 15px;
    }

    .ad-card.left {
        left: 10%;
    }

    .ad-card.right {
        right: 10%;
    }

        .ad-card .button {
            width: 160px;
        }

    .ad-heading {
        font-size: 20px;
        margin-bottom: 10px;
    }


@media(min-width: 576px) {
    .ad-card {
        width: 360px;
    }

    .ad-card.left {
        left: 20%;
    }

    .ad-card.right {
        right: 20%;
    }
}



/*------------------------------------*\
  PAGES CONTENT
\*------------------------------------*/

.p-margin-top {
    margin-top: 60px;
}


/**
 *  Home
 */

.tools-list {
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

    .tools-list .tool-item {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        padding: 15px 8px;
        width: calc(50% - 10px);
        font-size: 15px;
        border: 1px solid #eee;
        background-color: #ebeff3;
        border-radius: 3px;
        margin: 5px;
    }

    .tools-list .tool-item:hover {
        background-color: #006eff;
    }

    .tools-list .tool-item:hover p {
        color: #fff3e8;
    }

        .tools-list .tool-item .title {
            display: flex;
            justify-content: space-between;
            width: 100%;
            color: #57b8ff;
            font-size: 13px;
            transition: 0.3s;
            margin-bottom: 0;
        }

        .tools-list .tool-item .title svg {
            height: 17px;
        }

        .tools-list .tool-item:hover .title {
            color: #fff;
        }

        .tools-list .tool-item p {
            margin-bottom: 0;
            color: #d5d5d5;
            display: none;
        }


@media(min-width: 992px) {
    .tools-list {
        width: 74%;
        flex-wrap: nowrap;
        background-color: rgb(46 59 70 / 80%);
        margin: 0;
        bottom: 80px;
    }

        .tools-list .tool-item {
            justify-content: flex-start;
            flex: 1;
            border: 1px solid transparent;
            background-color: transparent;
            padding: 40px 20px;
            margin: 0;
        }

        .tools-list .tool-item .title {
            font-size: 20px;
            margin-bottom: 5px;
        }

        .tools-list .tool-item p {
            display: block;
        }
}



/* home why-choose-us */

.h__why-choose-us .tab_menu {
    border-right: 1px solid #ededed;
}

.h__why-choose-us .tab__item {
    display: block;
    padding: 15px;
    margin-right: 15px;
}

.h__why-choose-us .tab__item:hover {
    background-color: #eaf6ff;
}

.h__why-choose-us .tab__item.active {
    background-color: #006eff;
    color: #fff;
}

.h__why-choose-us .tab__item p {
    margin-bottom: 0;
}



.image-card__row {
    width: 100%;
    overflow-x: auto;
}

.image-card__row .image-card {
    width: 260px;
    height: 100%;
    flex-shrink: 0;
    margin-right: 15px;
}




/* collapse images */

.collapse-images {
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
    color: #fff;
}

.collapse-images .item {
    position: relative;
    display: flex;
    align-items: flex-end;
    flex: 1;
    height: 500px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #eee;
    flex-shrink: 0;
    transition: 0.5s;
    cursor: pointer;
    opacity: 0.5;
    overflow: hidden;
}

.collapse-images .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

    .collapse-images .item.expanded {
        flex: 5;
        cursor: default;
        opacity: 1;
    }

        .collapse-images .item-content {
            position: relative;
            padding: 25px;
            width: 860px;
            max-width: 100%;
        }
        
            .collapse-images .item-title {
                font-size: 16px;
            }

            .collapse-images .item-info {
                display: none;
                width: 560px;
            }

            .collapse-images .item.expanded .item-title {
                font-size: 24px;
            }

            .collapse-images .item.expanded .item-info {
                display: block;
            }


    .collapse-images a {
        display: flex;
        align-items: center;
        color: #fff;
    }

    .collapse-images svg {
        width: 18px;
    }

    .collapse-images .button {
        font-size: 18px;
    }


.certifications {
    display: flex;
    justify-content: flex-start;
    background-color: #ecf1f4;
}

    .certifications .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 40px 25px;
        flex: 1;
    }

    .certifications .item:hover {
        background-color: #006eff;
        color: #fff;
    }

        .certifications .item img {
            display: block;
            margin-bottom: 15px;
            border-radius: 50%;
            border: 8px solid #fff;
            width: 100px;
            height: 100%;
            object-fit: contain;
            background-color: #fff;
        }


@media(max-width:991px) {
    .certifications {
        flex-wrap: wrap;
    }

        .certifications .item {
            padding: 20px 15px;
            width: 33.333333%;
            flex: none;
            font-size: 15px;
        }
}



/* home logos */

.h__logos a {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid transparent;
}

.h__logos a:hover {
    background-color: #fff;
    border-color: #ddd;
}

.h__logos img {
    width: 100%;
    height: 54px;
    -o-object-fit: contain;
    object-fit: contain;
}



/* call to action */

.call-to-action {
    background-color: #006eff;
    color: #fff;
}


/* solutions */

.solutions-carousel {
    margin-left: -15px;
    margin-right: -15px;
}

    .solutions-carousel .slick-slide .item {
        position: relative;
        padding: 0 30px 80px;
        height: 560px;
        color: #fff;
    }

    .solutions-carousel .slick-slide .item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.15);
    }

    .solutions-carousel .item-content {
        position: relative;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

        .solutions-carousel .item-title {
            margin-top: auto;
        }

            .solutions-carousel .item-info a {
                color: #fff;
            }

                .solutions-carousel .item-info a svg {
                    width: 20px;
                }

    .solutions-carousel .slick-dots {
        bottom: 15px;
    }

        .solutions-carousel .slick-dots li {
            margin: 0 3px;
        }
        
        .solutions-carousel .slick-dots li button:before {
            color: #fff;
        }



/**
 *  Page
 */


/* about */
.company-info .item {
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dce5f3;
}

    .company-info .item .label {
        width: 130px;
        color: #6e6e6e;
        flex-shrink: 0;
    }


/* news */
.post {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 1px 10px 1px rgb(159 159 159 / 12%);
}

    .post-info {
        padding: 25px 25px 20px 25px;
        font-size: 15px;
        background-color: #fff;
    }

    .post-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.5;
    }

    .post-date {
        font-size: 13px;
        color: #999;
    }

    .post-details-title {
        font-size: 45px;
    }

    .post-details-date {
        font-size: 14px;
        color: #999;
        margin-top: 20px;
    }



/* product banner */
.p__banner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 430px;
    margin-top: 60px;
}

    .p__banner-content {
        width: 680px;
        max-width: 100%;
    }

    .p__banner-heading {
        margin-bottom: 20px;
    }

    .p__banner-intro {
        font-size: 17px;
        margin-bottom: 30px;
    }


.inner-navbar {
    position: sticky;
    top: 60px;
    display: flex;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background-color: #fafdff;
    z-index: 99;
}

    .inner-navbar a {
        color: #707070;
    }

    .inner-navbar .nav > a {
        flex: 1;
        padding: 15px 2px;
        text-align: center;
        font-size: 16px;
        letter-spacing: .5px;
    }

    .inner-navbar .nav > a.active {
        background-color: #006eff;
        color: #fff;
    }


.inner-navbar-container {
        width: 100%;
    }

        .inner-navbar-button {
            background-color: #eee;
            text-align: center;
            padding: 15px 2px;
        }

@media(min-width: 577px) and (max-width: 991px) {
    .inner-navbar .nav > a {
        font-size: 13px;
    }
}

@media(max-width: 576px) {
    .p__banner-buttons .button {
        display: flex;
        margin-right: 0 !important;
        margin-bottom: 10px;
        justify-content: center;
    }

    .inner-navbar {
        display: none;
    }
    
    .inner-navbar .nav {
        display: none;
    }

    .inner-navbar .nav.active {
        display: block;
    }

        .inner-navbar .nav > a {
            display: block;
        }
}



/* product */
.tab-layout .tab_menu,
.product-applications .tab_menu {
    display: flex;
}

    .tab-layout [data-tab],
    .product-applications [data-tab] {
        flex: 1;
        text-align: center;
        padding: 10px;
        font-size: 24px;
        letter-spacing: 1px;
        font-weight: 700;
        border-bottom: 1px solid #eaebed;
    }

    .tab-layout [data-tab].active,
    .product-applications [data-tab].active {
        color: #006eff;
        border-color: #006eff;
    }

    .tab-layout [data-tab-content],
    .product-applications [data-tab-content] {
        padding: 20px;
    }


    .tab-layout .spec,
    .product-applications .spec {
        flex-shrink: 0;
        color: #fff;
        background-color: #001531;
        width: 240px;
        height: 260px;
        padding: 25px;
    }

@media(min-width: 992px) {
    .inner-navbar .nav > a {
        padding: 15px 10px;
    }

    .tab-layout .intro,
    .product-applications .intro {
        display: flex;
        justify-content: space-between;
    }

    .tab-layout .desc,
    .product-applications .desc {
        margin-right: 200px;
    }
}

@media(max-width: 991px) {
    .tab-layout [data-tab],
    .product-applications [data-tab] {
        position: relative;
        text-align: left;
        font-size: 20px;
        font-weight: 400;
        background-color: #fafdff;
    }

    .tab-layout [data-tab]::after,
    .product-applications [data-tab]::after {
        position: absolute;
        top: 17px;
        right: 15px;
        font-family: "Font Awesome 5 Free"; 
        font-weight: 900; 
        font-size: 12px;
        content: "\f078";
    }

    .tab-layout .collapse__item.open [data-tab],
    .product-applications .collapse__item.open [data-tab] {
        color: #ffffff;
        border-color: #006cc1;
        background-color: #0056c7;
    }

    .tab-layout .collapse__item.open [data-tab-content],
    .product-applications .collapse__item.open [data-tab-content] {
        color: #ffffff;
        background-color: #006eff;
    }

    .tab-layout .collapse__item.open [data-tab-content] .accordion-body {
        color: #212529;
    }

    .tab-layout .spec,
    .product-applications .spec {
        width: 100%;
        height: 220px;
    }
}


/* page col */
.page-col--2 .col-right {
    order: 1;
}

.page-col--2 .col-left {
    position: relative;
    top: 18%;
    height: 60%;
    order: 2;
}

@media (min-width: 576px) {
    .page-col--2 .col-left {
        order: 1;
    }

    .page-col--2 .col-right {
        padding-right: 120px;
        order: 2;
    }
    
}


/* form */
.form-control {
    border-radius: 2px;
    border: 1px solid #97b9db;
}

input.form-control {
    height: 42px;
}

.button-form {
    border-radius: 2px;
    border: 1px solid #acb0b5;
    font-size: 15px;
}

.button-form:hover {
    background-color: #e7f5ff;
    border-color: #96cef6;
}

form .msg {
    color: #007bff;
    font-size: 13px;
    margin-top: 5px;
}



/* lighthouse */
.plans-table .p-row {
    display: flex;
    border: 1px solid #ddd;
}

.plans-table .p-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: 1;
    padding: 15px 30px;
    min-height: 130px;
}

.plans-table .p-col-1 {
    background-color: #f2f8ff;
}

.plans-table .p-col-2 {
    flex: 2;
    align-items: flex-start;
}

    .plans-table .p-col-2 .item {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    .plans-table .p-price {
        margin-bottom: 20px;
    }

    .plans-table .current-price {
        color: #ff6b00;
    }

    .plans-table .current-price .highlight {
        font-size: 38px;
        font-weight: 700;
    }


.plans-table .p-row {
    flex-direction: column;
}    

.plans-table .p-col-2 {
    order: 2;
}

.plans-table .p-col-3 {
    position: relative;
    order: 1;
}

.plans-table .p-col-3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    width: 1px;
    height: 80%;
    background-color: #ddd;
}

.plans-table .p-col .item-label {
    font-size: 13px;
}


.p__lighthouse .apps {
    display: flex;
    flex-wrap: wrap;
}

    .p__lighthouse .app-item {
        width: 50%;
        text-align: center;
        margin-bottom: 40px;
    }

        .p__lighthouse .app-item img {
            width: 90px;
            max-width: 100%;
        }


@media (min-width: 576px) {
    .plans-table .p-row {
        flex-direction: row;
    }

        .p__lighthouse .steps-group {
            width: 75%;
        }

            .p__lighthouse .steps-group .step {
                text-align: left;
            }

            .plans-table .p-col-2 {
                order: 1;
            }

            .plans-table .p-col-3 {
                order: 2;
            }

    .p__lighthouse .app-item {
        width: 20%;
    }
}



/* teo */
.p__teo .product-applications [data-tab-content] {
    padding: 0;
}

.p__teo .product-applications .block {
    height: 450px;
    color: #fff;
    padding: 30px;
}

.p__teo .product-applications .block.left {
    background: linear-gradient(135deg,#2d3ce3,#006eff);
}

.p__teo .scenarios {
    padding: 25px 15px;
}

.bg-card {
    position: relative;
    height: 120px;
    border: 1px solid #ddd;
    padding: 20px 0 20px 20px;
    background: -webkit-linear-gradient(269.98deg,#cfeaff -1%,rgb(255 255 255) 48.07%);
    background: linear-gradient(269.98deg,#cfeaff -1%,rgb(255 255 255) 48.07%);
}

    .bg-card img {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 140px;
    }

    
@media(max-width: 576px) {
    .p__teo .scenarios {
        padding: 0 15px;
    }

    .p__teo .product-applications .block {
        min-height: 200px;
        height: auto;
    }
}


/* ses */
.ses__promo-card {
    border: 1px solid #dee2e6;
    border-top: 4px solid #006eff;
    border-radius: 3px;
    padding: 20px;
}

    .ses__promo-card-title {
        font-weight: 700;
        margin-bottom: 30px;
        font-size: 18px;
    }

    .ses__promo-card p {
        font-size: 14px;
    }

    .ses__promo-card-amount {
        font-size: 24px;
        color: #006eff;
        border-top: 1px solid rgba(0,0,0,.06);
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .ses__promo-card .button {
        text-align: center;
    }


.ses__benefits-num .num {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.ses__price {
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .ses__price .num {
        font-size: 32px;
        font-weight: 700;
    }

    .ses__price .button {
        text-align: center;
        margin-top: auto;
    }


.info-col-style-1 .help {
    border: 1px solid #ddd;
    height: 100%;
}

    .info-col-style-1 .help-label {
        padding: 7px 24px;
        color: #fff;
        background-color: #373737;
        font-size: 14px;
    }

    .info-col-style-1 .help-text {
        padding: 16px 24px;
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        background-color: #efefef;
    }

    .info-col-style-1 .help-content {
        padding: 16px 24px;
    }

        .info-col-style-1 .help-content .item {
            padding-top: 2px;
            padding-bottom: 2px;
        }

        .info-col-style-1 .help-content a:hover {
            color: #114a9f;
        }


/* trtc */
.page-trtc .bg-card {
    height: 180px;
    display: flex;
    align-items: center;
}

    .page-trtc .bg-card img {
        width: 212px;
    }

    .page-trtc .service .icon-box {
        display: flex;
        align-items: flex-start;
        border: 1px solid #eee;
        padding: 20px;
        height: 100%;
    }

        .page-trtc .service .icon-box img {
            flex-shrink: 0;
            padding: 7px;
            margin-right: 5px;
        }
        

    .page-trtc .partner .slick-slide {
        padding: 0 10px;
    }

        .page-trtc .partner .image-card__info img {
            width: 160px;
        }

        .page-trtc .partner .image-card__summary {
            min-height: 68px;
        }

    .slick-dots li {
        margin: 0 2px;
    }

        .slick-dots {
            bottom: -35px;
        }

        .slick-dots li button,
        .slick-dots li button:before {
            width: 15px;
            height: 15px;
        }


.page-trtc.page-trtc .certification {
    text-align: center;
    font-size: 14px;
}

    .page-trtc .certification img {
        width: 90px;
        height: 90px;
        object-fit: contain;
        margin-bottom: 15px;
    }


.page-bottom.call-to-action {
    padding-top: 60px;
    padding-bottom: 145px;
}

    .page-bottom .container-wide {
        position: relative;
    }

        .page-bottom.call-to-action .content {
            border-radius: 5px;
            position: absolute;
            width: 100%;
            bottom: -180px;
            z-index: 9;
            background-color: #006eff;
        }

@media(min-width: 769px) {
    .page-bottom.call-to-action .content {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}


/* waf */
.page-waf .function .tabs-mobile-collapse .tab__item:hover {
    color: #006eff;;
}


@media(max-width: 991px) {
    .page-waf .function .collapse__content {
        padding: 20px;
        background-color: #fff;
    }
    
        .page-waf .function .collapse__button {
            padding: 15px 0;
            border-bottom: 1px solid rgb(0 110 255 / 40%);
        }
}


/* ams */
.page-ams .tab-layout [data-tab] {
    font-size: 22px;
    font-weight: 400;
}


/* solutions */
.page__solution .p__banner-content {
    color: #fff;
}

.applications .scene .related a {
    font-size: 14px;
    color: #333;
    display: inline-flex;
    align-items: center;
    margin-right: 25px;
    margin-bottom: 10px;
}

    .applications .scene .related a svg {
            width: 20px;
        }

        .applications .scene .related a svg path {
            fill: #333;
        }


.tab--style-1 .tab__item {
    display: block;
    padding: 15px 0;
}

.tab--style-1 .tab__item:hover h5,
.tab--style-1 .tab__item.active h5 {
    color: #0d6efd;
}

    .tab--style-1 .tab__item h5 {
        font-weight: 700;
        font-size: 18px;
        color: #212529;
    }

    .page__solution .scene-content h6 {
        font-weight: 700;
        font-size: 18px;
    }

    .content-divider {
        width: 1px;
        background-color: #d1d6db;
        padding: 0;
    }

.page__solution .case {
    padding: 24px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    height: 100%;
}

    .page__solution .case-name {
        font-weight: 700;
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .page__solution .case-info {
        color: #525252;
    }

    .page__solution .case-image img {
        height: 54px;
    }

    .page__solution .case .button-link {
        display: inline-block;
        margin-top: 20px;
        font-size: 14px;
    }


.page__solution .related-products .icon-box {
    display: flex;
    align-items: flex-start;
    padding: 20px 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 100%;
}

    .page__solution .related-products img {
        width: 54px;
    }



/* page solution - corporation */
.page__solution--corporation .icon-box {
    border: 1px solid #ddd;
    padding: 20px;
}

    .page__solution--corporation .icon-box img {
        width: auto;
        height: 55px;
        margin-bottom: 10px;
    }


@media(max-width: 991px) {
    .page__solution .scene .related a svg path {
        fill: #fff;
        
    }

    .page__solution .scene .related a svg .mobile-stroke-white {
        stroke: #fff;
    }

    .page__solution .scene .related a {
        color: #fff;
    }

    .applications .scene .related a {
        color: #fff;
    }

    .applications .scene .related a svg path {
        fill: #fff;
    }
}


/* partner */

.steps-group .step {
    text-align: center;
    font-size: 20px;
}

    .steps-group .step .num {
        font-size: 24px;
        margin-bottom: 10px;
        font-weight: 700;
        color: #525252;
    }

        .steps-group svg {
            width: 26px;
            stroke: #9f9f9f;
        }


.become-partner-modal .modal-body {
    line-height: 2em;
}

.become-partner-modal .modal-content {
    background-color: #e6eaeb;
    padding: 15px 30px;
}

.become-partner-modal .modal-title {
    font-size: 30px;
}

@media(min-width: 576px) {
    .steps-group {
        display: flex;
        justify-content: space-between;
    }
    
    .become-partner-modal .modal-dialog {
        max-width: 700px;
    }
}

@media(max-width: 576px) {
    .steps-group {
        text-align: center;
    }

    .steps-group .step {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .steps-group svg {
        transform: rotate(90deg);
    }
}


/* cases */
.page__cases .company-logo {
    height: 54px;
}


.page__cases .cases .slick-slide {
    padding: 15px;
}

.page__cases .cases .image-card {
    border: 1px solid transparent;
}

    .page__cases .cases .image-box {
        border-radius: 10px;
        overflow: hidden;
    }

    .page__cases .cases .image-card__summary {
        height: 90px;
    }

    .page__cases .cases .image-card__info {
        position: relative;
        margin-top: -25px;
        width: 94%;
        border: 1px solid #ddd;
        border-radius: 10px;
        z-index: 3;
    }

.page__cases .successful-cases .case {
    border: 1px solid #ccc;
    padding: 25px;
    height: 100%;
}

    .page__cases .successful-cases .case .logo {
        height: 54px;
    }

    .page__cases .successful-cases .case-name {
        font-size: 18px;
        font-weight: 700;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .page__cases .successful-cases .case-info {
        font-size: 15px;
    }

    .page__cases .successful-cases .case .button-link {
        font-size: 15px;
    }




/**
 *  member
 */

.page-access .p__wrapper {
    min-height: 80vh;
    display: flex;
    align-items: center;
}



/* page success */
.success__container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    min-height: 500px;
}

.success__check__icon {
    font-size: 72px;
    color: #76c3b1;
    margin-top: 10px;
    margin-bottom: 20px;
}

.success__content .text {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 40px;
}
