.mm-menu.mm-widescreen{

    display: none !important;
}
html.mm-widescreen .mm-slideout{

    margin-left: 0 !important;
    width: 100% !important;
}
#hamburger{

    display: none;
    visibility: hidden;
    position: fixed;
}
.header-main,.header-main .head-top{

    padding: 0;
}
.header-main .head-top{

    position: relative;
    z-index: 5;
}
.header-main .btns-lang{

    background-color: #3f51b5;
    padding: 0 100px 0 0;
}
.header-main .btns-lang:after{

    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 39px 25px;
    border-color: transparent transparent #025895 transparent;
    position: absolute;
    left: -25px;
    top: 0;
}
.header-main .btn-top{

    padding: 4px 6px 2px;
    float: right;
    background-color: #fff;
    color: #1189dd;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    margin-left: 10px;
    margin-top: 15px;
    text-decoration: none;
    transition: all 0.3s;
}
.header-main .btn-top:hover{

    margin-top: 7px;
    padding: 8px 6px 6px;
    background-color: #1189dd;
    color: #fff;
}
.header-main .phone-style{

    background-color: #fff;
    text-align: center;
    line-height: 2;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    margin: 2.5px auto;
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 10;
}
.header-main .phone-style i{

    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    position: absolute;
    font-size: 18px;
    color: #3f51b5;
}
.header-main .btns-site{

    background-color: #448aff;
    padding: 0 0 0 100px;
}
.header-main .btns-site:after{

    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 39px 25px 0 0;
    border-color: #1189dd transparent transparent transparent;
    position: absolute;
    right: -25px;
    top: 0;
}
.header-main .btns-site .btn-top{

    float: left;
    padding: 4px 10px 2px;
}
.header-main .btns-site .pay-online{

    background-color: #025895;
    color: #fff;
}
.header-main .btns-site .btn-top:hover{

    margin-top: 3px;
    padding: 10px 10px 8px;
    background-color: #1189dd;
    color: #fff;
}
.header-main .calls-main{

   display: flex;
    justify-content: center;
}
.header-main .calls-main .calls{

   position: absolute;
    display: none;
    background-color: #f6f6f6;
    width: 300px;
    height: 35px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    box-shadow: 0 1px 6px -2px #999;
    margin: 0 auto;
    margin-bottom: 20px;
    direction: rtl;
    font-size: 18px;
    line-height: 2;
    z-index: 10;
}
.header-main .calls-main .calls .call-teh{

    float: left;
    padding-left: 20px;
    color: #1189dd;
}
.header-main .calls-main .calls .call-tab{

    float: right;
    padding-right: 20px;
    color: #025895;
}
.header-main .menu-bar-site{

   box-shadow: 0 4px 9px -5px #999;
}
.header-main .menu-bar-site .logo,.header-main .menu-bar-site .container{

    padding: 0;
}
.header-main .menu-bar-site .logo{

    text-align: right;
}
.header-main .menu-bar-site .logo img{

    width: 250px;
}
.header-main .menu-bar-site .nav-menu .navbar{

    background-color: transparent;
    border: none;
    margin: 0;
}
.header-main .menu-bar-site .nav-menu .navbar .navbar-nav > li{

    border: none;
    padding: 28px 16px;
    min-height: 100px;
    /*width: 130px;*/
    position: relative;
    border-radius: 0;
    text-align: center;
    transition: all .3s;
    float: right;
    display: inline-block;
}
.header-main .menu-bar-site .nav-menu .navbar .navbar-nav > li:hover,
.header-main .menu-bar-site .nav-menu .navbar .navbar-nav > li.active{

    background: #f6f6f6;
    border-radius: 0;
}
.header-main .menu-bar-site .nav-menu .navbar .navbar-nav > li:after{

    width: 0;
    height: 6px;
    background: #1189dd;
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .4s;
}
.header-main .menu-bar-site .nav-menu .navbar .navbar-nav > li:hover:after,
.header-main .menu-bar-site .nav-menu .navbar .navbar-nav > li.active:after{

    width: 100%;
}
.header-main .menu-bar-site .nav-menu .navbar .navbar-nav > li .fa{

    display: block;
    font-size: 20px;
    padding-bottom: 4px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
   width:100%;
    color: #1189dd;
    transition: all .3s;
}
.header-main .menu-bar-site .nav-menu .navbar .navbar-nav > li:hover .fa,
.header-main .menu-bar-site .nav-menu .navbar .navbar-nav > li.active .fa{

    top:15px;
    font-size: 45px;
    color: #ddd;
}
.header-main .menu-bar-site .nav-menu .navbar .navbar-nav > li a{

    background-color: transparent;
}
.header-main .menu-bar-site .nav-menu .navbar .navbar-nav > li a .text{

    color: #333;
    position: relative;
    bottom: -18px;
    font-weight: 500;
    font-size: 14px;
    transition: all .3s;
}
.header-main .menu-bar-site .nav-menu .navbar .navbar-nav > li:hover a .text,
.header-main .menu-bar-site .nav-menu .navbar .navbar-nav > li.active a .text{

    bottom: 0px;
    color: #555;
}
.header-main .menu-bar-site .nav-menu .dropdown .dropdown-menu{
    display: block;
   opacity:0;
   visibility: hidden;
    background-color: #f6f6f6;
    border: none;
    border-radius: 0;
    border-bottom: 4px solid #025895;
    box-shadow: none;
    padding: 0;
   margin-top: 2px;
    min-width: 200px;
   -moz-transition:    all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition:      all 300ms ease;
    -ms-transition:     all 300ms ease;
    transition:         all 300ms ease;
}
.header-main .menu-bar-site .nav-menu .dropdown .dropdown-menu li{

   display: inherit;
}
.header-main .menu-bar-site .nav-menu li.dropdown:hover > .dropdown-menu{
    opacity:1;
   visibility: visible;
}
.header-main .menu-bar-site .nav-menu .dropdown .dropdown-menu li a{

    text-align: right;
    line-height: 3;
    color: #333;
    font-size: 13px;
    transition: all 0.3s;
}
.header-main .menu-bar-site .nav-menu .dropdown .dropdown-menu li a:hover{

    background-color: #ccc;
}
.header-main .menu-bar-site .nav-menu .dropdown-submenu{

    position:relative;
}
.header-main .menu-bar-site .nav-menu .dropdown-submenu>.dropdown-menu{

    top:0;
    right:100%;
    margin-top:-1px;
    margin-right:-1px;
    background-color: #f6f6f6;
    border: none;
    border-radius: 0;
    border-bottom: 4px solid #025895;
    box-shadow: none;
}
/*.dropdown-submenu:hover>.dropdown-menu{display:block;}*/
.header-main .menu-bar-site .nav-menu .dropdown-submenu>a:after{

    display:block;
    content:" ";
    float:left;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 5px 5px 0;
    border-right-color:#333;
    margin-top:12px;
    margin-left:0px;
}
.header-main .menu-bar-site .nav-menu .dropdown-submenu:hover>a:after{

   /* border-width:5px 0 5px 5px;*/
    border-right-color:#fff;
}
.header-main .menu-bar-site .nav-menu .dropdown-submenu.pull-left{

    float:none;
}
.header-main .menu-bar-site .nav-menu .dropdown-submenu.pull-left >.dropdown-menu{

    right:-100%;
    margin-right:10px;
    background-color: #f6f6f6;
    border: none;
    border-radius: 0;
    border-bottom: 4px solid #025895;
    box-shadow: none;
}
.mm-menu li .fa{

    margin: 0 5px 0 5px;
    font-size: 20px;
    width: 25px;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
}
.mm-menu li a{

    background-color: #fff;
    transition: all 0.3s;
}
.mm-menu li a:hover{

    background-color: #eee;
}
.mm-navbars-top{

    background: #1189dd url('/theme/1/responsive/global/images/logo-menu.png') no-repeat center center / 160px auto;
}
.mm-navbar.mm-hasbtns{

    margin-top: 80px;
    border-top: 1px solid #0E7CC9;
}
.mm-navbar .mm-title{

    color: #fff !important;
}
.mm-hasnavbar-top-2 .mm-panels{

    top: 160px;
}
.mm-menu.mm-theme-white .mm-btn::after, .mm-menu.mm-theme-white .mm-btn::before{

    border-color: #fff;
}
.hamburger--emphatic .hamburger-inner::after{

    top: 6px;
}
.mm-menu.mm-theme-white .mm-noresultsmsg{

    direction: rtl;
}
@media only screen and (min-width:300px) and (max-width: 1200px){

    #hamburger{

        display: inherit;
        visibility: inherit;
        z-index: 5;
        top: -5px;
        right: 0;
        position: fixed;
    }
    .mm-menu.mm-opened.mm-pagedim-black ~ #mm-blocker{

        background-color: #000;
    }
    .header-main .menu-bar-site .nav-menu{

        display: none;
        visibility: hidden;
    }
    .header-main .btns-site{

        padding: 0 0 0 20px;
    }
    .header-main .menu-bar-site .logo{

        text-align: center;
    }
    .header-main .calls-main .calls{

        display: block;
        position: relative;
    }
    .header-main .phone-style {
    background-color: #fff;
    text-align: center;
    line-height: 2;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    margin: 2.5px auto;
    position: absolute;
    right: 40px;
    top: -1px;
    z-index: 10;
}
}
@media only screen and (min-width:0) and (max-width: 360px){

    .header-main .btns-lang{

        padding: 0 130px 0 0;
    }
    .header-main .btns-site{

        padding: 0 0 0 70px;
    }
    .header-main .phone-style{

        top: -40px;
        position: absolute;
        right: auto;
        left: 5px;
    }
    .header-main .calls-main .calls .call-teh,
    .header-main .calls-main .calls .call-tab{

        font-size: 14px;
        line-height: 2.5;
    }
    .header-main .menu-bar-site .logo img{

        width: 200px;
    }
    .header-main .menu-bar-site .logo{

        text-align: center;
    }
    .header-main .btns-site::after,
    .header-main .btns-lang::after{

        display: none;
    }
    .header-main .calls-main .calls{

        width: 250px;
    }
}
@media only screen and (max-width: 320px){

    .header-main .btns-lang{

        padding: 0 110px 0 0;
    }
    .header-main .btns-site{

        padding: 0 0 0 50px;
    }
    .header-main .phone-style{

        top: -40px;
        position: absolute;
        right: auto;
        left: 5px;
    }
    .header-main .calls-main .calls .call-teh,
    .header-main .calls-main .calls .call-tab{

        font-size: 14px;
        line-height: 2.5;
    }
    .header-main .menu-bar-site .logo img{

        width: 200px;
    }
    .header-main .menu-bar-site .logo{

        text-align: center;
    }
    .header-main .btns-site::after,
    .header-main .btns-lang::after{

        display: none;
    }
    .header-main .calls-main .calls{

        width: 250px;
    }
    html.mm-right.mm-opening .mm-menu~.mm-slideout{

        transform:translate(-255px,0);transform:translate3d(-255px,0,0)
    }
}
