@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root{
--fs-title: clamp(1.5rem, 1.35rem + 0.75vw, 2.25rem);
--fs-14-18: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
--fs-16-18: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
--fs-14-20: clamp(0.875rem, 0.8rem + 0.375vw, 1.25rem);
--fs-16-20: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
--fs-18-20: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
--rounded-8-16: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
--rounded-8-12: clamp(0.5rem, 0.45rem + 0.25vw, 0.75rem);
--ff-awesome: "Font Awesome 6 Pro";
--ff-1: "Roboto", sans-serif;
}
body{
font-family: var(--ff-1);
line-height: normal;
}
p{
margin-bottom: 1rem;
}
p:last-of-type{
margin-bottom: 0;
}
.row-inner-full > .col > .col-inner,
.row-inner-full.row-slider .col > .col-inner{
height: 100%;
}
.row-slider .flickity-slider > .col{ }
.button{
min-height: unset;
padding: 0.625rem 1rem;
line-height: normal;
font-size: 1rem;
font-weight: 600;
font-family: var(--ff-1);
}
.button span{
line-height: normal;
}
.button.is-outline{
border-width: 1px;
line-height: normal;
}
.button.is-large{
font-size: 1.125rem;
}
.button.secondary{
color: #000;
}
.button.white{
color: var(--fs-color-primary) !important;
}
i.icon-angle-right:before{
content: "\f061";
font-family: var(--ff-awesome);
}
i.icon-envelop:before{
content: "\f0e0";
font-family: var(--ff-awesome);
}
.img-cover{
width: 100%;
height: 100%;
object-fit: cover;
}
.img-contain{
width: 100%;
height: 100%;
object-fit: contain;
}
.rounded-3 > .img-inner,
.rounded-3 > .col-inner{
border-radius: var(--rounded-8-16);
overflow: hidden;
}
.section-bg-linear .section-bg:before,
.section-bg-linear .section-bg:after{
content: "";
position: absolute;
left: 0;
right: 0;
z-index: 1;
height: 50%;
pointer-events: none;
}
.section-bg-linear .section-bg:before{
top: 0;
background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 50%);
}
.section-bg-linear .section-bg:after{
bottom: 0;
background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.00) 50%);
}
.svg-clip-path {
width: 0;
height: 0;
position: absolute;
top: 0;
left: 0;
pointer-events: none;
opacity: 0;
}
.justify-content-between{
justify-content: space-between;
}
.align-self-center{
align-self: center;
}
.flex-wrap{
flex-wrap: wrap;
}
.w-auto{
width: auto;
}
.h-100{
height: 100%;
}
.uxb-wrapper--flatsome_swiper .swiper-wrapper{
flex-wrap: wrap;
gap: 1rem;
}
.uxb-wrapper--flatsome_swiper_slide{
width: 30%;
}
.wpcf7-form{
margin-bottom: 0;
}
.wpcf7 .wpcf7-not-valid-tip{
position: absolute;
margin-top: 0;
font-size: 0.75rem;
z-index: 1;
}
.social-icons a{
width: 2rem;
height: 2rem;
min-width: unset !important;
min-height: unset;
display: inline-flex !important;
justify-content: center;
align-items: center;
margin: 0;
border: 1px solid #3A3A3C !important;
border-radius: 50%;
padding: 0 !important;
line-height: normal;
font-size: 1rem !important;
color: #3A3A3C;
}
.social-icons a i{
top: unset;
}
.social-icons a.is-outline{ } .header-top .nav li{
line-height: normal;
}
.header-top .button.secondary{
background-color: rgba(241, 193, 83, 0.6);
padding: 0.375rem 1rem;
font-size: 0.75rem;
font-weight: 600;
color: #fff;
}
.header-top .social-icons a.is-outline{
border: none !important;
color: #fff;
}
.header-main{
transition: all .3s ease;
}
.header-main .header-nav-main{
justify-content: center;
gap: 1%;
}
.header-main .header-nav-main .menu-item a{
font-weight: 400;
font-size: 1rem;
text-transform: uppercase;
}
#logo img{
transition: all .3s ease;
} .polylang_langswitcher{
display: flex;
align-items: center;
list-style: none;
margin-bottom: 0;
padding-left: 0;
gap: 0.25rem;
}
.polylang_langswitcher li{
width: auto !important;
margin-bottom: 0;
}
.polylang_langswitcher li a{
padding-left: 0 !important;
}
.polylang_langswitcher li img{
width: 30px;
height: auto !important;
}
.header-nav-main.nav-right{
gap: unset;
}
.header-block{
width: auto;
}
.header-block a.button{
font-size: 14px;
padding: 0.5rem 1rem;
} .banner-page{
height: clamp(15rem, 14rem + 5vw, 20rem);
background-color: transparent;
}
.banner-page .title-banner-page{
margin: 0;
font-size: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
font-weight: 700;
text-transform: uppercase;
text-align: center;
line-height: normal;
color: #fff;
}
.rank-math-breadcrumb p{
margin-top: 0.25rem;
font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
text-align: center;
color: #fff;
}
.rank-math-breadcrumb a{
color: inherit;
}
.banner-page.banner-simple{
height: unset;
.title-banner-page{
color: #000;
visibility: hidden;
width: 0;
height: 0;
overflow: hidden;
}
.rank-math-breadcrumb p{
color: #000;
text-align: left;
}
} input.form-control,
textarea.form-control{
padding: 0.75rem 1rem;
height: unset;
background-color: #fff;
box-shadow: none;
border-radius: 0.5rem;
transition: all .3s ease;
font-size: inherit;
}
.main-title h2{
margin-bottom: 0;
font-size: var(--fs-title);
}
.text-heading h3{
font-size: 1.5rem;
font-weight: 400;
font-family: var(--ff-2);
}
.text-heading h1,
.text-heading h2{
margin-bottom: 0;
font-weight: 700;
font-size: var(--fs-title);
line-height: normal;
}
.text-heading h1 + *,
.text-heading h2 + *{
margin-top: 0.75rem;
}
.text-heading p:last-of-type{
margin-bottom: 0;
}
.main-slide{
width: 100%;
}
.main-slide .main-slide-next
.main-slide .main-slide-prev{
font-size: 1.5rem;
}
.main-slide .uxb-wrapper--flatsome_swiper_slide{
width: 100%;
}
.main-slide .swiper-pagination-bullet{
width: 0.75rem;
height: 0.75rem;
background-color: #fff;
border-radius: 50rem;
opacity: 1;
transition: all .3s ease;
}
.main-slide .swiper-pagination-bullet-active{
background-color: var(--fs-color-primary);
width: 3rem;
}
.main-slide .btn-scroll{
position: absolute;
left: 50%;
bottom: 3rem;
transform: translateX(-50%);
z-index: 10;
text-align: center;
color: #fff;
}
.main-slide .btn-scroll svg{
animation: floatMouse 1.5s ease-in-out infinite;
}
@keyframes floatMouse {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-8px);
}
100% {
transform: translateY(0);
}
}
.bagde-heading{
position: relative;
display: inline-block;
padding: clamp(0.5rem, 0.45rem + 0.25vw, 0.75rem) clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
border-radius: 50rem;
font-weight: 700;
font-size: var(--fs-14-18);
color: var(--fs-color-primary);
}
.bagde-heading::before{
content: "";
position: absolute;
inset: 0;
border-radius: inherit;
padding: 1px;
background: linear-gradient(120deg, #214183 0%, #ef7942 100%);
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
pointer-events: none;
} .icon-box-wcu{
background-color: #fff;
padding: 1.5rem;
border: 1px solid #FEE2E2;
box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
border-radius: 1rem;
color: #4B5563;
}
.icon-box-wcu .icon-box-img{
width: clamp(2.75rem, 2.55rem + 1vw, 3.75rem) !important;
margin-bottom: 0.5rem;
}
.icon-box-wcu h3{
margin-bottom: 0.5rem;
font-size: clamp(2rem, 1.9rem + 0.5vw, 2.5rem);
font-weight: 900;
background-image: linear-gradient(90deg, #4494ef 0%, #214183 100%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.row-icon-box-wcu .col:nth-child(even) .icon-box-wcu h3{
background-image: linear-gradient(90deg, #F97316 0%, #C2410C 100%);
} .wrapper-story > .col-inner {
position: relative;
overflow: hidden;
padding: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
background: linear-gradient(90deg, #214183 0%, #ef7942 100%);
border-radius: 1rem;
}
.wrapper-story > .col-inner::before {
content: "";
position: absolute;
top: 0;
left: -150%;
width: 100%;
height: 100%;
background: linear-gradient(
90deg,
transparent,
rgba(255,255,255,.25),
transparent
);
transform: skewX(-25deg);
animation: shine 3s infinite;
}
@keyframes shine {
100% {
left: 150%;
}
} .icon-box-policy{
height: 100%;
padding: clamp(1rem, 0.8rem + 1vw, 2rem);
box-shadow: 0 0 48px 0 rgba(15, 23, 42, 0.3);
border-radius: 1rem;
transition: all .3s ease;
color: #57534E;
}
.icon-box-policy:hover{
box-shadow: 0 0 48px 0 rgba(15, 23, 42, 0.5);
}
.icon-box-policy .icon-box-img{
width: clamp(2.75rem, 2.55rem + 1vw, 3.75rem);
}
.icon-box-policy h3{
font-size: var(--fs-16-20);
}
.wrapper-base-value > .col-inner{
padding: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
background-color: #fff;
border: 1px solid #FEE1E1;
border-radius: 1rem;
}
.icon-box-base-value{
padding: 1rem;
border: 1px solid #E1E9FE;
background-color: rgba(225, 233, 254, 0.4);
border-radius: 0.5rem;
} .partner-slide{
padding: 0.5rem;
}
.partner-slide .swiper-slide{
height: auto;
}
.box-partner{
display: flex;
flex-direction: column;
gap: 1rem;
height: 100%;
border: 1px solid #E2E3FE;
padding: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
border-radius: 0.75rem;
box-shadow: 0 4px 6px rgba(0, 0, 0, 10%);
}
.box-partner .box-top{
display: flex;
align-items: center;
gap: 1rem;
}
.box-partner .box-top .box-icon{
width: 5rem;
height: 5rem;
padding: 0.5rem;
border: 1px solid #F5F5F4;
border-radius: 0.5rem;
box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 10%);
}
.box-partner .box-top .title{
font-size: var(--fs-16-18);
}
.box-partner .box-top .sub-title{
color: var(--fs-color-primary);
font-size: 0.875rem;
}
.box-partner .box-bottom{
margin-top: auto;
}
.box-partner .box-bottom .button-view-more{
font-weight: 500;
}
.row-home-post{
} .swiper-thumb-gallery .gallery-main {
margin-bottom: 15px;
height: 400px;
}
.swiper-thumb-gallery .gallery-thumbs .swiper-slide {
cursor: pointer;
}
.swiper-thumb-gallery .gallery-thumbs img,
.swiper-thumb-gallery .gallery-main img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
transition: all .5s ease;
}
.swiper-thumb-gallery .gallery-main:hover img {
filter: brightness(0.8);
}
.swiper-thumb-gallery .gallery-main a {
display: block;
height: 100%;
}
.gallery-play-btn {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 70px;
height: 70px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background: #787878a6;
color: #fff;
font-size: 22px;
}
.thumb-gallery-builder-preview {
padding: 30px;
border: 2px dashed #ddd;
text-align: center;
}
.post-vertical-slider{
height: clamp(10rem, 5.8rem + 21vw, 31rem);
overflow: hidden;
}
.post-card {
display: flex;
gap: 12px;
height: 100%;
}
.post-thumb{
width: 35%;
flex-shrink: 0;
overflow: hidden;
}
.post-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all .3s ease-in-out;
}
.post-card:hover .post-thumb img {
transform: scale(1.1);
}
.post-content {
flex: 1;
}
.post-title {
margin: 0 0 10px;
font-size: var(--fs-16-18);
line-height: 1.4;
font-weight: 700;
}
.post-title a {
color: #244a8d;
}
.post-excerpt {
font-size: 15px;
line-height: 1.6;
color: #333;
}
.post-vertical-slider .swiper-slide {
height: auto;
} .box-blog-post{
height: 100%;
}
.box-blog-post .box-image{
}
.box-blog-post .box-text{
padding: 0.5rem 0 0;
text-shadow: none !important;
font-size: 0.875rem;
line-height: normal;
}
.box-blog-post .box-text .post-title{
margin: 0 0 0.25rem;
font-size: 1rem;
font-weight: 700;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.box-blog-post .box-text .post-title a{
margin: 0;
color: var(--fs-color-primary);
}
.box-blog-post .from_the_blog_excerpt{
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
} .section-label-contact{
display: flex;
justify-content: center;
}
.section-label-contact p{
display: flex;
align-items: center;
padding: 0.5rem 1rem;
border: 1px solid rgba(217, 119, 6, 30%);
border-radius: 50rem;
background-color: rgba(217, 119, 6, 10%);
}
.section-label-contact img{
margin-right: 0.25rem;
}
.icon-box-achievement{
text-align: center;
}
.icon-box-achievement h3{
font-size: clamp(1.75rem, 1.65rem + 0.5vw, 2.25rem);
line-height: 1;
} #footer .section{
background: linear-gradient(0deg, #081d48 0%, #0a2a6c 50%, #081d48 100%);
}
.row-footer:after{
content: unset;
}
.icon-box-footer{
font-size: 0.75rem;
}
.icon-box-footer h3{
margin-bottom: 0.25rem;
font-size: 1.5rem;
}
.col-footer h3{
margin-bottom: 1.25rem;
font-size: var(--fs-18-20);
color: var(--fs-color-secondary);
}
.col-footer p{
margin-bottom: 0.5rem;
}
.col-footer .ux-menu{
}
.col-footer .ux-menu .ux-menu-link + .ux-menu-link{
margin-top: 0 !important;
}
.col-footer .ux-menu .ux-menu-link__link{
flex: unset;
display: flex;
justify-content: center;
align-items: center;
min-height: unset;
padding: 0;
color: #fff;
height: 2em;
transition: all .2s ease;
margin-bottom: 0.25rem;}
.col-footer .ux-menu .ux-menu-link__link:hover{
color: var(--fs-color-secondary);
}
#footer .social-icons a{
width: 2.25rem;
height: 2.25rem;
border: none !important;
border-radius: 0.5rem !important;
background-color: rgba(255, 255, 255, 0.2);
}
.absolute-footer{
display: none;
}
.button.back-to-top{
width: 2.75rem;
height: 2.75rem;
min-width: unset !important;
min-height: unset;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.25rem;
font-weight: 700;
} .badge-banner-product p{
display: inline-block;
padding: 0.25rem 1rem;
background-color: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius: 50rem;
font-size: clamp(0.625rem, 0.55rem + 0.375vw, 1rem);
}
.icon-service-quality{
padding: 1.5rem;
border: 1px solid #F2F4FE;
border-radius: 1rem;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.box-category{
padding: 0.25rem;
border-radius: 0.25rem;
background: linear-gradient(to right, #214183 0%, #EA580C 100%);
}
.box-category .box-image{
border-radius: 0.25rem;
}
.box-category .box-text{
min-height: 3rem;
padding: 0.5rem 0.5rem 0.25rem;
}
.box-category .box-text h5{
color: #fff;
font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
} .tag-material-excellence{
display: inline-flex;
align-items: center;
width: auto;
padding: 0.5rem 1rem;
border-radius: 50rem;
background-color: #F2F4FE;
}
.tag-material-excellence .{
width: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
}
.list-origin ul{
list-style: none;
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
}
.list-origin ul li{
margin: 0;
padding: 0.5rem;
width: calc(50% - 0.25rem);
border: 1px solid #E7E5E4;
border-radius: 0.5rem;
background-color: #FAFAF9;
color: #44403C;
}
.list-check ul li{
margin-left: 0;
list-style: none;
}
.list-check ul li:before{
content: "\f058";
font-family: var(--ff-awesome);
margin-right: 0.5rem;
color: var(--fs-color-primary);
} .nav-pagination>li{
margin: 0 0.25rem !important;
}
.nav-pagination>li>a,
.nav-pagination>li>span{
min-width: unset;
width: 2rem;
height: 2rem;
display: flex;
justify-content: center;
align-items: center;
border-radius: 0.25rem;
border: 1px solid #000;
line-height: normal;
}
.nav-pagination>li i{
top: 0;
font-size: inherit;
} .blog-wrapper.blog-archive{
padding-top: 50px;
}
.blog-wrapper .entry-header{
display: none;
}
.blog-wrapper .single-page{
padding-top: 0;
}
.flatsome-custom-top-content{
margin-bottom: 1.5rem;
}
.flatsome-custom-top-content .title-single-content{
margin-bottom: 0.75rem;
font-weight: 700;
font-size: var(--fs-title);
}
.flatsome-custom-top-content .meta-post{
display: flex;
gap: 1.5rem;
color: #333333;
} .wrap-contact > .col-inner{
padding: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
border-radius: var(--rounded-8-16);
background-color: #fff;
box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.1);
}
.icon-heading-contact{
display: flex;
align-items: center;
}
.icon-heading-contact h2{
margin-bottom: 0;
font-size: 1.25rem;
} .form-contact-custom {
margin: 0;
}
.form-contact-custom input[type="text"],
.form-contact-custom input[type="email"],
.form-contact-custom input[type="tel"],
.form-contact-custom input[type="url"],
.form-contact-custom input[type="number"],
.form-contact-custom textarea,
.form-contact-custom select {
width: 100%;
min-height: 46px;
padding: 10px 15px;
border: 1px solid #ddd;
border-radius: 4px;
box-shadow: none;
background: #fff;
}
.form-contact-custom textarea {
height: 160px;
resize: vertical;
}
.form-contact-custom input:focus,
.form-contact-custom textarea:focus,
.form-contact-custom select:focus {
border-color: #214183;
box-shadow: none;
}
.form-contact-custom input[type="file"] {
width: 100%;
min-height: 32px;
}
.form-contact-custom .download-prescription,
.form-contact-custom .btn-download {
width: 100%;
min-height: 46px;
margin: 0;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
}
.form-contact-custom .upload-label {
display: block;
margin-bottom: 12px;
font-size: 14px;
color: #555;
}
.form-contact-custom .drag-n-drop-upload,
.form-contact-custom .codedropz-upload-wrapper {
border: 2px dashed #d4dae5 !important;
background: #f5f7fb !important;
border-radius: 6px !important;
padding: 35px 20px !important;
transition: .3s ease;
}
.form-contact-custom .drag-n-drop-upload:hover,
.form-contact-custom .codedropz-upload-wrapper:hover {
border-color: #214183 !important;
}
.form-contact-custom .dnd-default {
text-align: center;
padding: 20px 0;
}
.form-contact-custom .dnd-upload-icon {
margin-bottom: 15px;
}
.form-contact-custom .dnd-upload-icon i,
.form-contact-custom .dnd-upload-icon svg {
font-size: 48px;
width: 48px;
height: 48px;
}
.form-contact-custom .dnd-default span {
display: block;
font-size: 18px;
margin-bottom: 10px;
}
.form-contact-custom .dnd-default p {
margin: 5px 0;
}
.form-contact-custom .dnd-upload-button {
margin-top: 15px;
}
.form-contact-custom .dnd-upload-button .btn,
.form-contact-custom .dnd-upload-button a,
.form-contact-custom .dnd-upload-button input[type="button"] {
margin: 0;
}
.form-contact-custom .dnd-upload-counter,
.form-contact-custom .dnd-upload-status,
.form-contact-custom .dnd-upload-details {
display: none !important;
}
.form-contact-custom .dnd-uploaded-files {
margin-top: 15px;
}
.form-contact-custom .dnd-uploaded-files .dnd-upload-item,
.form-contact-custom .dnd-uploaded-files .dnd-upload-status {
padding: 10px;
border: 1px solid #e5e5e5;
border-radius: 4px;
background: #fff;
margin-bottom: 8px;
}
.form-contact-custom .wpcf7-recaptcha,
.form-contact-custom .g-recaptcha {
margin-top: 10px;
}
.form-contact-custom .button {
min-width: 120px;
margin: 0;
border-radius: 0.5rem;
}
.form-contact-custom .button.secondary {
background: #666;
border-color: #666;
color: #fff;
}
.form-contact-custom .wpcf7-not-valid-tip {
margin-top: 5px;
font-size: 12px;
}
.form-contact-custom .wpcf7-spinner{
display: none;
}
.form-contact-custom .wpcf7-response-output {
margin-top: 15px;
} .map-contact p{
height: 200px;
border-radius: 1rem;
overflow: hidden;
}
.map-contact p iframe{
width: 100%;
height: 100%;
}
.wrap-contact.hotline > .col-inner{
background: linear-gradient(to right, #2C60C9 0%, #214183 100%);
}
.wrap-contact.email > .col-inner{
background: linear-gradient(to right, #EA580C 0%, #C2410C 100%);
}
.wrap-contact.time > .col-inner{
background: #fff;
border: 1px solid #FEE2E2;
}
.wrap-contact.connect > .col-inner{
background: linear-gradient(to right, #214183 0%, #EA580C 100%);
}
.wrap-contact.connect .button{
flex: 1;
background-color: rgba(255, 255, 255, 0.2) !important;
color: #fff !important;
}
.wrap-contact.follow > .col-inner{
background: linear-gradient(to right, #1F2937 0%, #111827 100%);
}
.wrap-contact.follow .social-icons a{
width: 2.5rem;
height: 2.5rem;
border-radius: 0.5rem !important;
}
.wrap-contact.hotline,
.wrap-contact.email,
.wrap-contact.time{
.icon-box{
display: flex;
align-items: center;
}
.icon-box h3{
margin: 0.15rem 0;
}
.icon-box p{
margin-bottom: 0;
font-size: 0.875rem;
}
} .wrapper-heading-about .heading-about h1,
.wrapper-heading-about .heading-about h2{
background-image: linear-gradient(to top, #070E1D 0%, #214183 100%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
margin-bottom: 1rem;
font-size: clamp(1.75rem, 1.5rem + 1.25vw, 3rem);
}
.wrapper-heading-about .is-divider{
background: linear-gradient(to top, #070E1D 0%, #214183 100%);
border-radius: 50rem;
}
.wrapper-heading-about.orange .heading-about h1,
.wrapper-heading-about.orange .heading-about h2,
.wrapper-heading-about.orange .is-divider{
background-image: linear-gradient(to right,  #214183 0%, #EA580C  100%);
}
.heading-about-h1 h1{
font-size: 5rem;
}
.box-vision{
padding: 2rem;
border-radius: 1rem;
background: linear-gradient(to right, #214183 0%, #EA580C 100%);
color: #fff;
}
.box-vision h3{
margin-bottom: 1rem;
color: inherit;
}
.box-mission{
padding: 2rem;
border-radius: 1rem;
border: 1px solid #FEE2E2;
background: linear-gradient(to right, #F2F9FE 0%, #FFF7ED 100%);
}
.box-goal{
padding: 2rem;
border-radius: 1rem;
border: 1px solid #FEE2E2;
background-color: #fff;
position: relative;
}
.box-goal:after{
content: "";
position: absolute;
right: 0;
top: 0;
z-index: -1;
width: 102%;
height: 110%;
background-color: rgba(33, 65, 131, 0.2);
border-radius: inherit;
transform: rotate(2deg);
transform-origin: right top;
transition: all .3s ease;
}
.box-goal:hover:after{
transform: rotate(1deg);
} .doctor-slide{
padding: 1rem;
}
.doctor-slide .swiper-slide{
height: auto;
}
.box-image-doctor{
height: 100%;
background-color: #fff;
border: 1px solid #E2EDFE;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
border-radius: 0.75rem;
}
.box-image-doctor:after{
content: "";
position: absolute;
left: 50%;
bottom: 0;
transform: translateX(-50%);
width: 30%;
height: 4px;
border-radius: 2rem;
background: linear-gradient(0deg, #446CEF 0%, #214183 100%);
transition: all .3s ease-in-out;
}
.box-image-doctor:hover:after{
width: 70%;
}
.box-image-doctor .box-image{
}
.box-image-doctor .box-text{
padding: 1rem;
}
.box-image-doctor .box-text h3{
font-size: var(--fs-16-18);
}
.badge-certificate{
display: inline-flex;
align-items: center;
padding: 0.5rem 1rem;
border-radius: 50rem;
background: linear-gradient(to right, #EF7942 0%, #214183 100%);
width: auto;
}
.badge-certificate .icon-box-img{
width: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem) !important;
} .partner-logo-slide .swiper-slide{
padding: clamp(0.25rem, 0.15rem + 0.5vw, 0.75rem);
background-color: #F4F4F4;
border-radius: 0.25rem;
}
.partner-logo-slide .swiper-slide img{
width: 100%;
height: 100%;
object-fit: contain;
} .box-logo-press{
padding: 1rem;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.box-logo-press img{
width: 100%;
height: 100%;
object-fit: contain;
}
.row-blog-press .box-blog-post .box-text .post-title a{
font-weight: 400;
color: #000;
}
.row-blog-press .box-blog-post .is-divider{
display: none;
} .section-banner-warranty{
background: linear-gradient(to right, #0B1730 0, #214183 70%);
}
.section-banner-warranty .bagde-title{
display: inline-block;
padding: 0.5rem 1rem;
border-radius: 1rem;
background-color: #D97706;
font-size: 0.875rem;
} .icon-box-warranty{
display: flex;
align-items: center;
width: auto;
padding: 0.5rem 1rem;
background-color: #FFFFFF;
border-radius: 50rem;
border: 1px solid rgba(255, 255, 255, 0.15);
} .warranty-lookup .lookup-box,
.warranty-lookup .result-box{
height:100%;
padding: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
border-radius: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
background-color:#fff;
box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
} .warranty-lookup h3{
margin-bottom:10px;
font-size: 28px;
font-weight:700;
}
.warranty-lookup .description{
margin-bottom: 20px;
color:#666;
line-height: 1.6;
}
.warranty-lookup .form-group{ }
.warranty-lookup .form-group label{
display:block;
margin-bottom: 8px;
font-weight: 600;
}
.warranty-lookup .form-group input{
height: 52px;
border-radius: 8px;
border: 1px solid #ddd;
box-shadow: none;
}
.warranty-lookup .note{
margin-bottom:20px;
color:#777;
font-size: 14px;
}
.warranty-lookup .action-buttons{
display: flex;
gap: 12px;
margin-bottom: 25px;
}
.warranty-lookup .action-buttons .button{
flex:1;
margin:0;
border-radius:8px;
min-height:48px;
display:flex;
align-items:center;
justify-content:center;
gap:8px;
}
.warranty-lookup .action-buttons .primary{
background:#1f4385;
border-color:#1f4385;
}
.warranty-lookup .lookup-guide{
background:#eef4ff;
padding:20px;
border-radius:10px;
}
.warranty-lookup .lookup-guide h4{
margin-bottom:15px;
font-size:18px;
font-weight:700;
}
.warranty-lookup .lookup-guide ul{
list-style:none;
padding:0;
margin:0;
}
.warranty-lookup .lookup-guide li{
display:flex;
align-items:flex-start;
gap:12px;
margin-bottom:18px;
color:#555;
line-height:1.6;
}
.warranty-lookup .lookup-guide li:last-child{
margin-bottom:0;
}
.warranty-lookup .lookup-guide .step{
width:24px;
height:24px;
min-width:24px;
border-radius:50%;
background:#ffb84d;
color:#fff;
font-size:12px;
font-weight:700;
display:flex;
align-items:center;
justify-content:center;
} .warranty-lookup .result-box h2{
font-size: var(--fs-title);
font-weight:700;
margin-bottom: 24px;
}
.warranty-lookup .search-result-form{
margin-bottom:30px;
}
.warranty-lookup .search-result-form input{
height:52px;
border-radius:8px;
border:1px solid #ddd;
margin-bottom:20px;
}
.warranty-lookup .search-result-form .button{
background:#1f4385;
border-color:#1f4385;
min-width:140px;
border-radius:8px;
}
.warranty-lookup .warranty-info table{
width:100%;
border:none;
margin-bottom:20px;
}
.warranty-lookup .warranty-info table tr{
border:none;
font-size: inherit;
}
.warranty-lookup .warranty-info table td{
border:none;
padding:6px 0;
vertical-align:top;
font-size: inherit;
}
.warranty-lookup .warranty-info table td:first-child{
width:180px;
color:#111;
}
.warranty-lookup .import-file{
margin-left:10px;
font-size:14px;
text-decoration:none;
}
.warranty-lookup .company-info{
border-top:1px solid #eee;
padding-top:20px;
}
.warranty-lookup .company-info h3{
font-size:24px;
margin-bottom:8px;
}
.warranty-lookup .company-info p{
color:#555;
margin:0;
}
.warranty-contact > .col-inner{
padding: 3rem 2rem;
border-radius: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
background-color: #214183;
}
.warranty-faq > .col-inner{
padding: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
border-radius: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
border: 1px solid #E7E5E4;
}
.warranty-faq .stack .text{
padding: 1rem;
border-radius: 1rem;
border: 1px solid #E7E5E4;
background-color: #FAFAF9;
color: #57534E;
}
.warranty-faq .stack .text h3,
.warranty-faq .stack .text h4{
font-size: var(--fs-16-18);
font-weight: 600;
} .category-page-row{
padding-top: 50px;
}
.custom-product-category-title{
text-align: center;
}
.custom-product-category-title h2{
display: inline-block;
width: auto;
font-size: var(--fs-title);
font-weight: 900;
text-transform: uppercase;
background-image: linear-gradient(90deg, #214183 0%, #EA580C 100%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
} .product-small.box{
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
border-radius: 0.5rem;
}
.product-small.box .box-image{
border-radius: inherit;
}
.product-small.box .box-text{
padding: 0.75rem;
}
.product-small.box .title-wrapper a{
font-size: var(--fs-16-20);
font-weight: 700;
text-transform: uppercase;
background-image: linear-gradient(90deg, #214183 0%, #EA580C 100%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
} .woocommerce-breadcrumb{
display: none;
}
.product-images .image-tools .button{
width: 2.5rem;
height: 2.5rem;
display: flex;
justify-content: center;
align-items: center;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image{
height: 500px;
}
.product-thumbnails .flickity-slider > .col a{
display: block;
height: 150px;
}
.product-thumbnails .flickity-slider > .col a img{
width: 100%;
height: 100%;
object-fit: cover;
}
.product-info .product-title{
color: var(--fs-color-primary);
margin-top: 0;
margin-bottom: 15px;
font-size: var(--fs-title);
font-weight: 600;
line-height: 40px;
letter-spacing: -.5px;
}
.product-info .product-custom-price{
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.product-info .product-custom-price span{
color: #EC2D3F;
font-size: 1.5rem;
}
.woocommerce-tabs.wc-tabs-wrapper{
max-width: unset !important;
border-top: 0;
padding-top: 0;
}
.woocommerce-tabs .product-tabs li a{
padding: 0.5rem 2.5rem 0.5rem 1.5rem;
border-radius: 0 !important;
font-size: 1.5rem;
line-height: unset;
clip-path: url(#clip-path-tab);
}
.woocommerce-tabs .tab-panels{
padding: 1.5rem;
background-color: #F3F3F3;
}
.woocommerce-tabs .tab-panels table th,
.woocommerce-tabs .tab-panels table td{
color: #000;
font-size: inherit;
}
.product-section.related{
border-top: unset;
}
.product-section-title{
max-width: unset !important;
font-size: var(--fs-title);
text-align: center;
color: var(--fs-color-primary);
}
.product-section.related > .row{
max-width: 100%;
} .button-contact-fixed{
position: fixed;
bottom: 8%;
right: 0.25rem;
z-index: 30;
display: flex;
flex-direction: column;
align-items: center;
gap: 0.25rem;
}
.box-ring {
width: clamp(4rem, 3.8rem + 1vw, 5rem);
height: clamp(4rem, 3.8rem + 1vw, 5rem);
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
transition: visibility .5s;
position: relative;
}
.box-ring-outline {
position: absolute;
width: clamp(4rem, 3.8rem + 1vw, 5rem);
height: clamp(4rem, 3.8rem + 1vw, 5rem);
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
transform-origin: 0 0;
border: 2px solid rgba(30, 30, 30, 0.5);
background-color: transparent;
border-radius: 50%;
opacity: .5;
transition: all .5s;
animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
}
.box-ring-inline {
position: absolute;
left: 50%;
top: 50%;
width: clamp(3rem, 2.8rem + 1vw, 4rem);
height: clamp(3rem, 2.8rem + 1vw, 4rem);
transform: translate(-50%, -50%);
transform-origin: 0 0;
border: 2px solid transparent;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.5);
transition: all .5s;
animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
}
.box-ring-image{
width: clamp(2.5rem, 2.4rem + 0.5vw, 3rem);
height: clamp(2.5rem, 2.4rem + 0.5vw, 3rem);
padding: 6px;
border: 2px solid transparent;
border-radius: 50%;
background-color: #000;
opacity: 1;
animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}
.box-ring-image img{
width: 100%;
height: 100%;
object-fit: contain;
}
.box-ring-label{
position: absolute;
right: 2rem;
height: 2.25rem;
z-index: -1;
padding: 0.25rem 3rem 0.25rem 1rem;
border-radius: 50rem;
white-space: nowrap;
color: #fff;
display: flex;
align-items: center;
}
@keyframes coccoc-alo-circle-anim {
0% {
transform: rotate(0) scale(.5) skew(1deg) translate(-50%, -50%);
opacity: .1
}
30% {
transform: rotate(0) scale(.7) skew(1deg) translate(-50%, -50%);
opacity: .5
}
100% {
transform: rotate(0) scale(1) skew(1deg) translate(-50%, -50%);
opacity: .1
}
}
@keyframes coccoc-alo-circle-fill-anim {
0% {
transform: rotate(0) scale(.7) skew(1deg) translate(-50%, -50%);
}
50% {
transform: rotate(0) scale(1) skew(1deg) translate(-50%, -50%);
}
100% {
transform: rotate(0) scale(.7) skew(1deg) translate(-50%, -50%);
}
}
@keyframes coccoc-alo-circle-img-anim {
0% {
transform: rotate(0) scale(1) skew(1deg)
}
10% {
transform: rotate(-25deg) scale(1) skew(1deg)
}
20% {
transform: rotate(25deg) scale(1) skew(1deg)
}
30% {
transform: rotate(-25deg) scale(1) skew(1deg)
}
40% {
transform: rotate(25deg) scale(1) skew(1deg)
}
50% {
transform: rotate(0) scale(1) skew(1deg)
}
100% {
transform: rotate(0) scale(1) skew(1deg)
}
}