*{margin: 0; padding: 0;}

.navbar .nav-link{
    color: white!important;
}

.navbar-toggler-icon {
    color: white!important;
}

.bg_write {
    background-color: snow;
}

.for_pc{
    /*position: fixed;*/
}

div .logo_lad {
    padding: 0px 10px 0px 8px;
    display: inline-block;
    border: 0px solid white;
    /*transform: skewX(-20deg);*/
    background: orangered;
    color: white;
    /*font-size: 25px;*/
    border-radius: 5px;
    font-family: 'Black Han Sans', sans-serif;
    font-weight: bold;
}


footer{
    color: white;
}
footer a{
    color: #bfffff;
}
footer a:hover{
    color: white;
}

.footer-bottom{
    border-top: 1px solid gray;
    font-size: small;
    background: #272727;
    padding: 5px 0px;
    /*padding: 2em;*/
}
.footer-top{
    background: #2d4958;
}
.footer-middle{
    background: #272727;
    padding-top: 1em;
    color: white;
}
/**Sub Navigation**/
.subnavigation-container{
    background: #272727;
}
.subnavigation .nav-link{
    color: white;
    font-weight: bold;
}
.subnavigation-container{
    text-align: center;
}
.subnavigation-container .navbar{
    display: inline-block;
    margin-bottom: -6px; /* Inline-block margin offffset HACK -Gilron */
}
.col-subnav a{
    padding: 1rem 1rem;
    color: white;
    font-weight: bold;
}
.col-subnav .active{
    border-top:5px solid orange;
    background: white;
    color: black;
}



a{
    text-decoration: none!important;
}


.ladtopmenu{
    border: 0px solid red;
    background-color: white;
    /*color: white;*/
    /*padding: 5px 0px;*/
}

.ladcont{
    max-width: 1170px;
    margin: 0px auto;
    border: 0px solid green;
    /*background-color: snow;*/
}

.ladcont_full{
    width: 100%;
    border: 0px solid green;
    background-color: lavender;
}

.footer {
    /*position: fixed;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*width: 100%;*/
    background-color: #ec000c;
    color: white;
    padding:  10px 0px;;

}



.ladbar{
    /*background-color: #ec000c;*/
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    color: white;
    margin-bottom: 0px;
}


.ladbar-mobi{
    /*background-color: blue;*/
    color: white;
}
.ladbar-mobi a{
    color: white;
}

.mobi_menu_cont{
    background-color: green;
    position: absolute;
    display: none;
    width: 100%;
    z-index: 1000;
    color: white;
}


/*PC*/
@media(min-width:769px) {
    .hide_on_wide_screen
    {
        display: none;
    }
    .ladbar{
        /*display:block;*/
        display: flex;

        /*height: 100px;*/

    }
    .ladbar-mobi{
        display: none;
    }


    .lad_logo img {
        height: 40px;
    }

}

/*MOBI*/
@media(max-width:769px) {

    .lad_logo img {
        height: 30px;
    }

}

.icon_nav_mobi{
    padding: 10px;
}



/*.icon_nav_mobi:hover + .mobi_menu_cont{*/
/*display: block;*/
/*}*/

.mobi_menu_cont:hover{
    display: block;
}

.menu_item_lv0{
    padding: 8px 10px;
    border-top: 1px solid #eee;
    font-size: larger;
    font-weight: bolder;
}

.menu_item_lv1{
    /*display: none;*/
    /*font-size: smaller;*/
    padding: 5px 5px 5px 15px;
    font-weight: normal;
}

.menu_item_lv1 a, .menu_item_lv0 a{
    color: white;
}

.lad_logo {
    font-size: 18px;
    margin: 5px 0px;
    padding: 0px 0px;
    background-color: white;
    color:#0d5b6b;
    display: inline-block;
    border-radius: 5px;
    font-weight: bold;
}

.input_search {
    height: 25px;
    margin-left: 10px;
    border-radius: 5px;
    border-width: 0px;
    padding: 0px 5px;
}
.relative{
    position: relative;
}


.support_zone{
    position: absolute;
    right: 0px; border: 1px solid #ccc;
    display: none; padding: 10px;
    background-color: snow;
}
.support_zone1{
    position: absolute;
    right: 0px; border: 1px solid #ccc;
    display: none; padding: 10px;
    background-color: snow;
    z-index: 1000;
}
.search_desktop{
    font-size: 16px;
    margin-left: 5px;
}

.search_mobi_text{
    float: right; display: flex; align-items: center;
}

.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
}

.push_sticky{
    padding-top: 40px;
}


nav_zone ul {
    margin: 0;
    padding:0;
    list-style: none;
    border: 0px solid blue;
}

nav_zone a {
    color: white;
    /*padding: 5px 10px*/

}

.navlad a {
    font-weight: bold;
    height: 100%;
    display:block;
    /*background: #ec000c;*/
    color:#0d5b6b;
    text-decoration: none;
    padding: 8px 15px;
    /*text-transform: uppercase;*/
    /*font-size: 80%;*/
    /*letter-spacing: 2px;*/
    /*text-shadow: 0 -1px 0 #000;*/
    position: relative;
}
.navlad{
    /*vertical-align: top;*/
    display: inline-block;
    /*box-shadow: 1px -1px -1px 1px #000, -1px 1px -1px 1px #fff, 0 0 6px 3px #fff;*/

}
.navlad li{
    position: relative;
    background-color: white;
}
.navlad > li {
    float:left;
    border-bottom: 0px #aaa solid;
    margin-right: 1px;
    background-color: white;
}
.navlad > li > a {
    /*margin-bottom:1px;*/
    /*box-shadow:inset 0 2em .33em -.5em #555;*/
    background-color: white;
}
.navlad > li:hover , .navlad > li:hover >a{
    border-bottom-color:orange;
}
.navlad li:hover > a { color:orange; }
.navlad > li:first-child  {
    /*border-radius: 4px 0 0 4px;*/
}
.navlad > li:first-child>a
{
    /*border-radius: 4px 0 0 0;*/
}
.navlad > li:last-child  {
    /*border-radius: 0 0 4px 0;*/
    margin-right: 0;
}
.navlad > li:last-child >a{
    /*border-radius: 0 4px 0 0; */
}
.navlad li li a {
    margin-top:1px;
    min-width: 120px;
}

.navlad > li > ul > li:first-child a {
    margin-top: 1px;
}

.navlad li a:first-child:nth-last-child(2):before {
    content:"";
    position: absolute;
    height:0;
    width: 0;
    border: 4px solid transparent;
    top: 50% ;
    right:5px;
}





/* submenu positioning*/
.navlad ul {
    position: absolute;
    white-space: nowrap;
    /*border-bottom: 1px solid  orange;*/
    z-index: 1;
    left: -99999em;
}
.navlad > li:hover > ul {
    left: auto;
    /*padding-top: 1px  ;*/
    min-width: 100%;
}
.navlad > li li ul {
    border-left:1px solid #ccc;
}


.navlad > li li:hover > ul {
    /* margin-left: 1px */
    left: 100%;
    top: -1px;
}
/* arrow hover styling */
.navlad > li > a:first-child:nth-last-child(2):before {
    border-top-color: #aaa;
}
.navlad > li:hover > a:first-child:nth-last-child(2):before {
    border: 4px solid transparent;
    border-bottom-color: orange;
    margin-top:-5px
}
.navlad li li > a:first-child:nth-last-child(2):before {
    border-left-color: #aaa;
    margin-top: -5px
}
.navlad li li:hover > a:first-child:nth-last-child(2):before {
    border: 4px solid transparent;
    border-right-color: orange;
    right: 10px;
}




.partner_img{
    border-radius: 10px;
    border: 1px solid #eee;
    max-width: 200px; max-height: 150px;
}

.partner_img:hover {
    border: 1px solid green;

}