*{margin: 0; padding: 0;}

body{
    font-family: Tahoma;
    font-size: 14px!important;
}

.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: #ec000c;
    /*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;;

}

.footer1{

    padding: 10px 0px;
    border: 0px solid red;
    background-color: darkslategrey;

    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.maincont {
    /*padding: 10px;*/
}

.ladbar{
    /*background-color: #ec000c;*/
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    color: white;
    margin-bottom: 0px;
}

nav_zone {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.ladbar-mobi{
    /*background-color: blue;*/
    color: white;
}
.ladbar-mobi a{
    color: white;
}
.search_mobi_text{
    margin-top: 7px;
    margin-right: 5px;
}

.mobi_menu_cont{
    background-color: #ec000c;
    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;
    }


}

.flright{
    float: right;
}

.flleft{
    float: left;
}

.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;
}

.menu_item_lv1{
    display: none;
    font-size: smaller;
    padding: 5px 5px 5px 15px;
}

.menu_item_lv1 a, .menu_item_lv0 a{
    color: white;
}

.lad_logo {
    font-size: 18px;
    background-color: white;
    color: #ec000c;
    display: inline-block;
    border-radius: 5px;
    font-weight: bold;
    padding: 3px 10px;
}

.input_search {
    color: #272727;
    height: 29px;
    width: 250px;
    /* margin-left: 10px; */
    border-radius: 5px;
    border-width: 0px;
    padding: 0px 10px;
}

.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:#fff;
    text-decoration: none;
    padding: 8px 15px 8px 10px;
    /*font-size: 16px;*/
    /*text-transform: uppercase;*/
    /*font-size: 80%;*/
    /*letter-spacing: 2px;*/
    /*text-shadow: 0 -1px 0 #000;*/
    position: relative;
}

.navlad1 > li > a {
    height: 67px;
    background: transparent;
    color: darkslategray;
    display: flex;
    align-items: center;
}

.navlad1 a:hover {
    background-color: #ec000c;
    color: white!important;
}

.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;}
.navlad > li {
    float:left;
    border-bottom: 0px #aaa solid;
    margin-right: 1px;
}
.navlad > li > a {
    /*margin-bottom:1px;*/
    /*box-shadow:inset 0 2em .33em -.5em #555;*/
}
.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: 4px;*/
}

.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;
}



/*MOBI*/
@media(max-width:768px) {

    .lad_logo {
        font-size: 16px;
    }

    .push_sticky{
        display: none;
    }
    .ladbar{
        display: none;
    }
    .ladbar-mobi{
        display: inline;
    }
    .icon_nav_mobi {
        display: inline-block;
        color: white;
        font-size: 16px;
    }
}

.slogan_banner
{
    margin-left: auto;
    margin-right: 0px;  order: 2; background-color: #ec000c; border: 1px solid #ec000c;
    border-radius: 10px; padding: 6px 10px; font-family: Arial, Helvetica, sans-serif;
    color: white;
}

