/*
Theme Name: Starlake Child Theme
Theme URI: http://larx-wp.denisgriu.com
Description: Child Theme for Starlake - Premium WordPress Theme
Version: 1.1
Author: DenisGriu
Author URI: http://themeforest.net/user/WossThemes
Template: starlake
*/
@import url("../starlake/style.css");
@import url("assets/css/duc.css");
@import url("assets/css/quy.css");
@import url("assets/css/thuong.css");
html{
    color:#000;
    background:#FFF;
}
/*
	reset
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset, img {
    border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style:normal;
    font-weight:normal;
}
ol, ul {
    list-style:none;
}
caption, th {
    text-align:left;
}
body h1,body h2,body h3,body h4,body h5,body h6 {
    font-size:100%;
    font-weight:normal;
}
q:before, q:after {
    content:'';
}
abbr, acronym {
    border:0;
    font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
    vertical-align:text-top;
}
sub {
    vertical-align:text-bottom;
}
input, textarea, select{
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
}
/*to enable resizing for IE*/
input, textarea, select {
    font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
    color:#000;
}
html body p{
    font-family: 'Open Sans',san-serif;
    font-size: 14px;
    line-height:22px;
    color:#666666;
    margin:0;
}
html body a:hover,html body .header-nav li a:hover{
    color:#d5553f !important;
}
html body input[type=text],html body input[type=email],select{
    border:1px solid #dddddd;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: url('images/bg-select.jpg') 97% center no-repeat,rgba(255,255,255,1);
    padding: 0 20px 0 10px;
    font-size: 14px;
}
html body h3{
    font-family:'Montserrat',san-serif;
    font-size: 16px;
    color:#000;
}
#search-form{
    display: none;
    position: absolute;
    width: 250px;
    right: 0;
}
#search-form.in{
    display: block;
}
#search-form button{
    height:40px;
    background: #d54900;
    border:none;
}
#search-form .form-control{
    height:40px;
}
html body .header-nav li.current-menu-item > a,html body .header-nav li.current-post-ancestor > a,html body .header-nav li.current-menu-parent > a{
    color:#d5553f !important;
}
.header-info .pull-left ul li span{
    color:#d5553f;
}
.header-info .pull-left ul li a,.header-info .pull-left ul li a, span{
    font-weight: bold;
}
body .dropdown-menu{
    background: #fff;
    padding:0;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background-color:transparent !important;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
    border-right:1px solid rgba(41,41,41,.1) !important;
}
body .navbar .navbar-nav .open .dropdown-menu{
    border:none;
}
body .dropdown-menu>li>a:hover,body .dropdown-menu>li>a:focus{
    background: transparent;
}
body .dropdown-menu>.active>a,body .dropdown-menu>.active>a:hover,body .dropdown-menu>.active>a:focus{
    background: transparent !important;
}
html body .navbar-nav .open .dropdown-menu {
    display: auto !important;
}