﻿.topfix {
    text-align: center;
    position: fixed;
    top: 93px;
    z-index: 111;
    width: 100%;
    transition: all .6s
}
#map {
    height: calc(100vh - 215px);
}
.sec-row.thin{
    padding:25px 0;
}
h1 {
    text-align: right;
    color: #21304d;
    padding: 0 20px;
}
img.leaflet-tile {
    filter: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix'values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .5s;
    transition: all .5s;
}
a#resetBtn {
    position: absolute;
    z-index: 99;
    left: 20px;
    TOP: 20px;
}
.about-row {
    margin-top: 145px;
    height: calc(100vh - 215px);
    overflow: hidden;
}
.leaflet-pane {
    z-index: 10;
}
.leaflet-popup-content {
    direction: rtl;
    line-height: 1.7;
    font-family: peyda, Arial;
}
.leaflet-popup-content b {
   display:block
}
.marker-cluster-small {
    background-color: rgba(33, 48, 77, 1);
    color: #fff
}
.marker-cluster div {
    width: 40px;
    height: 40px;
    margin-left: 0;
    margin-top: 0;
   
    display: flex;
    align-items: center;
    justify-content: center;
}

    .marker-cluster-small div {
        background-color: transparent;
    }
.contact-branch-row .branch-con .branch-item {
    text-align: RIGHT;
    padding: 20px;
    background-color: #efefef;
    line-height: 1.7
}
.icon.hide
{
    opacity:0
}
.contact-branch-row .branch-con .branch-item a b {
    display: block;
    margin-bottom: 20px;
}
.contact-branch-row .branch-con .branch-item p.head2 span.icon {
   float:right;
    margin-left:10px;
}
    .contact-branch-row .branch-con .branch-item:hover {
        background-color: #fff
    }
         .branch-item:hover .head, .branch-item:hover .head2 {
            color: #21304d !important
        }
.contact-branch-row .branch-con .branch-item a.button {
    max-width:200px;
    margin-top:15px;
}
#branch_menu .page-desc {
    padding: 15px 200px 7.5px 200px;
    transition: all .5s
}
div.search-con {
    position: relative
}
div.search-con input.form-control {
    padding-right:25px;
}
    div.search-con a {
        position: absolute;
        left: 7px;
        top: 7px;
        font-size: 20px;
        cursor: pointer;
        color: rgba(33, 48, 77, 1);
    }
.search-resultb {
    padding: 10px 2px;
    text-align: RIGHT;
    font-size: 15px;
}
    .search-resultb a.button {
        width: max-content;
        display: inline-flex;
    }
.branch-con .search-row {
    padding: 0 20px 20px 20px;
}
a#search_cancel {
    padding: 5px 10px;
    font-size: 13px;
    margin-right: 10px;
    color: red;
}
.topfix .branch-con {
    margin-bottom: 0
}

        .topfix .branch-con .branch-item {
            padding: 10px 0
        }

#items_con.show .about-item .txt {
    /*            align-items: flex-end;*/
}
.about-row.about-full .about-item .img {
    min-height: initial;
    height: auto
}
.about-row.about-full .about-item  {
   
    position: relative
}
.about-row.about-full .about-item .fi {
   top: -200px;
   right:0;
   position:absolute
}

.contact-branch-row
{
    display:flex
}

.contact-branch-row .branch-con {
    width: 400px;
    flex-direction: column
}
.contact-branch-row #items_con {
    width: calc(100% - 400px);
}
h3 img
{
    margin-left:5px;
}
.map-detail {
    display: flex;
}

.map-col-r {
    display: flex;
    flex-wrap: wrap;
    width: 45%;
}

.map-col-r {
    width: 55%;
}

    .map-col-r span {
        width: 38%;
    }
        .map-col-r span.today {
            font-weight: bold !important;
        }
        .map-col-r span.day-title {
            width: 24%;
        }

.map-col-l span.icon {
    float: right;
    margin-left: 5px;
}

    .map-col-l span.icon.icon-phone {
        opacity: 0
    }

.leaflet-popup-content {
    width: 550px !important;
    text-align: right;
}

    .leaflet-popup-content b {
        margin-bottom: 10px;
        font-size: 16px;
    }

.leaflet-container a:not(.button) {
    color: #21304d;
    text-decoration: underline;
    font-weight: bold;
    float: left
}

.leaflet-container a.button {
    color: #fff;
    margin-top: 15px;
}

    .leaflet-container a.button:hover {
        color: #21304d;
    }

.leaflet-container a.leaflet-popup-close-button {
    right: initial;
    left: 5px;
    top: 5px;
    color: #21304d;
    text-decoration: none !important
}

.branch-con {
    height: calc(100vh - 145px);
    overflow-y: scroll;
}
@media(max-width:767px) {
    #map {
        height: 500px;
        margin-top: 0;
    }
    .contact-branch-row .branch-con .branch-item {
        border: 10px solid #FEFEFE !important;
        padding: 15px;
    }
        .contact-branch-row .branch-con .branch-item {
       
            display: flex;
            flex-direction: column;
        }
        .about-row {
        margin-top: 100px;
        height: auto;
     
    }
    .about-row .about-item {
        
        padding-top: 10px;
    }
    .header-row {
        border-bottom: 1px solid #ccc !important;
        background-color: #fff !important
    }
        .header-row .header-con-row
        {
            margin-bottom:10px !important
        }
        .header-row .header-con-row .logo-col .logo-type {
            top: 0 !important;
            opacity: 0 !important
        }
    #branch_menu .page-desc {
        padding: 15px 15px 7.5px 15px;
    
    }
   
    .topfix {
        top: -3px;
    }
    .contact-branch-row {
     
        flex-direction: column;
    }


    .contact-branch-row .branch-con {
        
      
        margin-bottom: 5px;
        width: 100%;
        height:auto;
        order:2;
    }
        .contact-branch-row #items_con {
            padding:  0;
            width: 100%;
            order: 1;
        }
        .contact-branch-row .branch-con .branch-item {
          
            border-bottom: 1px solid #21304D
        }

            .contact-branch-row .branch-con .branch-item:nth-child(2n+1) {
            }

            .contact-branch-row .branch-con .branch-item.active {
            }

    .about-row.about-full .about-item .img {
        
        height:75vw
    }
    .contact-branch-row .branch-con .branch-item a{
        display:block
    }
    .contact-branch-row .branch-con .branch-item .head{text-align:right}
    .contact-branch-row .branch-con .branch-item a b {
      
        margin-bottom: 10px;
    }
    .contact-branch-row .branch-con .branch-item a.button {
        margin-top: 10px;
    }
    .leaflet-popup-content {
        width: calc(100vw - 50px) !important;
        LINE-HEIGHT: 1.3;
    }

    .map-detail {
        flex-direction: column;
    }

    .map-col-l {
        margin-top: 10px;
    }
    .map-col-r {
width:100%;    }
}
