<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


.navbar {
    padding-top: 1px;
    padding-bottom: 3px;
    height: 55px;
    background-color: white !important;
    box-shadow: 0px 5px 14px rgb(225 225 225 / 22%);
}

.navbar-nav {
    width: 100%;
    justify-content: flex-end;
    padding-right: 45px;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show &gt; .nav-link {
    color: #1C3975;
}

.navbar-light .navbar-nav .nav-link.active:after {
    padding: 0;
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    background: #1C3975;
    right: 0;
    /* top: -1px; */
    margin-top: 8px;
    position: absolute;
    border-radius: 30px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    font-family: 'Nunito';
    font-weight: 500;
    color: #818189;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
}

.navbar .logo {
    background-color: white;
    position: absolute;
    border-radius: 0 0 20px 20px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    top: 0;
    box-shadow: 0px 5px 14px rgb(173 164 164 / 14%);
}

.navbar .logo img {
    width: 135px;
    padding-bottom: 5px;
    padding-top: 10px;
    height: auto;
}

.m-nav-btn {
    position: absolute;
    right: 80px;
}

.m-nav-btn img {
    width: 30px;
}

.wa-container {
    position: sticky;
    bottom: 0;
    text-align: end;
    display: flex;
    align-items: flex-end;
    justify-content: end;
    padding-right: 10px;
    z-index: 1;
}

.whatsapp {
    position: absolute;
    transform: translate(0px, -150%);
    right: 5%;
    top: 50%;

}

.whatsapp img {
    width: 35px;
}

.btn-wa {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: white;
    border-radius: 20px;
    padding: 5px 10px 5px 5px;
    column-gap: 5px;
    box-shadow: 0px 3px 10px #00000029;
}

.btn-wa p {
    margin-bottom: 0px;
    color: #3D3D4E;
}

.about-us .image-container, .expertise .image-container {
    border-radius: 30px;
    text-align: center;
    box-shadow: 0px 3px 10px #00000029;
    width: 100%;
    opacity: 1;
    margin: 0 auto;
    padding: 10px;
}

.about-us .image-container img {
    width: 100%;
    height: 380px;
    border-radius: 22px;
    margin: auto;
    display: block;
    object-fit: cover;
}

.expertise .image-container img {
    width: 100%;
    height: 250px;
    border-radius: 22px;
    margin: auto;
    display: block;
    object-fit: cover;
}

.cont-checker {
    padding-bottom: 10px;
    padding-left: 15px;
}

.checker {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;

}

.checker.v2 {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: normal;

}

.checker img {
    width: 15px;
    height: 15px;
}

.checker p {
    margin-bottom: 0px;
    font-weight: 800;
}

.checker.v2 p {
    margin-bottom: 0px;
    font-weight: 500;
}

.our-product {
    padding-top: 5rem;
    padding-bottom: 4rem;
}

.product-container {
    margin-left: 10rem;
    margin-right: 10rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.item-outer-product {
    padding: 15px;
}

.item-product {
    background: white;
    padding: 10px;
    box-shadow: 0px 5px 14px rgb(23 23 23 / 14%);
    border-radius: 15px;
    height: 305px;
    cursor: pointer;
}

.item-product img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
}

.item-product h4 {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 1.35rem;
    margin-top: 15px;
    height: 67px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    top: 50%;
    display: block;
    width: 25px;
    height: 25px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    /*background: transparent;*/
    background: #FED02F;
    position: absolute;
    left: -30px;
    border-radius: 150%;
}

.slick-next {
    right: -30px;
    left: unset;
}

.slick-prev:before {
    content: "\f104";
}

.slick-next:before {
    content: "\f105";
}

.slick-prev:before, .slick-next:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1C3975;
}

.img-product-detail {
    width: 100%;
    border-radius: 15px;
}

.detail-product h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6rem;
    padding-bottom: 0px;
    margin-top: 15px;
}

.detail-product .desc {
    margin-bottom: 0px;
}

.detail-product .modal-content {
    border-radius: 15px;
    padding: 15px 0px 15px 0px;
}

.btn-primary {
    background-color: #1C3975;
    border-color: #1C3975;
}

.btn-rounded {
    border-radius: 30px;
}

.display-product {

}

.btn-close-product {
    position: absolute;
    top: -22.5px;
    width: 45px;
    right: -22.5px;
    cursor: pointer;
}

.expertise .card-holder:first-child {
    padding-top: 125px;
}

.expertise .card-holder:nth-child(odd) {
    background: #F0F6F7;
}

.expertise .card-holder:nth-child(even) {
    background: white;
}

.expertise .card-holder {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.footer-logo {
    width: 25%;
}

.footer-legal {
    width: 68%;
    margin-top: 25px;
}

.contact {
    position: relative;
}

.header-contact {
    width: 100%;
    background: url(../images/bg_contact.png) no-repeat;
    background-size: cover;
    padding: 2rem 0 2rem 0;
    text-align: center;
}

.header-contact h1 {
    color: white;
    margin-bottom: 0;
}

.contact-background {
    position: absolute;
    width: 100%;
    height: 300px;
    background: #F0F6F7;
}

.content-contact {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: linear-gradient(180deg, #F0F6F7 50%, white 50%);
}

.content-contact .box-contact {
    padding: 3.5rem 3.5rem 25rem 3.5rem;
    border-radius: 50px;
    background: white;
}

.box-shadow {
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0px 3px 10px #00000029;
}

.img-rounded {
    width: 100%;
    border-radius: 15px;
}

.content-contact img.img-rounded {
    /*height: 285px;*/
    object-fit: cover;
}

.row-contact-info {
    display: flex;
    gap: 8px;
    margin-left: 15px;
    margin-bottom: 18px;
}

.row-contact-info img {
    width: 35px;
    height: 35px;
}

.row-contact-info p {
    margin-bottom: 0;
    font-size: 18px;
}
.row-contact-info p.email {
    margin-bottom: 0;
    color: #2857B9;
    font-weight: 800;
}
.contact-map{
    text-align: center;
    margin-top: -315px;
}
.contact-map h2{
    margin-bottom: 20px;
}
.frame-section {
    margin-right: 210px;
    margin-left: 210px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 23%);
    position: relative;
    background: white;
}
.frame-wrapper {
    position: relative;
    padding-bottom: 52.65%;
    padding-top: 25px;
    height: 0;
}
.frame-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 7px;
}
.title-page{
    color: white;
    width: 100%;
    background: url(../images/bg_title.png) no-repeat;
    background-size: cover;
    padding: 2rem 0 2rem 0;
    text-align: center;
}
.blog-card .blog-desc p {
    font-size: 14px;
    line-height: 24px;
    color: #3D3D4E;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 5px;
    font-size: 13px;
}
.pagination {
    justify-content: center;
}
.pagination .page-item{
    margin: 0 5px 0 5px;
}
.page-item:first-child .page-link {
    border-radius: 20px;
    padding-left: 25px;
    padding-right: 25px;
}
.page-link{
    color: #1C3975;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #1C3975;
    border-radius: 50%;
}
.page-item.active .page-link {
    z-index: 3;
    color: #1C3975;
    background-color: #FED02F;
    border-color: #FED02F;
}
.page-item:last-child .page-link {
    border-radius: 20px;
    padding-left: 25px;
    padding-right: 25px;
}
.blog-container {
    margin-top: 55px;
}
.detail-blog .share-blog img {
    width: 30px;
    height: 30px;
    margin: 0 5px;
}
.detail-blog .detail img {
    width: 100%;
    border-radius: 12px;
    text-align: center;
    margin: 0 auto 30px;
    display: block;
    height:auto;
}
.category-container li:before {
    font-family: "Font Awesome 6 Free";
    content: "\f105";
    display: inline-block;
    height: 9px;
    width: 5px;
    margin-right: 22px;
    font-weight: 800;
    color: #3D3D4D;
}
.category-container li a{
    color: #3D3D4D;
}
.lk .link, .rk .link {
    font-size: 15px;
    line-height: 1.5rem;
    color: #3D3D4E;
    margin-bottom: 10px;
}
.detail-blog-container {
    margin-top: 128px;
    margin-bottom: 5rem;
}
.detail-blog .cb {
    width: 100%;
    color: #7F8E9A;
    font-size: 15px;
    line-height: 16px;
    height: 16px;
    margin-bottom: 20px;
}
.detail-blog .cb a{
    color: #7F8E9A;
}
.tag{
    margin-top: 3rem;
}
.tag .label{
    font-size: 13px;
}
.tag .value {
    background: #d2d2d2;
    padding: 0 9px;
    border-radius: 10px;
    margin: 3px 3px;
    display: inline-block;
    color: #262626;
    font-size: 13px;
}
.detail-blog .detail {
    width: 100%;
    margin: 0 auto;
    border-radius: 30px;
    border: 4px solid #FFFFFF;
    box-shadow: 0 3px 10px #00000029;
    margin-top: 22px;
    margin-bottom: 53px;
    padding: 20px 20px 30px;
}


.list-partners{
    border: 1px solid #dddddd;
    height: 180px;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}
.cont-img-partner{
    position: absolute;
    width: 100%;
    height: 180px;
    top:0px;
}
.list-partners img{
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.partner{
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.desc-partner{
    text-align: center;
    height: 30px;
    background-color: #1C3975;
    position: absolute;
    width: 100%;
    bottom: 0px;
    top:100%;
    transition: transform 250ms;
    vertical-align: bottom;
}

.list-partners:hover .desc-partner {
    transform:translateY(-100%);
}
.list-partners:hover .cont-img-partner{
   top: -20px
}
.desc-partner p{
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 13px;
}

.bubble{
    background-color: #264580;
    width: 150px;
    height: 130px;
    margin: auto;
    /* border-bottom-left-radius: 100%; */
    /* border-bottom-right-radius: 100%; */
    border-radius: 100%;
    /* margin-top: -85px; */
    position: absolute;
    /* margin: auto; */
    left: 50%;
    transform: translate(-50%);
    z-index: -1;
    top: 75px;
}
.modal-pop-up .modal-header{
    width: 100%;
    position: absolute;
    z-index: 1;
    padding: 0px;
    background: transparent;
    border: none;
}
.modal-pop-up .modal-content{
    background: transparent;
    border: none;
    box-shadow: none;
}
.cont-writer{
    width:100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 3rem;
}
.cont-writer img{
    width: 10% !important;
    height: auto;
    border-radius: 50% !important;
}
.cont-writer .div-lbl{
    margin-left: 25px;
}
.cont-writer .div-lbl .name{
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 5px;
}
.cont-writer .div-lbl .desc{
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 0px;
    color: #6b6969;

}
.cont-prod-partner{
    display: flex;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.partner-section{
    width: 23%;
    border-right: 1px solid #E2E2E2;
    padding: 0 30px 0 15px;
}
.partner-product-section{
    display: flex;
    width: 100%;
    padding-left: 15px;
}
.img-partner-cont-section{

}
.img-partner-cont-section img{
    width: 100%;
}
.partner-description{
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 15px;
}
.price-cont{
    margin-top: 20px;
}
.price-cont i{
    font-size: 19px;
}
.product-item{
    width: 33.33%;
    padding: 20px 0 20px 20px;
}
.product-item-con{
    background: #F5F5F5;
    padding: 15px;
    border-radius: 10px;
}
.product-item-con img{
    width: 100%;
    border-radius: 10px;
    height: 200px;
    object-fit: cover;
}
.product-item-con .product-title{
    margin-bottom: 0px;
    margin-top: 15px;
    text-align: center;
    font-size: 15px;
    height: 40px;
}
.product-item-con label{
    position: absolute;
    right: 0;
    background: #1C3975;
    color: white;
    font-size: 11px;
    padding: 5px;
    font-weight: 500;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.toc {
    padding-bottom: 15px;
}
.toc p {
    margin-bottom: 5px;
    color: #004593 !important;
    font-weight: 600 !important;
    font-size: 18px !important;
}
.tocItem {
    display: flex;
    width: 100%;
    column-gap: 10px;
}
.tocItem a {
    color: #004593;
    display: contents;
}

.yt-home-ctn{
    padding: 9rem 8rem;
    text-align: center;
}

.yt-home-ctn .frame{
    border-radius: 20px;
    overflow: hidden;
}

.yt-home-ctn .frame iframe{
    width: 100%;
    height: 550px;
    display: block;
}
</pre></body></html>