﻿
#header {
    width: 100%;
    float: left;
    position: relative;
}

.header {
    width: 100%;
    float: left;
    min-height: 98px;
}

.header .box_header {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.header_top {
    background: #d4aa1c;
    padding: 8px 0px;
    border-top: 3px solid #ead390;
    font-weight:bold;
}

    .header_top .title-value,
    .header_top .title-value a{
        color: white;
    }

    .header_top .title-icon {
    margin: 0px 2px 2px 0px;
}

.container1 {
    width: 1200px;
    margin: auto;
}

@media (max-width: 1200px) {
    .container1 {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.header_top .p_right p {
    background: url(../../img/line_p.jpg) no-repeat top 9px right;
}

.header_fix {
    width: 100%;
}

.fix_head {
    position: fixed !important;
    top: 0px;
    width: 100%;
    z-index: 9999999;
    left: 0px;
    background: #fff;
}

.logo img, .banner img {
    max-width: 100%;
    vertical-align: top;
    margin:4px 0 0 2px;
}

.icon_timkiem {
    width: 28px;
    height: 28px;
    float: right;
    position: relative;
    cursor: pointer;
    text-align: center;
    background: url(../../img/icon_timkiem.png) no-repeat top center;
}

.transition {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.timkiem_menu {
    width: 220px;
    position: absolute;
    top: 100%;
    right: 0px;
    height: 30px;
    border-radius: 5px;
    background: #fff;
    opacity: 0;
    width: 0px;
    z-index: 999;
    border: 1px solid #ccc;
}

.active1 {
    opacity: 1;
    width: 220px;
}

.active1 .nut_tim {
    display: block;
}

.form_timkiem {
    position: relative;
}

#name_tk1 {
    width: 100%;
    border: 0px;
    margin: 0px;
    height: 30px;
    padding-left: 10px;
    color: #000;
    background: no-repeat;
    outline: none;
}

.nut_tim {
    position: absolute;
    width: 27px;
    height: 27px;
    background: url(../../img/icon_timkiem.png) no-repeat center;
    top: 0px;
    outline: none;
    cursor: pointer;
    right: 0px;
    display: none;
    border: 0px;
    z-index: 99999999;
}

.logo {
    width: 25%;
    float: left;
}

#main_menu {
    float: left;
    width: 75%;
    position: relative;
}

#main_menu .menu {
    width: 100%;
    float: left;
}

#main_menu .box_menu {
    width: calc(100%);
    float: left;
    position: relative;
}

.menu_mobile {
    float: left;
    display: none;
    margin-left: 10px;
    z-index: 99999999;
}







.hotline {
    color: #2b7fd0;
    font-weight: bold;
    border: 1px solid #a9cbfa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 4px 0 4px 0;
    background-color: azure;
}

    .hotline a {
        color: #ff6a00;
        font-weight: bold;
    }

        .hotline a:hover {
            text-decoration: none;
            color: #ff0000;
        }

.email {
    color: #2b7fd0;
    font-weight: bold;
    border: 1px solid #a9cbfa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 4px 0 4px 0;
    background-color: azure;
}

    .email a {
        color: #000000;
        font-weight: bold;
    }

.workhours {
    color: #2b7fd0;
    font-weight: bold;
    border: 1px solid #a9cbfa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 4px 0 4px 0;
    background-color: azure;
}

    .workhours a {
        color: #000000;
        font-weight: bold;
    }

.breadcrumb {
    height: 36px;
    background-color: #efefef;
    padding: 6px 6px 6px 12px;
    margin: 0px !important;
}

    .breadcrumb a {
        margin: 0px 3px 0px 3px;
        color: #3e3e3e;
    }

        .breadcrumb a:hover {
            color: #007bff;
            text-decoration: none
        }
