.h1,.h2,.h3,.h4,.h5,.h6{
    font-family: 'Roboto', sans-serif;
}
.h1{
    font-size: 50px;
    font-weight: 700;
}
.h2{
    font-size: 30px;
    font-weight: 700;
}
.h3{
    font-size: 28px;
    font-weight: 600;
}
.h4{
    font-size: 24px;
    font-weight: 500;
}
.h5{
    font-size: 20px;
    font-weight: 500;
}
.h6{
    font-size: 18px;
    font-weight: 400;
}
#sp-left .sp-module ul > li, #sp-right .sp-module ul > li{
    margin-bottom: 14px;
}
#sp-left .sp-module:last-child, #sp-right .sp-module:last-child{
    padding-bottom: 50px;
}

.card-view{
    background-color: white;
    border-radius:10px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}
.card-view:hover{
    box-shadow: 0 45px 35px -20px rgba(0, 0, 0, 0.15);
}
#itemListLeading .catItemImageBlock img{
    border-radius: 10px 0 0 10px;
}
#itemListPrimary .catItemImageBlock img{
    border-radius: 10px 10px 0 0;
}
div.itemToolbar {
    padding: 8px;
    margin: 16px 0px 0px;
    background: rgb(250, 250, 250);
    border-radius: 4px;
}
div.itemToolbar ul {
    text-align: right;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
div.itemToolbar ul li {
    display: inline;
    text-align: center;
    font-size: 12px;
    list-style: none;
    padding: 0px 4px 0px 8px;
    margin: 0px;
    border-left: 1px solid rgb(204, 204, 204);
    background: none;
}
div.itemToolbar ul > li:first-child {
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}
div.itemToolbar ul li a#fontDecrease span, div.itemToolbar ul li a#fontIncrease span {
    display: none;
}
div.itemToolbar ul li a#fontDecrease,div.itemToolbar ul li a#fontDecrease {
    margin: 0px 0px 0px 2px;
}
a#fontDecrease::before {
    content: "\f010";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
a#fontIncrease::before {
    content: "\f00e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.itemToolbar span.itemDateCreated {
    color: rgb(153, 153, 153);
    font-size: 14px;
}
.itemNext,.itemPrevious{
    border: 1px solid #ededed;
    color: #32acbf;
    padding: 1rem;
    border-radius: 100px;
}
.itemNext:hover,
.itemNext:hover a,
.itemPrevious:hover,
.itemPrevious:hover a{
    color: #b7222b;
}
.itemContentFooter{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-top: solid 1px #e5eaf4;
    border-bottom: solid 1px #e5eaf4;
}
.itemImage>img{
    border-radius: 10px;
}

body .sppb-btn.sppb-btn-link,.k2ReadMore,#sp-bottom .sp-module ul > li.active > a,.itemPrintLink,.itemEmailLink{
    color: #b7222b;
}
.itemView a{
    color: #32acbf;
}
.itemView a:hover{
    color: #b7222b;
}
.catItemDateCreated,.catItemHits{
    color: rgb(153, 153, 153);
}
.itemView h1, .itemView h2, .itemView h3, .itemView h4, .itemView h5, .itemView h6{
    color: #41406a;
}
.itemFullText,.catItemIntroText{
    color: #252525;
}
.itemHits{
    color: rgb(153, 153, 153);
}
.get-in-touch{
    background-color: #f2f3f7;
    border-radius: 20px;
}
.get-in-touch h1, .get-in-touch h2, .get-in-touch h3, .get-in-touch h4, .get-in-touch h5{
    color: #41406a;
}
.guarantee{
    border: 1px #e9eaf1 solid;
    border-radius: 20px;
    background: rgba(0,0,0,.03);
}
.guarantee .h4{
    color: #41406a;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item{
    white-space: nowrap;
}
table.specific td:first-child{
    width: 30%;
}
.itemBackToTop{
    display: none !important;
}

#experienceBox{
    background: url('/images/dotted-world-map.webp') #32acbf no-repeat center center;
    background-size: cover;
    color: white;
    border-radius: 15px;
    padding: 40px 40px 30px 40px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .49);
    margin-top: 80px;
}
#experienceTime{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 80px;
    margin-bottom: 0;
    font-family: Century Gothic;
}
#experienceTime>div{
    display: flex;
}
#experienceDesc{
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center;
    text-transform: capitalize;
}
#experienceDesc strong{
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
}
#yearNumber{
    font-size: 100px;
    animation: pulseOpacity 1s infinite;
    margin-left: -20px;
}
#ctpBrand img{
    opacity: .3;
}
.heading-cont{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 80px;
}
.heading-cont>h2{
    position: relative;
    display: inline-block;
    line-height: normal;
    padding-right: 10px;
}
.heading-cont>h2:after{
    content: '';
    position: absolute;
    left: 100%;
    bottom: 25%;
    height: 0px;
    width: 1000px;
    border-bottom: 1px solid #e1e1e5;
}
@-webkit-keyframes pulseOpacity{
    0%{opacity:0.90}
    50%{opacity:0.4}
    100%{opacity:0.90}
}
@keyframes pulseOpacity
{0%{opacity:0.90}
    50%{opacity:0.4}
    100%{opacity:0.90}
}
#yearTxt{
    transform: rotate(-90deg);
    display: inline-block;
    font-size: 30px;
    margin-left: -20px;
    margin-right: -20px;
}
#experienceTxt{
    font-size: 50px;
    border-top: 3px white solid;
    border-bottom: 3px white solid;
}
ul.social-icons{
    font-size: 20px;
}
.support-type-box,.download-remote-box,.guarantee-type-box,#workTimeBox{
    background-color: #f7f7f7;
    border: #e9eaf1 1px solid;
    padding: 20px;
    text-align: center;
    border-radius: 15px;
    height: 100%;
}
.support-type-box>i,.guarantee-type-box>i{
    color: #32acbf;
    font-size: 60px;
    margin-bottom: 10px;
}
.support-type-box>h4,.guarantee-type-box>h4{
    color: #41406a;
    font-size: 25px;
    font-weight: 500;
}
.support-type-box>p,.guarantee-type-box>p{
    color: #70719a;
    text-align: left;
    margin-bottom: 0;
}
#workTimeBox .h3{
    color: #41406a;
}
.ctp-read-more-btn,
.spart-read-more-btn{
    text-align: right;
}
#Specifications{
    overflow-x: scroll;
}
body .sppb-btn.btn-cta {
    padding: 15px 20px 14px 20px;
}
#whatsappWrapper{
    background-color: #244242;
    border-radius: 10px;
    padding: 20px 40px;
    color: white;
    box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, .34);
    margin-bottom: 30px;
}
.number-col>a{
    font-size: 30px;
    color: white;
    display: block;
}
.number-col>p{
    font-size: 20px;
    width: 290px;
    margin: 0 auto;
    color: #244242;
    background-color: white;
    border-radius: 10px;
    font-weight: bold;
    padding: 10px;
    animation: pulseOpacity 1s infinite;
}
#contactWrapper{
    background-color: white;
    border-radius: 10px;
    padding: 20px 40px;
    box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, .34);
}
#phone-col span{
    font-size: 20px;
    color: #32acbf;
}
@media screen and (max-width: 1199px) {

    .sp-page-builder .page-content #bannerFeatures{
        margin-top: -91px;
    }
    .banner-feature{
        font-size: 22px !important;
        line-height: 1.5 !important;
    }
    #laserHeadAndFeatures .home-laser-head-banner{
        padding: 20px;
    }
    .sp-page-builder .page-content #homeCtpService,
    .sp-page-builder .page-content #homeSparePart{
        padding: 40px 20px;
        max-width: 930px;
    }
    .vina-carousel-default .text-block .introtext{
        margin-top: 10px;
    }
    .vina-carousel-default .text-block{
        padding: 35px;
    }
}

@media screen and (max-width: 991px) {
    #homeBanner .res-letter-spacing{
        letter-spacing: 5px !important;
    }
    .sp-page-builder .page-content #bannerFeatures {
        margin-top: -104px;
    }
    .ensure-hero-feature>div{
        text-align: center;
        transform: translateY(15px);
    }
    .banner-feature{
        line-height: 1.2 !important;
    }
    #laserHeadAndFeatures .home-laser-head-banner {
        padding: 30px;
    }
    #laserHeadAndFeatures .home-laser-head-banner{
        background-image: url("/images/banners/home-page-laser-bg-991.webp");
    }
    .res-letter-spacing {
        letter-spacing: 2px !important;
    }
    .sp-page-builder .page-content #homeCtpService,
    .sp-page-builder .page-content #homeSparePart{
        padding: 40px 20px;
        max-width: 695px;
    }
    .sp-page-builder .page-content #homeSparePart{
        background-image: url('/images/home-page/home-page-spare-part-bg-690.webp');
    }
}
@media screen and (max-width: 767px) {
    .logo-image-phone {
        height: 55px !important;
    }
    #sp-footer #sp-footer1{
        margin-bottom: 10px;
    }
    #sp-footer #sp-footer1,#sp-footer #sp-footer2{
        text-align: center;
    }
    .sp-page-builder .page-content #homeCtpService, .sp-page-builder .page-content #homeSparePart {
        padding: 40px 20px;
        max-width: 510px;
    }
    body{font-size: 16px !important;}
    .number-col>p{
        width: 100%;
    }
}
@media screen and (max-width: 575px) {
    .vina-carousel-default .owl-nav {
        display: none !important;
    }
    .sp-page-builder .page-content #homeCtpService, .sp-page-builder .page-content #homeSparePart {
        padding: 30px 10px;
        max-width: 528px;
    }
    #sp-footer #sp-footer2{
        text-align: center !important;
    }
}
@media screen and (max-width: 480px) {
    .vina-carousel-default .text-block {
        padding: 22px;
    }
    .vina-carousel-default .text-block .introtext{
        margin-top: 13px;
        font-size: 13px;
    }
    .vina-carousel-default .text-block .readmore{
        margin-top: 15px;
    }
    #experienceTime{
        display: block;
        text-align: center;
    }
    #experienceTime>div{
        justify-content: center;
        margin-bottom: 10px;
    }
    #experienceDesc{
        margin-top: 0;
    }
    #experienceTxt{
        font-size: 40px;
    }
}
@media screen and (max-width: 425px) {
    .sp-page-builder .page-content #homeCtpService,
    .sp-page-builder .page-content #homeSparePart {
        max-width: 378px;
    }
    .ctp-read-more-btn{
        text-align: left;
        margin-top: 10px;
    }
    .spart-read-more-btn{
        margin-top: 25px;
        text-align: left;
    }
    .sp-page-builder .page-content #homeSparePart {
        background-image: url('/images/home-page/home-page-spare-part-bg-378.webp');
    }
    .sp-page-builder .page-content #homeCtpService{
        background-image: url("/images/home-page/product-banner-378.webp");
    }
    #laserHeadAndFeatures .home-laser-head-banner{
        background-image: url("/images/banners/home-page-laser-bg-378.webp");
    }
    #homeBanner .res-letter-spacing {
        letter-spacing: 0 !important;
        font-size: 18px !important;
    }
}
@media screen and (max-width: 375px) {
    .sp-page-builder .page-content #homeCtpService,
    .sp-page-builder .page-content #homeSparePart {
        max-width: 328px;
    }
    .vina-carousel-default .text-block .introtext {
        margin-top: 4px;
    }
    .vina-carousel-default .text-block .readmore {
        margin-top: 6px;
    }
    #experienceTxt{
        font-size: 35px;
    }
}
