* {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.table-anh > tr > td {
    padding-left:5px;
    padding-bottom:5px;
}

.divFooter {
    background-color: #d7d7d7;
    height: 80px;
    text-align: center;
    color: #111;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    line-height: 80px;
    bottom: 0px;
}

.whiteBtn {
    margin-top: 20px;
    width: 100%;
    min-width: 190px;
    max-width: 260px;
    background: #e1e1e1;
    border-radius: 5px;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
    color: #7d7d7d;
    font-size: 15px;
    font-weight: 600;
    font-family: Roboto, sans-serif;
    line-height: 15px;
    text-transform: uppercase;
    padding: 20px;
    letter-spacing: +1px;
}

    .whiteBtn:hover {
        background: #ebebeb;
        color: #555;
    }

.orangeBtn {
    margin-top: 20px;
    width: 100%;
    min-width: 190px;
    max-width: 260px;
    background: #f58220; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f58220, #f7931d); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f58220, #f7931d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f58220, #f7931d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f58220, #f7931d); /* Standard syntax */
    border-radius: 5px;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
    color: white;
    font-size: 15px;
    font-weight: 600;
    font-family: Roboto, sans-serif;
    line-height: 15px;
    text-transform: uppercase;
    padding: 20px;
    letter-spacing: +1px;
}

    .orangeBtn:hover {
        background: #de6600; /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(#de6600, #ea7700); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#de6600, #ea7700); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#de6600, #ea7700); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#de6600, #ea7700); /* Standard syntax */
    }

.BannerBtn a {
    float: left;
    margin-left: 15px;
}

    .BannerBtn a:focus, a:hover {
        text-decoration: none;
    }

table td a:hover { color: orange; }
/*----------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------- menu----------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------*/

ol, ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#wrap {
    margin: 0 auto;
}

.inner {
    margin: 0 auto;
    padding: 0 55px;
    height: 80px;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
    background-color: #fff;
}

.relative {
    position: relative;
}

.right {
    float: right;
}

.left {
    float: left;
}

/* HEADER */
#wrap > header {
    background-color: white;
}

#navigation {
    position: absolute;
    right: 55px;
    bottom: 0px;
}

#menu-toggle {
    display: none;
    float: right;
    height: 20px;
    width: 20px;
    padding: 30px;
    color: #252525;
}

/* HEADER > MENU */
#main-menu {
    float: right;
    font-size: 0;
}

    #main-menu > li {
        display: inline-block;
        margin-left: 30px;
        padding: 2px 0;
    }

        #main-menu > li.parent > a {
            padding-left: 14px;
        }

        #main-menu > li > a {
            font-family: Roboto, sans-serif;
            font-weight: 400;
            color: #707070;
            font-size: 16px;
            line-height: 80px;
            padding: 30px 0;
            text-decoration: none;
        }

#activeLink {
    color: #00aaad !important;
}


#main-menu > li:hover > a,
#main-menu > li.current-menu-item > a {
    color: #f58634;
}

/* HEADER > MENU > DROPDOWN */
#main-menu li {
    position: relative;
}

ul.sub-menu { /* level 2 */
    display: none;
    left: 0px;
    top: 80px;
    position: absolute;
    width: 220px;
    z-index: 9999;
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.1);
}

    ul.sub-menu > li:first-child > a {
        padding: 20px;
    }

    ul.sub-menu > li > a {
        background-color: #f8f7f3;
        color: #707070;
        display: block;
        font-size: 14px;
        line-height: 14px;
        padding: 0 20px 20px;
        /*width: 280px;*/
        text-align: left;
    }


        ul.sub-menu > li > a:hover {
            color: #f58634;
            text-decoration: none;
        }
@media screen and (min-width: 1101px) {
    ul.sub-menu ul { /* level vua them */
        top: -3px;
        margin-left: 150px;
        /*display: none;
    left: 280px;
    top: 80px;
    position: absolute;
    width: 280px;
    z-index: 9999;
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.1);*/
    }
}

#firstA {
    padding-top: 30px !important;
}

ul.sub-menu > li:first-child {
    border-top: 3px solid #00aaad;
    /*width: 280px;*/
}

ul.sub-menu ul.sub-menu > li:first-child {
    /*border-top: 1px solid #444;*/
}

ul.sub-menu > li:last-child > a {
    border-radius: 0 0 2px 2px;
}


#main-menu li:hover > ul.sub-menu {
    display: block; /* show the submenu */
}

.activeLink {
    background-color: white;
    padding: 30px 10px 25px 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    color: #00aaad;
}

.subMenu {
    color: #707070;
    text-decoration: none;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 14px;
}

.ulPhone {
    list-style: none;
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    font-weight: 100;
    padding: 0px;
    color: #000000;
}

#main-menu i {
    display: none;
    font-size: 16px;
    line-height: 18px;
    padding: 31px;
    color: #707070;
}

@media screen and (max-width: 1100px) {
    .inner {
        padding: 0 0 0 55px;
    }

    #navigation {
        right: 0px;
    }

    #main-menu {
        width: 80px;
        height: 80px;
    }

        #main-menu i {
            display: block;
        }

        #main-menu > li {
            display: none;
            float: right;
            z-index: 1;
            background-color: #f8f7f3;
            padding: 0;
        }

            #main-menu > li > a {
                width: 320px;
                display: block;
                text-align: left;
                line-height: 20px;
                padding: 20px;
                background-color: #f8f7f3;
            }

                #main-menu > li > a:hover {
                }

    ul .sub-menu {
        position: relative;
        top: 0;
    }

        ul.sub-menu > li:first-child {
            border-top: solid 1px #e1e1e1;
        }

        ul.sub-menu > li:last-child {
            border-bottom: solid 1px #e1e1e1;
        }

    #main-menu:hover i {
        color: #eb9655;
    }

    #main-menu:hover li {
        display: block;
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------- Side navigator--------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/






.navigation {
    width: 425px;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    right: 0;
    z-index: 0;
    list-style: none;
    background: #111;
}

.nav-item ul li {
    background: black;
    display: none;
    width: 425px;
    text-decoration: none;
    padding: 10px 0px 10px 0px;
    transition: color 0.2s, background 0.5s;
}

.nav-item:hover ul li {
    display: block;
}

.nav-item {
    width: 425px;
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #959595;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.2s, background 0.5s;
}

.wraper3 {
    min-height: 100%;
    min-width: 100%;
    background-color: #f8f7f3;
    position: relative;
    top: 0;
    bottom: 100%;
    right: 0;
    z-index: 1;
    overflow: hidden;
}

.nav-trigger {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

label[for="nav-trigger"] {
    color: #f8f7f3;
    font-weight: 100;
    text-align: center;
    padding: 30px;
    font-size: 20px;
    line-height: 20px;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 2;
    cursor: pointer;
    background-size: contain;
}

    label[for="nav-trigger"]:after {
        content: attr(trigerOn);
    }

.nav-trigger + label, .wraper3 {
    transition: right 0.2s;
}

.nav-trigger:checked + label {
    right: 425px;
}

    .nav-trigger:checked + label:after {
        content: attr(trigerOff);
    }

.nav-trigger:checked ~ .wraper3 {
    right: 425px;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
}

.hotLine {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    color: #f7931d;
    position: absolute;
    text-align: center;
    bottom: 30px;
}

.sideLogo {
    padding: 20px 0px 75px 0px;
}

.bigItem {
    padding: 10px 0px 10px 0px;
}

.nav-item a {
    text-decoration: none;
    color: #959595;
}

    .nav-item a:hover {
        text-decoration: none;
        color: white;
    }

#radioBtn .notActive{
    color: #3276b1;
    background-color: #fff;
}