.topbar {
    width: 100%;
    height: 80px;
    position: relative;
    z-index: 1;
}

#nav {
    position: relative;
    background: url(../images/nav/nav-bg.png) top center no-repeat;
}

#nav ul.top {
    margin-left: 150px;
    padding-bottom: 0;
    /*position:relative;*/
    margin-bottom: 0px;
}

#nav ul.top li {
    display: inline-block;
    height: 43px;
    margin: 0 3px;
    padding: 0 7px;
    font: 23px/46px 'thaisanslite', Arial, sans-serif;
    /* font-weight:bold; */
    background: transparent;
}

#nav ul.top li:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

#nav ul.top li:hover ul.sub {
    display: block;
}

#nav ul.top li a {
    width: 100%;
    display: block;
    color: #fff;
}

@media (min-width: 1200px) {
    #nav ul.top {
        margin-left: 177px;
    }
    #nav ul.top li {
        /* padding: 0px 13px; */
    }
}


/*************************/

#nav ul.sub {
    position: absolute;
    /* top:28px; */
    left: 0;
    right: 0;
    height: 220px;
    background: #00489b url(../images/nav/subnav-bg.png) top center no-repeat;
    padding: 20px;
    display: none;
    z-index: 999;
    -webkit-box-shadow: 9px 10px 33px -8px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: 9px 10px 33px -8px rgba(0, 0, 0, 0.53);
    box-shadow: 9px 10px 33px -8px rgba(0, 0, 0, 0.53);
}

#nav ul.sub li {
    display: inline-block;
    width: 100%;
    position: relative;
    height: 39px;
    margin: 0 3px;
    padding: 0 5px;
    font: 21px/35px 'thaisanslite', Arial, sans-serif;
    text-align: left;
}

#nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
}


/*******************/

.link-top {
    position: absolute;
    top: 25px;
    right: 15px;
    padding: 0;
    width: 580px;
}

.link-top ul {
    margin: 0;
}

.link-top ul li {
    position: relative;
    float: left;
    width: 100px;
    margin: 0 4px;
    padding: 0 0;
    list-style: none;
}

.link-top ul li .icon {
    float: left;
    width: 40px;
    height: 50px;
}

.link-top ul li .text {
    float: left;
    width: 30px;
    line-height: 30px;
    font-size: 14px;
    padding-left: 15px;
}

.link-top ul li .text a {
    color: #5a5a5d;
}

.link-top ul li .text-2 {
    float: left;
    line-height: 30px;
    font-size: 14px;
}

.link-top ul li a {
    color: #5a5a5d;
}

.nofication {
    position: absolute;
    top: -12px;
    left: 20px;
    width: 33px;
    height: 22px;
    background: red;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: #fff 3px solid;
}

.language {
    height: 15px;
    padding: 0 4px;
    text-align: center;
    font: 21px/10px 'thaisanslite', Arial, sans-serif;
    font-weight: bold;
    border-left: #eeeaec 1px solid;
    border-right: #eeeaec 1px solid;
}

.text-size {
    height: 15px;
    margin-top: 5px;
    padding: 0 4px;
    text-align: center;
    font: 21px/10px 'thaisanslite', Arial, sans-serif;
}

.text-size a {
    color: #000;
}

.text-size .small {
    font: 15px/10px 'thaisanslite', Arial, sans-serif;
    font-weight: bold;
}

.text-size .medium {
    font: 17px/10px 'thaisanslite', Arial, sans-serif;
    font-weight: bold;
}

.text-size .large {
    font: 23px/10px 'thaisanslite', Arial, sans-serif;
    font-weight: bold;
}

.sale-box {}

.sale-box .top {
    padding: 20px 0;
    font: 35px/20px 'thaisanslite', Arial, sans-serif;
    color: #666;
}


/************************/

.top-search {
    position: absolute;
    left: 230px;
    top: 25px;
    width: 308px;
    margin: 0;
    border: #0097ce 2px solid;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.top-search .input {
    width: 270px;
    margin: 2px;
    padding: 4px 0;
    border: 0px;
    text-indent: 5px;
    font-size: 12px;
}

.top-search .select {
    width: 138px;
    margin: 2px;
    padding: 8px 0;
    border: 0px;
    text-indent: 5px;
}

.top-search .btn-s {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    background: #0097ce;
    padding: 1px 6px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.top-search2 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    border: #0097ce 2px solid;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.top-search2 .form_search {
    float: left;
    width: 98%;
}

.top-search2 .input {
    width: 100%;
    margin: 2px;
    padding: 4px 0;
    border: 0px;
    text-indent: 5px;
    font-size: 12px;
}

.top-search2 .select {
    width: 138px;
    margin: 2px;
    padding: 8px 0;
    border: 0px;
    text-indent: 5px;
}

.top-search2 .btn-s {
    position: absolute;
    right: 0;
    background: #0097ce;
    padding: 1px 6px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


/********************************************************** HEADER *******************************************/

.logo-header {
    position: absolute;
    top: 5px;
    left: -15px;
    z-index: 9999;
}


/*.top-search{
        margin:30px 0;
        position:relative;
        border:#cbcbcb 1px solid;
        
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;	
        }
.top-search .input{
        width:270px;
        margin:2px;
        padding:8px 0;
        border:0px;
        border-right:#eee 1px solid;
        text-indent:5px;
        }
.top-search .select{
        width:138px;
        margin:2px;
        padding:8px 0;
        border:0px;
        text-indent:5px;
        }
.top-search .btn{
        position:absolute;
                right:0; top:0;
        margin:0;
        background:#ff770b;
        padding:1px 6px;
        }	
        
*/


/*********************************/