@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700');

/* =========================================================
   FIXED BASE
========================================================= */
#main_index{
    overflow:hidden;
    padding-bottom:0!important;
}

a:hover {
    text-decoration: none;
}

.product_cat-11 .hp_product_cat_slider .item .wrapper_brand {

    padding-top: 92%;
}

.product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title:first-child {
    display: none;
}

.hp_top_email .fa-whatsapp {
    color: #25D366;
}

/* =========================================================
   FIXED NAVBAR
========================================================= */
.navbar_type8 .logo img{
    width:100px;
    padding:10px;
}

.navbar_type8 .nav_tab .nav_item a{
    font-size:0.99vw;
    padding:7.5px 2vw;
    color:#fff;
    transition: 0.4s;
    border-radius: 5px;
}

.navbar_type8 .nav_tab .nav_item:hover a {
    background: #ed1b24;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff!important;
    -webkit-text-stroke-width:0;
    -webkit-text-stroke-color:#000;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover{
    color:#fff!important;
}

.navbar_mobile .btn-outline-light:hover,
.navbar_mobile .btn-outline-light:not(:disabled):not(.disabled):active{
    color:#000;
    background-color:transparent;
    border-color:#000;
}

.navbar_type8 .nav_tab {
    flex: 0 1 70%;
    padding-left: 0;
    padding-right: 6%;
    background: #021c3e;
    margin-left: auto;
    border-radius: 8px 0 0 0;
}

.navbar_type8 .logo {
    flex: 0 1 30%;
    margin-left: 0;
    display: none;
}

.navbar_type8 {
    height: 3vw;
    top: 6vw;
    z-index: 102;
    animation: unset !important;
}

.navbar_type8:before {
    position: absolute;
    content: "";
    left: 0%;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #021c3e;
}

.dark_nav {
    background-color: transparent !important;
}

.navbar_type8 .nav_tab .nav_item::before {
    display: none;
}

.navbar_mobile {
    background-color: rgba(255, 255, 255, 1);
}


@media screen and (max-width:1200.5px){



}

/* =========================================================
   FIXED BANNER
========================================================= */
.slider_banner .banner_content{
    overflow:hidden;
}

@media screen and (max-width:767.5px){
    .index_wrapper_2 .item>img{
        min-height:80vw!important;
        object-position: 100%;
        object-fit:cover;
    }
}

/* =========================================================
   GLOBAL / COMMON
========================================================= */
:root{
    --tos-red:#ed1b24;
    --tos-navy:#021c3e;
    --tos-grey:#f2f2f2;
    --tos-light-grey:#d7d7d7;
    --tos-white:#fff;
    --tos-text:#3f4652;
}

#main_index{
    color:var(--tos-navy);
    font-family:"Google Sans", sans-serif;
}

.n_title{
    margin:0;
    color:#000;
    font-family:"Google Sans", sans-serif;
    font-size:34px;
    font-weight:900;
    line-height:1.2;
}

.n_content{
    margin:0;
    font-family:"Google Sans", sans-serif;
    font-weight: 400;
}

.hp_title_line {
    display: block;
    width: 65px;
    height: 2.5px;
    margin: 10px auto 0;
    background: var(--tos-red);
}

.n_button{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    padding:12px 30px;
    border:0;
    border-radius:7px;
    background:var(--tos-navy);
    color:#fff;
    font-family:"Google Sans", sans-serif;
    font-size:15px;
    font-weight:500;
    line-height:1.2;
    text-decoration:none;
    transition:0.25s all linear;
}

.n_button:hover{
    background:var(--tos-red);
    color:#fff;
    text-decoration:none;
}

.btnbox_left,
.btnbox_center,
.btnbox_right{
    display:flex;
    align-items:center;
}

.btnbox_left{
    justify-content:flex-start;
}

.btnbox_center{
    justify-content:center;
}

.btnbox_right{
    justify-content:flex-end;
}

.c_color1{
    color:#fff;
}

.c_color2{
    color:#000;
}

.c_color3{
    color:var(--tos-red);
}

@media screen and (max-width:767.5px){
.hp_title_line {
   
    width: 50px;
  
}

.n_title {
    font-size: 27px;
}

}

/* =========================================================
   TOPSPACE
========================================================= */

.d-none.d-lg-block.editor {
    height: 6vw;
}

.hp_top{
    position: fixed;
    top: 0;
    left: 0;
    z-index:101;
    width:100%;
    height:9vw;
    padding:1% 8%;
    background:#fff;
    transition: all .3s ease;
}

.hp_top.sticky {
    background: #fff;
}

.hp_top .col-md-12{
    display:flex;
    align-items:center;
}

/* left column 4 */
.hp_top_logo{
    flex:0 0 26%;
    justify-content:flex-start;
  
}

.hp_top_logo img{
    width:11vw;
    height:5vw;
    object-fit:contain;
}

/* right column 8 */
.hp_top_search{
    flex:0 0 27%;
    justify-content:center;
}

.hp_top_search .boxSearch,
.hp_top_search .nav_search{
    width:100%;
    padding-bottom: 1vw;
}

.hp_top_search input{
    width:78%;
    height:2.5vw;
    padding:0 15px;
    border:0;
    background:#f2f2f2;
    color:#6b6b6b;
    font-family:"Google Sans", sans-serif;
    font-size:0.9vw;
    outline:0;
    border-radius: 8px;
}

.hp_top_search .search_button{
    flex:0 0 2.5vw;
    width:2.5vw;
    height:2.5vw;
    border:0;
    background:var(--tos-red);
    color:#fff;
    font-size:1.25vw;
    border-radius: 5px;
}

.hp_top_email{
    flex:0 0 47%;
    justify-content:flex-end;
    padding-bottom: 2vw;
    display: flex;
        gap: 20px;
}

.hp_top_email ul{
    margin:0;
    padding:0;
}

.hp_top_email a{
    display:block;
    color:var(--tos-navy);
    font-family:"Google Sans", sans-serif;
    font-size:1vw;
    font-weight:600;
    line-height:1.45;
    text-decoration:none;
}

.hp_top_email i{
    margin-right:6px;
    color:var(--tos-navy);
    font-size: 1vw;
}

.hp_top_1 {
    font-size: 1vw;
    font-weight: 700;

}

.hp_top_2 {
    display: flex;
    gap: 5px;
}

.hp_top_li {
    display: flex;
    gap: 5px;
    font-size: 1vw;
}

@media screen and (max-width:1200.5px){
.hp_top_email i {

    font-size: 1.2vw;
}

.hp_top_email a {

    font-size: 1.1vw;
    
}

.hp_top_email {

    gap: 9px;
}

.hp_top_search input {
    height: 2.75vw;
    font-size: 1.1vw;
    
}

.hp_top_search .search_button {
    flex: 0 0 2.75vw;
    width: 2.75vw;
    height: 2.75vw;
    font-size: 1.45vw;
    border-radius: 5px;
}

}


@media screen and (max-width:991.5px){
    .hp_top{
        height:auto;
        padding:10px 5%;
    }

    .hp_top .col-md-12{
        flex-wrap:wrap;
        gap:8px 0;
    }

    .hp_top_logo{
        flex:0 0 40%;
    }

    .hp_top_search{
        flex:0 0 60%;
    }

    .hp_top_email{
        flex:0 0 45%;
        justify-content:flex-start;
    }


    .index_wrapper_2{
        margin-top:0;
    }

    #top_spacing{
        height:80px!important;
    }
    
    .index_wrapper_1 {
    height: 80px;
}
}

@media screen and (max-width:767.5px){
    .hp_top{
        padding:13px 7%;
    }

    .hp_top_logo{
        flex:0 0 100%;
        justify-content:center;
    }

    .hp_top_logo img{
        width:106px;
    }

    .hp_top_search{
        flex:0 0 100%;
    }

    .hp_top_email{
        flex:0 0 45%;
    }

    .hp_top_email a{
        font-size:10px;
    }

}




/* =========================================================
   BANNER CONTENT ONLY
========================================================= */

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slider_banner .slick-dots {
    position: absolute;
    bottom: 13.5%;
    left: -37.25%;
}

.slider_banner .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.slider_banner .slick-dots li {
    width: 0.75vw;
    height: 0.75vw;
    margin: 0;
    transition: all .3s ease;
}

.slider_banner .slick-dots li button {
    width: 0.75vw;
    height: 0.75vw;
    padding: 0;
}

.slider_banner .slick-dots li button:before {
    content: "";
    width: 0.75vw;
    height: 0.75vw;
    background: #021c3e;
    border-radius: 50%;
    opacity: 1;
    transition: all .3s ease;
}

.slider_banner .slick-dots li.slick-active {
    width: 8vw;
    
}

.slider_banner .slick-dots li.slick-active button:before {
    width: 8vw;
    border-radius: 20px;
    background: #ed1b24;
}

.hp_banner{
    position:relative;
    left:7%;
    top:50%;
    transform:translate(0,-50%);
    width:calc(100% - 14%);
}

.hp_banner_box{
    width:43vw;
}

.hp_banner_small{
    margin:0 0 0.7vw;
    color:var(--tos-red);
    font-family:"Google Sans", sans-serif;
    font-size:1.1vw;
    font-weight:800;
    line-height:1.2;
}

.hp_banner_title {
    margin: 0;
    color: var(--tos-navy);
    font-family: "Google Sans", sans-serif;
    font-size: 3.07vw;
    font-weight: 900;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    
}

.hp_banner_contentbox {
    display: flex;
    align-items: center;
    width: 34vw;
    margin-top: 1vw;
    padding: 15px 3%;
    background: linear-gradient(to right, transparent, #fff);
    position: relative;
    margin-left: -3%;
    gap: 1.5vw;
}

.hp_banner_content{
    margin:0;
    color:#424242;
    font-family:"Google Sans", sans-serif;
    font-size:1.1vw;
    line-height:1.7;
}

.hp_banner_btnbox{
    display:flex;
    align-items:center;
    gap:1vw;
    margin-top:1.6vw;
}

.hp_banner_button{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    padding:0.75vw 2.25vw;
    color:#fff;
    font-family:"Google Sans", sans-serif;
    font-size:1vw;
    font-weight:500;
    line-height:1.2;
    text-decoration:none;
    border-radius: 5px;
}

.hp_banner_button:hover{
    color:#fff;
    text-decoration:none;
}

.hp_banner_button_dark{
    background:var(--tos-navy);
    transition: 0.4s;
}

.hp_banner_button_dark:hover {
    background:var(--tos-red);
}

.hp_banner_button_red:hover {
    background:var(--tos-navy);
}

.hp_banner_button_red{
    background:var(--tos-red);
    transition: 0.4s;
}

.hp_banner_badge {
    width: 4.75vw;
}

@media screen and (max-width:1200.5px){
.slider_banner .slick-dots {
    bottom: 13%;
    left: -36.5%;
}

}

@media screen and (max-width:991.5px){
    .hp_banner_box{
        width:48vw;
    }
    
    .hp_banner_small {
  
    font-size: 1.45vw;
 
}

    .hp_banner_title{
        font-size:4vw;
    }

    .hp_banner_contentbox{
        width:39vw;
    }

    .hp_banner_content{
        font-size:1.35vw;
    }

    .hp_banner_button{
        font-size:1.25vw;
        padding: 0.9vw 2.5vw
    }
    
    .hp_banner_badge {
    width: 5.75vw;
}

.hp_banner {
   
    left: 7%;
    top: 47%;
 
}

    .slider_banner .slick-dots {
        bottom: 9%;
        left: -35.75%;
    }
}

@media screen and (max-width:767.5px){
    .hp_banner{
        left:3%;
        width:100%;
        top: 0;
        transform: unset;
        padding-top: 3rem;
        padding-bottom: 4rem;
    }

    .hp_banner_box{
        width:100%;
        padding:0;
    }

    .hp_banner_small{
        font-size:14px;
        margin-bottom: 0.5rem;
    }

    .hp_banner_title{
        font-size:38px;
    }

    .hp_banner_contentbox{
        gap: 3vw;
        width: 97%;
        margin-top: 0.5rem;
    }

    .hp_banner_content{
        font-size:14px;
    }

    .hp_banner_btnbox{
        gap:8px;
        flex-wrap: wrap;
        margin-top:18px;
        animation-duration: 0s !important;
    opacity: 1 !important;
    }

   .hp_banner_button {
        padding: 11px 20px;
        font-size: 13px;
    }
    
    .hp_banner .animated {
    animation-duration: 0s !important;
    opacity: 1 !important;
}

    .slider_banner .slick-dots {
        bottom: 2rem;
        left: -30%;
    }
    
    .slider_banner .slick-dots li.slick-active {
    width: 20vw;
    
}

.slider_banner .slick-dots li.slick-active button:before {
    width: 20vw;

}

.hp_banner_badge {
        width: 55px;
        flex: 0 0 55px;
    }
    
    .slider_banner .slick-dots li {
    width: 2vw;
    height: 2vw;
}

.slider_banner .slick-dots li button {
     width: 2vw;
    height: 2vw;
}

.slider_banner .slick-dots li button:before {
     width: 2vw;
    height: 2vw;
}


}

@media only screen and (max-width: 767.5px) {
    .slider_banner .banner_content {
        position: static !important;
        transform: none !important;
        background-color: #f2f2f2;
        opacity: 1 !important;
    }
}

@media only screen and (max-width: 450.5px) {
.hp_banner_content br {
    display: none;
}

}

/* =========================================================
   OFFICE SUPPLY EXPERT
========================================================= */
.hp_about{
    padding:90px 6% 80px 0%;
    background:linear-gradient(90deg, #fff, #f0f0f0, #f0f0f0);
    position: relative;
}

.hp_about::before {
    position: absolute;
    content: "";
    bottom: 30px;
    right: 3%;
    background-image: url(https://cdn1.npcdn.net/img/1782807721B_ABOUT-ELEMENT.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 12vw;
    height: 4vw;
}

.hp_about .row{
    align-items:center;
}

.hp_about_imgbox{
    margin-left: -15px;
        margin-right: -4%;
}

.hp_about_imgbox img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.hp_about_textbox{
    padding:0 3% 0 4%;
}

.hp_about .hp_title_line{
    margin:12px 0 21px;
}

.hp_about .n_content{
    margin:0 0 25px;
    color:var(--tos-text);
    font-family:"Google Sans", sans-serif;
    font-size:15px;
    line-height:1.8;
}

.hp_about .n_button {
    margin-top: 0px;
    font-size: 15px;
    padding: 12px 20px;
}

.hp_about .btnbox_left {
    margin-top: -10px;
}

@media screen and (max-width:1200.5px){
.hp_about {
    padding: 80px 3% 80px 0%;
}

}

@media screen and (max-width:991.5px){
    .hp_about{
        padding:70px 6%;
    }

    .hp_about_textbox{
        padding:0%;
    }
    
    .hp_about_imgbox {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2rem;
}

.hp_about::before {
    bottom: 30px;
    right: 3%;
    width: 16vw;
    height: 5vw;
}
}

@media screen and (max-width:767.5px){
    .hp_about{
        padding:3rem 3% 4.5rem;
    }

    .hp_about .n_content{
        font-size:14px;
    }
    
    .hp_about .n_button {
    margin-top: 0px;
    font-size: 14px;
    padding: 11px 20px;
}

    .hp_about::before {
        bottom: 20px;
        right: 3%;
        width: 26vw;
        height: 9vw;
    }
}

/* =========================================================
   EXPLORE PRODUCT COLLECTIONS
========================================================= */
.index_wrapper_4 {
    padding:80px 7% 70px;
}

.hp_collection_titlebox,
.hp_office_titlebox,
.hp_showcase_titlebox,
.hp_branch_titlebox{
    text-align:center;
}

.hp_collection .productSlider-1{
    margin-top:37px;
}

#main_index .hp_collection .product_img{
    padding:0 20px;
}

#main_index .hp_collection .product_box{
    margin:0 8px;
    background:transparent;
    border:0;
}

#main_index .hp_collection .product_img_frame{
    position:relative;
    width:100%;
    height:0;
    padding-top:100%;
    overflow:hidden;
    background:#ededed;
}

#main_index .hp_collection .product_img_frame img{
    position:absolute;
    top:50%;
    left:50%;
    width:100%;
    height:100%;
    padding:10px;
    transform:translate(-50%,-50%);
    object-fit:contain;
}

#main_index .hp_collection .status{
    display:none;
}

#main_index .hp_collection .content{
    margin-top:10px!important;
    text-align:center!important;
}

#main_index .hp_collection .content h6{
    margin:0;
    color:var(--tos-navy);
    font-family:"Google Sans", sans-serif;
    font-size:12px;
    font-weight:800;
    line-height:1.35;
}

#main_index .hp_collection .content p{
    display:none;
}

#main_index .hp_collection .align-top{
    margin-top:0;
}

#main_index .hp_collection .align-top a{
    display:none;
}

#main_index .hp_collection .slick-prev,
#main_index .hp_collection .slick-next,
#main_index .hp_office .slick-prev,
#main_index .hp_office .slick-next{
    z-index:2;
    width:30px;
    height:30px;
}

#main_index .hp_collection .slick-prev{
    left:-15px;
}

#main_index .hp_collection .slick-next{
    right:-15px;
}

#main_index .hp_collection .slick-prev:before,
#main_index .hp_collection .slick-next:before,
#main_index .hp_office .slick-prev:before,
#main_index .hp_office .slick-next:before{
    color:var(--tos-red);
    font-family:"Font Awesome 5 Free";
    font-size:19px;
    font-weight:900;
    opacity:1;
}

#main_index .hp_collection .slick-prev:before,
#main_index .hp_office .slick-prev:before{
    content:"\f104";
}

#main_index .hp_collection .slick-next:before,
#main_index .hp_office .slick-next:before{
    content:"\f105";
}

.hp_collection .btnbox_center{
    margin-top:31px;
}

.hp_collection .btnbox_center .n_button{
    font-size:10px;
}

.product_cat-11 .hp_product_cat_slider .item::after {
    display: none;
}

.product_cat-11 .hp_product_cat_slider .item a .wrapper_btn .view_btn {
    display: none;
}

.product_cat-11 .slick-prev:before {
    
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('https://cdn1.npcdn.net/img/17828091565-ARROW-LEFT.png');
    opacity: 1;
    height: 30px;
    width: 30px;
}

.product_cat-11 .slick-next:before {
 
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('https://cdn1.npcdn.net/img/17828091675-ARROW-RIGHT.png');
    opacity: 1;
    height: 30px;
    width: 30px;
}

.product_cat-11 .slick-arrow {
    height: auto;
    z-index: 10;
}

.product_cat-11 .slick-prev {
    left: -30px;
    z-index: 10;
    width: unset;
    height: unset;
}

.product_cat-11 .slick-next {
    right: -30px;
    z-index: 10;
    width: unset;
    height: unset;
}

.product_cat-11 .hp_product_cat_slider .item .wrapper_brand:hover img {
    width: 100%;
    height: 100%;
    transform: unset;
}

.product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title {
    padding-right: 0.5vw;
    padding-left: 0.5vw;
    margin-top: 0.5vw;
    font-size: 0.95vw;
    font-weight: 500;
    overflow: hidden;
    margin-bottom: 0;
    color: #000;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 0.5vw;
}

.product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title:before {
    position: absolute;
    content: "";
    left: 0%;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 80%;
    height: 100%;
    background: #fff;
    z-index: -1;
}

.product_cat-11 {
    height: 100%;
    padding-bottom: 10px;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.product_cat-11 .hp_product_cat_slider .card {
    height: 100%;
    margin-bottom: 10px;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 0;
    margin-top: 10px;
}

@media screen and (max-width:1200.5px){
.product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title {
   
    font-size: 13px;
    padding-right: 0.75rem;
        padding-left: 0.75rem;
        margin-top: 0.75rem;
        padding-bottom: 0.75rem;
}

}

@media screen and (max-width:991.5px){
.product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title {
   
    font-size: 14px;
   padding-left: 0.75rem;
        margin-top: 0.75rem;
        padding-bottom: 0.75rem;
}

}


@media screen and (max-width:767.5px){
    .index_wrapper_4{
        padding:60px 3%;
    }

    .hp_collection .n_title{
        font-size:25px;
    }

    .hp_collection .productSlider-1{
        margin-top:28px;
    }

    #main_index .product_cat-11 .product_img{
        padding:0 10px;
    }

    #main_index .product_cat-11 .product_box{
        margin:0 5px;
    }

    #main_index .product_cat-11 .content h6{
        font-size:11px;
    }
    .product_cat-11 .hp_product_cat_slider .item .wrapper_brand {
    padding-top: 85%;
}
    
    .product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title {
        font-size: 14px;
        padding-right: 1rem;
        padding-left: 1rem;
        margin-top: 1rem;
        padding-bottom: 1rem;
    }
    
    .product_cat-11 .slick-prev {
    left: -20px;
    z-index: 10;
    width: unset;
    height: unset;
}

.product_cat-11 .slick-next {
    right: -20px;
    z-index: 10;
    width: unset;
    height: unset;
}

.product_cat-11 {
    height: 100%;
    padding-bottom: 5px;
    margin-top: 1rem;
    margin-bottom: 0;
}
}

/* =========================================================
   EVERYTHING YOUR OFFICE NEEDS
========================================================= */
.index_wrapper_5{
    position:relative;
    padding:5rem 7% 4rem;
    position: relative;
   
}

.index_wrapper_5::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0%;
    left: 0;
    margin: 0 auto;
    background: linear-gradient(to bottom, #d7d7d7, #fff, #fff);
    width: 87%;
    height: 100%;
}

#main_index .productSlider-1 .product_img .text-left {
    text-align: center !important;
}

#main_index .productSlider-1 .product_img{
    padding:0 18px;
}

#main_index .productSlider-1 .product_box {
    margin: 0;
    padding: 0;
    background: #fff;
    border: 0;
    box-shadow: unset;
}

#main_index .productSlider-1 .product_img_frame{
    position:relative;
    width:100%;
    height:0;
    padding-top:96%;
    overflow:hidden;
}

#main_index .productSlider-1 .product_img_frame img{
    position:absolute;
    top:50%;
    left:50%;
    width:100%;
    height:100%;
    transform:translate(-50%,-50%);
    object-fit:contain;
}

#main_index .productSlider-1 .status{
    display:none;
}

#main_index .productSlider-1 .content{
    padding-top:2px;
}

#main_index .productSlider-1 .content h6{
    margin:0 0 10px;
    color:var(--tos-navy);
    font-family:"Google Sans", sans-serif;
    font-size:15px;
    font-weight:700;
    line-height:1.45;
}

#main_index .productSlider-1 .content p{
    display:none;
}

#main_index .productSlider-1 .align-top{
    margin-top:8px;
}

#main_index .productSlider-1 .align-top a{
    color:var(--tos-red);
    font-family:"Google Sans", sans-serif;
    font-size:14px;
    font-weight:700;
    text-decoration:none;
}

#main_index .productSlider-1 .slick-prev:before {
    
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('https://cdn1.npcdn.net/img/17828091565-ARROW-LEFT.png');
    opacity: 1;
    height: 30px;
    width: 30px;
    padding: 0;
}

#main_index .productSlider-1 .slick-next:before {
 
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('https://cdn1.npcdn.net/img/17828091675-ARROW-RIGHT.png');
    opacity: 1;
    height: 30px;
    width: 30px;
    padding: 0;
}

#main_index .productSlider-1 .slick-arrow {
    height: auto;
    z-index: 10;
}

#main_index .productSlider-1 .slick-prev {
    left: -45px;
    z-index: 10;
    width: unset;
    height: unset;
}

#main_index .productSlider-1 .slick-next {
    right: -45px;
    z-index: 10;
    width: unset;
    height: unset;
}

#main_index .productSlider-1 .slick-track .slick-slide {
    margin: 10px 1vw;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: white;
}

.hp_office_titlebox {
    margin-bottom: 1rem;
}

.productSlider-1::before {
    position: absolute;
    content: "";
    bottom: -45px;
    left: -6%;
    background-image: url(https://cdn1.npcdn.net/img/1782814174D_TAG-ELEMENT-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 2.5vw;
    height: 2.5vw;
    z-index: 10;
}

.productSlider-1::after {
    position: absolute;
    content: "";
    bottom: -45px;
    right: -6%;
    background-image: url(https://cdn1.npcdn.net/img/1782814174D_TAG-ELEMENT-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 2.5vw;
    height: 2.5vw;
    z-index: 10;
}


@media screen and (max-width:991.5px){
.productSlider-1::before {
 
    bottom: -45px;
    left: -5%;
 
    width: 3.5vw;
    height: 3.5vw;

}

.productSlider-1::after {

    bottom: -45px;
    right: -5%;
   
    width: 3.5vw;
    height: 3.5vw;
   
}

#main_index .productSlider-1 .slick-prev {
    left: -35px;
}

#main_index .productSlider-1 .slick-next {
    right: -35px;
}

}

@media screen and (max-width:767.5px){
    .index_wrapper_5{
        padding:3rem 3% 3rem;
    }

    .hp_office .n_title{
        font-size:27px;
    }


    #main_index .productSlider-1 .content h6{
        font-size:14px;
    }
    
    #main_index .productSlider-1 .slick-track .slick-slide {
    margin: 0;
 
}

#main_index .productSlider-1 .slick-prev {
    left: -12.5px;
}

#main_index .productSlider-1 .slick-next {
    right: -12.5px;
}

    .productSlider-1::before {
        bottom: -40px;
        left: 1%;
        width: 8vw;
        height: 8vw;
    }
    
        .productSlider-1::after {
        bottom: -40px;
       right: 1%;
        width: 8vw;
        height: 8vw;
    }
 
}

/* =========================================================
   WHY TOS / ADVANTAGE
========================================================= */
.hp_advantage{
    padding:0;
    background-image:
        linear-gradient(90deg, rgba(2,28,62,0.35), rgba(0,0,0,0.25)),
        url("https://cdn1.npcdn.net/img/1782811657E_WHY-BG.jpg");
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: 50%;
}

.hp_advantage_content {
    padding: 24% 7% 5%;
}

.hp_advantage_list{
    display:flex;
    justify-content:center;
    align-items:stretch;
    flex-wrap:wrap;
     background: linear-gradient(
        135deg,
        rgba(255,255,255,0.25),
        rgba(255,255,255,0.08),
        rgba(255,255,255,0.18)
    );

    backdrop-filter: blur(5px);
    box-shadow: inset 0 1px 20px rgba(255,255,255,0.15);
        gap: 1.5vw 0;
    padding: 2rem 3%;
}

.hp_advantage_item{
    flex:0 0 33.333%;
    display:flex;
    align-items:center;
        padding: 0px 5%;
    border-right:1px solid rgba(255,255,255,0.8);
}

.hp_advantage_item:nth-child(3n){
    border-right:0;
}

.hp_advantage_icon{
    flex:0 0 60px;
    width:60px;
    height:60px;
    margin-right:14px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#fff;
    color:var(--tos-red);
    font-size:16px;
}

.hp_advantage_icon img {
    width: 40px;
}

.hp_advantage_item p{
    margin:0;
    color:#fff;
    font-family:"Google Sans", sans-serif;
    font-size:15px;
    font-weight:400;
    line-height:1.4;
}

@media screen and (max-width:1200.5px){

.hp_advantage_item p {
    font-size: 14px;
}

.hp_advantage_item {
 
    padding: 0px 3%;
  
}
.hp_advantage_icon {
    flex: 0 0 55px;
    width: 55px;
    height: 55px;
}

.hp_advantage_icon img {
    width: 35px;
}

}

@media screen and (max-width:991.5px){
  
      .hp_advantage_item {
        padding: 0px 2%;
    }
    
    .hp_advantage_content {
    padding: 24% 6% 6%;
}


.hp_advantage_item:nth-child(3n) {
    border-right: 1px solid rgba(255,255,255,0.8);
}

.hp_advantage_item:nth-child(2n) {
    border-right: 0;
}

    .hp_advantage_item{
        flex:0 0 48%;
        padding:0 6%;
       
    }
    
    .hp_advantage_list {
        gap: 2vw 0;
}

}

@media screen and (max-width:767.5px){
   

    .hp_advantage_item{
        flex:0 0 48%;
        padding:0 6%;
       
    }

    .hp_advantage_item:nth-child(3n){
        border-right:1px solid rgba(255,255,255,0.8);
    }

    .hp_advantage_item:nth-child(2n){
        border-right:0;
    }

    .hp_advantage_item:last-child{
        border-bottom:0;
    }


    .hp_advantage_item p{
        font-size:14px;
    }
    
        .hp_advantage_content {
        padding: 24% 3% 12%;
    }
    
    .hp_advantage_list {

    gap: 3vw 0;
    padding: 2rem 0%;
}
}

@media screen and (max-width:550.5px){
    .hp_advantage_list {
        gap: 20px 0;
        padding: 2rem 0%;
        flex-direction: column;
    }
    
    .hp_advantage_item{
        border-right: 0;
        padding: 0 9%;
       
    }
    
    .hp_advantage_item:nth-child(3n){
        border-right:0;
    }
    
}

/* =========================================================
   PRODUCTS & PROJECT SHOWCASE
========================================================= */
.index_wrapper_7{
    padding:75px 0 5px;
    background:#fff;
}

.hp_showcase_titlebox{
    margin-bottom:32px;
}

#main_index .hp_photoGallerySliderWithTitle{
    background:transparent;
}

#main_index .hp_photoGallerySliderWithTitle .container-fluid{
    padding:0;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery{
    padding:0;
}

#main_index .hp_photoGallerySliderWithTitle .outline_box{
    padding:0 10px;
}

#main_index .hp_photoGallerySliderWithTitle .gallery_box{
    height:214px;
    padding-top:0;
}

#main_index .hp_photoGallerySliderWithTitle .gallery_box img{
    position:relative;
    top:auto;
    left:auto;
    width:100%;
    height:100%;
    transform:none;
    object-fit:cover;
}

#main_index .hp_photoGallerySliderWithTitle p{
    display:none;
}

#main_index .hp_photoGallerySliderWithTitle .slick-prev,
#main_index .hp_photoGallerySliderWithTitle .slick-next{
    z-index:2;
}

#main_index .hp_photoGallerySliderWithTitle .slick-prev{
    left:20px;
}

#main_index .hp_photoGallerySliderWithTitle .slick-next{
    right:20px;
}

#main_index .hp_photoGallerySliderWithTitle .slick-prev:before,
#main_index .hp_photoGallerySliderWithTitle .slick-next:before{
    color:#fff;
    font-size:22px;
}

@media screen and (max-width:767.5px){
    .index_wrapper_7{
        padding:60px 0 5px;
    }

    .hp_showcase .n_title{
        font-size:27px;
    }
}

/* =========================================================
   OUR BRANCHES
========================================================= */
.hp_branch{
    padding:80px 7% 80px;
    background: linear-gradient(165deg, #fff, #fff, #d7d7d7);
}

.hp_branch_titlebox{
    margin-bottom:20px;
}

.hp_branch_item{
    display:flex;
    height:100%;
    background:#fff;
    box-shadow:0 0px 20px rgba(2,28,62,0.3);
}

.hp_branch_imgbox{
    flex:0 0 37%;
}

.hp_branch_imgbox img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.hp_branch_textbox{
    flex:0 0 63%;
    padding:30px 4%;
}

.hp_branch_textbox p{
    margin:0 0 10px;
    color:#4d4d4d;
    font-family:"Google Sans", sans-serif;
    font-size:15px;
    margin-bottom: 5px;
    line-height:1.5;
}

.hp_branch_textbox a{
    display:block;
    color:#4d4d4d;
    font-family:"Google Sans", sans-serif;
    font-size:15px;
    line-height:1.5;
    text-decoration:none;
}

.hp_branch_tag{
    width:max-content;
    padding:9px 25px;
    border-radius:20px;
    background:var(--tos-red);
    color:#fff!important;
    font-size:15px!important;
    font-weight:600;
    line-height:1.2!important;
    margin-bottom: 1rem !important;
}

.hp_branch_icbox {
    display: flex;
    flex-direction: row;
}

.hp_branch_icbox img {
    height: 20px;
    width: auto;
}

.hp_branch .col-12.col-lg-6 {
    padding: 0 0.6vw;
}

@media screen and (max-width:991.5px){
.hp_branch .col-12.col-lg-6 {
    padding: 0 15px 20px;
}

}

@media screen and (max-width:767.5px){
    .hp_branch{
        padding:60px 3% 45px;
    }

    .hp_branch .n_title{
        font-size:27px;
    }

    .hp_branch_item{
        margin-bottom:23px;
    }

    .hp_branch .col-12:last-child .hp_branch_item{
        margin-bottom:0;
    }
    
    .hp_branch_imgbox {
    flex: 0 0 39%;
}

    .hp_branch_textbox{
        padding:30px 4%;
        flex: 0 0 61%;
    }

    .hp_branch_textbox p,
    .hp_branch_textbox a{
        font-size:14px;
    }
    
    .hp_branch_tag {
  
    padding: 8px 23px;

    font-size: 14px !important;

}
}

/* =========================================================
   FOOTER COMPONENT: ex_footerType6
========================================================= */
.footer_type6{
    padding:50px 0% 20px;
    background:linear-gradient(120deg, #011b3d, #011b3d, #000);
    color:#fff;
    overflow: hidden;
}

.footer_type6 .logo.title{
    min-height:60px;
    margin-bottom:20px;
}

.footer_type6 .text-muted {
    color: #fff !important;
}

.footer_type6 .title{
    min-height:60px;
}

.footer_type6 .title h5{
    color:var(--tos-red);
    font-family:"Google Sans", sans-serif;
    font-size:21px;
    font-weight:500;
    line-height:1.2;
    text-transform: uppercase;
}

.footer_type6 a,
.footer_type6 .footer_subtitle,
.footer_type6 .footer_lang{
    color:#fff;
    font-family:"Google Sans", sans-serif;
    font-size:14px;
    line-height:1.8;
    text-decoration:none;
}

.footer_type6 .footer_subtitle{
    margin:14px 0;
}

.footer_type6 .footer_lang{
    margin:0;
}

.footer_type6 .footer_lang a:hover,
.footer_type6 .footer_subtitle a:hover{
    color:var(--tos-red);
}

.footer_type6 .input-container{
    height:40px;
}

.footer_type6 .input-container input,
.footer_type6 .input-container label{
    height:40px;
    color:#fff;
    font-family:"Google Sans", sans-serif;
    font-size:14px;
}

.footer_type6 .input-container .submit{
    padding:10px;
    color:#fff;
    font-size:14px;
}

.footer_type6 .line{
    margin:25px 0 25px;
}

.footer_type6 .social_media{
    text-align:right;
}

.footer_type6 .social_media a{
    margin-left:13px;
    color:#fff;
    font-size:14px;
}

.footer_type6 .social_media a:hover{
    color:var(--tos-red);
}

.footer_type6 .logo img {
    max-height: 60px;
}

.footer_type6 .fab.fa-facebook-f {
    font-weight: 400;
    color: #021c3e;
    background: #fff;
    border-radius: 50%;
    padding: 6px 5px 2px;
}

@media screen and (max-width:991.5px){
.footer_type6 .title h5 {
  
    font-size: 17px;
  
}

.footer_type6 .logo img {
    max-height: 55px;
}

.footer_type6 .logo.title{
    min-height:55px;
}

.footer_type6 .copy_right.text-left {
    margin-right: -1%;
}

}

@media screen and (max-width:767.5px){
        .footer_type6 {
        padding: 45px calc(3% + 15px) 20px;
    }

    .footer_type6 .copy_right.text-left {
    margin-right: 0%;
}

 
    .footer_type6 .footer_subtitle,
    .footer_type6 .footer_lang,
    .footer_type6 a{
        font-size:14px;
    }

    .footer_type6 .social_media{
        margin-top:21px;
      
    }

    .footer_type6 .social_media a{
        margin:0 8px;
    }
    
    .footer_type6 .title {
    min-height: 30px;
}

.footer_type6 .logo img {
    max-height: 50px;
}

.footer_type6 .logo.title{
    min-height:50px;
}
}

/* =========================================================
   FIXED FOOTER / MOBILE SYSTEM
========================================================= */
.footer_type6 .copy_right,
.platinum_website_visitor,
.copy_right small,
.footer_langbar_item,
.side_menu .footer_langbar_item{
    color:#fff!important;
}