/* fonts register */
@font-face {
    font-family: 'Helvetica-reguler';
    src: url('../fonts/FreeSans.ttf')  format('truetype');
}

@font-face {
    font-family: 'Helvetica-bold';
    src: url('../fonts/FreeSansBold.otf')  format('truetype');
}

/* global setting */
body{
    font-family: 'Helvetica-reguler';
}

.hero-ovflow-hide{
    overflow: hidden !important;
}

.pr-0{
    padding-right: 0 !important;
}

.pl-0{
    padding-left: 0 !important;
}

/* home style */
section.home{
    position: fixed;
    height: 100vh;
    width: 100%;
}

.homeSwiper .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: bottom;
}

section.home .sidebar-home{
    position: absolute;
    bottom: 0;
    top: 0;
    left: 100px;
    z-index: 9;
    width: 17rem;
    padding-top: 80px;
}

section.home .brand-company{
    margin-bottom: 20px;
}

section.home .sidebar-home a{
    display: flex;
    justify-content: center;
}

section.home .sidebar-home .brand-company img{
    width: 16rem;
    filter: invert(1) brightness(2);
}

.list-about{
    padding: 0;
    margin: 0;
    margin-top: 55%;
}

.list-about li{
    list-style: none;
    margin-bottom: 20px;
}

.list-about li a{
    
}

.list-about li a img{
    width: 11rem;
    height: 4rem;
    object-fit: contain;
}

.footer-home {
    position: absolute;
    bottom: 0;
    z-index: 99;
    background-color: white;
    right: 0;
    left: 0;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px;
}

.footer-home .swiper-pagination{
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.footer-home .copyright-home,
.footer-home .next-content{
    position: relative;
    z-index: 99;
}

.footer-home .copyright-home{
    font-size: 15px;
}

.homeSwiper .swiper-pagination-bullet{
    height: 13px;
    width: 13px;
    border: 2px solid #C0C0C0;
    background-color: transparent;
}

.homeSwiper .swiper-pagination-bullet-active{
    background-color: #C0C0C0;
    border: 0;
}

.footer-home .next-content img{
    width: 36px;
}

/* sidebar */
.hero-sidebar{
    background-color: white;
    height: 100vh;
    position: fixed;
    left: 0;
    padding: 35px 51px;
}

.hero-sidebar .list-menu{
    padding: 0;
    margin: 0;
    margin-top: 55px;
    position: relative;
}

.hero-sidebar .list-menu .active-menu:before{
    content: '';
    height: 7px;
    width: 45px;
    background-color: #2F3362;
    position: absolute;
    left: -53px;
    top: 7px;
}

.hero-sidebar .list-menu .active-menu a{
    font-family: 'Helvetica-bold';
    color: #4C4A4B;
}

.hero-sidebar .heading-logo{
    margin-top: 3rem;
}

.hero-sidebar .heading-logo a{
    display: flex;
    justify-content: center;
}

.hero-sidebar .heading-logo img{
    width: 20rem;
    object-fit: contain;
}

.hero-sidebar .list-menu li{
    list-style: none;
    margin-bottom: 20px;
    position: relative;
}

.hero-sidebar .list-menu li:nth-last-child(1){
    margin-bottom: 0;
}

.hero-sidebar .list-menu li a{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 22px;
    color: #8B8A8A;
}

.hero-content{
    /* background-color: gainsboro; */
    margin: 0 0 0 auto;
    height: 100vh;
}

.contact-footer{
    color: #606060;
    position: absolute;
    bottom: 25px;
}

.contact-numb{
    padding: 0;
    margin: 0;
}

.contact-numb li{
    list-style: none;
    font-size: 14px;
}

.hero-mail{
    font-family: 'Helvetica-bold';
    font-size: 14px;
}

.hero-address-footer p{
    font-size: 14px;
    margin-bottom: 0;
}

.copyright-side{
    font-size: 13px;
    margin-top: 40px;
    font-weight: 600;
}

.showmap{
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px solid #606060;
    padding-bottom: 5px;
    font-family: 'Helvetica-bold';
    color: #606060;
}

.hero-address-footer{
    margin: 11px 0;
}

/* our products */
.hero-tickgi{
    height: 100vh;
    position: relative;
}

.toimage{
    height: 100vh;
    object-fit: cover;
    object-position: center;    
}

.hero-nested-tickgi{
    width: 100%;
    height: 100vh;
    background-size: cover !important;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    transition: width .5s, height .5s;
    z-index: 1;
    overflow: hidden;
}

.hero-tickgi:nth-last-child(1) .hero-nested-tickgi{
    right: 0;
    left: unset;
}

.hero-product-name-tickgi{
    padding-left: 38px;
    color: white;
    padding-top: 13rem;
    position: relative;
    z-index: 9;
}

.hero-heading-tickgi{
    font-family: 'Helvetica-bold';
    font-size: 22px;
    margin-bottom: 6rem;
}

.hero-tickgi-vd{
    font-size: 13px;
    border-bottom: 1px solid white;
    padding-bottom: 4px;
}

.hero-character-tickgi {
    font-size: 15px;
    color: white;
    padding-left: 36px;
    position: absolute;
    bottom: 127px;
    z-index: 99;
    transition: .5s linear;
}

.hero-character-tickgi span{
    font-family: 'Helvetica-bold';
    display: block;
}

.hero-character-tickgi ul li{
    white-space: nowrap;
}

.hero-view-collection{
    display: flex;
    text-decoration: none;
    font-size: 15px;
    justify-content: space-between;
    color: white;
    border-bottom: 1px solid white;
    padding-bottom: 5px;
    margin-top: 6rem;
}

.overlay-tickgi{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(115, 99, 87,10%);
}

/* our services */

.hero-manufact{
    height: 100vh;
    background-size: cover !important;
    background-position: center center !important;
}

.hero-wrap-mfactur{
    color: white;
    padding: 0 28px;
    margin-top: 60%;
}

.hero-wrap-mfactur h4{
    font-family: 'Helvetica-bold';
    margin-bottom: 28px;
}

.hero-wrap-mfactur p{
    font-size: 18px;
    min-height: 125px;
}

a.hero-manu-learnto {
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: space-between;
    font-size: 16px;
    color: white;
    border-bottom: 1px solid;
    padding-bottom: 3px;
}

.hero-footer-paggin {
    background-color: #ECECEC;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 56.3%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 50px;
    font-size: 16px;
    color: #606060;
}

.hero-footer-paggin .hero-next-pages{
    text-transform: uppercase;
}

.hero-detail-detail {
    padding: 40px;
}

.hero-detail-detail p{
    font-size: 17px;
    font-family: 'Helvetica-reguler';
    text-align: justify;
    color: #606060;
    line-height: 25px;
}

.detail-manufact{
    position: relative;
    z-index: 99;
}

.hero-ntroduce{
    margin-top: 58px;
}

.hero-ntroduce p{
    margin-bottom: 4px;
    font-size: 16px;
}

.hero-ntroduce .hero-cont-team{
    color: black;
    font-family: 'Helvetica-bold';
    font-size: 16px;
}

.hero-wrapping{
    display: flex;
    align-items: center;
    padding-bottom: 4rem;
    height: 100vh;
    overflow-y: auto;
}

/* our clients */

.client-brands img{
    width: 100%;
    object-fit: contain;
    height: 48vh;
}

.hero-orclient-front{
    width: 90%;
    margin: 40% auto;
}

/* about hsi */

.hero-changebg-about{
    background-color: #DAEDF2;
}

.hero-title-wwa{
    margin-bottom: 30px;
    font-family: 'Helvetica-bold';
    color: #4C4A4B;
    text-transform: uppercase;
}

.hero-vimi {
    margin-bottom: 38px;
}

.hero-val-maintain {
    display: flex;
    column-gap: 10px;
}

.totrow-val{
    font-size: 16px;
    color: #9E9D9D;
}

.hero-val-maintain{
    display: flex;
    column-gap: 10px;
    border-bottom: 0.3px solid black;
    margin-bottom: 14px;
}

.hero-val-maintain:nth-last-child(1){
    border-bottom: 0;
}

.hero-detail-val p{
    margin-bottom: 12px;
}

.hero-row-comval{
    margin-top: 36px;
}

/* brands */

.brandSwiper{
    position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 9;
    width: 75%;
}

.brandSwiper .swiper-slide img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.hero-brandbrands{
    position: relative;
    z-index: 99;
}

.hero-brandbrands{
    width: 16%;
    height: 100vh;
    display: flex;
    align-items: center;
    float: right;
    margin-right: 30px;
}

/* brands */
.hero-brand-side{
    background-color: white;
    height: 100vh;
    width: 124px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding: 80px 0;
}

.hero-vertic-back a{
    text-transform: uppercase;
    text-decoration: none;
    color: #8B8A8A;
}

.hero-vertic-back{
    min-width: 167px;
    transform: rotate(-90deg);
    margin-bottom: 120px;
}

.hero-vertic-back a {
    text-transform: uppercase;
    text-decoration: none;
    color: #8B8A8A;
    font-size: 16px;
}

.hero-mason-to img{
    width: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.hero-mason-flex{
    display: flex;
}

.hero-mason-flex img{
    width: 100%;
}

.--heightly{
    height: 60vh;
}

.hero-mason-flex .--width-medium,
.--width-long{
    height: 31vh;
}

.hero-mason-brandsx{
    height: 29vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-mason-brandsx img{
    width: 44%;
}

.hero-wrap-mason-box{
    position: relative;
}

.hero-tprod{
    position: absolute;
    top: 10px;
    left: 15px;
}

.hero-tprod span{
    font-size: 11px;
    display: block;
}

.hero-tprod span:nth-child(2){
    font-family: 'Helvetica-bold';
}

.hero-mason-flex .hero-wrap-mason-box{
    width: 50%;
}

.hero-tobrands{
    height: 91vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 34px;
}

.hero-tobrands p{
    font-size: 17px;
    text-align: justify;
    line-height: 25px;
    color: #606060;
}

.more-products{
    font-family: 'Helvetica-bold';
    font-size: 16px;
    text-transform: uppercase;
    color: black;
    margin-top: 14px;
    text-decoration: none;
    border-bottom: 1px solid black;
    padding-bottom: 3px;
}

.flex-foot-brand {
    margin-left: -12px;
    margin-right: -12px;
    height: 9vh;
    display: flex;
    align-items: center;
    font-size: 15px;
}

/* event news */

.hero-roblock {
    margin-bottom: 20px;
}

.hero-roblock a{
    display: flex;
    text-decoration: none;
    border-bottom: 1px solid #BBBBBC;
    border-top: 1px solid #BBBBBC;
    padding-top: 14px;
    padding-bottom: 14px;
}

.hero-roblock p{
    color: #606060;
}

.hero-roblock a img{
    width: 184px;
    object-fit: cover;
    height: 240px;
}

.hero-nest-roblock {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-left: 20px;
}

.hero-nest-roblock p{
    font-size: 17px;
}

.hero-nest-roblock h6{
    font-size: 17px;
    color: black;
    font-family: 'Helvetica-bold';
}

.hero-ctop{
    padding-top: 12rem;
    padding-bottom: 3rem;
    overflow-y: auto;
}

.discnews{
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    border-bottom: 1px solid black;
    padding-bottom: 3px;
    color: #808080;
    width: 283px;
}

.discnews img{
    width: 25px;
}

.hero-news-nes{
    padding-top: 10rem;
    padding-left: 0;
    padding-right: 0;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 3rem;
}

.hero-news-nes .hero-detail-detail{
    padding-top: 0;
}

.head-news{
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 35px;
}

.head-news:after{
    content: '';
    width: 100px;
    height: 2px;
    background-color: #BBBBBC;
    position: absolute;
    bottom: 0;
    left:0;
}

.head-news p{
    text-transform: uppercase;
    font-size: 25px;
    line-height: 35px;
    font-family: 'Helvetica-bold';
    color: #4C4A4B;
}

.maimage {
    margin: 18px 0;
}

.maimage img{
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.maimage span{
    font-size: 14px;
    margin-top: 13px;
    display: block;
    color: #8B8A8A;
}

/* contact us */

a.to-maps{
    width: 100%;
    display: block;
}

.loc-expl{
    margin-top: 2.2rem;
}

.loc-expl p{
    font-size: 17px;
    color: #606060;
    line-height: 25px;
}

.confax{
    padding: 0;
    margin: 0;
}

.confax li{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    font-size: 17px;
    color: black;
}

.confax li span{
    font-family: 'Helvetica-bold';
}

.mailto{
    text-decoration: none;
    font-size: 17px;
    color: black;
    font-family: 'Helvetica-bold';
}

.social-media{
    padding: 0;
    margin: 0;
    margin-top: 1.2rem;
}

.social-media li{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.social-media li a{
    text-decoration: none;
}

.social-media li a svg{
    height: 21px;
    width: 21px;
}

.social-media li a svg path{
    fill: #606060;
}

.form-hero{
    margin-bottom: 1.3rem;
}

.form-hero input, .form-hero textarea{
    border: 0;
    border-bottom: 1px solid #BBBBBC;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    border-radius: 0;
}

.form-hero input::placeholder, .form-hero textarea::placeholder{
    font-size: 15px;
    color: #8A8B8E;
    text-transform: uppercase;
}

.form-hero input{
    height: 45px;
}

.form-hero input:focus, .form-hero textarea:focus{
    box-shadow: none;
}

.form-hero textarea{
    height: 170px;
    resize: none;
}

.submited-bn{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
}

.btn.btn-sends{
    background-color: #CFD3E2;
    border: 0;
    border-radius: 0;
    height: 38px;
    min-width: 100px;
    letter-spacing: 4px;
    font-size: 15px;
    color: black;
    font-family: 'Helvetica-bold';
}

.btn.btn-sends:focus{
    background-color: #CFD3E2;
}

.btnjoin{
    border: 0;
    font-size: 16px;
    padding: 17px 14px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #2F3362;
    color: white;
    margin-top: 6rem;
}

/* ---modal contact */
.modal-hero-contct .modal-content{
    border-radius: 0;
    background-color: #DADADA;
    color: #606060;
}

.modal-hero-contct .modal-content .modal-header{
    border-bottom: 0;
}

.modal-hero-contct .modal-content .modal-body{
    padding: 44px;
}

.modal-hero-contct .modal-content .nwofm input,
.modal-hero-contct .modal-content .nwofm textarea,
.modal-hero-contct .modal-content .nwofm select{
    background: none;
    color: #424344;
}

.modal-hero-contct .modal-content .nwofm input::placeholder,
.modal-hero-contct .modal-content .nwofm textarea::placeholder{
    color: #424344;
}

.modal-hero-contct .modal-content .nwofm select{
    border: 0;
    border-bottom: 1px solid #BBBBBC;
    width: 100%;
    color: #424344;
    padding-bottom: 15px;
    padding-left: 0;
}

.modal-hero-contct .modal-content .nwofm button{
    background-color: #2F3362;
    color: white;
    font-size: 12px;
    letter-spacing: 4px;
    padding-left: 20px;
    padding-right: 20px;
    height: 42px;
}

.modal-hero-contct .modal-content  .modal-header .btn-dismissed{
    background: none;
    border: 0;
    font-size: 28px;
    color: white;
}

.hero-temfom h5{
    font-family: 'Helvetica-bold';
    margin-bottom: 24px;
}

.hero-temfom p{
    font-size: 17px;
}

/* --------modal livechat */
.btn-livechat{
    border: 0;
    background-color: #2F3362;
    height: 70px;
    width: 70px;
    border-radius: 100px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 25px;
    z-index: 9;
    right: 25px;
}

.btn-livechat img{
    height: 38px;
}

.modal-livec {
    position: absolute;
    bottom: 110px;
    right: 25px;
    z-index: 9;
    background-color: #F7F7F9;
    width: 400px;
    display: none;
}

.hero-heading-modal{
    padding: 25px;
    background-color: #2F3362;
}

.hero-heading-modal{
    display: flex;
    align-items: center;
}

.hero-heading-modal p{
    font-size: 17px;
    color: white;
    text-align: center;
    margin-bottom: 0;
}

.hero-body-modal{
    padding: 30px;
}

.hero-body-modal input,
.hero-body-modal textarea{
    background: none;
}

.hero-body-modal input:focus,
.hero-body-modal textarea:focus{
    background: none;
}

.cls{
    display: none;
}