/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*@font-face{font-family:'brandon_text';src:url(./fonts/brandontext-bold-webfont.ttf) format('truetype');font-weight:bold;font-style:normal}
@font-face{font-family:'brandon_text';src:url(./fonts/brandontext-regular-webfont.ttf) format('truetype');font-weight:normal;font-style:normal;}*/

/*body{font-family:  "Custom Font Name",  sans-serif}
.nav > li > a {font-family:  "Custom Font Name", sans-serif;}
h1,h2,h3,h4,h5,h6, .heading-font{font-family: "Custom Font Name", sans-serif;}
.alt-font{font-family: "Custom font name", sans-serif;}*/
/*
a,p,h1, h2, h3, h4, h5, h6,span.widget-title,li{font-family: "brandon_text" !important;}
.stars a{font-family:'fl-icons'!important}
body {
    overflow: hidden;
}


.header-main .nav > li.menu-item > a {
    font-size: 14px;
    color: #2b2b2b;
    padding: 15px 20px;
}
.header-main .nav > li.menu-item {
    margin: 0;
}
*/


:root {
    --color-txt: #000000;
    --ff-beau: 'FS PF BeauSans Pro';
    --max-lg-width: 1200px;
    --color-mix: color-mix(in srgb, var(--fs-color-primary) 10%, white 100%);
    --btn-bg: linear-gradient(90deg, #f1663a 0%, #f9b43b 100%);
    --bg-sec: linear-gradient(18deg, rgba(255, 255, 255, 0) 43.26%, #b6dbff 90.04%);
}

body {
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
    color: var(--color-txt);
    font-family: var(--ff-beau);
}

@font-face {
    font-family: 'FS PF BeauSans Pro';
    src: url('./fonts/FSPFBeauSansPro.eot');
    src: url('./fonts/FSPFBeauSansPro.eot?#iefix') format('embedded-opentype'),
        url('./fonts/FSPFBeauSansPro.woff2') format('woff2'),
        url('./fonts/FSPFBeauSansPro.woff') format('woff'),
        url('./fonts/FSPFBeauSansPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.sec-home {
    background: var(--bg-sec)
}
.sec-home h2 {
    color: var(--color-txt);
    font-size: 50px;
}
.sec-home p {
    background: url(/wp-content/uploads/2025/09/icon-check.png) no-repeat top 5px left;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    color: #000;
    margin-bottom: 12px;
    background-size: 20px;
    padding-left: 28px;
}
.home_txt {
    margin-bottom: 74px;
}
a.button.main_btn {
    margin: 0;
    color: #fff;
/*     background: linear-gradient(90deg, var(--fs-color-primary) 50%, #fff 100%); */
	background: linear-gradient(90deg, #0847e7 20%, #33A1E0 100%);
    border-radius: 50px;
    width: 364px;
    height: 74px;
    display: inline-flex;
    align-items: center;
    -webkit-user-select: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    font-size: 23px;
    transition: opacity .5s ease;
    font-weight: 600 !important;
    z-index: 1;
    overflow: hidden;
    padding-left: 0;
    position: relative;
    justify-content: center;
}
a.button.main_btn:hover {box-shadow: none;}
a.button.main_btn:before {
    content: "";
    border-radius: 45px;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .04);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
a.button.main_btn:after {
    content: "\f178";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 54px;
    height: 54px;
    border-radius: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s ease-in-out;
    position: absolute;
    right: 10px;
    top: 10px;
	color: #000;
    background: #fff;
}
a.button.main_btn:hover:before {
    transform: scaleX(1);
}
a.button.main_btn:hover:after {
    color: #000;
}
#main .sec-home .col {
    padding-bottom: 0;
}
.text.main_title h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    color: #000;
	margin-bottom: 10px;
}
.text.main_title p {
	font-size: 24px
}
.text.main_title {
	margin-bottom: 50px;
}
.sec-whychoose .box {
    display: flex;
    flex-direction: column;
    background: linear-gradient(0deg, #b6dbff -51%, rgba(217, 237, 255, 0) 100%);
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    padding: 24px 24px 0;
}
.sec-whychoose .box .box-image {
    order: 2;
}
.sec-whychoose .box .box-text {
    padding: 0;
    margin-bottom: 27px;
}
.sec-whychoose .box .box-text img {
    margin-bottom: 0;
}
.sec-whychoose .box .box-text h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #000;
    margin-top: 8px;
    margin-bottom: 12px;
}
.sec-whychoose .box .box-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    margin-bottom: 0;
    min-height: 96px;
}
.sec-whychoose .box .box-text a {
    color: var(--fs-color-primary);
}
.sec-whychoose .box .box-text a:hover {
    text-decoration: underline;
}
#main .sec-whychoose  .col {
    padding-bottom: 0;
}
#main .section.sec-solution {
    padding-top: 100px;
    background: var(--bg-sec);
    padding-bottom: 60px;
}
.section.sec-solution .accordion-title.active {
    background-color: transparent;
    border: none
}
.section.sec-solution .accordion-title span {
    font-weight: 700;
    color: var(--color-txt);
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}
.section.sec-solution .accordion-title,
.section.sec-solution .accordion-inner {
    padding: 0;
}
.section.sec-solution .accordion-inner p {
    margin: 8px 0 0;
}
.section.sec-solution .accordion  .toggle {
    display: none;
}
.section.sec-solution .accordion-title {
    border: 0;
    height: 100%;
    width: 100%;
}
.section.sec-solution .accordion-item {
   
    border-radius: 16px;
    
    align-items: start;
    padding: 16px 16px 16px 80px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    margin-bottom: 16px;
    position: relative;
    min-height: 80px;
    justify-content: center;
}
.section.sec-solution .accordion-item.active {
    box-shadow: -8px 0 16px 0 rgb(0 84 255 / 16%);
    background: #fff;
}
.section.sec-solution .accordion-item:before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2025/09/icon-solution-2.png);
    width: 48px;
    height: 48px;
    left: 16px;
    top: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.section.sec-solution .accordion-item:nth-child(2):before {
    background-image: url(/wp-content/uploads/2025/09/icon-solution-1.png);
}
.section.sec-solution .accordion-item:nth-child(3):before {
    background-image: url(/wp-content/uploads/2025/09/icon-solution-3.png);
}
.section.sec-solution .accordion-item:nth-child(4):before {
    background-image: url(/wp-content/uploads/2025/09/icon-solution-4.png);
}
.section.sec-solution .accordion-item:last-child {
    margin-bottom: 60px;
}
#main .sec-solution .col {
    padding-bottom: 0;
}
.sec-software .tab span {
    display: block;
    height: 48px;
    width: 100%;
    line-height: 48px;
    background: #fff;
    padding: 0 21px 0 50px;
    border-radius: 50px;
    font-weight: 700;
    transition: 0.5s all ease;
}
.sec-software .tab a {
    padding: 1px;
    height: 50px;
    border-radius: 50px;
    background: #e7e7e7;
    color: #565656;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
    transition: 0.5s all ease;
}
.sec-software .tab a:hover,
.sec-software .tab.active a {
    background: radial-gradient(128.75% 123.52% at 113.54% -10.58%, var(--fs-color-primary) 0%, var(--fs-color-secondary) 100%);
    color: #000;
}
.sec-software .tab span:hover,
.sec-software .tab.active span {
    background: #f0f2f9;
    
}
.sec-software .tab span::before {
    content: "";
    background-image: url(/wp-content/uploads/2025/09/icon-tab-1.png);
    width: 24px;
    height: 24px;
    position: absolute;
    left: 20px;
    top: 14px;
}
.sec-software .tab:nth-child(2) span::before {
    background-image: url(/wp-content/uploads/2025/09/icon-tab-2.png);
}
.sec-software .tab:nth-child(3) span::before {
    background-image: url(/wp-content/uploads/2025/09/icon-tab-3.png);
}
.sec-software .tab:nth-child(4) span::before {
    background-image: url(/wp-content/uploads/2025/09/icon-tab-4.png);
}
.sec-software .nav {
    margin-bottom: 33px;
	justify-content: center !important;
}
.sec-software .tab-panels {
    background: #0f1437;
    border-radius: 30px;
	padding-top: 0;
    box-shadow: 8px 8px 30px 0 rgb(12 50 206 / 35%);
} 
.sec-software .tab-panels .img img {
    margin-top: 0 !important;
    margin-left: -2px;
	height: revert-layer;
	border-radius: 0 30px 0 30px;
	object-fit: cover;
}
.sec-software .tab-panels .img .img-inner {
    overflow: visible;
}
#main .sec-software .col {
    padding-bottom: 0;
}
.row_tabs_info h3 {
	padding-top: 60px;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    margin-bottom: 20px;
    margin-left: -10px;
}
.c-tabs_content {
    padding: 6px 24px 20px;
    height: 100%;
    min-height: 280px;
    background: linear-gradient(138.16deg, rgba(255, 255, 255, 0) 45.25%, #fff 89.92%);
    border-radius: 15px;
    position: relative;
}
.c-tabs_content:before {
    content: "";
    width: 98%;
    height: 99%;
    position: absolute;
    right: 1px;
    border-radius: 15px;
    bottom: 1px;
    background: #0f1437;
}
.c-tabs_content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin: 0;
    position: relative;
    text-align: left;
}
#main .row.row_tabs_info {
    margin-right: 0;
    padding-right: 23px;
}
#main .sec-software .c_last {
    margin-top: 28px;
    padding-bottom: 25px;
}
#main .c-tabs_content img {
    margin-bottom: 20px;
}
@media (max-width: 1440px) and (min-width: 1200px) {
    .sec-software .tab-panels {
        padding-top: 26px;
    }
    .sec-software .tab-panels .img img {
        margin-top: -110px;
    }
}
#main .section.sec-report .col {
    padding-bottom: 0;
}
#main .section.sec-report {
/*     background: linear-gradient(195.36deg, rgba(255, 255, 255, 0) 43.26%, #b6dbff 90.04%); */
/* 	    background: var(--bg-sec); */
}
#main .section.sec-software {
	    background: linear-gradient(17deg, #b6dbff 0%, rgba(255, 255, 255, 0) 50.42%);
}

.sec-report .icon-box {
    margin-bottom: 40px;
}
.sec-report .icon-box h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
}
.sec-report .icon-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    margin-bottom: 0;
    text-align: justify;
}
#main .sec-customer {
    padding: 100px 0 80px
}
#main .sec-customer .main_title h2 {
    color: #fff
}
#main .sec-customer .box {
    padding: 4px;
    box-shadow: 0 4px 12px 2px rgba(0, 0, 0, .12);
    background: #fff;
    border-radius: 12px;
    height: 100%;
}
#main .sec-customer .box .box-image {
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}
#main .sec-customer .box .box-text p:nth-of-type(1) {
    background: #f0f4f9;
    align-items: center;
    gap: 10px;
    padding: 7px 20px 7px 12px;
    font-size: 13px;
    color: #000;
    border-radius: 4px;
    width: fit-content;
    display: flex;
}
#main .sec-customer .box {
    cursor: pointer;
}
#main .sec-customer .box .box-text p img {
    margin: 0;
}
#main .sec-customer .box .box-text h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: 0.3s all ease;
    color: var(--color-txt)
}
#main .sec-customer .box .box-image img {
    transition: 0.3s all ease
}
#main .sec-customer .box:hover .box-image img {
    transform: scale(1.1);
}
#main .sec-customer .box:hover .box-text h4 {
    color: var(--fs-color-primary)
}
#main .section.sec-faq {
    padding: 100px 0 236px;
    /* background: linear-gradient(176.89deg, #ffcfa7 2.7%, rgba(255, 255, 255, 0) 55.57%); */
}

#main .section.sec-faq h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    text-align: center;
    color: #000;
    margin-bottom: 32px;
}
#main .section.sec-faq .accordion .accordion-item {
    border-radius: 14px;
    background-color: #fff;
    box-shadow: 0 0 30px rgb(0 3 111 / 14%);
    padding: 12px;
    border: 0;
    margin-bottom: 20px;
    border-left: solid 5px transparent;
}
#main .section.sec-faq .accordion .accordion-item:last-child {
	margin-bottom: 0;
}
#main .section.sec-faq .accordion .accordion-item .accordion-title {
    border: none;
    background: transparent;
}
#main .section.sec-faq .accordion .accordion-item .accordion-inner p:nth-child(1) {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-align: justify;
    color: #000;
    margin: 10px 0 5px;
}
#main .section.sec-faq .accordion .accordion-item .accordion-title.active span {
    color: var(--fs-color-primary);
}

#main .section.sec-faq .accordion .accordion-item .accordion-title span {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
#main .section.sec-faq .c-left .col-inner {
    position: sticky;
    top: 110px;
}
#main .section.sec-faq .accordion-inner {
    padding-top: 0;
}



/* sec demo */
#main .sec-demo {
    z-index: 2;
}
#main .sec-demo {
    padding-top: 120px;
}
.sec-demo .section-bg.fill {
    background-color: var(--Light-Neutral-Gray-9---Primary-Text-2, #101828);
    /* clip-path: polygon(0% 100%, 0% calc(100% - 200px), 100% calc(100% - 274px), 100% 100%); */
    /* transform: translateY(16px); */
}
#main .sec-demo .row.r-demo {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -245px;
    width: 78%;
}
#main .row.r-demo-content {
    margin: 0;
}
.c-demo-content {
    border-radius: 40px;
    background: #0040dc;
    padding: 30px;
}
.c-demo-content h2 {
    font-size: 35px;
    margin-bottom: 10px;
    color: #fff;
}
.c-demo-content p {
    color: #fff;
    margin-bottom: 30px;
}
.c-btn-left a.button {
    background: #fff;
    color: var(--fs-color-primary);
    padding: 5px 24px;
}
.c-btn-right a.button span,
.c-btn-left a.button span {
    font-size: 20px;
}
#main .c-btn-right a.button {
    margin-left: 30px;
}
.c-btn-right a.button span {
    color: #fff;
    display: flex;
    align-items: center;
}
.c-btn-right a.button {
    color: #fff;
}
.c-btn-right a.button span:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    -webkit-mask: url(/wp-content/uploads/2025/09/demo-1.svg) no-repeat center / contain;
    mask: url(/wp-content/uploads/2025/09/demo-1.svg) no-repeat center / contain;
    background-color: #fff;
}
.c-btn-right a.button:hover span {
    color: #fff;
    text-decoration: underline;
}
.c-btn-left a.button:hover {
    box-shadow: none;
}
.c-btn-left a.button:hover span {
    color: #000
}
.sec-demo a {
    margin-bottom: 0
}
.c-btn-right {
    display: flex;
    align-items: center;
}
/* end sec demo */

/* footer */
#footer .sec-footer-mid {
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #101828;
}
.r-footer-mid-content.left {
    padding: 35px 0;
    margin-right: 66px;
}

.r-footer-mid-content {
    display: flex;
    flex-wrap: nowrap;
}

.r-footer-mid-content {
    padding: 0;
}
.r-footer-mid-content.left .text.top h2 {
    font-size: 16px;
    color: #98a2b3;
    font-weight: 400;
}
.r-footer-mid-content.left .text.top p:nth-of-type(2) {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    align-items: flex-end;
}
.r-footer-mid-content.left .text.bot h2 {
    font-size: 16px;
    color: #98a2b3 !important;
    font-weight: 400;
}
.r-footer-mid-content.left .text.bot p:nth-of-type(1),
.r-footer-mid-content.left .text.bot p:nth-of-type(3),
.r-footer-mid-content.left .text.bot p:nth-of-type(5) {
    color: #f1663a !important;
}
.r-footer-mid-content.left .text.bot a,
.r-footer-mid-content.left .text.bot p {
    margin: 0;
    font-size: 17px;
    color: #fff;
}
.r-footer-mid-content.left .text.bot p:nth-of-type(2),
.r-footer-mid-content.left .text.bot p:nth-of-type(4),
.r-footer-mid-content.left .text.bot p:nth-of-type(6) {
    padding-left: 30px;
}
.r-footer-mid-content.left .text.top p:first-child img {
    width: 200px;
    height: 100%;
    margin: 0;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(135deg) brightness(104%) contrast(102%);
}
.r-footer-mid-content.left .text.top p img {
    width: 88px;
    height: 100%;
    margin: 0;
    padding: 0;
}
.r-footer-mid-content.right .c-content h3 {
    font-size: 17px;
    color: #98a2b3;
    font-weight: 400;
    margin-bottom: 10px;
}
.r-footer-mid-content.right .c-content p,
.r-footer-mid-content.right .c-content p a {
    color: #fff;
}

.r-footer-mid-content.right .c-content p {
    margin-bottom: 5px;
}
.r-footer-mid-content.right .c-content .link-text h3:after {
    content: "\f082";
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    font-size: 24px;
    color: #0866ff;
}
.r-footer-mid-content.right .c-content .link-text h3 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.r-footer-mid-content.right .c-content h3 {
    font-size: 17px;
    color: #98a2b3;
    font-weight: 400;
    margin-bottom: 10px;
}
.r_download .box-text-inner,
.r_download .box-text,
.r_download .box h4,
.r_download .box,
.r_download .box p {
    width: fit-content;
}

.r_download .box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background-color: #344054a6;
    padding: 8px 16px 12px 12px;
    border-radius: 8px;
    cursor: pointer;
    min-width: 178px;
}
.r_download .box-image {
    margin: 0;
}
.r_download .box-text {
    padding: 0;
    padding-left: 12px;
}
.r-footer-mid-content.right .c-content p {
    margin-bottom: 5px;
}

.r_download .box p {
    line-height: 1;
    margin: 0;
    font-weight: 100;
    color: #98a2b3 !important;
}
.r_download .box h4 {
    line-height: 1;
    margin: 0;
    color: #fff;
    font-weight: 700;
}
.r-footer-mid {
    padding: 0 15px;
    margin: auto;
}
.absolute-footer {
    display: none;
}
#footer .sec-footer-bot {
    background-color: #101828;
    padding: 10px 0;
    border-top: 1px solid #32363c;
}
.c-footer-bot {
    padding-bottom: 0;
}
#footer .sec-footer-bot p {
    color: #98a2b3;
}

#footer .sec-footer-bot p {
    margin: 0;
    font-size: 14px;
}

.c-footer-bot p {
    color: #fff;
}
#footer .sec-footer-bot a {
    color: #f1663a;
}
#footer .sec-footer-bot a:hover {
    text-decoration: underline;
}
.r-footer-mid-content.right {
    padding-top: 35px;
}
/* end footer */
#header .flex-left ul.nav-left a:hover {
    color: var(--fs-color-primary);
}
#header .flex-left ul.nav-left a {
    font-size: 16px;
    color: #000;
    transition: all .3s ease-in-out;
    font-weight: 400;
}
#header .flex-left ul.nav-left li.menu-item:hover:after {
    content: "";
    background: #f60;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#footer .back-to-top {
    top: 93%;
    position: fixed;
    height: min-content;

}
.back-to-top.button {
    background: var(--fs-color-primary);
    color: #fff;
    border: none;
}
.mfp-content #popup.lightbox-content {
    max-width: 700px;
}
.mfp-content #popup {
    border-radius: 20px;
    text-align: center;
}
#main .sec-software .col.medium-5 {padding-right: 30px;}
#main .section.sec-faq {
	background: linear-gradient(195.36deg, rgba(255, 255, 255, 0) 43.26%, #b6dbff 90.04%)
}
.sec-supporting {
	background: linear-gradient(180deg,#b6dbff 0%,rgba(255,255,255,0) 50.42%)
}
.sec-supporting .col {
	padding-bottom: 0;
}
.sec-supporting .row-2 .icon-box {
	box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, .05);
	background: #fff;
	border-radius: 12px;
	padding: 16px;
	height: 100%;
}
.sec-supporting .row-2 .icon-box h3 {
	font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #000;
    margin-bottom: 8px;
}
.sec-supporting .row-2 .icon-box p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #000;
	margin-bottom: 0;
	padding-right: 47px;
	text-align: justify;
	min-height: 96px
}
.sec-supporting .slider-wrapper {
	padding-top: 50px;
}
.sec-supporting .slider-wrapper  p {
	font-size: 28px;
	font-style: italic;
	font-weight: 600;
	line-height: 46px;
	color: #000;
	margin-bottom: 50px;
}
.sec-supporting .slider-wrapper .icon-box h3 {
	    margin-bottom: 2px;
}
.sec-supporting .slider-wrapper .icon-box h3 strong {
	font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 14px;

    color: #000;
}
.sec-supporting .slider-wrapper .icon-box p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	margin-bottom: 12px;
	color: #42464e
}
#main .sec-supporting .flickity-page-dots {
	bottom: -10px;
}
#main .sec-supporting .flickity-page-dots .dot.is-selected {
	background: var(--primary-color);
	border-color: var(--primary-color);
}
#main .sec-supporting .flickity-page-dots .dot {
	background: #aeaeae;
	border-color: #aeaeae;
}
#main .sec-supporting .row-3 {
	padding-top: 40px;
}
#main .section.sec-vid {
	    background: linear-gradient(360deg, #EAF3FF 29.05%, rgba(255, 255, 255, 0) 77.49%);
    padding-bottom: 70px;
	padding-top: 0;
}
#main .section.sec-vid h1 {
	font-size: 100px;
    font-weight: 700;
    color: var(--fs-color-primary);
	margin: 0;
}
#main .section.sec-vid h4 {
	font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #333;
    margin-bottom: 40px;
}
#main .section.sec-vid p {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #000;
	padding-right: 117px;
	text-align: justify;
	margin-bottom: 24px;
}
#main .section.sec-vid p strong {color: var(--primary-color);    font-weight: 700;}
#main .section.sec-vid p:nth-child(5) {
	margin-bottom: 40px;
}
#main .section.sec-vid .icon-box h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #000;
	margin-bottom: 4px;
}
#main .section.sec-vid .icon-box p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: #000;
	margin-bottom: 0;
}
.sec-vid .c-right .img {
	border-radius: 20px;
	overflow: hidden
}
.sec-supporting .slider-wrapper:before {
	content: "";
	background: url(/wp-content/uploads/2025/09/background-review.png) no-repeat top left;
	position: absolute;
	width: 635px;
	height: 524px;
	right: 20px;
	top: -190px;
	z-index: -1;
	filter: brightness(0) saturate(100%) invert(39%) sepia(86%) saturate(4036%) hue-rotate(196deg) brightness(101%) contrast(109%);
}
#main .section.sec-vid .text.main_title p {
	font-size: 24px;
	padding: 0
}
.sec-whychoose .text.main_title,
.sec-report .text.main_title{
    margin-bottom: 80px;
}
.sec-vid .icon-box-img .icon-inner,
.sec-supporting .icon-box-img .icon-inner {
	position: relative;
	padding-top: 100%;
	border-radius: 99%;
	overflow: hidden;
}
.sec-vid .icon-box-img .icon-inner img,
.sec-supporting .icon-box-img .icon-inner img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	padding: 0;
}
.sec-vid .row-3 .col {
	display: flex;
	align-items: center;
}
#main .flickity-button {
	opacity: 1;
	transform: translateX(0%);
}
#main .slider-nav-circle .flickity-prev-next-button .arrow, #main .slider-nav-circle .flickity-prev-next-button svg {
    fill: #fff !important;
    background-color: var(--fs-color-primary);
    border-color: var(--fs-color-primary);
}
#main .section.sec-vid h4 strong {
	color: var(--fs-color-primary)
}
#main .section.sec-vid .text.txt-note p {
	padding: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	color: #333;
	margin-bottom: 40px;
}
.sec-vid .flickity-page-dots {
	bottom: -20px;
}
#main .slider-nav-light .flickity-page-dots .dot.is-selected, #main .slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: var(--primary-color);
	border-color:  var(--primary-color);
}
#main .slider-nav-light .flickity-page-dots .dot {
    border-color: #fff;
    background: #fff;
}
.r-footer-mid-content.right .c-content .link-text h3 a:hover {
	color: var(--primary-color);
}
.r-footer-mid-content.right .c-content .link-text h3 a {
	color: #98a2b3;
}
body #button-contact-vr {
    bottom: 100px !important;
} 
body #gom-all-in-one {margin: 0;}
body .button-contact {
	transform: scale(0.85);
}
body #button-contact-vr .button-contact .phone-vr {
	height: 70px;
}
.sec-software .text.main_title h2 {
	font-size: 31px;
}
.zalo_oa .zalo-chat-widget {
    bottom: 15px !important;
    right: 15px !important;
}
.sec-contact .hero-background {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sec-contact .hero-background .hero-background-image, .sec-contact .hero-background p {
    position: absolute;
    max-width: unset;
}
.sec-contact .hero-background .hero-background-gradient {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 784px;
    background: linear-gradient(0deg, #fff, #fff0);
}
.sec-contact .hero-background p .hero-background-image {
    position: relative;
}
.r-contact {
    padding: 100px 0 50px 0;
}
.c-contact .title h2 {
    font-size: 49px;
    color: #000;
    margin-bottom: 16px;
}
.c-contact .text.description p {
    font-size: 24px;
    color: #667085;
    max-width: 850px;
    margin: auto;
    line-height: 32px;
}
.c-contact .text.features {
    display: flex
;
    justify-content: center;
    gap: 80px;
    padding-top: 40px;
}
.c-contact .text.features p {
    margin-bottom: 24px;
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 600;
}
#main .r-contact-content {
    margin: 0;
}
.c-contact-content {
    padding-bottom: 0;
}
.c-contact-content.left .img {
    padding: 20px;
    border-radius: 20px;
    background: #fff;
}
.c-contact-content.left .img .img-inner.dark {
    padding-top: 61.2%;
}
.c-contact-content.left .img .img-inner.dark img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.c-contact-content.left img {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 24px 48px -8px #91caff3d;
}
.c-contact-content .icon-box {
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    margin-bottom: 24px;
}
.r-contact-content .c-contact-content.right .icon-box-text {
    padding-left: 16px;
}
.r-contact-content .c-contact-content.right .icon-box-text h3 {
    margin-bottom: 8px;
}
.c-contact-content .icon-box h3 {
    font-size: 20px;
    color: #000;
}
.r-contact-content .c-contact-content.right .icon-box-text p {
    margin-bottom: 0;
}
.c-contact-content .icon-box p {
    font-size: 18px;
    color: #667085;
}
.r-contact-content .c-contact-content.right .icon-box.end .icon-box-text p:nth-of-type(1) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #dde1e7;
}
.sec-contact-map p {
    margin-bottom: 0;
    position: relative;
    height: 620px;
}
.sec-contact-map p iframe {
    height: 100%;
    position: absolute;
    width: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    top: 50%;
    left: 50%;
    border: none;
}
#tab_tab-industry-4 .c-tabs_content {
	    min-height: 170px;
}
html .grecaptcha-badge {
	display: none !important
}




/* responsive */
/* r1 */
@media screen and (max-width: 1024px) {
	.c-contact-content.left .img .img-inner.dark {
		padding-top: 83.2%;
	}
	.c-contact .text.features {
		display: flex;
		justify-content: center;
		gap: 80px;
		padding-top: 40px;
	}
	.c-contact .text.title, .c-contact .text.description {
        width: 70%;
        margin: auto;
    }
	.sec-vid .c-right .col-inner,
	.sec-vid .c-right .col-inner .img,
	.sec-vid .c-right .col-inner .img-inner {
		height: 100%;
	}
	.sec-vid .c-right .col-inner img {
		height: 100%;
		object-fit: cover
	}
	#main .section.sec-vid p {
		padding-right: 0;
	}
	.sec-supporting .row-2 .icon-box h3 {
		font-size: 18px;
	}
	.sec-supporting .row-2 .icon-box p {
		font-size: 14px;
		min-height: 120px
	}
    #main .section.sec-faq .c-left .col-inner {
        position: static;
    }
    #footer .sec-footer-mid {
        padding-top: 0;
    }
    .c-demo-content {
        border-radius: 0;
    }
    .col.c-demo {
        padding-left: 0;
        padding-right: 0;
    }
    #main .sec-demo .row.r-demo {
        width: 100%;
    }
    #main .section.sec-faq {
        padding-top: 80px;
        padding-bottom: 240px;
    }
    #main .section.sec-faq h2 {
        font-size: 32px;
        line-height: 46px;
        text-align: center !important;
        margin-bottom: 24px;
    }
    #main .section.sec-faq .col {
        max-width: 100%;
        flex-basis: 100%;
    }
    .sec-home h2 {
        font-size: 40px;
        font-weight: 700;
        line-height: 46.88px;
        padding-top: 40px;
    }
    .sec-home p {
        font-size: 18px;
        line-height: 21px;
        background-position-y: 2px;
    }
    .text.main_title h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 46px;
    }
    #main .sec-software .row_tabs .col {
        max-width: 100%;
        flex-basis: 100%;

    }
    .sec-software .tab-panels .img img {
        border-radius: 30px;
        margin: auto;
        display: block;
    }
    .sec-software .tab-panels .img {
        width: 70% !important;
        margin: auto;
        margin-bottom: 30px;
    }
    .sec-software .tab-panels {
        padding-top: 40px;
    }
    .sec-software .nav {
        align-items: center !important;
        justify-content: center !important;
    }
    .row_tabs_info h3 {
        text-align: center;
    }
    #main .sec-software .row_tabs .col.c-tabs_content {
        max-width: 30%;
        flex-basis: 30%;
    }
    #main .row.row_tabs_info {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 0;
        padding-left: 10px;
    }
    #main .sec-software .row_tabs .col.c_last .col-inner {
        display: flex;
        align-items: center;
        justify-content: center;
    }



}



/* r9 */
@media screen and (max-width: 992px) and (min-width: 768px) and (orientation: landscape) {
    .r-footer-mid-content,
    .c-footer-bot {
        flex-basis: 100%;
        max-width: 100%;
    }
    .r-footer-mid-content {
        flex-wrap: wrap;
    }



}



/* r7 */
@media screen and (max-width: 768px) {
	    .c-demo-content h2 {
        font-size: 30px;
    }
	.c-contact-content.left {
        margin-bottom: 24px;
    }
	.c-contact-content {
        max-width: 100%;
        flex-basis: 100%;
    }
	.c-contact .text.features {
		flex-direction: column;
		gap: 0;
	}
	.c-contact .text.description p {
		font-size: 18px;
	}
	.c-contact .title h2 {
		font-size: 31px;
	}
	.c-contact .text.title, .c-contact .text.description {
		width: 100%;
	}
	#header .flex-left ul.nav-left a {
		font-size: 16px;
		color: #000;
		transition: all .4s 
			ease-in-out;
		font-weight: 400;
	}
/* 	.sec-vid .row-3 .col .col-inner {
		padding: 0 !important; 
	} */
	.sec-vid .row-3 .col {
		order: 2;
	}
	.sec-vid .row-3 .col.c-right {
		order: 1;
	}
	.sec-vid .row-3 .col {
		max-width: 100%;
		flex-basis: 100%;
	}
	.sec-supporting .row-2 .icon-box h3 {
		font-size: 24px;
	}
	.sec-supporting .row-2 .icon-box p {
		padding-right: 0;
		min-height: 168px;
	}
    .sec-home h2 {
        text-align: center;
    }
    .sec-home p {text-align: center;background-image: none;}
    .sec-home .col.medium-12 .col-inner {
        text-align: center;
    }
    .sec-home .img {
        margin: 30px auto 0;
        width: 80% !important;
    }
    #main .section.sec-home {
        padding: 0
    }
    .sec-whychoose .box .box-text p {
        font-size: 14px;
    }
    #main .slick-dots {
        bottom: -50px;
    }
    #main .slick-dots li button:before {
        font-size: 15px;
    }
    #main .slick-dots li button:hover:before {
        opacity: 0.25;
    }
    #main .slick-dots li.slick-active button:hover:before
    {
        opacity: 1;
    }
    .sec-solution .row-1_in .col.medium-6 {
        max-width: 100%;
        flex-basis: 100%;
    }
    .sec-solution .row-1_in .col.medium-6:nth-child(1) {
        order: 2
    }
    .sec-software .tab span {
        font-size: 13px;
        padding: 0 15px 0 50px;
    }
    .sec-report a.button.main_btn {
        margin-bottom: 30px;
    }
    .text.main_title br {
        display: none;
    }
    .r-footer-mid-content {
        max-width: 100%;
        flex-basis: 100%;
    }
    .r-footer-mid-content {
        flex-wrap: wrap;
    }
    .r-footer-mid-content.left {
        padding: 60px 0 35px;
    }
	#main-menu a.button {
		color: #fff
	}
    #main-menu a {
        font-size: 16px;
        color: #000;
        font-weight: 400;
    }
    #main-menu .header-button a {
        width: 100%;
    }



}



/* r3 */
@media screen and (max-width: 549px) {
	.sec-software .text.main_title h2 {
		font-size: 24px;
	}
	.r-footer-mid-content.left {
		margin-right :0;
	}
	#footer .sec-footer-bot .c-footer-bot.left p {
		margin-bottom: 10px;
	}
	#footer .sec-footer-bot p {
		text-align: center;
		font-size: 13px;
	}
	.c-btn-left, .c-btn-right {
		max-width: 50%;
		flex-basis: 50%;
	}
	.c-contact-content.left .img {
		padding: 12px;
	}
	.c-contact-content,
	.c-contact-content.left {
		padding-left: 0;
		padding-right: 0;
	}
	    .c-contact .text.description p {
        font-size: 20px;
    }
	.c-contact-content.left .img .img-inner.dark {
		padding-top: 100%;
	}
	.c-contact .title h2 {
		font-size: 26px;
	}
	.r-footer-mid-content.right .c-content .link-text h3 {
		gap: 6px;
	}
	#main .sec-vid .row-3 .col-inner {
		padding: 0 !important
	}
	#main .section.sec-vid .text.main_title p {
		font-size: 20px;
		padding: 0;
	}
	.c-tabs_content {
		min-height: 220px;
	}
	.sec-whychoose .text.main_title,
	.sec-report .text.main_title{
		margin-bottom: 50px;
	}
	.sec-software .tab span {
		font-size: 12px;
	}
	.text.main_title p {
		font-size: 20px;
	}
	#main .section.sec-supporting {
		padding-top: 60px;
	}
	.sec-vid .row-3 .col.c-right {
		padding-bottom: 0;
	}
	#main .section.sec-vid p {
		font-size: 18px;
        font-weight: 400;
        line-height: 20px;
        padding-right: 0;
        margin-bottom: 16px;
	}
	#main .section.sec-vid h4 {
		margin-bottom: 32px
	}
	#main .section.sec-vid h1 {
		font-size: 65px;
        line-height: initial;
		margin-top: 15px;
	}
	.sec-supporting .slider-wrapper:before {
		width: 327px;
		height: 278px;
		background-size: contain;
		left: 50%;
		transform: translateX(-50%);
		top: -105px;
	}
	.sec-supporting .slider-wrapper .icon-box-img {
		width: 90px !important
	}
	.sec-supporting .slider-wrapper p {
		padding: 0;
        font-size: 16px;
        font-style: italic;
        line-height: 24px;
        margin-bottom: 22px;
	}
	.sec-software .tab-panels .img img {
		height: initial;
		object-fit: contain;
	}
	#main .sec-software .col.medium-5 {
		padding-right: 15px;
	}
	.sec-supporting .row-2 .icon-box p {
		min-height: 96px
	}
    .c-footer-mid {
        padding-bottom: 0;
    }
    .r_download .box-vertical .box-image {
        width: 20% !important;
    }
    .r-content-top .c-content {
        max-width: 50%;
        flex-basis: 50%;
    }
    .c-demo-content p{
        margin-bottom: 24px;
    }
    #main .c-btn-right a.button {
        display: flex;
        align-items: center;
		margin-left: 20px;
    }
    .c-btn-right a.button span,
    .c-btn-left a.button span {
        font-size: 16px;
    }
    .c-demo-content h2 {
        font-size: 26px;
    }
    .c-demo-content {
        padding: 30px 15px;
    }
    #main .section.sec-faq .accordion .accordion-item:last-child {
        margin-bottom: 0;
    }
    #main .section.sec-faq .col.medium-6:last-child {
        padding-bottom: 0;
    }
    #main .section.sec-faq {
        padding: 32px 0 170px;
    }
    #main .section.sec-faq .accordion-inner {
        padding: 0 20px 16px 20px;
    }
    #main .section.sec-faq .accordion .accordion-item .accordion-title span {
        font-size: 16px;
    }
    #main .section.sec-faq .accordion .toggle {
        left: -14px;
        width: 2em;
    }
    #main .section.sec-faq .accordion .toggle i {
        font-size: 1.5em;
    }
    #main .section.sec-faq .accordion .accordion-item {
        padding: 15px;
    }
    #main .section.sec-faq .accordion .accordion-item .accordion-title {
        padding: 8px 20px;
    }
    #main .section.sec-faq h2 {
        font-size: 23px;
        line-height: 32px;
        margin-bottom: 24px;
    }
    #main .sec-customer .slick-dots li button:before {
        color: var(--fs-color-primary);
        opacity: 0.5;
    }
    #main .sec-customer .slick-dots li.slick-active button:before {
        color: var(--fs-color-primary);
        opacity: 1;
    }
    #main .sec-customer .col.slick-active {padding-bottom: 0;}
    #main .sec-customer .box .box-text h4 {
        font-size: 20px;
        line-height: initial;
        margin-top: 10px;
    }
    #main .sec-customer {
        padding: 32px 0;
    }
    .sec-report .row-1_in .col.medium-12:first-child {
        order: 2
    }
    #main .section.sec-report {
        padding: 32px 0
    }
    #main .row.row_tabs_info:after {
        content: none
    }
    #main .sec-software .row_tabs .col.c-tabs_content {
        max-width: 100%;
        flex-basis: 100%;
    } 
    .row_tabs_info h3 {
        margin: 0
    }
    #main .row.row_tabs_info {
        padding: 0 16px;
        gap: 16px;
    }
    .sec-software .tab-panels {
        padding-top: 16px;
    }
    .sec-software .tab-panels .img {
        width: 90% !important;
    }
    .sec-software .tab a {
        width: 100%;
    }
    .sec-software .nav {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        overflow: hidden;
        gap: 12px
    }
    .section.sec-solution .accordion-item {
        padding: 12px 12px 12px 70px;
    }
    .section.sec-solution .accordion-item:before {
        width: 38px;
    }
    .sec-home h2 {
        font-size: 23px;
        line-height: 32px;
        margin-bottom: 8px;
        padding-top: 50px;
        text-align: left;
    }
    .sec-home p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
        text-align: left;
        background-position-y: 4px;
        background: url(/wp-content/uploads/2025/09/icon-check.png) no-repeat top left;
    }
    .home_txt {
        margin-bottom: 16px;
    }
    a.button.main_btn {
        
        height: 60px;
        
    }
    a.button.main_btn:after,
    a.button.main_btn:after,
    a.button.main_btn:after {
        width: 44px;
        height: 44px;
        right: 7px;
        top: 7px;
    }
    #main .section.sec-whychoose {
        padding: 32px 0 50px;
    }
    .text.main_title h2 {
        font-size: 24px;
        line-height: 32px;
    }
    #main .section.sec-solution {
        padding: 32px 0
    }
    .section.sec-solution .accordion-title span {
        font-size: 18px;
    }
    .section.sec-solution .accordion-inner p {
        font-size: 14px;
    }





}