img-comparison-slider {
    visibility: hidden;
}

img-comparison-slider [slot='second'] {
    display: none;
}

img-comparison-slider.rendered {
    visibility: inherit;
}

img-comparison-slider.rendered [slot='second'] {
    display: unset;
}

body {
    margin: 0;
    background-color: rgb(247 247 247);
    font-family:  sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    color: #47474f;
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
    margin: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    color: inherit;
}
* {
    box-sizing: border-box;
}
.main-menu .nav .dropdown-full .mega.menu-full .language a {
    display: flex;
    align-items: center;
    gap: 6px;
}
.main-menu .nav .dropdown-full .mega.menu-full .language {
    width: 25%;
    line-height: 42px;
}
.main-menu .nav .dropdown-full .mega.menu-full li > ul > li:not(:first-child):hover, .main-menu .nav .dropdown-full .mega.menu-full .language:hover, .mobile-menu #mobile-language li:hover {
    cursor: pointer;
    background: #f5f5fa;
    border-radius: 8px;
}
.main-menu .nav .dropdown-full .mega.menu-full li > ul > li:hover a,
.main-menu .nav .dropdown-full .mega.menu-full .language:hover a,
#mobile-language-menu .language:hover a{
    color: #e5322d;
}
/* Spacing scale (based on Bootstrap spacing) */
:root {
    --spacer-0: 0;
    --spacer-1: 0.25rem;
    --spacer-2: 0.5rem;
    --spacer-3: 1rem;
    --spacer-4: 1.5rem;
    --spacer-5: 3rem;
}

/* Margin */
.m-0  { margin: var(--spacer-0) !important; }
.m-1  { margin: var(--spacer-1) !important; }
.m-2  { margin: var(--spacer-2) !important; }
.m-3  { margin: var(--spacer-3) !important; }
.m-4  { margin: var(--spacer-4) !important; }
.m-5  { margin: var(--spacer-5) !important; }

.mt-0 { margin-top: var(--spacer-0) !important; }
.mt-1 { margin-top: var(--spacer-1) !important; }
.mt-2 { margin-top: var(--spacer-2) !important; }
.mt-3 { margin-top: var(--spacer-3) !important; }
.mt-4 { margin-top: var(--spacer-4) !important; }
.mt-5 { margin-top: var(--spacer-5) !important; }

.mb-0 { margin-bottom: var(--spacer-0) !important; }
.mb-1 { margin-bottom: var(--spacer-1) !important; }
.mb-2 { margin-bottom: var(--spacer-2) !important; }
.mb-3 { margin-bottom: var(--spacer-3) !important; }
.mb-4 { margin-bottom: var(--spacer-4) !important; }
.mb-5 { margin-bottom: var(--spacer-5) !important; }

.ml-0 { margin-left: var(--spacer-0) !important; }
.ml-1 { margin-left: var(--spacer-1) !important; }
.ml-2 { margin-left: var(--spacer-2) !important; }
.ml-3 { margin-left: var(--spacer-3) !important; }
.ml-4 { margin-left: var(--spacer-4) !important; }
.ml-5 { margin-left: var(--spacer-5) !important; }

.mr-0 { margin-right: var(--spacer-0) !important; }
.mr-1 { margin-right: var(--spacer-1) !important; }
.mr-2 { margin-right: var(--spacer-2) !important; }
.mr-3 { margin-right: var(--spacer-3) !important; }
.mr-4 { margin-right: var(--spacer-4) !important; }
.mr-5 { margin-right: var(--spacer-5) !important; }

.mx-0 { margin-left: var(--spacer-0) !important; margin-right: var(--spacer-0) !important; }
.mx-1 { margin-left: var(--spacer-1) !important; margin-right: var(--spacer-1) !important; }
.mx-2 { margin-left: var(--spacer-2) !important; margin-right: var(--spacer-2) !important; }
.mx-3 { margin-left: var(--spacer-3) !important; margin-right: var(--spacer-3) !important; }
.mx-4 { margin-left: var(--spacer-4) !important; margin-right: var(--spacer-4) !important; }
.mx-5 { margin-left: var(--spacer-5) !important; margin-right: var(--spacer-5) !important; }

.my-0 { margin-top: var(--spacer-0) !important; margin-bottom: var(--spacer-0) !important; }
.my-1 { margin-top: var(--spacer-1) !important; margin-bottom: var(--spacer-1) !important; }
.my-2 { margin-top: var(--spacer-2) !important; margin-bottom: var(--spacer-2) !important; }
.my-3 { margin-top: var(--spacer-3) !important; margin-bottom: var(--spacer-3) !important; }
.my-4 { margin-top: var(--spacer-4) !important; margin-bottom: var(--spacer-4) !important; }
.my-5 { margin-top: var(--spacer-5) !important; margin-bottom: var(--spacer-5) !important; }

/* Padding */
.p-0  { padding: var(--spacer-0) !important; }
.p-1  { padding: var(--spacer-1) !important; }
.p-2  { padding: var(--spacer-2) !important; }
.p-3  { padding: var(--spacer-3) !important; }
.p-4  { padding: var(--spacer-4) !important; }
.p-5  { padding: var(--spacer-5) !important; }

.pt-0 { padding-top: var(--spacer-0) !important; }
.pt-1 { padding-top: var(--spacer-1) !important; }
.pt-2 { padding-top: var(--spacer-2) !important; }
.pt-3 { padding-top: var(--spacer-3) !important; }
.pt-4 { padding-top: var(--spacer-4) !important; }
.pt-5 { padding-top: var(--spacer-5) !important; }

.pb-0 { padding-bottom: var(--spacer-0) !important; }
.pb-1 { padding-bottom: var(--spacer-1) !important; }
.pb-2 { padding-bottom: var(--spacer-2) !important; }
.pb-3 { padding-bottom: var(--spacer-3) !important; }
.pb-4 { padding-bottom: var(--spacer-4) !important; }
.pb-5 { padding-bottom: var(--spacer-5) !important; }

.pl-0 { padding-left: var(--spacer-0) !important; }
.pl-1 { padding-left: var(--spacer-1) !important; }
.pl-2 { padding-left: var(--spacer-2) !important; }
.pl-3 { padding-left: var(--spacer-3) !important; }
.pl-4 { padding-left: var(--spacer-4) !important; }
.pl-5 { padding-left: var(--spacer-5) !important; }

.pr-0 { padding-right: var(--spacer-0) !important; }
.pr-1 { padding-right: var(--spacer-1) !important; }
.pr-2 { padding-right: var(--spacer-2) !important; }
.pr-3 { padding-right: var(--spacer-3) !important; }
.pr-4 { padding-right: var(--spacer-4) !important; }
.pr-5 { padding-right: var(--spacer-5) !important; }

.px-0 { padding-left: var(--spacer-0) !important; padding-right: var(--spacer-0) !important; }
.px-1 { padding-left: var(--spacer-1) !important; padding-right: var(--spacer-1) !important; }
.px-2 { padding-left: var(--spacer-2) !important; padding-right: var(--spacer-2) !important; }
.px-3 { padding-left: var(--spacer-3) !important; padding-right: var(--spacer-3) !important; }
.px-4 { padding-left: var(--spacer-4) !important; padding-right: var(--spacer-4) !important; }
.px-5 { padding-left: var(--spacer-5) !important; padding-right: var(--spacer-5) !important; }

.py-0 { padding-top: var(--spacer-0) !important; padding-bottom: var(--spacer-0) !important; }
.py-1 { padding-top: var(--spacer-1) !important; padding-bottom: var(--spacer-1) !important; }
.py-2 { padding-top: var(--spacer-2) !important; padding-bottom: var(--spacer-2) !important; }
.py-3 { padding-top: var(--spacer-3) !important; padding-bottom: var(--spacer-3) !important; }
.py-4 { padding-top: var(--spacer-4) !important; padding-bottom: var(--spacer-4) !important; }
.py-5 { padding-top: var(--spacer-5) !important; padding-bottom: var(--spacer-5) !important; }

.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.h2, h2 {
    font-size: 2rem;
}
.h3, h3 {
    font-size: 1.75rem;
}

/*.dropdown-toggle::after {*/
/*    display: none;*/
/*}*/

#drop-area {
    display: none;
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    min-height: 100%;
    position: absolute;
    z-index: 9999;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .8;
    text-align: center;
    color: #fff;
    padding: 230px;
}
#popup-toastr {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 16rem;

}
.popup-toastr {
    background-color: #e1e1e1;
    padding: 10px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    opacity: 1;
    transition: opacity 2s ease;
}

.popup-toastr.hide {
    opacity: 0;
}

.popup-toastr.success{
    color: #4caf50;
}
.popup-toastr.error{
    color: #e5322d;
}

.h-full{
    height: 100%;
}
.max-h-full{
    max-height: 100%;
}
a {
    color: inherit;
    text-decoration: inherit;
}
a:hover{
    color: inherit;
    text-decoration: none;
}

img{
    max-width: 100%!important;
}
.flex{
    display: flex;
}
.inline-flex{
    display: inline-flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.align-center{
    align-items: center;
}
.flex-column{
    flex-direction: column;
}
.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}

.flex-row{
    flex-direction: row;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.flex-3 {
    flex: 3;
}
.flex-1 {
    flex: 1;
}
.flex-grow, .grow {
    flex-grow: 1;
}
.w-half{
    width: 50%;
}
.gap-1 {
    gap: .25rem;
}
.gap-2 {
    gap: .5rem;
}
.gap-3 {
    gap: .75rem;
}
.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}
.gap-8 {
    gap: 2rem;
}
.gap-10 {
    gap: 2.5rem;
}
.p-3 {
    padding: .75rem;
}
.mb-2 {
    margin-bottom: .5rem;
}
.mt-3 {
    margin-top: 0.5rem;
}
.mt-4 {
    margin-top: 1rem!important;
}
.mt-6 {
    margin-top: 1.5rem;
}
.mt-12 {
    margin-top: 3rem;
}
.mt-16{
    margin-top: 4rem;
}
.mt-24 {
    margin-top: 6rem;
}
.mt-8 {
    margin-top: 2rem;
}
.fz-20{
    font-size: 20px;
}
.fz-14{
    font-size: 14px;
}
.border-bottom-dash{
    border-bottom: 1px rgb(0 81 238) dashed;
}
.fz-12{
    font-size: 12px;
}
.fz-10{
    font-size: 10px;
}
.align-middle {
    vertical-align: middle;
}
.radius-1rem{
    border-radius: 1rem;
}
.radius-50px {
    border-radius: 50px;
}
.border-dash{
    border: 2px rgb(216 216 219) dashed;
}
.border-dash-1px{
    border: 1px rgb(216 216 219) dashed;
}
.bg-252638{
    background-color:#252638;
}
.hover-bg-EAEAED:hover{
    background-color:#EAEAED;
}
.shadow-not-top{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.shadow{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
menu, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.w-full {
    width: 100%;
}
audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle;
}
svg:not('.not-change'),
svg:not('.not-change') path{
    stroke: currentColor;
}
.disable {
    pointer-events: none;
    opacity: 0.5;
}
.bg-white {
    background-color: #ffffff!important;
}
.radius-10px {
    border-radius: 10px;
}
.radius-5px {
    border-radius: 5px;
}
.relative{
    position: relative;
}
.cursor-pointer {
    cursor: pointer;
}
.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.over-hidden{
    overflow: hidden;
}
.text-blue{
    color: #0051ee;
}
.text-252638{
    color: #252638;
}
.text-73747b{
    color: #73747b;
}
.text-1F2937{
    color: #1F2937;
}
.text-5C5D6B{
    color: #5C5D6B;
}
.text-4B5563{
    color: #4B5563;
}
.text-0051EE{
    color: #0051EE;
}
.text-center{
    text-align: center;
}
.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}
.text-white{
    color: #ffffff;
}
.text-white-064{
    color: #FFFFFFA3;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.leading-10 {
    line-height: 2.5rem;
}

.font-semibold {
    font-weight: 600;
}
.lh-28{
    line-height: 28px;
}
.shrink {
    flex-shrink: 1;
}
.hidden{
    display: none;
}
.rotate-45{
    rotate: 45deg;
}
.max-w-sm {
    max-width: 24rem;
}
.max-w-1200{
    max-width: 1200px;
}
.min-w-full {
    min-width: 100%;
}

#header{
    height: 72px;
    position: fixed;
    top: 0;
    z-index: 99999;
    backdrop-filter: blur(16px);
}

#main-menu{
    display: none;
    padding: 14px 16px 14px 32px;
}
/*.nav-link {*/
/*    font-weight: 600;*/
/*}*/
/*.nav-link:hover{*/
/*    color: #5D5C6B;*/
/*}*/

/*.dropdown:hover .dropdown-menu:not(.menu-full),*/
/*.dropdown-menu.show{*/
/*    display: flex;*/
/*    z-index: 1;*/
/*}*/
/*.dropdown-menu#mobile-language-menu a {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 6px;*/
/*    line-height: 36px;*/
/*    padding: 0 13px;*/
/*}*/

/*.dropdown-toggle::after {*/
/*    display: none;*/
/*}*/

/*.dropdown-menu{*/
/*    padding: .5rem;*/
/*    border-radius: 10px;*/
/*    box-shadow: 1px -1px 9px -1px rgba(168,164,164,0.75);*/
/*    -webkit-box-shadow: 1px -1px 9px -1px rgba(168,164,164,0.75);*/
/*    border: unset;*/
/*    top: 90%;*/
/*    background-color: #ffffff;*/

/*}*/
.text-uppercase{
    text-transform: uppercase;
}
.container-fluid {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.bg-home-bg-gradient {
    /*background: url(/images/ai_image/bg-gradient-color.webp) no-repeat;*/
    /*background-size: cover;*/
    padding-top: 30px;
}
.line-height-80 {
    line-height: 80px;
}
.font-size-64 {
    font-size: 64px;
}
.font-size-56 {
    font-size: 56px;
}
.zinc-128{
    -webkit-mask-image: linear-gradient(
            90deg,
            transparent 0px,
            black 128px,
            black calc(100% - 128px),
            transparent 100%
    );
    mask-image: linear-gradient(
            90deg,
            transparent 0,
            #000 128px,
            #000 calc(100% - 128px),
            transparent
    );
}
.zinc-128 li {
    margin-left: 2rem;
    margin-right: 2rem;
}

.bg-f4f4f5{
    background-color: #f4f4f5;
}
.img-comparison-slider {
    --divider-width: 2px;
    --divider-color: #fff;
    --default-handle-color: #fff;
    outline: none;
    width: fit-content;
}

.frame-item img{
    border-radius: 21px;
}
.magnifying-glass {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    border: 2px solid #fff;
    z-index: 1;
    pointer-events: none;
    box-shadow: 0 2px 8px rgba(32,52,89,.12);
    background-repeat: no-repeat;
    display: none;
}
button{
    border: unset;
    color: white;
}
button:focus {
    outline: unset;
}
.faq_content{
    border-top: 1px solid rgba(0,0,0,.125);

}
.faq_content .minus{
    display: none;
    width: 22px;
}
.faq_content .plus{
    width: 22px;
    display: block;
}
.faq_content.opened .minus{
    display: block;
}
.faq_content.opened .plus{
    display: none;
}
.faq_question{
    padding: 1rem 1.25rem;
}
.faq_question p{
    font-weight: 600;
    font-size: 18px;
    padding-right: 1rem;
}
.faq_answer{
    font-weight: 400;
    padding: 0;
    height: 0;
    opacity: 0;
    transition: all .3s;
    visibility: hidden;
}
.faq_content.opened .faq_answer {
    height: auto;
    padding-right: 4rem;
    padding-left: 1.25rem;
    padding-bottom: 1rem;
    opacity: 1;
    visibility: visible;
}
.bg-1E293B{
    background-color: #1E293B;
}
.bg-EAEAED{
    background-color: #EAEAED;
}
.contact{
    padding: 64px 120px;
    gap: 120px;
    border-bottom: 1px solid #FFFFFF33;
}
.footer{
    padding: 16px 120px;
}
.footer svg{
    width: 24px;
    height: 24px;
}
.footer svg.bRL{
    width: 20px;
    height: 20px;
}
.footer a:hover svg{
    color: #ffffff;
}
.footer-logo{
    max-width: 200px;
    align-self: center;
}

.btn-primary{
    border-radius: 35px;
    padding: 16px 54px;
    font-size: 20px;
    line-height: 28px;
    background-color: rgb(29 78 216);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);
    border: unset;
    font-weight: 600;
    color: #ffffff;
}
.text-gradient{
    background: linear-gradient(138.69deg,#0dffff -2.74%,#0051ef 39.11%,#a400bf 98.64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.inline-solid{
    border-top: 1px solid rgb(161 161 170);
}
.logo-page {
    width: 96px;
}
.object-contain{
    object-fit: contain;
}
.hide-scrollbars {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.h-\[116\.25px\] {
    height: 116.25px;
}
.h-\[70px\] {
    height: 70px;
}
#on-processing {
    display: none;
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    min-height: 100%;
    position: absolute;
    z-index: 9999;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(222, 221, 221, 0.6);
    justify-content: center;
    flex-direction: column;
}
#on-processing {
    z-index: 9;
    right: 0;
    bottom: 0;
}
#dropdownProducts,
.color-pickers .bt-color,
.c-pointer,
.remove-object-mode,
button{
    cursor: pointer;
}
#mainMenu {
    margin-left: 20px;
}
.main-menu .nav li div.header-menu {
    font-size: 16px;
    font-weight: 600;
    text-transform: unset;
}

.header-menu {
    position: relative;
    display: inline-block;
    padding-right: 20px !important; /* Space for chevron */
    cursor: pointer;
}

.header-menu::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    background-image: url("/images/svg/chevron-down.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%) rotate(0deg);
}

/*.header-menu:hover::after {*/
/*    transform: translateY(-50%) rotate(180deg); !* rotate up *!*/
/*}*/
.main-menu .nav li a:hover,
.header-menu:hover::after{
    color: rgb(92 93 107);
}
.main-menu .menu-ai li a:hover,
#mobile-dropdown-menu a:hover{
    color: #1D4ED8;
}

.main-menu .menu-ai li a:hover svg path ,
#mobile-dropdown-menu a:hover svg path {
    stroke: #1D4ED8;
}

[aria-labelledby="dropdownProducts"] {
    top: 98% !important;
    padding: 5px !important;
}
[aria-labelledby="dropdownProducts"] a {
    padding: 8px;
}
[aria-labelledby="dropdownProducts"] a.active {
    color: #1D4ED8;
}
[aria-labelledby="dropdownProducts"] a:hover {
    border-radius: 5px;
}
.w-full .tracking{
    width: 100%;
}
.ad-upload{
    min-width: 200px;
    width: 100%;
    height: 200px;
    max-height: 200px;
    overflow: hidden;
}
.ad-upload-remove{
    width: 100%;
}

.ad-download{
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100% !important;
    overflow: hidden;
    z-index: 99;
}
.show-image-download{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100% !important;
    z-index: 98;
    padding-top: 36px!important;
}
.text-show-image-download{
    position: absolute;
    top: 8px;
    right: 50%;
    transform: translateX(50%);
    line-height: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.close-show-image-download{
    position: absolute;
    top: 6px;
    right: 5px;
    height: 24px;
    width: 24px;
}


.ad-upload .ad-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ad-download .ad-container {
    max-width: 80%;
    width: 100%;
    max-height: 80%;
    min-width: 300px;
    background-color: #ddd;
}
.ad-download .ad-close {
    border-radius: 50%;
    position: absolute;
    right: 7px;
    top: 8px;
    cursor: pointer;
    z-index: 100;
    box-shadow: 6px 6px 15px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 6px 15px -4px rgba(0,0,0,0.75);
}
.ad-download  .ad-close span {
    background-color: #ddd;
    border-radius: 50%;
    font-weight: 600;
    width: 24px;
    height: 23px;
    display: inline-block;
    text-align: center;
}
.btn-download-image {
    position: absolute;
    bottom: 25px;
    right: 25px;
    background-color: rgb(29 78 216);
    padding: 5px;
    border-radius: 10px;
}

/*từ common.css*/
menu, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav.navbar {
    padding: 0;
    height: 60px;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(50, 50, 50, .3);
    box-shadow: 0 3px 6px 0 rgba(50, 50, 50, .3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 5010;
    display: flex;
    align-items: center;
}
nav.navbar.hidden{
    display: none;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
nav .brand {
    margin-left: 10px;
    margin-right: 8px;
}
#mainMenu {
    margin-left: 20px;
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
}
.main-menu .nav {
    line-height: 60px;
}
.btn {
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 20px;
    text-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0);
    text-decoration: none;
    border-radius: 8px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0;
    color: #fff;
    background-color: #e5322d;
}
.main-menu .nav li a, .main-menu .nav li span {
    border-top: 1px solid rgba(0, 0, 0, 0);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px 0 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: #161616;
    cursor: pointer;
    font-size: 14px;
    font-weight: 540;
}
.main-menu .nav li.dropdown-full {
    position: relative;
    list-style: none;
}
.ico {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: none;
    background: rgba(0, 0, 0, 0) url(/images/icons/icons.svg);
    display: block;
    vertical-align: middle;
}
.dropdown .ico {
    margin: 4px 8px 4px 4px;
}
.ico--lang {
    background-position: -30px -155px;
    margin: 0 4px 0 0 !important;
}
.ico--hamburger {
    background-position: -55px -5px;
}
.ico--down {
    background-position: -55px -146px;
    width: 8px;
    height: 5px;
}
.mb-170{
    margin-bottom: 170px;
}
.dropdown#mobile-language a {
    text-decoration: none;
    color: #161616;
}
.dropdown#mobile-language .btn {
    background-color: unset;
}
.main-menu .nav li.dropdown .ico {
    margin: 4px 8px 4px 4px;
}
.main-menu .nav li span.lang_current {
    text-transform: capitalize;
}

.main-menu .nav li ul.menu-full {
    font-size: 14px;
    height: auto;
    padding: 10px;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 5px solid #ffa111;
    border-radius: 8px;
}
#menuLanguage .dropdown-menu {
    min-width: 660px;
    width: 50%;
    left: unset;
    right: 0;
}
#menuLanguage .dropdown-menu a {
    font-size: 13px;
    padding: 0 0 0 30px;
}
.dropdown-menu {
    top: 97%;!important;
    position: absolute;
    left: 5%;!important;
    min-width: 12rem;
    padding: .5rem;
    border-radius: 10px;
    box-shadow: 1px -1px 9px -1px rgba(168,164,164,0.75);
    -webkit-box-shadow: 1px -1px 9px -1px rgba(168,164,164,0.75);
    border: unset;
    background-color: #ffffff;
    display: none;
}
.mobile-menu .dropdown ul.dropdown-menu {
    /*border-top: 5px solid #e5322d;*/
    height: calc(100vh - 180px);
    overflow: auto;
}
.dropdown-full span {
    border-top: 1px solid rgba(0, 0, 0, 0);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px 0 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: #161616;
    cursor: pointer;
    font-size: 14px;
    font-weight: 540;
}
.brand_logo {
    margin-left: 20px;
}
.navbar .mobile-menu {
    display: none;
}
/*hết từ common.css*/

.hero{
    padding-bottom: 64px;
}

.hero-title{
    line-height: 56px;
    font-size: 44px;
    font-weight: 700;
}
.hero-description{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.btn-handles-photo{
    border: unset;
    background-color: unset;
}

li.social-item {
    margin-left: 3rem;
    margin-right: 3rem;
}
li.social-item img{
    height: 48px;
}
.helping-creators{
    color: rgb(92 93 107);
    line-height: 32px;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 3.5rem;
}

.marquee-wrapper{
    width: 100%; /* hoặc chiều rộng hiển thị mong muốn */
    overflow: hidden;
}
.marquee-container {
    width: 400%;
    display: flex;
    flex-wrap: nowrap;
}
.home-card-list{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-left: 15px;
}
.home-card-list .card-item {
    flex: 0 0 calc((100% - 3 * 1.5rem) / 3);
}
.card-title {
    margin-bottom: .75rem;
}
.card-image{
    flex-basis: 60%;
}
.card-image>div{
    border-radius: 1rem;
    overflow: hidden;
}
.home-card-list .card-image img{
    width: 100%;
    height: 240px;
    transition: all 1s;
}
.home-card-list .card-image:hover img{
    transform: scale(1.2);
}

.home-card-list .card-description{
    font-size: .875rem;
    min-height: 80px;
}

.photo-editor{
    padding-top: 120px;
    margin-bottom: 72px;
}
.photo-editor h2{
    font-size: 44px;
    font-weight: 700;
    line-height: 56px;
}
.photo-editor p{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #5c5d6b;
}

.card-icon{
    width: 60px;
    color:#252638;
}
.card-icon svg path{
    stroke: currentColor;
}
.card-icon>div{
    width: 60px;
    height: 60px;
    background: linear-gradient(180deg,#e2eaf4,#ece2f4);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-icon svg{
    width: 24px;
    height: 24px;
    color: inherit;
}
.card-icon-menu{
    width: 35px;
}
.card-icon-menu>div{
    background-color: #f4f4f4;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-icon-menu svg {
    width: 18px;
    height: 18px;
    color: inherit;
}
/*.dropdown-item{*/
/*    padding: .25rem 1rem .25rem .25rem;*/
/*    font-weight: 600;*/
/*    font-size: .875rem;*/
/*}*/
.dropdown-item:hover .card-icon-menu svg path{
    stroke: #007bff;
}
.dropdown-item:hover .card-icon-menu>div{
    background-color: #faf9f9;
}
.dropdown-item:hover{
    color: #007bff;
}


.journey{
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: rgb(31 41 55);
    color: #ffffff;
}
.journey-description{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.journey-info{
    display: flex;
}
.journey-info .item{
    flex:1;
}
.journey-info .item .image{
    width: 72px;
    height: 72px;
    border-radius: 22px;
    background-color: rgba(255, 255, 255, 0.2) ;
}
.journey-text{
    margin-bottom: 56px;
}

.btn-editing{
    transition: all .5s;
}
.preview-box {
    position: absolute;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: 2px solid #333;
    pointer-events: none;
    display: none;
    z-index: 9999;
}

.preview-box img {
    position: absolute;
    top: 0;
    left: 0;
}
#main-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

.handles-photo-title{
    font-weight: 700;
    color: #1F2937;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
}
.group-btn{
    background-color: #E5E7EB;
    padding: 6px;
    border-radius: 20px;
}
.btn-editing{
    padding: 10px 16px;
    border-radius: 20px;
    border: none;
    background: transparent;
    transition: all 1s;
}

.line-mobile{
    width: 75%;
    height: .125rem;
    margin: 1.5rem auto;
    background-color: #E2E8F0;
}

.check-list {
    list-style: none; /* Bỏ bullet mặc định */
    padding-left: 0;
}

.check-list li {
    color: #252638;
    position: relative;
    padding-left: 30px; /* Chừa chỗ cho ảnh */
}

.check-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url('/images/ai_image/icon_checked.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}
.sub-compare{
    gap: 3.5rem;
}
.home .sub-compare-item-title{
    color: #212B39;
    line-height: 44px;
    font-size: 32px;
    font-weight: 600;
}
.sub-compare-item-description{
    color: #5C5D6B;
    line-height: 28px;
    font-size: 18px;
    align-self: stretch;
    font-weight: 400;
}
.check-list{
    margin-left: 24px;
}
.check-list li{
    line-height: 28px;
    font-size: 18px;
    align-self: stretch;
    font-weight: 400;
}

.customer-comment h2{
    font-weight: 700;
    font-size: 44px;
    line-height: 56px;
}
.customer-comment p{
    font-size: 16px;
    line-height: 24px;
    color: #5C5D6B;
    max-width: 80%;
    font-weight: 400;
}
.app-info{
    margin-bottom: 96px;
}
.app-info>div{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: auto;
}
.app-info .content{
    padding: 1.5rem 2rem;
}

.bg-center {
    background-position: 50%;
}
.bg-smart-banner-bg-gradient {
    background-image: url(/images/ai_image/smart_banner_bg.webp);

}
.app-info .left .title{
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;

}
.app-info .left .description{
    opacity: 0.9;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.frequently-asked{
    padding-top: 3.5rem;
    padding-bottom: 80px;
}
.frequently-asked .title{
    margin-bottom: 1.5rem;
}
.frequently-asked .title h2{
    color: #212B39;
    line-height: 44px;
    font-size: 32px;
    font-weight: 600;
}

svg.animation-rotate {
    animation: circle 10s linear 0s infinite;
    top: 42%;
    left: 40%;
    width: 90px;
    height: 90px;
    position: absolute;
    z-index: 10;
}
@keyframes circle {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(1turn);
    }
}

.bg-216-216-219{
    background-color: rgb(216 216 219);
}
.bg-243-243-244{
    background-color: rgb(243 243 244)
}

.bg-blue {
    background-color: rgb(29 78 216);
}
.btn-gradient{
    background-image: linear-gradient(to bottom right,#22d3ee, #1d4ed8, #a21caf );
}
.py-2\.5{
    padding-top: .625rem;
    padding-bottom: .625rem;
}
.max-w-md {
    max-width: 448px;
}
.inline-dashed {
    border-top: 1px dashed #D8D8DB;
}
.btn-choose-file{
    border-radius: 20px;
    background-color: rgb(29, 78, 216);
}
.btn-choose-file:hover{
    background-color: rgba(29, 78, 216, 0.85);
}
#top{
    position: fixed;
    height: 64px;
    top: 0;
    z-index: 99;
}
#main-ct{
    margin-top: 64px;
}

#nav-left{
    width: 15rem;
    height: 100%;
    flex-shrink: 0;
}
#nav-right{
    height: 100%;
    overflow-y: scroll;
}
#nav-left .job-item:hover{
    color: rgb(0 81 238);
    background-color: rgb(215 229 254)
}
#nav-left .job-item:hover svg path{
    stroke: rgb(0 81 238);
}
#nav-left .menu-item.active{
    background-color: rgb(215 229 254);
    color: #0051EE;
}
#nav-left .menu-item.active svg path{
    stroke: #0051EE;
}
#wrap-select-file{
    height: 18rem;
    border-radius: 16px;
    background-color: rgb(243 243 244);
    padding: 12px;
}
#wrap-select-file>div{
    border-radius: 16px;
    border: 1px rgb(216 216 219) dashed ;
}
#nav-right .menu-options{
    position: absolute;
    left: 0;
    top: -.5rem;
}
#nav-right .menu-options .active{
    background-color: rgb(216 216 219 );
}
.ai-tool-item .icon{
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 10px;
    background-color: rgb(37 38 56);
    position: absolute;
    right: 24px;
    bottom: 4px;
}
.ai-tool-item .icon path{
    stroke: #ffffff;
}
.hover-video {
    transition: transform 0.3s ease;
}

.hover-video:hover {
    transform: scale(1.2);
    z-index: 1;
}
.bg-234-234-237{
    background-color: rgb(234 234 237);
}
.other-tool-item img{
    height: 240px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.other-tool-item img:hover {
    transform: scale(1.2);
}
.other-tool-item svg{
    height: 20px;
    width: 20px;
    color: inherit;
}
.other-tool-item svg path{
    stroke: currentColor;
}


input[type="range"] {
    cursor: pointer;
}
.blur-effect {
    cursor: pointer;
}
.blur-effect.active {
    border-radius: 6px;
    background-color: rgb(0 81 238);
    color: white;
}

.hero-bg {
    background: linear-gradient(99.41deg,#ecf5fb 2.33%,#f8f9fc 96.77%);
}
.line-after:after {
    content: "";
    background-color: rgb(39 255 255);
    height: .75rem;
    position: absolute;
    left: 0;
    bottom: .5rem;
    width: 100%;
}
.hero-content{
    padding-top: 90px;
}
.hero-title{
    color: #212B39;
    font-size: 30px;
    line-height: 1.25!important;
    font-weight: 700;
}
.hero-description{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;

}
.choose-file{
    border-radius: .75rem;
    padding: 24px 48px;
}
.inline-dashed{
    border-top: 1px dashed #D8D8DB;
}
.image-demo{
    width: 52px;
    height: 52px;
}
.image-demo img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.max-w-md {
    max-width: 448px;
}
.how-use-tool{
    padding-top: 3rem;
}
.card-list{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.card-item {
    flex: 1;
}

.card-image img{
    width: 100%;
    height: 200px;
}
.card-description{

}
.card-detail .card-title span {
    color: #0051EE;
    background-color: #D7E5FE;
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 18px;
}
.banner-gradient {
    background: linear-gradient(167.7deg, #e2eaf4, #ece2f4 100.38%);
}

.app-info {
    gap: 3rem;
}

.tool-kit {
    background-color: #F8FAFD;
    padding-top: 48px;
    padding-bottom: 48px;
}

.tool-kit .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
}

.sub-compare {
    padding-top: 40px;
    gap: 48px;
}

span.text-0051EE path {
    stroke: #0051EE;
}

.max-w-528 {
    max-width: 528px !important;
}

.max-w-md {
    max-width: 448px;
}

.h-fit {
    height: fit-content;
}

.frame {
    background-color: rgb(26 27 47);
    padding: 56px 0;
}

.frame button {
    padding: 1rem 2rem;
    font-size: 16px;
    display: flex;
    color: rgb(33 43 57);
    border-radius: 30px;
    outline: unset;
    cursor: pointer;
    border: unset;
}

.frequently-asked {
    padding-top: 3.5rem;
    padding-bottom: 80px;
}

.frequently-asked .title {
    margin-bottom: 1.5rem;
}

.frequently-asked .title h2 {
    color: #212B39;
    line-height: 44px;
    font-size: 32px;
    font-weight: 600;
}

.line-after:after {
    content: "";
    background-color: rgb(39 255 255);
    height: .75rem;
    position: absolute;
    left: 0;
    bottom: .5rem;
    width: 100%;
}

.hero-content {
    padding-top: 90px;
}

.hero-title {
    color: #212B39;
    font-size: 30px;
    line-height: 1.25 !important;
    font-weight: 700;
}

.hero-description {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.choose-file {
    border-radius: .75rem;
    padding: 24px 48px;
}

.inline-dashed {
    border-top: 1px dashed #D8D8DB;
}

.how-use-tool {
    padding-top: 3rem;
}


.card-image > div {
    border-radius: 1rem;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 240px;
    transition: all 1s;
}

.card-image:hover img {
    transform: scale(1.2);
}

.card-content {
    font-size: 14px;
    line-height: 20px;
}

.card-title {
    font-size: 20px;
    line-height: 28px;
    color: rgb(37 38 56);
    white-space: nowrap;
}
.card-detail .card-title {
    font-size: 14px;
    line-height: 18px;
}

.editing-tool h2 {
    font-size: 24px;
    line-height: 32px;
}

main[role="main"] {
    margin-top: unset;
    overflow: hidden;
    background: unset;
}

.line-vertical {
    width: 1px;
    height: 32px;
}

.btn-common {
    border-radius: 15px;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 24px;
}

.bg-blue {
    background-color: rgb(29 78 216);
}

.bg-216-216-219 {
    background-color: rgb(216 216 219);
}

/*.nav-link.dropdown-toggle {*/
/*    border-radius: 10px;*/
/*    background-color: #F3F3F4;*/
/*}*/

/*.nav-link:hover {*/
/*    color: inherit;*/
/*}*/

.upscale-item {
    border-radius: 5px;
}

.upscale-item.active {
    border: 1px solid rgb(209 213 219);
    background-color: #ffffff;
}

.bg-11182799 {
    background-color: #11182799;
}

.bg-172439 {
    background-color: rgba(17, 24, 39, 0.6);
}

#ob-top-right {
    position: absolute;
    top: 0;
    right: 0;
}

#ob-bottom-left {
    position: absolute;
    left: 0;
    bottom: 0;
}

#ob-bottom-right {
    position: absolute;
    right: 0;
    bottom: 0;
}

#ai_skin_compare_container {
    display: flex;
    justify-content: center;
}

img-comparison-slider:not('.home') {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#ai_skin_compare_container img-comparison-slider {
    width: auto;
}

.radius-50px {
    border-radius: 50px;
}

.radius-10px {
    border-radius: 10px;
}

.btn-convert .round {
    font-size: 14px;
    line-height: 18px;
    width: 18px;
    height: 18px;
}

.form-group.active {
    border-radius: 5px;
    background-color: rgb(235 242 254);
}

.ob-comparison,
#ai_skin_compare_container {
    display: flex;
    justify-content: center;
    height: 100%;
    overflow: hidden;
    max-height: calc(100vh - 330px);
}

img.first,
img.second{
    height: 100%;
    object-fit: contain;
    max-height: calc(100vh - 330px);
}
.custom-checkbox-circle {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 8px;
    vertical-align: middle;
}

.icon-checked,
.icon-unchecked {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.2s ease;
}

.icon-checked {
    opacity: 0;
}

.icon-unchecked {
    opacity: 1;
}

/* Kích hoạt hiển thị icon khi label có class active */
.form-check-label.active .icon-checked {
    opacity: 1;
}

.form-check-label.active .icon-unchecked {
    opacity: 0;
}
label{
    margin: unset;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    outline: none;
    height: 2px;
    border-radius: 5px;
    background: transparent;
    border: none;
}
input[type=range]::-webkit-slider-runnable-track {
    height: 2px;
    width: 100%;
    border-radius: 5px;
    border-color: #646363;
    box-sizing: border-box;
}

input[type=range]::-moz-range-track {
    height: 2px;
    width: 100%;
    border-radius: 5px;
    border: none;
}
input[type=range]:focus{

    border: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    background: #2f2d2d;
    border: 2px solid #1b1c1b;
    border-radius: 50%;
    margin-top: -8px; /* căn giữa thumb theo chiều dọc */
    cursor: pointer;
    position: relative;
    z-index: 2;
}

input[type=range]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: #2f2d2d;
    border: 2px solid #1b1c1b;
    border-radius: 50%;
    cursor: pointer;
}
input[type=range]::-moz-range-track {
    background: transparent;
}
.background-remover .menu {
    border-bottom: 2px solid transparent;
}
.background-remover .menu.active{
    border-bottom: 2px rgb(0 81 238) solid;
    color: rgb(0 81 238) ;
}
.background-remover .menu.active svg path{
    stroke: rgb(0 81 238) ;
}
.max-h-\[465px\] {
    max-height: 465px;
}
.background-remover .bt-color{
    border: 2px  transparent solid;
    padding: 1px;
}
.background-remover .bt-color.active{
    border: 2px  rgb(0 81 238) solid;
}
.background-remover .bt-color>div{
    width: 30px;
    height: 30px;
}
input[type="color"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.bg-color-transparent{
    background-image: url(/images/ai_image/background_remover/transparent.png);
    background-repeat: repeat;
}
.bg-color-mix{
    background: conic-gradient(from 180deg at 50% 50%,#ff7a00 0deg,#fff500 61.87deg,#0eed82 123.75deg,#06f 179.22deg,#bd00ff 243.75deg,red 309.38deg,#ff7a00 1turn);
}
.card-icon-menu svg{
    width: 20px;
    height: 20px;
}
.card-icon-menu svg path{
    stroke: currentColor;
}
.dropdown-menu-item-ai.active {
    color: #0066FF;
}

.dropdown-menu-item-ai.active svg rect,
.dropdown-menu-item-ai.active svg path{
    stroke: #0066FF;
}
.dropdown-menu-item-ai:hover{
    color: #212529;
    background-color: #f3f3f3;
}
.dropdown-menu-item-ai:hover svg rect,
.dropdown-menu-item-ai:hover svg path{
    stroke: currentColor;
}
/*remove-object-mode*/
svg {
    touch-action: none;
    user-select: none;
}

.remove-object-mode{
    width: 2.5rem;
    height: 2.5rem;
    color: rgb(140 141 156);
    background-color: #FFFFFF;
    border: 1px rgb(215 215 215) solid;
    border-radius: 0.25rem;
}
.remove-object-mode.active{
    color: rgb(0 81 238);
    border: 1px rgb(0 81 238) solid;
}
.remove-object-mode svg path{
    stroke: currentColor;
}
.remove_object .image-render,
.remove_text .image-render,
.remove_wire_line .image-render{
    max-width: 100%;
    max-height: calc(100vh - 330px);
}
/* Thanh cuộn tổng */
.image-render::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

/* Phần track (nền của thanh cuộn) */
.image-render::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Phần thumb (nút cuộn) */
.image-render::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

/* Hover */
.remove_object .menu-option,
.remove_text .menu-option,
.remove_wire_line .menu-option{
    position: absolute;
    bottom: 0;
    left: 5%;
    z-index: 9;
}

/*compress-image-mode + convert_image*/
.compress-top-left{
    background-color: #252638;
    font-size: 16px;
}
.compress-top-left button{
    font-size: 16px;
}
.compress-top-left{
    background-color: #252638;
}
.compress-top-right{
    background-color: #00B05C;
    text-align: center;
}
.compress-image-item{
    gap: 1rem;
}
.compress-image-item .img{
    width: 56px;
    height: 56px;
}
.compress-image-item .file-name{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.compress-image-item .file-ext{
    padding: 3px;
    background-color: #D7E5FE;
    color: #0051EE;
    font-size: 12px;
    line-height: 16px;
    border-radius: 5px;
}
.compress-image-item .info-compress{
    background-color: #EAEAED;
    border-radius: 15px;
}
.compress-image-item .info-compress.radius-5px{
    border-radius: 5px;
}
.compress-image-item .ready,
.compress-image-item .new{
    background-color:#0051EE;
}
.compress-image-item .success{
    background-color: #3fee00;
}
.compress-image-item .error{
    background-color: #c63535;
}
.format-convert-img{
    flex-basis: 50%;
}
.format-convert-img.active{
    color: #0051EE;
    background-color: #F3F3F4;
}
.btn-blue{
    background-color: rgb(29 78 216);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);
    border: unset;
}
a.btn-blue.text-white:hover{
    background-color: rgb(47 83 186);
    color: #F3F3F4;
}

/*end compress-image-mode*/

/*css cho processing*/
#on-processing.active {
    align-items: center;
    display: flex !important;
}
.animate-spin>svg{
    animation: spin 1s linear infinite;
}
.opacity-75 {
    opacity: .75;
}
.opacity-25 {
    opacity: .25;
}
#on-processing .animate-spin{
    background-color: rgba(37, 38, 56, 0.8);
    color: #ffff;
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
}

@keyframes spin {
    100% {
        transform: rotate(1turn);
    }
}
/*hết css cho processing*/
.image-render canvas{
    touch-action: none;
}
.action-none {
    pointer-events: none;
}

.cursor-preview {
    position: absolute;
    border: 1px solid red;
    border-radius: 50%;
    pointer-events: none;
    display: none;
}
.canvas-origin{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tooltip_top{
    left: 50%;
    transform: translateX(-50%);
    display: none;
    position: absolute;
    bottom: 109%;
    padding: 4px 6px;
    border-radius: 5px;
    line-height: 1;
    font-size: 12px;
    color: #ffff;
    background: #000;
}
.remove-object-mode:hover .tooltip_top {
    display: block;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem!important;
    }
    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem!important;
    }
}
@media (max-width: 1440px) {
    .main-menu .nav li a, .main-menu .nav li span {
        padding: 0 4px;
    }
}
@media (max-width: 1024px) {
    .sm-mt-32 {
        margin-top: 32px;
    }

    .card-item {
        flex: 0 0 calc((100% - 2 * 1.5rem) / 2);
    }

    .navbar #mainMenu,
    .brand {
        display: none;
    }

    .navbar .mobile-menu {
        display: flex;
        width: 100vw;
        padding: 0 12px;
        position: relative;
    }

    .navbar .mobile-menu > div {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .dropdown#mobile-dropdown {
        padding-left: 12px;
        cursor: pointer;
        position: absolute;
        left: 0;
    }

    #mobile-language {
        right: 0;
    }

    .mobile-menu .dropdown ul.dropdown-menu.list {
        font-size: 14px;
        min-width: 12rem;
        height: calc(100vh - 180px);
        overflow: auto;
        flex-direction: column;
        left: 5%;
        padding: 12px 12px 12px 24px;
        /*border-top: 5px solid #e5322d;*/
        transition: all 1s;
        top: calc(100% + 11px);
    }

    .mobile-menu .dropdown ul#mobile-language-menu {
        opacity: 1;
        left: unset;
        right: 0;
        top: calc(100% + 11px);
        flex-wrap: wrap;
        width: 12rem;
    }
    ul#mobile-language-menu li{
        width: 100%;
    }

    .dropdown#mobile-language .btn {
        padding: 0px 6px;
    }

    .brand_logo {
        left: 50%;
        transform: translate(-50%, -50%) !important;
    }

    .sm-fix-choose-file {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 9;
        display: none;
    }

    .flex-sm-column {
        flex-direction: column;
    }

    .md-align-center {
        align-items: center;
    }

    .md-text-center {
        text-align: center;
    }

    .sm-hidden {
        display: none;
    }

    .sm-column-reverse {
        flex-direction: column-reverse;
    }

    .sm-column {
        flex-direction: column;
    }

    .md-w-50 {
        width: 50%;
    }
}
@media (max-width: 851px) {
    .sm-block {
        display: block !important;
    }

    .sm-flex {
        display: flex !important;
    }

    .s-w-full {
        width: 100%;
    }

    .s-w-50 {
        width: 50%;
    }

    .background_remover.btn-download span.text {
        display: none;
    }
}
@media (min-width: 768px) {
    #main-ct:not(.scroll) {
        height: calc(100vh - 64px);
    }
    .ai-tool-item {
        flex: 1;
    }
    .container {
        max-width: 720px;
    }
    .nav-right {
        width: 360px;
        padding-right: 15px;
    }
    .other-tool-item {
        flex: 0 0 calc((100% - 3 * .75rem) / 3);
    }
}
@media (max-width: 768px) {
    #main-ct {
        height: auto;
        min-height: calc(100vh - 64px);
        width: unset;
    }
    .home-card-list .card-item,
    .card-item {
        flex: 0 0 100%;
    }

    .card-image img {
        height: auto;
    }

    .sm-flex-2 {
        flex: 2;
    }
    .flex-wrap-sm {
        flex-wrap: wrap;
    }
    .btn-common {
        padding: 6px 8px;
    }

    #main-ct {
        height: auto;
        min-height: calc(100vh - 64px);
        width: unset;
    }

    .enhance .ob-comparison {
        max-height: calc(100vh - 200px);
    }

    .enhance img-comparison-slider {
        max-height: calc(100vh - 200px);
    }

    .compress-image-item {
        padding: .75rem;
    }

    .compress-image-item > div:not(:first-child) {
        justify-content: center;
    }

    .ad-download .ad-container {
        max-width: 95%;
    }

    .remove_object .nav-left.ad_download_show {
        min-height: 100vh;
    }

    .marquee-container {
        width: 800%;
    }

    .hero {
        padding-top: unset;
    }
    .remove_object .nav-left,
    .remove_text .nav-left,
    .remove_wire_line .nav-left{
        padding-left: 30px!important;
        padding-right: 30px!important;
    }

    .remove_object .image-render,
    .remove_text .image-render,
    .remove_wire_line .image-render{
        min-height: calc(100vh - 330px);
    }


}
@media (min-width: 851px){
    .md-lg-block {
        display: block!important;
    }
    .hero{
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}
@media (min-width: 851px) and (max-width: 1024px){
    svg.animation-rotate.lg {
        top: 30%;
    }
}
@media (min-width: 992px) {
    .p-lg-3 {
        padding: 1rem!important;
    }
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1024px) {
    .magnifying-glass {
        width: 100px;
        height: 100px;
    }

    .lg-w-50 { width: 50%; }
    .lg-w-60 { width: 60%; }
    .lg-w-40 { width: 40%; }
    .lg-w-50--60 { width: calc(50% - 60px); }
    .lg-w-56 { width: 14rem; }

    .lg-hidden { display: none; }
    .lg-flex { display: flex; }
    .lg-flex-3 { flex: 3; }
    .lg-flex-1 { flex: 1; }

    .lg-content-9600 { max-width: 9600px; }
    .lg-content-1200 { max-width: 1200px; }
    .lg-content-720 { max-width: 720px; }

    .lg-pt-120 { padding-top: 120px; }
    .lg-pb-192 { padding-bottom: 192px; }
    .lg-pl-300 { padding-left: 300px; }

    .lg-mt-14 { margin-top: 3.5rem !important; }
    .lg-mt--120 { margin-top: -120px; }
    .lg-mt-12 { margin-top: 3rem; }
    .lg-mb-192 { margin-bottom: 196px; }

    .lg-gap-192 { gap: 192px; }
    .lg-gap-6 { gap: 1.5rem; }

    .lg-lh-72 { line-height: 72px !important; }
    .lg-fz-56 { font-size: 56px !important; }

    .lg-oder-2 { order: 2; }

    #main-menu { display: flex; }
    .lg-logo-page { width: 96px; }
    .footer-logo { align-self: flex-start; }

    .hero-content {
        padding-top: 160px;
        justify-content: space-between;
        min-height: 700px;
        position: relative;
    }

    .hero-title {
        color: #212B39;
        font-size: 64px;
        line-height: 80px;
    }

    .hero-description {
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
    }

    .hero {
        padding-top: 120px;
    }

    .hero .info {
        padding-right: 96px;
    }

    .choose-file { padding: 64px; }

    .how-use-tool { padding-top: 5rem; }

    .card-list {
        justify-content: center;
    }

    .card-list .card-description {
        min-height: 80px;
    }

    .app-info {
        margin-top: 5rem;
        gap: 1rem;
    }

    .app-info > div {
        flex: 0 0 calc((100% - 2 * 1rem) / 2);
        padding-left: 0;
        padding-right: 0;
    }

    .app-info .content {
        padding: 1.5rem;
    }

    .app-info .left {
        flex-basis: 44rem;
        padding: 3rem;
    }

    .app-info .left .title {
        font-size: 44px;
        line-height: 56px;
    }

    .app-info .left .description {
        font-size: 20px;
        line-height: 2;
    }

    .app-info .right {
        max-width: 33rem;
        position: absolute;
        right: 0;
        display: block !important;
        bottom: -.25rem;
    }

    .tool-kit {
        padding-top: 96px;
        padding-bottom: 120px;
    }

    .tool-kit .title {
        font-size: 56px;
        line-height: 1.5;
        width: 75%;
    }

    .sub-compare {
        padding-top: 144px;
        padding-bottom: 72px;
        gap: 90px;
    }

    .sub-compare-item {
        gap: 120px;
    }

    .sub-compare-item .text {
        padding-left: 80px;
    }

    .sub-compare-item.sm-column-reverse .text {
        padding-left: 0;
        padding-right: 80px;
    }

    .sub-compare-item-title {
        font-size: 44px;
        font-weight: 700;
        line-height: 56px;
    }

    .frame {
        padding: 110px 0;
    }

    .frame-list {
        gap: 64px;
    }

    .frame-item {
        flex: 0 0 calc((100% - 2 * 2rem) / 2);
    }

    .frequently-asked {
        padding-top: 5rem;
        padding-bottom: 120px;
    }

    .frequently-asked .title {
        margin-bottom: 3rem;
    }

    .frequently-asked .title h2 {
        font-size: 56px;
        font-weight: 700;
        line-height: 72px;
    }

    svg.animation-rotate {
        top: 50%;
        left: 44%;
        width: 112px;
        height: 112px;
    }

    svg.animation-rotate.lg {
        top: 50%;
    }

    .lg-zinc-300 {
        -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 300px, #000 calc(100% - 300px), transparent);
        mask-image: linear-gradient(90deg, transparent 0, #000 300px, #000 calc(100% - 300px), transparent);
    }

    .photo-editor p {
        max-width: 720px;
    }

    .journey {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .journey-text {
        margin-bottom: 80px;
        gap: 1.5rem;
    }

    .journey-description {
        max-width: 720px;
        font-size: 20px;
        line-height: 30px;
    }

    .journey-info {
        gap: 3.5rem;
    }

    .handles-photo-title {
        font-size: 56px;
        line-height: 72px;
    }

    .ob-comparison {
        max-width: 1024px;
    }

    .compress-image-item {
        gap: 1.5rem;
    }

    .compress-image-item > div:not(:last-child) {
        flex: 2;
    }

    .compress-image-item > div:last-child {
        flex: 1;
        justify-content: end;
    }

    .compress-top-right {
        white-space: nowrap;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}
@media (min-width: 1440px) {
    .other-tool-item{
        flex: 0 0 calc((100% - 6 * .75rem) / 6);
    }
}

/*Compare slider*/
img-comparison-slider{visibility:hidden}img-comparison-slider [slot=second]{display:none}img-comparison-slider.rendered{visibility:inherit}img-comparison-slider.rendered [slot=second]{display:unset}
.select-file-ai {
    cursor: pointer;
}
.dropdown-menu-item-ai {
    display: flex;
    align-items: center;      /* vertical centering */
}
.justify-content-center {
    justify-content: center;
}
