

            #s_breadCrump{
                width: 1200px;
                font-size: 14px;
                text-align: right;
                margin: auto;
                display: block;
                padding:10px 0;
            }
            .green{color:#1fa84f;}
            .blue{color:#323092;}
            .orange{color:#f58220;}

            bc_container{
               /* width:100%;
                background-color:#FFFFFF;*/
            }
           .nav_menu>li .sub_menu_ul{
                position: absolute;
                top: 35px;
                left: 50%;
                height: 0;
                background: #fff;
                transform: translateX(-49.9%);
                transition: all .3s linear;
                min-width: 200px;
                border: solid #009ddc;
                border-width: 3px 0;
                box-shadow: 0 3px 3px 1px #d5dfe4;
                z-index: 2;
                opacity: 0;
                display: block;
                visibility: hidden;
            }

          .nav_menu>li:not(.menuActive):hover .sub_menu_ul {
                opacity: 1;
                visibility: visible;
            }
          .nav_menu>li:not(.menuActive):hover .sub_menu_ul {
               height: auto;
            }
          .sub_menu_ul:before {
                content: "";
                width: 18px;
                height: 18px;
                background-color: #009ddc;
                position: absolute;
                top: -7px;
                left: 50%;
                transform: translateX(-50%) rotate(45deg);
                z-index: -1;
          }
          .sub_menu_ul li {
                max-width: 100%;
                border: none;
                z-index: 9;
                background: #fff;
                position: relative;
                width: auto;
                text-align:center;
          }
         .sub_menu_ul li a,.sub_menu_ul li span{
            display: block;
            color: #5a6063;
            padding: 14px 25px!important;
            transition: all .3s linear;
          }
          .sub_menu_ul li:not(:first-child) {
             border-top: 1px solid #e3e3e3;
          }
          .sub_menu_ul li>ul>li:hover .subSubMenu li a{border-bottom-color:#90c404!important;}/*moshkel daram :(*/

          .sub_menu_ul>li:hover .subSubMenu {
              visibility: visible;
              opacity: 1;
          }
          .nav_menu li:hover>ul {
              display: block;
         }
         .nav_menu li ul {
            display: none;
            position: absolute;
            background: #f5f4f4;
            border: 1px solid #ccc;
            white-space: nowrap;
            z-index: 10;
        }
        .subSubMenu{
            background-color: #fafafa;
            border-left: 5px solid #0ae;
            position: absolute;
            top: 0;
            right: 100%;
            box-shadow: 0 1px 2px 2px rgba(213,223,228,.7);
            transition: all .3s linear;
            z-index: 1;
            width: auto;
            visibility: hidden;
            opacity: 0;
        }
        .sub_menu_ul>li:hover>a,.sub_menu_ul>li:hover>span {
            background-color: #0ae;
            color: #fff!important;
            position: relative;
            z-index: 2;
        }
        .menuActive{ color: #0078ae !important;}
        .subSubMenu>li:hover>a {
            color: #90c404!important;
            background: #fff;
        }

        
            #header_container_main{/*height:120px;*/}
            .sinoweb_header{position:relative;}
            .sinoweb_header{
                width:100%;
                box-shadow: none;
                z-index: 10;
                /*padding: 0 4.7vw;*/
                border-top: 4px solid #0078ae;

                top: 0;
                width: 100%;
                background: #fff;
                padding-bottom: 8px;
            }

            .bc_container{
                width:100%;
                border-top: 1px solid #0078ae;
                background: #fff;
                padding-right: 20px;
            }
            .bc_container.h-animated{height:0;border-top:none;}
            .bc_container.h-animated #s_breadCrump{display:none;z-index: 9;}
            .sinoweb_header.h-animated{ border-top-color: #FFFFFF;position: fixed;}
            .sinoweb_header .nav_menu>li {
                display: inline-block;
                position: relative;
                padding-bottom: 10px;
                vertical-align: top;
            }
            .sinoweb_header .nav_menu>li:nth-child(n) {
                max-width: 100%;
            }
             .sinoweb_header .nav_menu>li:hover a,.sinoweb_header .nav_menu>li:hover span{color:#0078ae;}
            .sinoweb_header .nav_menu>li a,.sinoweb_header .nav_menu>li span{
                font-size: 14px;
                padding: 0 8px;
                color: #5a6063;
                font-weight: bold;
            }
            .nav_menu .p-box {
                width: 0;
                overflow: hidden;
                visibility: hidden;
                white-space: nowrap;
                -webkit-transition: all .3s ease-out;
                -moz-transition: all .3s ease-out;
                -o-transition: all .3s ease-out;
                transition: all .3s ease-out;
            }
            .h-animated .nav_menu .p-box {
                visibility: visible;
                width: 128px;
                -webkit-transition: width .3s ease-out;
                -moz-transition: width .3s ease-out;
                transition: width .3s ease-out;
            }
            #div_profile_picture{width:105px !important;font-size:14px; }
            .sinoweb_inner_h{
                width:1200px;
                margin:auto;
                height: 115px;
                transition: height .2s ease-out,opacity .4s ease-out;
                position: relative;
            }
            .h-animated .sinoweb_inner_h{
                height: 66px;
            }
            .nav_container{ padding: 21px 0 0;}

            .tellIcon{
                background: url(https://esfahan-roftoroob.ir/files/main/header/chandshab/img/sprite.png) no-repeat;
                width: 21px;
                height: 21px;
                margin: 0 5px 0 0;
                display: inline-block;
                font-size: 0;
                line-height: 0;
                vertical-align: top;
            }
            .phone{
                color: #5a6063;
                display: inline-block;
                vertical-align: middle;
                margin: 1px 9px 0 0 ;
                padding: 2px 15px 3px 0;
               /* border-left: 1px solid #dadada;*/
            }

            .head-top{
                width: 100%;
                max-width: 100%;
                padding: 9px 0;
                margin-bottom: 10px;
                text-align:left;
            }
            .h_r_side{
                width:100%;
                position: relative;
                -webkit-transition: margin .4s ease-out;
                -moz-transition: margin .4s ease-out;
                transition: margin .4s ease-out;
            }
            .sinoweb_header.h-animated .head-top {
                border-bottom: none!important;
            }
            .sin_logoCon{
                width: 340px;
                height: 60px;
                position: static;
                background-size: cover;
                margin-top: 27px;
                top: 20px;
                left: 10px;
                transition: all 0.3s;
            }
            .sinoweb_header.h-animated .sin_logoCon{
                width: 228px;
                height: 43px;
                margin-top: 13px;
            }
             .sin_menuCon{
                width:850px;
                 transition: all 0.3s;
            }
            .sinoweb_header.h-animated .sin_menuCon{
                width:966px;
                transition: all 0.3s;
             }
             .sinoweb_header.h-animated .h_r_side{
                margin-top: -65px;
             }
            #sin_img-logo{
               /* width: 360px;*/
                max-height: 53px;
                max-width: 100%;
                height: auto;
                object-fit: contain;
            }
        #module_footer_section_2{
;
width:85%;
padding-top:3vw;
padding-bottom:3vw;
border-style:none;
}#module_footer_column_7{
;
width:21.25%;
border-style:none;
}#module_footer_row_7{
;
justify-content:flex-start;
border-style:none;
}#module_footer_items_7{
;
cursor:default;
width:18vw;
height:4vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_7:hover{
;
}#module_footer_row_8{
;
margin-top:2vw;
border-style:none;
}#module_footer_items_8{
;
cursor:default;
text-align:justify;
line-height:1.5vw;
color:#fff;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_8:hover{
;
}#module_footer_column_8{
;
width:45%;
margin-top:2.5vw;
margin-right:16vw;
border-style:none;
}#module_footer_items_9{
;
cursor:default;
color:#fff;
font-weight:500;
font-size:1.2vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_9:hover{
;
}#module_footer_row_10{
;
margin-top:2vw;
border-style:none;
}#module_footer_items_10{
;
cursor:default;
color:#fff;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_10:hover{
;
}#module_footer_row_11{
;
margin-top:1vw;
border-style:none;
}#module_footer_items_11{
;
cursor:default;
color:#fff;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_11:hover{
;
}#module_footer_row_12{
;
margin-top:1vw;
border-style:none;
}#module_footer_items_12{
;
cursor:default;
color:#fff;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_12:hover{
;
}#module_footer_row_13{
;
margin-top:1vw;
border-style:none;
}#module_footer_items_13{
;
cursor:default;
color:#fff;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_13:hover{
;
}#module_footer_column_9{
;
width:100%;
margin-top:2.5vw;
margin-right:8vw;
border-style:none;
}#module_footer_items_14{
;
cursor:default;
color:#fff;
font-weight:500;
font-size:1.2vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:3vw;
}#module_footer_items_14:hover{
;
}#module_footer_row_15{
;
margin-top:2vw;
border-style:none;
}#module_footer_items_18{
;
cursor:default;
width:4vw;
height:2.5vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
padding-left:1vw;
}#module_footer_items_18:hover{
;
}#module_footer_items_19{
;
cursor:default;
line-height:2vw;
color:#fff;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_19:hover{
;
}#module_footer_row_16{
;
margin-top:1vw;
border-style:none;
}#module_footer_items_20{
;
cursor:default;
width:3vw;
height:2vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
padding-left:1vw;
}#module_footer_items_20:hover{
;
}#module_footer_items_21{
;
cursor:default;
line-height:2vw;
color:#fff;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_21:hover{
;
}#module_footer_row_17{
;
margin-top:1vw;
border-style:none;
}#module_footer_items_22{
;
cursor:default;
width:3vw;
height:2vw;
color:#6f7987;
font-weight:300;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
padding-left:1vw;
}#module_footer_items_22:hover{
;
}#module_footer_items_23{
;
cursor:default;
line-height:2vw;
color:#fff;
font-weight:300;
font-size:1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_23:hover{
;
}#module_footer_section_3{
;
width:100%;
background-color:#ffffff;
padding-top:1vw;
padding-bottom:1vw;
border-style:none;
}#module_footer_column_11{
;
width:80vw;
border-style:none;
}#module_footer_items_27{
;
cursor:default;
text-align:center;
color:#333333;
font-weight:500;
font-size:0.75vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:25vw;
}#module_footer_items_27:hover{
;
}#public_footer_main_2{;background-color:#0f3a78;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}#public_footer_main_2:hover{;}#public_footer_main_2{
                    position:relative;
                    margin-right:auto !important;
                    margin-left:auto !important;
                    overflow:hidden !important;
                }
                #public_footer_main_2 > div{
                    position:relative;
                    z-index:12;
                }
                   #public_footer_main_2  
                
                #public_footer_main_2 .new_admin_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
            
                #public_footer_main_2:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
            #msg_footer.msg_footer,
            #msg_footer_complete.msg_footer{
                position: fixed;
                top: 50px;
                right: 10px;
                width: 400px;
                height: 50px;
                z-index: 10000;
                border-radius: 3px;
            }

            #msg_footer .d_flex,
            #msg_footer_complete .d_flex{
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                height: 100%;
                padding: 0 15px;
            }

            #msg_footer.green_msg_footer {
                background-color: #d4edda;
                border: 1px solid #c3e6cb;
                color: #155724;
            }

            #msg_footer.red_msg_footer,
            #msg_footer_complete.red_msg_footer{
                background-color: #f8d7da;
                border: 1px solid #f5c6cb;
                color: #721c24;
            }

            #msg_footer .close_msg,
            #msg_footer_complete .close_msg{
                cursor: pointer;
                font-size: 25px;
                padding-right: 15px;
            }

            #msg_footer .close_msg:hover,
            #msg_footer_complete .close_msg:hover{
                color: #000;
            }
            
            .border_red{
                border: 1px solid #e20000;
            }
            footer a{
                color: inherit;
            }
        
            #body_popup_1,#body_popup_2{
                position:fixed;
                display:flex;
                text-align:center;
                top:0;
                bottom:0;
                right:0;
                left:0;
                z-index:99999;
                visibility:hidden;
                opacity: 0;
                background:rgba(0,0,0,0.5);
            }
            #body_popup_1.open-popup,#body_popup_2.open-popup{
                visibility:visible;
                opacity: 1;
            }
            #body_popup_1 > div,#body_popup_2 > div{
                display:block;
                background:#fff;
                padding:10px;
                margin:auto;
                transform:translateY(-150px);
                -webkit-transition:transform .3s;-moz-transition:transform .3s;-ms-transition:transform .3s;-o-transition:transform .3s;transition:transform .3s;
                text-align:center;
                border-radius:10px;
                position:relative;
                z-index:999999;
            }
            #body_popup_1.open-popup > div,#body_popup_1.open-popup > div{
                transform:translateY(0);
            }
            #body_popup_1 .icon-close-popup{
                position:absolute;
                font-size:30px;
                height:30px;
                width:30px;
                border-radius:50%;
                color:red;
                top:-10px;
                right:-10px;
                background-color:transparent;
                z-index:9999;
            }
            #body_popup_1 .icon-close-popup i{
                position:absolute;
                top:0;
                right:0;
            }
            #body_popup_1 .container-html{
                height:100%;
                overflow:auto;
                max-height:90vh;
            }
            #body_popup_1 .container-html::-webkit-scrollbar{
                width:5px;
                height:100%;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-track{
                background-color:transparent;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-thumb{
                background-color:#777;
                border-radius:20%;
            }
            #body_popup_1 .icon-close-popup{
                color:#fff;
                top:0;
                right:0;
            }
            #module_waiting_box{
                position:fixed;
                background:rgba(256,256,256,0.8);
                width:100%;
                height:100%;
                -webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;
                top:0;
                right:0;
                opacity:0;
                z-index:9999999999999;
                visibility:hidden;
            }
            #module_waiting_box.show-waiting{
                visibility:visible;
                opacity:1;
            }
            #module_waiting_box .spinner {
              margin: 100px auto 0;
              width: 70px;
              text-align: center;
            }
            
            #module_waiting_box .spinner > div {
              width: 18px;
              height: 18px;
              background-color: #333;
              border-radius: 100%;
              display: inline-block;
              -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
              animation: sk-bouncedelay 1.4s infinite ease-in-out both;
            }
            
            #module_waiting_box .spinner .bounce1 {
              -webkit-animation-delay: -0.35s;
              animation-delay: -0.35s;
            }
            
            #module_waiting_box .spinner .bounce2 {
              -webkit-animation-delay: -0.16s;
              animation-delay: -0.16s;
            }
            
            @-webkit-keyframes sk-bouncedelay {
              0%, 95%, 100% { -webkit-transform: scale(0) }
              50% { -webkit-transform: scale(1.0) }
            }
            
            @keyframes sk-bouncedelay {
              0%, 95%, 100% { 
                -webkit-transform: scale(0);
                transform: scale(0);
              } 50% { 
                -webkit-transform: scale(1.0);
                transform: scale(1.0);
              }
            }
        body{direction: rtl;text-align: right;}