/* --------mobile------------ */

@media screen and (max-width: 660px) {
    .hero-sidebar{
        display: none;
    }
    /* sidebar */
    .hero-sidebar-mobile{
        width: 100%;
        background-color: white;
        height: 100vh;
        position: fixed;
        left: 0;
        padding: 35px 51px;
        display: none;
    }

    .hero-sidebar-mobile .list-menu{
        padding: 0;
        margin: 0;
        margin-top: 55px;
        position: relative;
    }

    .hero-sidebar-mobile .list-menu .active-menu:before{
        content: '';
        height: 3px;
        width: 45px;
        background-color: #2F3362;
        position: absolute;
        left: -53px;
        top: 19px;
    }

    .hero-sidebar-mobile .list-menu .active-menu a{
        font-family: 'Helvetica-bold';
        color: #4C4A4B;
    }

    .hero-sidebar-mobile .list-menu li{
        list-style: none;
        margin-bottom: 20px;
        position: relative;
    }

    .hero-sidebar-mobile .list-menu li:nth-last-child(1){
        margin-bottom: 0;
    }

    .hero-sidebar-mobile .list-menu li a{
        text-decoration: none;
        text-transform: uppercase;
        font-size: 5vw;
        color: #8B8A8A;
    }
    
    .contact-numb li, .hero-mail, .hero-address-footer p, .showmap {
        font-size: 9px;
    }
    
    .copyright-side {
        font-size: 9px;
    }

    section.home .sidebar-home {
        left: 0;
        right: 0;
        width: 100%;
        padding-top: 0px;
    }

    section.home .sidebar-home .brand-company img {
        /* width: 83px;
        position: absolute;
        left: 0;
        margin-left: 16px; */
        display: none !important;
    }

    section.home .sidebar-home .topnav {
        position: initial;
        background: initial;
    }

    section.home .sidebar-home .topnav a {
        justify-content: initial !important;
    }

    .list-about li a svg {
        height: 6.6rem;
    }

    .list-about {
        margin-top: 30%;
    }

    .hero-total-result {
        display: none;
    }
    
    .hero-total-result-mobile {
        display: block !important;
        margin-left: 4px;
        margin-right: 4px;
        margin-top: 2px;
    }

    .hero-menu-active-mobile {
        display: block !important;
    }

    .hero-paginasi {
        display: none;
    }

    .hero-paginasi-mobile {
        display: flex !important;
        column-gap: 6px;
        align-items: center;
    }

    .hero-paginasi-mobile a svg, .hero-paginasi-mobile svg {
        height: 10px;
        width: 20px;
    }

    .hero-menu-active-mobile span:before {
        content: '';
        height: 2px;
        width: 15px;
        background-color: #2F3362;
        position: absolute;
        left: 0;
        margin-top: 6px;
    }

    .hero-menu-active-mobile span {
        font-family: 'Helvetica-bold';
        color: #2D345E;
        font-size: 10.22px;
        font-weight: 700;
    }

    .footer-home {
        visibility: hidden;
    }

    .footer-home .swiper-pagination {
        visibility: visible;
	margin-top: -118px;
    }

    .next-content-mobile {
        margin-top: 140px;
        display: block !important;
        transform: rotate(-90deg);
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        margin-bottom: 8rem;
    }

    .next-content-mobile img {
        filter: brightness(0) invert(1);
    }

    .hero-footer-paggin {
        background-color: #fff;
        font-size: 7px;
        width: 100%;
        top: 0;
        bottom: auto;
        margin-top: 284px;
        padding: 20px 20px;
    }

    .hero-footer-paggin .hero-next-pages {
        margin-left: auto;
        margin-right: auto;
    }

    .topnav {
        display: block !important;
        position: absolute;
        z-index: 999;
        background: rgba(31, 31, 31, 0.5);
        height: 75px;
    }

    .topnav img {
        width: 83px;
        position: absolute;
        left: 0;
        margin-left: 16px;
        padding-top: 20px;
        filter: invert(1) brightness(2);
    }

    .topnav .icon-bar-menu {
        position: absolute;
        right: 0;
        margin-right: 16px;
        padding-top: 20px;
        color: #fff;
    }
    
    .topnav .icon-close-menu {
        position: absolute;
        right: 0;
        top: 0;
        margin-right: 8px;
        padding-top: 20px;
        color: #BDBDBD;
    }

    .detail-manufact {
        height: 284px;
    }

    .manufact-up {
        height: 383px;
    }

    .hero-sidebar-mobile img {
        filter: none;
        position: absolute;
        left: 0;
        top: 0;
    }

    .hero-wrapping {
        padding-top: 160px;
    }

    .hero-manufact-services {
        height: 33.3vh;
        flex: none;
    }

    .hero-wrap-mfactur {
        margin-top: 20%;
    }

    .hero-wrap-mfactur p {
        min-height: 75px;
    }
    
    .manufact-up .hero-wrap-mfactur {
        margin-top: 40%;
    }

    .hero-manufact-clients {
        height: 50vh;
        flex: none;
    }

    .brandSwiper {
        width: 100%;
    }

    .hero-brandbrands {
        width: initial !important;
        position: absolute;
        left: 0;
        right: 0;
        display: initial;
        text-align: center;
        padding-top: 50%;
    	margin-right: 0px !important;
    }

    .hero-brand-side {
        display: none;
    }

    .hero-content-brands {
        padding-top: 75px;
    }
    
    .flex-foot-brand {
        margin-left: initial;
    }

    .topnav-white {
        background: #fff;
    }
    
    .topnav-white a img {
        filter: initial;
    }

    .topnav-white .icon-bar-menu {
        color: #BDBDBD;
    }

    .icon-bar-menu svg {
        position: relative;
        bottom: 10px;
    }
    
    .icon-close-menu svg {
        position: relative;
        bottom: 10px;
        left: 10px;
    }

    .paggin-up {
        z-index: 99;
        margin-top: 75px;
    }

    .hero-roblock {
        display: none;
    }

    .hero-nest-roblock {
        padding-left: 0;
        padding-top: 12px;
        border-bottom: 1px solid #BBBBBC;
        width: 100% !important;
    }

    .hero-nest-roblock h6 {
        margin-bottom: 2px !important;
    }
    
    .hero-nest-roblock p {
        margin-bottom: 12px !important;
        font-size: 4vw !important;
    }

    .hero-roblock-mobile {
        display: block !important;
        padding-right: 20px;
        padding-left: 20px;
    }

    .hero-roblock-mobile a img {
        width: 100%;
        height: 162px;
        object-fit: cover;
    }

    .hero-roblock-mobile {
        margin-bottom: 20px;
    }
    
    .hero-roblock-mobile a{
        text-decoration: none;
    }
    
    .hero-roblock-mobile p{
        color: #606060;
    }

    .definit-head span {
        margin-top: 0px !important;
        margin-bottom: 12px;
    }

    .btn-filter-enews {
        margin-right: 15px !important;
        width: 150px !important;
        font-size: 12px !important;
    }
    
    .search-enews {
        width: 220px !important;
    }

    .search-enews input {
        font-size: 12px !important;
	padding: 0.5rem 0rem 0.5rem !important;
    }

    .backtop {
        display: none !important;
    }

    .backtop-mobile {
        display: block !important;
        text-align: right;
        padding-right: 20px !important;
	padding-bottom: 24px;
    }

    .submited-btn img {
        width: 30px !important;
    }

    .pan-search{
        position: absolute !important;
        bottom: 0 !important;
        padding-bottom: 20px;
        background-color: #fff;
        width: 100%;
    }

    .row.ro-scroll {
        height: 630px !important;
    }

    .grey {
        background-color: #ECECEC;
    }

    .paggin-contact {
        display: block !important;
    }

    #gmap_canvas {
        height: 275px !important;
    }

    .overlay-maps {
        height: 275px !important;
    }

    .confax li {
        display: block !important;
    }

    .form-mobile {
        padding-right: 1rem!important;
        padding-left: 1rem!important;
    }

    .social-media {
        margin-bottom: 3rem !important;
    }

    .hero-tickgi {
        display: none !important;
    }
    
    .hero-tickgi-mobile {
        display: block !important;
    }

    .productMobileSwiper .swiper-wrapper .swiper-slide img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        object-position: bottom;
    }

    .productMobileSwiper .swiper-wrapper .swiper-slide::after {
        content: '';
        display: block;
        position: absolute;
        background-color: rgba(0,0,0,0.3);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .productMobileSwiper .swiper-pagination {
        padding-bottom: 20px;
    }

    .productMobileSwiper .swiper-pagination-bullet {
        height: 9px;
        width: 9px;
        border: 2px solid #fff;
        background-color: transparent;
    }
    
    .productMobileSwiper .swiper-pagination-bullet-active {
        background-color: #fff;
        border: 0;
    }

    .hero-character-tickgi-mobile {
        bottom: 130px;
        position: absolute;
        width: 100%;
        z-index: 9999;
        color: #FFFFFF;
        margin-bottom: 50px;
        padding-right: 20px;
        padding-left: 20px;
        font-size: 12px !important;
    }

    .hero-character-tickgi-mobile .header {
        margin-bottom: 100px;
    }

    .hero-tickgi-vd {
        font-size: initial !important;
        margin-left: 0px !important;
    }

    .hero-character-tickgi-mobile-opacity {
        opacity: 0;
        transition: .5s linear;
    }

    .activeCount {
        opacity: 1 !important;
    }

    .btn-livechat {
        height: 50px !important;
        width: 50px !important;
    }

    .btn-livechat img {
        height: 30px !important;
    }

    .client-brands img {
        height: 20vh;
    }
    
    .hero-wrapping {
        padding-top: 20px !important;
        height: auto;
    }

    .hero-ntroduce {
        margin-top: 18px;
    }

    .hero-ntroduce .hero-cont-team {
        font-size: 12px;
    }

    .hero-detail-detail {
        padding: 20px;
    }

    .hero-wrap-mfactur h4 {
        font-size: 5vw;
        margin-bottom: 20px;
    }

    .manufact-up .hero-wrap-mfactur {
        margin-top: 60%;
    }

    .hero-wrap-mfactur p, a.hero-manu-learnto {
        font-size: 3vw;
    }

    .detail-about-hsi {
        margin-top: 40px;
    }

    .hero-news-nes {
        padding-top: 2rem;
	height: auto;
        overflow-y: initial;
    }

    .hero-content-desktop {
        display: none !important;
    }

    .hero-content-mobile {
        display: block !important;
    }

    .paggin-our-brand {
        display: block !important;
    }

    .col-max {
        max-width: 100% !important;
    }

    .row-mobile {
        margin-top: 130px;
    }

    .row-mobile .col-7, .row-mobile .col-5 {
        padding: 0px !important;
    }

    .mySwiper1 img {
        height: 30vh;
    }
    
    .mySwiper2 img, .mySwiper3 img, .mySwiper4 img, .mySwiper5 img, .mySwiper6 img {
        height: 20vh;
    }
    
    .hero-mason-brandsx {
        height: 30vh;    
    }

    .hero-mason-brandsx svg {
        width: 150px !important;
    }

    .hero-tobrands {
        height: 30vh;
    }

    .point-slide span {
        font-size: 8px !important;
    }

    .pan-wrap {
        position: sticky;
        bottom: 16px;
    }
}

@media screen and (max-width: 414px) { 
    .hero-wrapping {
        padding-top: 260px;
    }

    .row.ro-scroll {
        height: 620px !important;
    }
}

@media screen and (max-width: 400px) {
    .hero-wrapping {
        padding-top: 240px;
    }

    .search-enews {
        width: 200px !important;
    }

    .row.ro-scroll {
        height: 590px !important;
    }
}

@media screen and (max-width: 390px) { 
    .hero-wrapping {
        padding-top: 260px;
    }
}

@media screen and (max-width: 375px) {
    section.home .sidebar-home .brand-company img {
        width: 5rem;
    }

    .list-about li a svg {
        height: 4.6rem;
    }

    .list-about {
        margin-top: 20%;
    }

    .hero-wrapping {
        padding-top: 490px;
    }

    .search-enews {
        width: 180px !important;
    }

    .row.ro-scroll {
        height: 450px !important;
    }

    .hero-character-tickgi-mobile {
        bottom: 90px !important;
        margin-bottom: 20px !important;
    }

    .hero-character-tickgi-mobile .header {
        margin-bottom: 70px;
    }

    .hero-wrap-mfactur h4 {
        margin-bottom: 10px;
    }

    .hero-wrap-mfactur p {
        min-height: 45px;
    }

    .hero-tobrands {
        height: 40vh;
    }

    .footer-home .swiper-pagination {
	margin-top: -91px;
    }
}

@media screen and (max-width: 360px) {
    .list-about {
        margin-top: 30%;
    }

    .search-enews {
        width: 170px !important;
    }

    .row.ro-scroll {
        height: 520px !important;
    }
}

@media screen and (max-width: 280px) {
    .list-about li a svg {
        height: 3.6rem;
    }

    .hero-wrapping {
        padding-top: 710px;
    }

    .hero-wrap-mfactur {
        margin-top: 30%;
    }

    .manufact-up .hero-wrap-mfactur {
        margin-top: 90%;
    }

    .search-enews input {
        font-size: 10px !important;
    }

    .search-enews {
        width: 140px !important;
    }

    .btn-filter-enews {
        width: 100px !important;
        font-size: 10px !important;
    }

    .submited-btn img {
        width: 25px !important;
    }

    .row.ro-scroll {
        height: 440px !important;
    }

    .modal-fitler {
        width: 250px !important;
    }

    .hero-menu-active-mobile span {
        font-size: 3vw;
    }

    .hero-footer-paggin {
        font-size: 3vw;
    }

    .hero-tobrands {
        height: 50vh;
    }

    .hero-brandbrands {
        padding-top: 60%;
    }
}