/*
Theme Name: SmartSoft Child
Theme URI: https://smartsoft.gavencreative.com
Template: smartsoft
Author: the JWSThemes team
Author URI: https://jwsuperthemes.com
Description: SmartSoft is perfect for software companies, startups, mobile app showcases, IT agencies, and similar businesses. With SmartSoft, you will have no trouble triggering everyone’s attention in close to no time. Home demos, tons of inner layouts, Elementor Page Builder, sliders, and blog pages are all the different treats of SmartSoft. Set up product shops with WooCommerce integration in an instant! SmartSoft is compatible with all browsers and screens, making it mobile-friendly. Let the world know about your IT company with SmartSoft!
Tags: one-column,flexible-header,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.1.0
Updated: 2023-05-29 06:28:20
*/

@font-face {
    font-family: "Oswald";
    font-weight: normal;
    font-style: normal;
    src: url("./fonts/Oswald/Oswald-Regular.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "Oswald";
    font-weight: bold;
    font-style: normal;
    src: url("./fonts/Oswald/Oswald-Bold.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "Oswald";
    font-weight: normal;
    font-style: italic;
    src: url("./fonts/myriad-pro-cufonfonts/Oswald-Italic.ttf") format("truetype");
    font-display: swap
}

/**/
@font-face {
    font-family: "myriad-pro";
    font-weight: normal;
    font-style: normal;
    src: url("./fonts/myriad-pro-cufonfonts/MYRIADPRO-REGULAR.OTF") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "myriad-pro";
    font-weight: bold;
    font-style: normal;
    src: url("./fonts/myriad-pro-cufonfonts/MYRIADPRO-BOLD.OTF") format("truetype");
    font-display: swap
}

/**/
@font-face {
    font-family: "Tungsten";
    font-weight: bold;
    font-style: normal;
    src: url("./fonts/Tungsten/Tungsten.ttf") format("truetype");
    font-display: swap
}

body {
    font-family: "myriad-pro", "Arial"
}

/* Style prefix suffix counter */

.elementor-element-1ba277a .elementor-counter-number-suffix,
.elementor-element-1ba277a .elementor-counter-number-prefix {
    font-size: 20px;
    line-height: 30px;
}

/* Style header contact button */
a.backToTop.fas.fa-arrow-up.with-shadow {
    font-family: 'Font Awesome 5 Free' !important;
}

.contact-btn a {
    background-color: #FD5555;
    padding: 10px !important;
    transition: all .3s;
}

.contact-btn a:hover {
    scale: 1.2;
    color: #fff !important;
}

#menu-1-8636813 {
    align-items: center;
}

/* Style logo mona media */

.logo-media .elementor-widget-container p {
    display: flex;
    align-items: center;
}

/*home lading apge*/
.sec-header {
    position: fixed;
    z-index: 123;
    width: 100%;
    top: 0;
    left: 0;
}

.sec-header.stuck .sec-home-landing-nav-top {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease-out .5s all;
    transition: ease-out .5s all;
}

.sec-header .sec-home-landing-nav-top {
    opacity: 1;
    visibility: visible;
    -webkit-transition: ease-out .5s all;
    transition: ease-out .5s all;
}

.sec-home-landing-nav-top .elementor-icon-list-items li a {
    margin: 0 8px;
    /* padding-top: 15px;
    padding-bottom: 15px; */
}


.swiper-slide-inner {
    max-width: 1170px;
    padding: 10px !important;
    width: 100%;
}

/**/
.sec-banner {
    overflow-x: hidden;
}

/**/
.home-landing-title .elementor-slide-heading,
.home-landing-title h2 {
    font-family: "Tungsten", "Oswald", sans-serif !important;
}

.home-landing-title h2 {
    font-size: 75px !important;
    line-height: 1 !important;
}

.sec-banner .elementor-button.elementor-slide-button,
.home-landing-btn .elementor-button {
    color: #000 !important;
    background-color: #fff !important;
    border: 1px solid #000;
    position: relative;
    z-index: 1;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 12px 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 14px !important;
}

.sec-banner .elementor-button.elementor-slide-button:before,
.home-landing-btn .elementor-button:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #000;
    z-index: -1;
    transform: none;
    opacity: 0;
}

.sec-banner .elementor-button.elementor-slide-button:hover,
.home-landing-btn .elementor-button:hover {
    border: 1px solid #000 !important;
    background-color: #000 !important;
    color: #fff !important;
}

.sec-banner .elementor-button.elementor-slide-button:hover:before,
.home-landing-btn .elementor-button:hover:before {
    width: 100% !important;
    opacity: 1;
}

.sec-banner .elementor-button.elementor-slide-button:after,
.home-landing-btn .elementor-button:after {
    display: none;
}



.sec-banner .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.3) !important;
    position: relative;
    height: 100%;
    box-shadow: 0 0 0 2px #fff inset;
    border-radius: 50%;
    overflow: hidden
}

.sec-banner .swiper-pagination-bullet:after {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 0 1px #fff;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    transition: height 0.3s ease 0s;
    width: 100%;
    border-radius: 50%;
}

.sec-banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    height: 100%;
}

.sec-banner .swiper-pagination {
    bottom: 15px !important;
}

/*sec-home-landing-about-us*/
.sec-home-landing-about-us-title .elementor-widget-text-editor {
    line-height: 1;
}

.sec-home-landing-about-us-title .elementor-widget-text-editor {
    line-height: 1;
}

.sec-home-landing-counter .elementor-counter span.elementor-counter-number-suffix {
    font-weight: normal;
    font-size: 40px;
    padding-top: 5px;
}

.sec-home-landing-counter .elementor-counter span.elementor-counter-number-prefix {
    font-size: 25px;
}

.sec-home-landing-counter .elementor-counter span.elementor-counter-number {
    font-size: 55px;
}

.sec-home-landing-counter .elementor-counter .elementor-counter-title {
    line-height: 1.2;
    padding-top: 10px;
}

.sec-home-landing-about-news-left li.elementor-icon-list-item span {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    padding-right: 30px;
}

.sec-home-landing-about-news-left li.elementor-icon-list-item {
    padding: 20px 0;
    border-top: 1px solid rgba(90, 90, 90, 0.22);
    cursor: pointer;
}

.sec-home-landing-about-news-left li.elementor-icon-list-item:last-child {
    background-color: rgba(234, 200, 165, 0.3);
    padding: 12px 40px;
    border-top: 0;

}


.sec-home-landing-about-news-left li.elementor-icon-list-item span {
    position: relative;
    font-weight: 600 !important;
}

.sec-home-landing-about-news-left li.elementor-icon-list-item:not(:last-child) span:after {
    content: "\f30b";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 25px;
    color: #000;
    height: 25px;
    width: 25px;
    -webkit-transition: all ease-out .3s !important;
    transition: all ease-out .3s;
}

.sec-home-landing-about-new-right .elementor-image-box-wrapper {
    position: relative;
    overflow: hidden;
}

.sec-home-landing-about-new-right .elementor-image-box-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    -webkit-transition: all ease-out .5s !important;
    transition: all ease-out .5s !important;
}

.elementor-image-box-content {
    bottom: 0;
    height: auto;
    padding: 20px;
    position: absolute;
    width: 100%;
    transition: all 0.5s ease;
    z-index: 2;
}

.elementor-image-box-content p {
    color: #fff !important;
    text-align: left;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700 !important;
    margin-bottom: 10px;
    text-shadow: 0 0 8px #000;
}

.sec-home-landing-about-new-right .elementor-image-box-wrapper:hover:before {
    opacity: 0;
}

.sec-home-landing-about-new-right .elementor-image-box-wrapper:hover img {
    transform: scale(1.1);
}

.sec-home-landing-about-new-right .elementor-image-box-wrapper img {
    -webkit-transition: all ease-out .5s !important;
    transition: all ease-out .5s !important;
}

/* contact */
.sec-home-landing-contact-item .elementor-widget-wrap:hover {
    background: #d0b5d5;
}

.sec-home-landing-contact-item .elementor-widget-wrap:hover p {
    color: #000 !important;
}

.sec-home-landing-contact-item .elementor-widget-wrap p {
    color: #fff;
    -webkit-transition: all ease-out .3s;
    transition: all ease-out .3s;
}

/*sticky nav left*/
.sec-home-landing-sticky-left ul.elementor-icon-list-items {
    position: fixed;
    width: 150px;
    display: block;
    background-color: transparent;
    z-index: 23;
    top: 35%;
    left: 0;
}

.sec-home-landing-sticky-left ul.elementor-icon-list-items.bottom-menu {
    bottom: 0;
    top: 10%;
}

.sec-home-landing-sticky-left ul.elementor-icon-list-items {
    padding-left: 20px !important;
}

.sec-home-landing-sticky-left ul.elementor-icon-list-items li {
    list-style: none;
    height: 13px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.sec-home-landing-sticky-left ul.elementor-icon-list-items li a span {
    display: block;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease-out;
    padding-top: 5px;
    font-size: 14px;
    font-weight: 700;
}

.sec-home-landing-sticky-left ul.elementor-icon-list-items li a:before {
    content: "";
    display: block;
    background-color: #ffffff80;
    transition: all 0.3s ease-in-out;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    opacity: 1;
}

.sec-home-landing-sticky-left ul.elementor-icon-list-items li.nav-active a span {
    opacity: 0;
}

.sec-home-landing-sticky-left ul.elementor-icon-list-items li a {
    display: block;
}

.sec-home-landing-sticky-left ul.elementor-icon-list-items li:hover a span {
    opacity: 1;
}

.sec-home-landing-sticky-left ul.elementor-icon-list-items li a:hover span {
    color: #fff;
}

.sec-home-landing-sticky-left ul.elementor-icon-list-items li:hover span {
    color: #fff !important;
}

.sec-home-landing-sticky-left ul.elementor-icon-list-items li:hover a:before,
.sec-home-landing-sticky-left ul.elementor-icon-list-items li.nav-active a:before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #fff;
}

.sec-home-landing-sticky-left ul.elementor-icon-list-items li.darktext a span,
.sec-home-landing-sticky-left ul.elementor-icon-list-items li.darktext a:hover span,
.sec-home-landing-sticky-left ul.elementor-icon-list-items li.darktext:hover span {
    color: #000 !important;
}

.sec-home-landing-sticky-left ul.elementor-icon-list-items li.darktext a:before {
    background-color: #000;
}

.elementor-message.elementor-message-success {
    color: #fff;
    position: absolute;
    top: 105%;
}

.menu-homepage .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
    display: none;
}

/* Style contact form our solution page */
.our-solution-form-btn {
    width: 75% !important;
}

/* Slide solution page */

.elementor-widget-wrap>.elementor-element.slide-solution-page {
    overflow: hidden;
}

@media screen and (max-width:849px) {
    .swiper-slide-inner {
        max-width: 95%;
    }

    .home-landing-title h2 {
        font-size: 55px !important;
    }

    .sec-home-landing-sticky-left {
        display: none;
    }
}

@media screen and (max-width:849px) {
    .home-landing-title h2 {
        font-size: 45px !important;
    }

    .sec-banner .elementor-slides .swiper-slide-inner .elementor-slide-heading {
        margin-bottom: 5px !important;
    }

    .sec-banner .elementor-slides .swiper-slide-inner .elementor-slide-description {
        margin-bottom: 15px !important;
    }

    .sec-banner .elementor-button.elementor-slide-button {
        padding: 5px 15px;
    }

    .sec-banner .elementor-button.elementor-slide-button,
    .home-landing-btn .elementor-button {
        background-color: transparent !important;
        color: #000 !important;
    }

    .home .home-landing-btn .elementor-button {
        color: #fff !important;
    }

    /*      */
    .sec-home-landing-counter .elementor-counter span.elementor-counter-number {
        font-size: 35px;
    }

    .sec-home-landing-counter .elementor-counter span.elementor-counter-number-suffix {
        font-size: 20px;
    }

    .sec-home-landing-counter .elementor-counter span.elementor-counter-number-prefix {
        font-size: 18px;
    }
}

@media screen and (max-width:549px) {
    .header-btn-contact.home-landing-btn .elementor-button {
        font-size: 10px !important;
    }

    .sec-home-landing-counter .elementor-counter span.elementor-counter-number {
        font-size: 25px;
    }

    .sec-home-landing-counter .elementor-counter span.elementor-counter-number-suffix {
        font-size: 16px;
        padding-top: 3px;
    }

    .sec-home-landing-counter .elementor-counter span.elementor-counter-number-prefix {
        font-size: 14px;
    }

    .chartselementor-chart-item-container,
    .elementor-widget-wrap.elementor-element-populated {
        display: flex;
        justify-content: center;
    }

}

@media screen and (max-width:379px) {
    .header-btn-contact.home-landing-btn {
        display: none;
    }
}

/* Hide scroll top icon */

.shade_animation .shade_wrap_inner {
    display: none;
}

.elementor-widget-login_button span.elementor-button-text {
    color: #fff;
}

select#select_post_type_id option[value="product"],
select#select_post_type_id option[value="projects"],
select#select_post_type_id option[value="teams"],
select#select_post_type_id option[value="services"] {
    display: none;
}

.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-8990038 {
    background: #fff;
}


/*custom css*/
.site-main>.single-services {
    padding-top: 80px;
}

.single-services {
    padding: 36px 0 0px;
}

.elementor-posts-container.elementor-posts.elementor-posts--skin-classic.elementor-grid>.elementor-post.elementor-grid-item.post-9501.post.type-post.status-publish.format-standard.hentry.category-technology {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.elementor-post.elementor-grid-item.post-9501.post.type-post.status-publish.format-standard.hentry.category-technology>div>h6 {
    line-height: 25px;
    margin: 12px 0 7px 0;
}

.elementor-post.elementor-grid-item.post-9501.post.type-post.status-publish.format-standard.hentry.category-technology>div>div>span>p {
    line-height: 25px;
    font-size: 16px;
}



/*.jws-menu-list> .elementor-icon-list-items.elementor-inline-items.default.top-menu{
    top: 200px;
    display: flex;
    flex-direction: column;
    position: fixed;
}

.elementor-icon-list-items.elementor-inline-items.default.top-menu> .elementor-icon-list-item{
    border-top: 3px solid #fff;
    margin-bottom: 30px;
}

.elementor-icon-list-item.nav-active> a> span{
	color: white;
	visibility: visible;
	font-weight: bold
}

.elementor-icon-list-item> a> span{
    color: white;
    display: none;
}*/

.sec-home-landing-sticky-left ul.elementor-icon-list-items {
    position: fixed;
    width: 150px;
    display: block;
    background-color: transparent;
    z-index: 23;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.sec-home-landing-sticky-left ul.elementor-icon-list-items li {
    list-style: none;
    height: 60px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.sec-home-landing-sticky-left ul.elementor-icon-list-items li a:before {
    content: "";
    display: block;
    background-color: #ffffff80;
    transition: all 0.3s ease-in-out;
    width: 50px;
    height: 2px;
    border-radius: 0px;
    opacity: 1;
}

.menu-homepage .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
    display: inline;
}

.sec-home-landing-sticky-left ul.elementor-icon-list-items li a span {
    display: block;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease-out;
    /* padding-top: 24px; */
    font-size: 14px;
    font-weight: 700;
}


.sec-home-landing-sticky-left ul.elementor-icon-list-items li:hover a:before,
.sec-home-landing-sticky-left ul.elementor-icon-list-items li.nav-active a:before {
    width: 80px;
    height: 2px;
    border-radius: 0px;
    background-color: #fff;
}

.sec-home-landing-sticky-left ul.elementor-icon-list-items li.nav-active a span {
    opacity: 1;
}

/* chỉnh tất cả font chữ */
* {
    font-family: "Oswald" !important;
}

a {
    font-family: "Oswald" !important;
}

.fab {
    font-family: 'Font Awesome 5 Brands' !important;
}

i {
    font-family: 'Font Awesome 5 Brands' !important;
}

[class*=" eicon-"],
[class^=eicon] {
    font-family: eicons !important;
}

.mona-hidden {
    display: none
}

.services_content .page {
    color: #000;
}

.services_content p a {
    color: red;
}

.mona-content #ftwp-container-outer {
    float: left;
    margin-bottom: 55px;
    min-width: 300px;
    width: 100%;
}

#ftwp-container.ftwp-wrap #ftwp-contents {
    width: auto;
    height: auto;
    font-size: 15px;
}

#ftwp-container.ftwp-wrap #ftwp-trigger .ftwp-trigger-icon {
    font-family: "ftwp-icon" !important;
}

#ftwp-container.ftwp-wrap #ftwp-header-control {
    font-family: "ftwp-icon" !important;
}

#ftwp-container.ftwp-wrap .ftwp-icon,
#ftwp-container.ftwp-wrap .ftwp-icon-menu,
#ftwp-container.ftwp-wrap .ftwp-icon-bullet,
#ftwp-container.ftwp-wrap .ftwp-icon-number,
#ftwp-container.ftwp-wrap .ftwp-icon-ellipsis,
#ftwp-container.ftwp-wrap .ftwp-icon-vellipsis,
#ftwp-container.ftwp-wrap .ftwp-icon-circle,
#ftwp-container.ftwp-wrap .ftwp-icon-circle-o,
#ftwp-container.ftwp-wrap .ftwp-icon-square,
#ftwp-container.ftwp-wrap .ftwp-icon-square-o,
#ftwp-container.ftwp-wrap .ftwp-icon-expand,
#ftwp-container.ftwp-wrap .ftwp-icon-collapse,
#ftwp-container.ftwp-wrap .ftwp-icon-minimize,
#ftwp-container.ftwp-wrap #ftwp-list .ftwp-anchor::before {

    font-family: "ftwp-icon" !important;

}

.elementor-10089 .elementor-element.elementor-element-6994445 .elementor-button-icon i {
    color: #000 !important;
}

@media screen and (max-width:1024px) {
    .mona-title-banner-home .elementor-headline-plain-text.elementor-headline-text-wrapper {
        font-size: 40px !important;
        line-height: 52px;
    }
}

#ftwp-container-outer #ftwp-container>button {
    display: none !important;
}

#ftwp-container.ftwp-wrap #ftwp-list {
    max-width: 375px;
    /* min-width: 375px; */
}

#ftwp-container.ftwp-wrap #ftwp-list .ftwp-item {
    width: 375px;
    max-width: 100%;
}

.services_content #ftwp-container-outer #ftwp-container.ftwp-wrap #ftwp-list {
    max-width: 100%;
}

.mona-content figure {
    max-width: 100%;
}