.bw-guide-link {
    color: #33cc33;
}

#header>.container {
    position: relative;
}

.header {
    position: relative;
    z-index: 999;
}

@keyframes affix_stiky {
    from {
        top: -156px;
    }
    to {
        top: 0px;
    }
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

#header {
    z-index: 999;
    width: 100%;
    background: rgba(255, 255, 255, 0.96);
    position: fixed;
    background: transparent;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation-name: affix_stiky;
    animation-duration: 0.9s;
    background-color: rgba(255, 255, 255, 0.96) !important;
}

.fixed-header .header-logo img {
    -webkit-animation: zoomIn 1s;
    -moz-animation: zoomIn 1s;
    -o-animation: zoomIn 1s;
    -ms-animation: zoomIn 1s;
    animation: zoomIn 1s;
}

#header .top {
    background-color: #fff0;
    line-height: 1;
}
.header.header-fixed .admin-link {
    
    bottom: -44px;
}
.header .top .container {
    position: relative;
}

.header .top:after {
    clear: both;
    display: table;
    content: '';
}
.header.fixed-header .admin-link {
   
    bottom: -44px;
}
.content-over.vn .text {
    text-align: justify;
}
.header .top .top-state {
    word-break: keep-all;
}

.header .top .top-state .strong {
    font-weight: 600;
}
#header.fixed-header .top {
   
    display: none;
}
.header .top-right {
    float: right;
    display: inline-block;
    margin-top: 10px;
}
li.language-mobile2{
    display:none !important;
}
.header .top-right .item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.header .admin-link {
    display: inline-block;
    font-weight: 500;
    transition: all 0.5s ease;
    color: #33cc33;
    position: absolute;
    right: -70px;
    bottom: -32px;
}
.mybw.logined span {
    font-size: 13px;
   
}
.mybw.logined .mybw-link .log-img {
    max-width: 20px;
    margin-right: 5px;
    width: 15px;
    height: 15px;
}
.header .admin-link i {
    color: #33cc33;
    margin-right: 5px;
}

.header .nation {
    display: inline-block;
    visibility: hidden;
}
.header.fixed-header .select-items div,.header.fixed-header .select-selected {
    color: #000000;
  
     border: none;
   
}
.header .nation li img {
    max-width: 20px;
}

.header .search {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-top: 7px;
}

.header .search .search-link {
    color: #333;
}

.header .search .search-link span {
    display: inline-block;
    vertical-align: middle;
    color: #333;
}

.header .search .search-link img {
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    width: 16px;
}

.header .search-box {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    width: 300px;
    z-index: 10;
    padding: 10px 15px;
    border: 1px solid #e1e1e1;
    background-color: #f1f1f1;
}

.header .search-box .inner {
    position: relative;
    padding-right: 90px;
    border: 1px solid #ddd;
    border-radius: 40px;
    overflow: hidden;
}
.mybw.logined .select-items div,.mybw.logined .select-selected {
    font-size: 14px;
    padding-top: 9px;
}
.header .search-box .inner .btn {
    position: absolute;
    width: 90px;
    text-align: center;
    height: 23px;
    line-height: 23px;
    background-color: #33cc33;
    color: #fff;
}

.header .search-box input {
    width: 100%;
    height: 23px;
    line-height: 23px;
    padding-left: 15px;
    padding-right: 15px;
    border: 0;
}

.header .nation li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.header .nation li:first-of-type {
    margin-left: 0;
}

.header .navbar {
    position: relative;
    height: 70px;
    background-color: transparent;
}

.header .navbar .container {
    position: relative;
}

.header .header-logo {
    position: absolute;
    top: 32px;
    left: 0;
    display: inline-block;
    z-index: 1;
    max-width: 60px;
}
 .header.header.fixed-header .mybw {
 
    padding-top: 17px;
}
.header.header.fixed-header .navbar .menu {
    padding-top: 26px;
  
}
.header.fixed-header .header-logo {
  
    top: 11px;
  
}
.header .header-logo img {
    width: 70px;
    max-width: unset;
}

.header .navbar .menu {
    padding-top: 15px;
    padding-left: 200px;
    display: inline-block;
}


/*the container must be positioned relative:*/

.language {
    position: relative;
    font-family: Arial;
}

.language select {
    display: none;
    /*hide original SELECT element:*/
}

.language .select-selected {
    background-color: transparent;
}
.language-mobile2{
    display: none;
}

/*style the arrow inside the select element:*/
.mybw.logined ul li {
    
    margin-left: 0px;
}
 .select-selected:after {
    position: absolute;
    content: "";
    top: 15px;
    right: 2px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}
.fixed-header .select-selected:after {
   
    border-color: #000 transparent transparent transparent;
}


/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}


/*style the items (options), including the selected item:*/

.select-items div,
.select-selected {
    color: #ffffff;
    padding: 8px 16px;
  
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    font-family: roboto;
}

.header.fixed-header .select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 7px;
}
/*style items (options):*/

.select-items {
    position: absolute;
    background-color: transparent;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}


/*hide the items when the select box is closed:*/

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.header .navbar .menu .menu-item {
    display: inline-block;
    margin-left: 56px;
    min-width: 75px;
}

.header .navbar .menu .menu-item:nth-of-type(2) {
    margin-left: 0;
}

.header .navbar .menu .menu-item .menu-depth1 {
    display: block;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 10px;
    text-align: center;
    color: #fff;
}

.header .navbar .menu .menu-item .menu-link.active {
    background-image: url("/assets/bw/images/menu-bg.png");
    background-repeat: repeat-x;
    background-position: center bottom;
}

.mybw {
    display: inline-block;
    float: right;
    padding-top: 6px;
}

.mybw ul li {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}

.login-link .log-img {
    background-size: contain;
    background-image: url('/assets/bw/images/login.png');
    width: 20px;
    height:20px;
    display: inline-block;
}

.login-link:hover .log-img {
    background-image: url('/assets/bw/images/login-active.png');
}

.logout-link:hover .log-img {
    background-image: url('/assets/bw/images/logout-active.png');
}

.logout-link {
    margin-left: 15px;
}
.logout-link .log-img {
    background-size: contain;
    background-image: url('/assets/bw/images/logout.png');
    width: 18px;
    height: 18px;
    display: inline-block;
}

.mybw-link {
    display: block;
    padding-left: 1px;
    padding-right: 1px;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mybw-link.login-link span,
.mybw-link.logout-link span {
    line-height: 18px;
}

.mybw-link {
    background-size: 20px;
}

.mybw-link .log-img {
    max-width: 20px;
    margin-right: 5px;
}

.mybw img,
.mybw span {
    display: inline-block;
    vertical-align: middle;
}

.mybw img {
    margin-right: 5px;
    max-width: 20px;
}

.mybw-icon-link {
    padding-top: 6px;
}

.mybw-icon-link span {
    background-repeat: no-repeat;
    background-image: url("/assets/bw/images/my-heart.png");
    background-position: left center;
    padding-left: 30px;
    background-size: contain;
}
.mybw.logined .mybw-icon-link span {
    background-repeat: no-repeat;
    background-image: url(/assets/bw/images/my-heart.png);
    background-position: left center;
    padding-left: 30px;
    background-size: contain;
    background: unset;
    padding-left: 0px;
        background: unset !important;
}
.mybw.logined .mybw-icon-link img {
    border-radius: 50%;
    width: 25px;
    height: 25px;
        max-width: unset;
}
.mybw-icon-link:hover span {
    background-image: url("/assets/bw/images/my-heart-active.png");
}

.mybw span {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    font-family: roboto;
    font-weight: 300;
}

.mybw ul li:first-of-type {
    margin-left: 0px;
}

.fixed-header.header .mybw span {
    color: #000;
}

.header .menu-sub {
    display: none;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 100;
    top: 70px;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding: 40px 80px;
}

.menu-sub-item {
    display: inline-block;
    float: left;
    vertical-align: top;
}

.menu-sub .title {
    width: 20%;
}

.menu-sub .title h1 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.menu-sub .cate {
    width: 40%;
    padding-left: 25px;
    border-left: 1px solid #c5c5c5;
    min-height: 190px;
}

.menu-sub .cate li a {
    font-weight: 500;
    word-break: keep-all;
    color: #000;
}

.fixed-header.header .navbar .menu .menu-item .menu-depth1 {
    color: #000;
}


.fixed-header.header .menu-sub {
    /* display: none; */
    background-color: #ffffff;
}

.fixed-header .menu-sub .title h1 {
    color: #000;
}

.fixed-header .menu-sub .cate li a {
    font-weight: 500;
    word-break: keep-all;
    color: #000;
}

.menu-sub .cate li {
    margin-top: 10px;
}

.menu-sub .cate li:first-of-type {
    margin-top: 0;
}

.menu-sub .image {
    width: 40%;
}

.header .mobile-toggle {
    display: none;
}
li.language-mobile2 .language-inner {
    text-align: center;
}
li.language-mobile2 {
    margin-top: 15px;
}
a.text-language.vn-link {
    margin-right: 30px;
}
@media all and (min-width: 992px) {
    .header .navbar .menu .menu-item .menu-link:hover {
        /* background-image:url("/assets/bw/images/menu-bg.png");
		background-repeat: repeat-x;
		background-position:center bottom; */
        border-bottom: 2px solid #33cc33;
    }
    
}

@media all and (max-width: 992px) {
    .header {
        height: 60px;
    }
    a.text-language span {
    font-size: 17px !important;
    font-family: roboto;
}
a.text-language.active span {
    font-weight:400; 
}
.mybw ul li.language {
    display: none;
}
.header .navbar .menu li.title-logo.mobile {
    font-size: 25px;
    font-weight: 600;
    font-family: roboto;
    margin-bottom: 30px;
}
    li.language-mobile2{
    display: block !important;
    }
    .header .search-box {
        background-color: #fff;
    }
    .header .admin-link {
        display: inline-block;
        margin-top: 15px;
        position: relative;
        right: initial;
        bottom: initial;
    }
    .header .navbar .menu .menu-item:last-of-type .menu-depth1 {
   
    margin-bottom: 0px;
}
    .header .navbar .menu .menu-item .menu-depth1 {
   
    color: #000;
}
.mybw span {
    
    color: #000;
   
}
li.language {
    width: 56px;
}
.select-items div, .select-selected {
    color: #000000;
  
}
.select-selected:after {
    
    border-color: #000 transparent transparent transparent;
}
.menu-sub .cate li a {
  
    color: #000;
}
#header .top {
   
    display: none;
}
    .header .top {
        padding-top: 40px;
    }
    .header .top-right {
        position: relative;
        top: 0;
    }
    .header .top-right .item {
        margin-top: 10px;
    }
    .header .top-inner {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header.on .header-wrap {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 100;
    }
    .header .mobile-toggle {
        display: block;
        background-image: url("/assets/bw/images/mobile-toggle.png");
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 25px;
        right: 0px;
    }
    .header .navbar {
        height: 60px;
    }
    .header .search .search-link {
        display: none;
    }
    .header .search-box {
        display: block;
        position: relative;
        top: initial;
        width: 100%;
        padding: 0;
        border: 0;
        margin-top: 5px;
    }
   .header .search {
    margin-left: 0;
    display: block;
  
}
    .header .search-box .inner {
    border-radius: 10px;
    overflow: hidden;
    /* border-color: #e1e1e1; */
    padding: 0px;
    width: 100%;
    margin: auto;
}
    .header .search-box input,
    .header .search-box .inner .btn {
        height: 26px;
        line-height: 21px;
    }
    .header .navbar .container {
        height: 100%;
    }
    .header .header-logo {
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        top: 18px;
            margin-left: 0;
    }
    .header .header-logo img {
        max-width: 70px
    }
    .header .header-inner {
        position: fixed;
        top: 0;
        right: -290px;
        z-index: 100;
        width: 290px;
        height: 100%;
        background-color: #ffffff;
        box-sizing: border-box;
        overflow-y: auto;
    }
   #mobile_x {
    background-image: url(/assets/bw/images/header-x.png);
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    position: absolute;
    right: 32px;
    top: 28px;
    z-index: 100;
    background-size: contain;
}
    .mybw ul li {
    
    margin-left: 0px;
}
    .header .navbar .menu {
    display: block;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
}
    .header .navbar .menu .menu-item {
        display: block;
        min-width: initial;
        margin-left: 0;
    }
    .header .navbar .menu .menu-item .menu-depth1 {
        text-align: left;
        font-size: 14px;
        position: relative;
        margin-bottom: 20px;
    }
    .header .menu-depth1 .plus {
    background-image: url(/assets/bw/images/header-plus.png);
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    position: absolute;
    top: 6px;
    right: -10px;
    background-size: contain;
}
    .header .menu-depth1 .minus {
        background-image: url("/assets/bw/images/header-minus.png");
        width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    position: absolute;
    top: 6px;
    right: -10px;
        background-size:contain; 
    }
    .mybw ul {
    padding-left: 30px;
    padding-right: 30px;
}
    .header .menu-sub {
        position: relative;
        top: initial;
        padding: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }
    .menu-sub .title h1 {
        display: none;
    }
    .menu-sub-item {
        display: block;
        float: none;
    }
    .menu-sub .cate {
        border-left: 0;
        padding-left: 0;
        width: 100%;
        min-height: auto;
    }
    .menu-sub .image {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .header.header.fixed-header .mybw {
    padding-top: 0px;
}
    .mybw {
        float: none;
        display: block;
        padding-top: 0;
    }
    .mybw ul li {
        display: block;
    }
    .mybw-link {
        padding-left: 0px;
        margin-left: 0;
    }
    .mybw span {
        font-size: 17px;
    }
    .header .top-right .item {
        display: block;
        margin-left: 0;
    }
}