@charset "UTF-8";
/*Định nghĩa màu cho website*/
/*Định nghĩa font-family cho website*/
@import url(../plugin/fonts/opensan/opensans.css);
/*Định nghĩa font-size cho website*/
h1 {
  font-size: 24px;
  line-height: 1.5; }

h2 {
  font-size: 22px;
  line-height: 1.5; }

h3 {
  font-size: 20px;
  line-height: 1.5; }

h4 {
  font-size: 18px;
  line-height: 1.5; }

h5 {
  font-size: 16px;
  line-height: 1.5; }

h6 {
  font-size: 14px;
  line-height: 1.5; }

p {
  line-height: 1.5; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  font-family: "Open Sans";
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a:hover {
  text-decoration: none; }



#Header-HeaderTop{
  width:100%;
  float:left;
  z-index:100;
  position: absolute;
  top: 0;
  left: 0;

}
.header_top {
    border-bottom: 1px solid #fff;
}
.top_left {
    padding: 0 15px;
}
.top_left span {
    font-size: 0.9em;
    color: #fff;
    line-height: 1.5em;
}
.top_left i {
    display: inline-block;
    margin-right: 5px;
    font-size: 16px;
}
.header_top_left {
    padding: 0 5px;
    padding: 20px 0;
}
.header_top_right {
    padding: 0 5px;
}
.top_right{
  display: inline-block;
  padding: 20px 0px;
}
.link_top_right1 {
    font-size: 0.9em;
    color: #fff;
    width: 100%;
    padding: 0 20px;
    cursor: pointer;
}
.top_right>a>i {
    margin-right: 5px;
}
.top_right:hover .list_account {
    opacity: 1;
}
/*ul.list_account{display: none;}*/
.list_account {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    min-width: 250px;
}
.link_account {
    padding: 10px 10px 10px 20px;
    background-color: #fff;
    color: #404040;
    width: 100%;
    font-size: 0.9em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    z-index: 9;
    position: relative;
}
.box_search_pc {
    position: absolute;
    top: 93%;
    right: 0;
    float: left;
    padding: 10px;
    background-color: #fff;
    display: none;
    z-index: 1;
}
.box_search_pc input {
    width: 100%;
    float: left;
    padding: 12px 10px;
    padding-right: 60px;
    outline: none;
    border: 1px solid #e6e6e6;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.box_search_pc button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 17px 20px;
    background: #827564;
    color: #fff;
    border: none;
    outline: none;
    font-size: 0.9em;
    cursor: pointer;
}
/*Header Bottom*/
.logo {
    padding: 13px 15px;
}
.logo {
    float: left;
    width: 20%;
    padding: 13px 15px;
}
.main_menu {
    display: block;
    text-align: center;
    padding: 0 10px;
}
.list_main_menu {
    display: inline-block;
}
.item_main_menu {
    display: inline-block;
    position: relative;
}
.sub_main_menu1{
    display: none;
}
.link_item_main_menu {
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    padding: 25px 14px;
    display: inline-block;
}
.link_item_main_menu:hover {
    color: #ED703A;
}
.item_main_menu:hover .sub_main_menu1 {
    display: block;
}
.sub_main_menu1 {
    width: 250px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    background: #fff;
    display: none;
}
.item_sub_main_menu1 {
    width: 100%;
    border-bottom: 1px solid #d6d66d;
}
.item_sub_main_menu1 a {
    width: 100%;
    padding: 10px 15px;
    color: #333;
    font-size: 0.9em;
    text-align: left;
    display: inline-block;
}
.item_sub_main_menu1 a:hover {
    background: #8a774d;
    color: #fff;
}
.box_cart {
    font-size: 0.9em;
    color: #fff;
    padding: 24px 10px;
    text-align: right;
}
.box_cart a{
    color: #fff;
    font-weight: bold;
}



/*STYLE PRODUCT NEW*/
#Content-New-Product {
    width: 100%;
    margin: 30px 0;
}
#Content-New-Product {
    margin: 30px 0;
}
.header_product {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}
.header_product span {
    color: #353433;
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: 500;
    font-size: 1.5em;
    border-bottom: 3px solid #ED703A;
}
.list_product {
    margin: 20px 0;
}
.item_product {
    /*padding: 0 15px;*/
    margin-bottom: 25px;
    min-height: 350px;
}
.cover_item_product {
    width: 100%;
    background-color: #fff;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    padding-bottom: 30px;
    border: 1px solid #f3f3f3;
}
.cover_item_product:hover {
    top: -2px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    border-bottom: 0;
    -webkit-box-shadow: 3px 0px 5px 0px rgba(143,143,143,0.71), -3px 0px 5px 0px rgba(143,143,143,0.71);
    -moz-box-shadow: 3px 0px 5px 0px rgba(143,143,143,0.71), -3px 0px 5px 0px rgba(143,143,143,0.71);
    box-shadow: 3px 0px 5px 0px rgba(143,143,143,0.71), -3px 0px 5px 0px rgba(143,143,143,0.71);
}
.box_image_product {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 190px;
}
.imgProHome, .imgProHome img {
    width: 100%;
}
.box_info_product {
    width: 100%;
    margin-top: 10px;
    padding: 5px 15px;
    position: relative;
    min-height: 110px;
}
.link_name_product {
    color: #8f8475;
    text-transform: capitalize;
    font-size: 0.9em;
    min-height: 50px;
    width: 100%;
    margin: 5px 0;
    display: block;
}
.price_product {
    color: #000;
    font-size: 1em;
    font-weight: 600;
    color: #ef8558;
    padding: 2px 0;
    margin-right: 5px;
    display: inline-block;
}
.old_price {
    font-size: 1em;
    font-weight: 700;
    color: #555;
    text-decoration: line-through;
    margin: 3px 0 0 0;
    /*float: left;*/
    display: inline-block;
}
i {
    font-family: "font-fontthemeweb";
    font-size: 10px;
}
.actionProHome {
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 100%;
    height: 40px;
    background: #fff none repeat scroll 0 0;
    transition: all 0.4s;
    border: 1px solid #f3f3f3;
    border-left: 0;
    border-right: 0;
    opacity: 0;
    z-index: 9;
}

/*style add cart*/
.add_cart {
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    border-right: 1px solid #fff;
    color: #444;
    display: inline-block;
    font-size: 14px;
    padding: 13px 0px;
    cursor: pointer;
}
.add_cart i {
    position: relative;
    float: left;
    font-size: 14px;
    margin: 0px 5px;
}
.add_cart span {
    font-size: 14px;
    text-align: center;
    padding: 12px 0;
    float: left;
    text-align: center;
}
.add_favorite, .add_compare, .view_detail {
    padding: 13px 10px;
    font-size: 13px;
    color: #444;
    border-right: 1px solid #fff;
    position: relative;
    display: inline-block;
}
.add_favorite:hover, .view_detail:hover, .add_compare:hover, .add_cart:hover {
    background: #ED703A;
    color: #fff;
}
.cover_item_product:hover .actionProHome {
    opacity: 1;
    bottom: -40px;
    transition: all 0.4s;
    box-shadow: 0 4px 2px -2px rgba(143,143,143,0.71);
    -webkit-box-shadow: 0 4px 2px -2px rgba(143,143,143,0.71);
    -moz-box-shadow: 0 4px 2px -2px rgba(143,143,143,0.71);
}

/*STYLE BANNER 1*/
.item_banner_2 {
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.item_banner_2 img {
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.item_banner_2:hover img {
    transform: scale(1.1);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}


/*STYLE BANNER 2*/
.content_banner_1 {
    color: #fff;
    float: left;
    text-align: center;
    padding: 80px 0;
    width: 100%;
}
.header_banner_1 {
    width: 100%;
    font-size: 3.3em;
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: 600;
}
#Content-Banner-1 {
    width: 100%;
    background-image: url(../images/banner_home.jpg);
    background-attachment: scroll;
    background-position: top;
    background-repeat: no-repeat;
}
.content_banner_1 p {
    font-size: 1.5em;
    width: 100%;
}


/*style product 0003*/
.list_pro_3_col {
    width: 100%;
    /*display: flex;*/
    margin-top: 50px;
}
#Content-Product-3-Col .header_product {
    text-align: left;
}

.link_item_pro_1_col {
    width: 100%;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.9em;
    color: #827564;
    margin: 4px 0;
    display: block;
}
.link_item_pro_1_col:hover {
    color: #ED703A;
}
.rating_pro_1_col {
    width: 100%;
    margin: 4px 0;
    float: left;
    font-size: 1em;
    color: #ED703A;
}
.price_pro_1_col {
    width: 100%;
    float: left;
    font-size: 0.9em;
    color: #ED703A;
    margin: 4px 0;
    font-weight: 600;
}
.old_price_pro_1_col {
    width: 100%;
    float: left;
    font-size: 0.9em;
    color: #828282;
    font-weight: 500;
    text-decoration: line-through;
}
.item_pro_1_col {
    width: 100%;
    padding: 10px 0;
    display: flex;
    position: relative;
    padding: 10px 0;
    min-height: 125px;
}


/*style footer*/
.list_support {
    width: 100%;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.item_support {
    /*border-right: 1px solid #ccc;*/
    padding: 5px 20px;
}
/*.item_support:last-child{
    border-right: none;
}*/
.info_support {
    width: 75%;
    float: right;
}
.icon_support:hover{
    color: #827564;
}
.icon_support {
    width: 20%;
    font-size: 4em;
    color: #827564;
    /*padding: 0 10px;*/
    display: block;
    float: left;
}
.info_support>a {
    font-size: 1em;
    text-transform: uppercase;
    /*margin-bottom: 5px;*/
    margin: 7px 0px;
    color: #111;
    font-weight: 600;
    display: block;
}
.info_support>p {
    font-size: 1em;
    color: #444;
}

#Footer-OneFooter {
    width: 100%;
    padding: 40px 0;
    color: #4C4B4B;
}
.logo_footer {
    width: 100%;
    padding: 0 35px 5px 0;
}
.row_address {
    width: 100%;
    font-size: 0.9em;
    color: #222;
    padding: 6px 0;
}
.header_col_footer {
    width: 100%;
    font-size: 1em;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    padding: 15px 0;
    color: #555;
}
.item_menu_footer {
    width: 100%;
    padding: 8px 0;
}
.link_menu_footer {
    font-size: 0.9em;
    color: #4C4B4B;
}
.col2 input {
    width: 100%;
    float: left;
    outline: none;
    border: 1px solid #827564;
    padding: 10px 15px;
    padding-right: 100px;
    font-size: 0.9em;
}
.col2 button {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 0.9em;
    padding: 13px 8px;
    font-weight: 700;
    background-color: #827564;
    border: none;
    outline: none;
}
.end_footer {
    /*width: 70%;*/
    float: left;
}
.design {
    float: right;
}
#Footer-TwoFooter {
    width: 100%;
    color: #848484;
    font-size: 0.9em;
}
#Footer-TwoFooter .Infor-Width {
    border-top: 1px solid #ccc;
    padding: 20px 0px;
}
.design p {
    float: right;
    color: #DCB934;
    font-size: 1.5em;
    margin-left: 5px;
    position: relative;
    top: -7px;
}



/*style breadcum*/
.box_breadcrumb {
    margin: 20px 0;
    width: 100%;
    float: left;
}
.box_breadcrumb>a {
    font-size: 14px;
    color: #bb9347;
    text-transform: capitalize;
    line-height: 15px;
    display: inline-block;
    float: left;
}
.box_breadcrumb>p {
    color: #bb9347;
    font-size: 14px;
    line-height: 15px;
    margin: 0 8px;
    float: left;
}


/*STYLE PAGE CONTENT*/
.title_about {
    width: 100%;
    /*float: left;*/
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.title_about>h2 {
    font-size: 22px;
    color: #bb9347;
    line-height: 35px;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
}
.title_about>h2:after {
    content: "";
    position: absolute;
    width: 10%;
    height: 2px;
    background-color: #bb9347;
    left: 0;
    bottom: -1px;
}
.content_about {
    text-align: justify;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.content_about>p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin: 6px 0;
    width: 100%;
}
h3 {
    font-weight: bold;
    font-size: 18px;
}



/*style sidebar*/

.header_category h2 {
    color: #fff;
    background-color: #26ADE4;
    padding: 17px 25px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    width: 100%;
}
.list_category {
    width: 100%;
    border: 1px solid #f3f2f2;
    border-top: 0;
}
.item_category {
    width: 100%;
}
.item_category>a {
    display: block;
    color: rgb(85, 85, 85);
    font-size: 14px;
    border-bottom: 1px solid #e4e4e4;
    padding: 12px 22px;
    width: 100%;
}
.item_category:hover .list-category-sub{display: block;}
.item_category>a:hover{
    color: #26ADE4;
}
.list-category-sub {
    width: 100%;
    border: 1px solid #f3f2f2;
    border-top: 0;
    display: none;
}
.item_category_sub {
    width: 100%;
}
ul.list-category-sub li.item_cateogry_sub>a {
    display: inline-block;
    color: rgb(85, 85, 85);
    font-size: 14px;
    border-bottom: 1px solid #e4e4e4;
    padding: 12px 22px;
    width: 100%;
}
.item_cateogry_sub>a:hover{
    color: #26ADE4;
}


/*style liên hệ*/
#Content-pageContact {
    width: 100%;
    background-color: #281F2B;
}
.titleContact {
    font-weight: bold;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 2em;
    margin: 15px 0px;
}
.noteMainContact {
    margin: 20px 0px;
}
.colContact h6, .subMainContact, .noteMainContact {
    width: 100%;
    color: #928e92;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 20px;
}
.formMainContact, .topFormContact, .bottomFormContact {
    width: 100%;
    margin-bottom: 15px;
}
.lbMainContact {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    color: #928e92;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}
.txtContact {
    width: 100%;
    border: 1px solid #9d261d;
    box-sizing: border-box;
    background-color: #1a141c;
    padding: 7px 10px;
    color: #fff;
    outline: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}
.btnContact {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    background-color: #e7695b;
    line-height: 40px;
    padding: 0px 20px;
    text-transform: uppercase;
    font-size: 1em;
    outline: none;
    border: none;
    transition: all 0.4s;
    cursor: pointer;
    display: block;
}
.btnContact:hover {
    background-color: #6B6B6B;
    transition: all 0.4s;
}



/*style chi tiết sản phẩm*/
.box_pro_cate {
    width: 100%;
    float: left;
    padding: 30px 0 0 0;
}
.box_caption>h1 {
    font-size: 22px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
}
.box_caption .rating {
    width: 100%;
    padding: 20px 0;
}
.box_caption .rating>i {
    color: #ecad25;
    font-size: 15px;
    margin-right: 3px;
}
.box_caption .rating>a {
    color: #337ab7;
    font-size: 15px;
    margin-left: 10px;
    line-height: 15px;
}
.caption_info>span {
    font-size: 14px;
    float: left;
    line-height: 25px;
    color: #666;
    display: block;
    width: 100%;
}
.box_caption .old_price {
    color: #666;
    font-weight: normal;
}
.box_caption .current_price {
    font-size: 20px;
    color: #333;
    margin: 20px 0;
    font-weight: 700;
}
.action_form {
    width: 100%;
    border-top: 1px solid #eee;
}
.action_form>h3 {
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    padding: 15px 0;
}
.color:before {
    content: "*";
    color: red;
    margin-right: 2px;
}
.color {
    font-size: 14px;
    color: #888;
    width: 100%;
}
.action_form>select {
    width: 100%;
    height: 31px;
    font-size: 13px;
    color: #666;
    border: 1px solid #eee;
    outline: none;
    padding: 0 0 0 15px;
    margin: 10px 0;
}
.action_favorite_compare>span {
    font-size: 15px;
    color: #fff;
    padding: 10px;
    margin-right: 5px;
    text-align: center;
    background-color: #26ADE4;
    float: left;
    cursor: pointer;
}
.action_favorite_compare {
    width: 100%;
}
.action_cart {
    width: 100%;
    margin-top: 30px;
}
.action_cart>label {
    font-size: 15px;
    color: #555;
    line-height: 31px;
    float: left;
    margin-right: 15px;
}
.action_cart>input {
    width: 50px;
    height: 31px;
    padding: 0 10px;
    border: 1px solid #eee;
    outline: none;
    color: #555;
    margin-right: 15px;
}
.action_cart>button {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 30px;
    background-color: #333;
    border: none;
    padding: 0 20px;
}
.action_cart i {
    color: #fff;
   margin-right: 5px;
}
.slider-for{
    border: 1px solid #ccc;
    padding: 10px;
}
.slider-for img {
    width: 100%;
     height: auto; 
    margin: 0 auto;
}
.slider-nav {
    margin-top: 10px;
}
.slide-item-nav {
    border: 1px solid #dcdcdc;
    margin: 0 5px;
    background: #f1f1f1;
}




.box_des_rating {
    width: 100%;
    margin-top: 40px;
}
.span-tab {
    width: 100%;
    padding: 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    display: block;
}
.span_tab {
    display: inline-block;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 5px;
    background-color: #333;
}
.span_tab_content>p {
    color: #848484;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.span_tab_content>p {
    color: #848484;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}
.tab2>h2 {
    font-size: 24px;
    color: #333;
    margin: 20px 0;
    width: 100%;
    font-weight: 700;
}
.tab2 .title_comment {
    font-size: 14px;
    color: #666;
    display: block;
}
.tab2 .title_comment:before {
    content: "*";
    color: red;
    margin-right: 3px;
}
#input, .tab2 textarea {
    float: left;
    height: 31px;
    border: 1px solid #ddd;
    width: 100%;
    margin-top: 5px;
    padding: 0 12px;
    outline: none;
    line-height: 31px;
    margin-bottom: 10px;
}
.box_rating>p {
    margin-left: 15px;
}
.tab2 button {
    clear: both;
    color: #fff;
    background-color: #333;
    font-size: 14px;
    padding: 7px 14px;
    float: right;
}
.product_relate {
    width: 100%;
    float: left;
    margin-top: 40px;
    margin-bottom: 30px;
}
.title_pro_relate {
    width: 100%;
    /*float: left;*/
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}
.title_pro_relate>h2 {
    font-size: 22px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding: 20px 0;
}





.box_social {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.box_social i {
    font-size: 1em;
    padding: 10px 12px;
    margin-right: 10px;
    background: #827564;
    color: #fff;
}
.box_social i:hover {
    background: #ED703A;
}













/*trang thanh toán*/
.uni-checkout .uni-checkout-body {
  padding: 100px 0;
}
.uni-checkout .uni-checkout-body .checkout-ship-address-checkbox {
  display: none;
}
.uni-checkout .uni-checkout-body .checkbox-create-account-form {
  display: none;
}
.uni-checkout .uni-checkout-body .woocommerce-form-login p {
  font-size: 14px;
  line-height: 1.57;
  text-align: left;
  color: #7b7b7b;
  padding-bottom: 20px;
}
.uni-checkout .uni-checkout-body .vk-form-woo-login {
  display: none;
  background: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 30px 20px;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
}
.uni-checkout .uni-checkout-body .vk-checkout-ship-address select {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  padding: 0 20px;
  font-size: 14px;
  line-height: 0;
  text-align: left;
  color: #aeaeae;
}
.uni-checkout .uni-checkout-body .vk-checkout-ship-address textarea {
  width: 100%;
  height: 151px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  padding: 20px;
  font-size: 14px;
  text-align: left;
  color: #aeaeae;
}
.uni-checkout .uni-checkout-body .vk-checkout-creat-account h3 {
  text-transform: none;
}
.uni-checkout .uni-checkout-body .vk-checkout-creat-account h3 label {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  text-transform: capitalize;
  color: #22292d;
}
.uni-checkout .uni-checkout-body .vk-checkout-creat-account .vk-check-create-account-form .form-row {
  margin: 30px 0;
}
.uni-checkout .uni-checkout-body #payment {
  padding-top: 60px;
}
.uni-checkout .uni-checkout-body #payment h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #333;
  margin-bottom: 0;
}
.uni-checkout .uni-checkout-body #payment ul {
  margin: 0;
  padding: 15px 0;
}
.uni-checkout .uni-checkout-body #payment ul li {
  list-style-type: none;
}
.uni-checkout .uni-checkout-body #payment ul li label {
  font-size: 14px;
  line-height: 2.57;
  text-align: left;
  font-weight: normal;
  color: #22292d;
}
.uni-checkout .uni-checkout-body #payment ul li .payment_box {
  padding-left: 20px;
}
.uni-checkout .uni-checkout-body #payment ul li .payment_box p {
  font-size: 14px;
  line-height: 1.86;
  text-align: left;
  color: #7b7b7b;
}
.uni-checkout .uni-checkout-body #payment ul li a {
  font-size: 14px;
  line-height: 2.57;
  text-align: left;
  color: #ED703A;
  margin-left: 20px;
}
.uni-checkout .uni-checkout-body #payment ul li a:hover {
  color: #333;
}
.uni-checkout .uni-checkout-body #payment .place-order {
  margin-top: 30px;
}
.uni-checkout .uni-checkout-body #payment .place-order input {
  width: 100%;
  height: 50px;
  background-color: #ED703A;
  border: 1px solid #ED703A;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.77;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
}
.uni-checkout .uni-checkout-body #payment .place-order input:hover {
  background: #fff;
  color: #ED703A;
  transition: all 0.5s;
}
.uni-checkout .uni-checkout-body .vk-checkout-order-left h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.uni-checkout .uni-checkout-body .vk-checkout-order-left table {
  width: 100%;
}
.uni-checkout .uni-checkout-body .vk-checkout-order-left table thead tr th {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.14;
  text-align: left;
  color: #404040;
  text-transform: uppercase;
}
.uni-checkout .uni-checkout-body .vk-checkout-order-left table tbody tr td {
  font-size: 14px;
  line-height: 2.14;
  text-align: left;
  color: #666;
}
.uni-checkout .uni-checkout-body .vk-checkout-order-left table tfoot tr th {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.14;
  text-align: left;
  color: #404040;
}
.uni-checkout .uni-checkout-body .vk-checkout-order-left table tr td {
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0;
}
.uni-checkout .uni-checkout-body .vk-checkout-order-left table tr th {
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0;
}
.uni-checkout .uni-checkout-body .vk-checkout-order-left thead {
  border-bottom: 2px solid #ED703A;
}
.uni-checkout .uni-checkout-body .vk-checkout-order-left .order-total {
  color: #404040;
}
.uni-checkout .uni-checkout-body .vk-checkout-billing-left {
  padding-top: 60px;
  padding-bottom: 43px;
}
.uni-checkout .uni-checkout-body .vk-checkout-billing-left h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #333;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.uni-checkout .uni-checkout-body .vk-checkout-billing-left p {
  margin-bottom: 27px;
}
.uni-checkout .uni-checkout-body .vk-checkout-billing-left p label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  text-align: left;
  color: #22292d;
  margin-bottom: 10px;
}
.uni-checkout .uni-checkout-body .vk-checkout-billing-left p .required {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.22;
  color: #ED703A;
}
.uni-checkout .uni-checkout-body .vk-checkout-billing-left .woocommerce-billing-fields select {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  padding: 0 20px;
  font-size: 14px;
  line-height: 0;
  text-align: left;
  color: #aeaeae;
  border-radius: 3px;
}
.uni-checkout .uni-checkout-body .vk-check-coupon {
  display: none;
  background: #fff;
  padding: 20px;
  border: 1px solid #e0e0e0;
  margin-top: 10px;
}
.uni-checkout .uni-checkout-body .vk-check-coupon .form-row-first input {
  width: 100%;
  height: 40px;
}
.uni-checkout .uni-checkout-body .vk-check-coupon p {
  margin-bottom: 0;
}
.uni-checkout .uni-checkout-body .vk-check-coupon .form-row-last input[type="submit"] {
  border: 1px solid #ED703A;
  font-size: 13px;
  font-weight: bold;
  line-height: 0;
  text-align: center;
  color: #fff;
  background: #ED703A;
  transition: all 0.5s;
}
.uni-checkout .uni-checkout-body .vk-check-coupon .form-row-last input[type="submit"]:hover {
  background: #fff;
  color: #ED703A;
  transition: all 0.5s;
}
.uni-checkout .uni-checkout-body .entry-content-wrapper .woocommerce-info {
  margin-bottom: 10px;
  background: #fff;
  padding: 14px 20px;
  font-size: 14px;
  line-height: 2.14;
  text-align: left;
  color: #666;
  border: 1px solid #e0e0e0;
  border-top: 2px solid #ED703A;
  border-radius: 3px;
}
.uni-checkout .uni-checkout-body .entry-content-wrapper .woocommerce-info i {
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 1.67;
  color: #ED703A;
  margin-right: 20px;
}
.uni-checkout .uni-checkout-body .entry-content-wrapper .woocommerce-info a {
  color: #ED703A;
  transition: all 0.5s;
}
.uni-checkout .uni-checkout-body .entry-content-wrapper .woocommerce-info a:hover {
  color: #22292d;
}
.uni-checkout .uni-checkout-body .entry-content-wrapper .form-row-first input {
  width: 100%;
  height: 40px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  padding: 20px;
  font-size: 14px;
  line-height: 1.57;
  text-align: left;
  color: #000;
  border-radius: 3px;
}
.uni-checkout .uni-checkout-body .entry-content-wrapper .form-row-last input {
  width: 100%;
  height: 40px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  padding: 20px;
  font-size: 14px;
  line-height: 1.57;
  text-align: left;
  color: #000;
  border-radius: 3px;
}
.uni-checkout .uni-checkout-body .entry-content-wrapper .form-row-last textarea {
  width: 100%;
  height: 120px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}
.uni-checkout .uni-checkout-body .entry-content-wrapper .vk-checkout-login {
  margin-top: 30px;
}
.uni-checkout .uni-checkout-body .entry-content-wrapper .vk-checkout-login p {
  margin-bottom: 0px;
}
.uni-checkout .uni-checkout-body .entry-content-wrapper .vk-checkout-login input.button {
  width: 120px;
  height: 40px;
  background-color: #ED703A;
  border-radius: 3px;
}
.uni-checkout .uni-checkout-body .entry-content-wrapper .vk-checkout-login input[type="submit"] {
  border: 1px solid #ED703A;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.69;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
}
.uni-checkout .uni-checkout-body .entry-content-wrapper .vk-checkout-login input[type="submit"]:hover {
  background: #fff;
  color: #ED703A;
  transition: all 0.5s;
}
.uni-checkout .uni-checkout-body .entry-content-wrapper .vk-checkout-login .woocommerce-form__label-for-checkbox input[type=checkbox] {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background-color: #fff;
  border: solid 1px #aeaeae;
  margin-left: 20px;
}
.uni-checkout .uni-checkout-body .entry-content-wrapper .vk-checkout-login .woocommerce-form__label-for-checkbox span {
  font-size: 14px;
  line-height: 1.57;
  text-align: left;
  color: #7b7b7b;
  font-weight: normal;
}
.uni-checkout .uni-checkout-body .entry-content-wrapper .vk-checkout-login .lost_password {
  margin: 0;
  padding-top: 15px;
}
.uni-checkout .uni-checkout-body .entry-content-wrapper .vk-checkout-login .lost_password a {
  font-size: 14px;
  line-height: 1.57;
  text-align: right;
  color: #ED703A;
}
.uni-checkout .uni-checkout-body .entry-content-wrapper .vk-checkout-login .lost_password a:hover {
  color: #333;
}
.uni-checkout .uni-checkout-body .entry-content-wrapper .vk-checkout-login .lost_password a i {
  font-family: FontAwesome;
  font-size: 18px;
  margin-right: 5px;
}

/*STYLE TIN TỨC*/

.gb-tintuc-item {
    margin-bottom: 30px;
    border: 1px solid #dcdcdc;
}
.gb-tintuc-item .item-img {
    width: 100%;
    height: 150px;
    overflow: hidden;
}
.gb-tintuc-item .item-img img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.gb-tintuc-item .item-text {
    padding: 10px;
}
.gb-tintuc-item .item-text a{
    color: #f36c1c;
    font-size: 15px;
    line-height: 20px;
    display: block;
}
.gb-header-slogan h1, h2 {
    /*text-align: left;
    line-height: 25px;
    font-weight: 600;
    color: #719b08;
    font-size: 15px;*/
}
.item-text h2 {
    min-height: 70px;
}
.des-news {
    text-align: justify;
    font-size: 13px;
    padding: 14px 0px;
    color: #867b7b;
    min-height: 90px;
    line-height: 20px;
}
.gb-tintuc-item .item-text .btn-doctiep a {
    display: inline-block;
    min-width: 100px;
    border: 1px solid #f36c1c;
    text-align: center;
    font-size: 14px;
    background: #f36c1c;
    color: #fff;
    padding: 10px 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


/*STYLE CHI TIẾT TIN TỨC*/
.gb-chitiet-tintuc-content h2 {
    font-family: "Open Sans";
    font-size: 24px;
    margin: 20px 0;
    line-height: 30px;
}
.gb-chitiet-tintuc-content .gb-author-time {
    margin: 15px 0;
}
.gb-chitiet-tintuc-content .gb-author-time li {
    display: inline-block;
    position: relative;
    font-family: "Open Sans";
    font-weight: 600;
    color: #333;
    font-size: 16px;
    line-height: 26px;
    padding-right: 20px;
}
.gb-chitiet-tintuc-content .gb-author-time li i {
    color: #f36c1c;
}
.gb-chitiet-tintuc-content p {
    font-family: "Open Sans";
    font-weight: 400;
    color: #333;
    font-size: 14px;
    line-height: 26px;
}
.gb-chitiet-tintuc-content h3 {
    font-family: "Open Sans";
    font-size: 22px;
    margin: 20px 0;
}
.box-map iframe{
    width: 100%;
}



/*STYLE LOGIN - REGISTER*/
.gb-register {
  padding: 40px 0;
}
.gb-register .gb-register-body h1 {
  color: #000;
  font-weight: bold;
  font-size: 27px;
  text-align: center;
  text-transform: uppercase;
}
.gb-register .gb-register-body p {
  color: #000;
  font-size: 15px;
  line-height: 25px;
  padding-bottom: 15px;
  text-align: center;
  margin: 20px 0;
}
.gb-register form label {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
.gb-register form .form-control {
  height: 45px;
  border-radius: 0;
}
.gb-register form .btn {
  width: 100%;
  height: 45px;
  background: #ED703A;
  border: 2px solid #ED703A;
  border-radius: 0;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.5s;
}
.gb-register form .btn:hover {
  color: #ED703A;
  background: transparent;
}


.gb-login {
  padding: 40px 0;
}
.gb-login h1 {
  color: #000;
  font-weight: bold;
  font-size: 27px;
  text-align: center;
  text-transform: uppercase;
}
.gb-login .line-border {
  border-right: 1px solid #ddd;
}
.gb-login .btndangnhapfacebook {
  text-align: center;
}
.gb-login .btndangnhapfacebook a {
  display: inline-block;
  min-width: 300px;
  background: #3a5794;
  border: 2px solid #3a5794;
  text-align: center;
  padding: 20px;
  color: #fff;
  transition: all 0.5s;
}
.gb-login .btndangnhapfacebook a:hover {
  color: #3a5794;
  background: transparent;
}
.gb-login .gb-login-form {
  background: #f1f1f1;
  display: flex;
  margin-top: 30px;
  padding: 30px 20px;
}
.gb-login .gb-login-form h2 {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}
.gb-login .gb-login-form p {
  color: #000;
  font-size: 15px;
  line-height: 25px;
  padding-bottom: 15px;
  text-align: center;
  margin: 20px 0;
}
.gb-login .gb-login-form label {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
.gb-login .gb-login-form .form-control {
  height: 45px;
  border-radius: 0;
}
.gb-login .gb-login-form .btn {
  width: 100%;
  height: 45px;
  background: #ED703A;
  border: 2px solid #ED703A;
  border-radius: 0;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.5s;
}
.gb-login .gb-login-form .btn:hover {
  color: #ED703A;
  background: transparent;
}
.gb-login .gb-login-form .gb-btn-quen-mat-khau {
  text-align: center;
  margin-top: 20px;
}
.gb-login .gb-login-form .gb-btn-quen-mat-khau a {
  display: block;
}

.gb-lost-password {
  padding: 40px 0;
}
.gb-lost-password h1 {
  color: #000;
  font-weight: bold;
  font-size: 27px;
  text-align: left;
  text-transform: uppercase;
}
.gb-lost-password p {
  color: #000;
  font-size: 15px;
  line-height: 25px;
  padding-bottom: 15px;
  text-align: left;
  margin: 20px 0;
}
.gb-lost-password label {
  color: #000;
  font-size: 15px;
  line-height: 25px;
  padding-bottom: 15px;
  text-align: left;
}
.gb-lost-password .form-control {
  height: 45px;
  border-radius: 0;
}
.gb-lost-password .gb-lost-password-back a {
  display: inline-block;
  background: #ED703A;
  border: 2px solid #ED703A;
  color: #fff;
  min-width: 150px;
  text-align: center;
  padding: 10px;
  transition: all 0.5s;
}
.gb-lost-password .gb-lost-password-back a:hover {
  color: #ED703A;
  background: transparent;
}
.gb-lost-password .gb-lost-password-continue {
  text-align: right;
}
.gb-lost-password .gb-lost-password-continue .btn {
  display: inline-block;
  background: #ED703A;
  border: 2px solid #ED703A;
  color: #fff;
  min-width: 150px;
  text-align: center;
  padding: 8px;
  border-radius: 0;
  transition: all 0.5s;
}
.gb-lost-password .gb-lost-password-continue .btn:hover {
  color: #ED703A;
  background: transparent;
}

.gb-pagination{
    text-align: center;
}
.banner{
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    height: auto;
}
.banner img{
    width: 100%;
    height: auto;
    display: block;
}
.top_right a:hover{
    color: #ed703a;
}
.row_address i {
    position: relative;
    top: 2px;
    margin-right: 10px;
    margin-bottom: 5px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {

}
@media only screen and (max-width: 767px) {
    .box_caption>h1{
        text-align: center;
        padding: 15px 0px;
    }
    .action_cart>label{
        float: none;
    }
    .box_caption .rating{text-align: center;}
    .end_footer{
        display: none;
    }
    .box_social{
        text-align: center;
    }
    #Footer-Support{
        display: none;
    }
    #Header-HeaderTop{
        display: none;
    }
    .header-mobile{
        display: block!important;
    }
    .header_banner_1{
        font-size: 5vw;
    }
    .content_banner_1 p {
        font-size: 4vw;
    }
    .link_item_pro_1_col{
        text-align: center;
    }
    .link_name_product{
        text-align: center;
        word-wrap: break-word;
    }

}
.icon-menu{
    color: #ed703a;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ed703a;
    float: left;
    font-size: 15px;
}
.header-mobile{
    padding: 20px;
    text-align: center;
    display: none;
}
.icon-cart{
    float: right;
    color: #ed703a;;
    cursor: pointer;
    margin-top: 15px;
    font-size: 20px;
}
.logo-mobile{
    margin-left: 15px;
    width: 100%;
    overflow: hidden;
}
.logo-mobile img{
    width: 100%;
}
.span-tab1 a, .span-tab2 a{
    color: #fff;
    font-weight: 600px;
}
.btn_addCart{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 31px;
    background-color: #333;
    border: none;
    padding: 0 20px;
}



/*Menu mobiles*/
.mobile-nav .navbar-toggle {
  z-index: 999999;
  top: 21px; }

.mobile-nav #cssmenu,
.mobile-nav #cssmenu ul,
.mobile-nav #cssmenu ul li,
.mobile-nav #cssmenu ul li a,
.mobile-nav #cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mobile-nav #cssmenu > ul > li > a {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  color: #ffffff;
  padding: 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease; }

.mobile-nav #cssmenu ul ul li a {
  display: block;
  font-family: "Open Sans";
  font-size: 14px;
  text-align: left;
  color: #222222;
  padding: 17px 20px;
  min-width: 240px;
  background: transparent;
  border-top: 1px solid #e0e0e0;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease; }

@media screen and (max-width: 991px) {
  .mobile-nav #cssmenu {
    width: 100%;
    background: #22292d;
    display: none;
    position: absolute;
    min-height: 100%;
    z-index: 2000000; }
  .mobile-nav .uni-icons-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: solid 1px #333333;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 35px; }
    .mobile-nav .uni-icons-close i {
      font-family: FontAwesome;
      font-size: 15px;
      line-height: 2.93;
      text-align: center;
      color: #aeaeae; }
  .mobile-nav #cssmenu ul {
    width: 100%;
    display: none;
    padding: 0 30px;
    background: transparent; }
  .mobile-nav #cssmenu ul ul {
    background: transparent;
    padding-right: 0; }
  .mobile-nav #cssmenu.align-center > ul,
  .mobile-nav #cssmenu.align-right ul ul {
    text-align: left; }
  .mobile-nav #cssmenu ul li,
  .mobile-nav #cssmenu ul ul li,
  .mobile-nav #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15); }
  .mobile-nav #cssmenu ul ul li,
  .mobile-nav #cssmenu ul li:hover > ul > li {
    border-top: 1px solid transparent; }
  .mobile-nav #cssmenu li:hover > ul {
    border-top: 1px solid rgba(120, 120, 120, 0.15); }
  .mobile-nav #cssmenu ul li a,
  .mobile-nav #cssmenu ul ul li a {
    width: 100%;
    padding: 11px 0;
    text-transform: inherit; }
  .mobile-nav #cssmenu > ul > li,
  .mobile-nav #cssmenu.align-center > ul > li,
  .mobile-nav #cssmenu.align-right > ul > li {
    float: none;
    display: block; }
  .mobile-nav #cssmenu ul ul li:last-child a {
    border-bottom: none; }
  .mobile-nav #cssmenu ul ul li a {
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #aeaeae;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(120, 120, 120, 0.15); }
  .mobile-nav #cssmenu ul ul li:hover > a,
  .mobile-nav #cssmenu ul ul li a:hover {
    color: #ed703a; }
  .mobile-nav .home-icon {
    background: transparent; }
  .mobile-nav #cssmenu > ul > li:hover > a,
  .mobile-nav #cssmenu > ul > li.active > a {
    color: #ed703a !important; }
  .mobile-nav #cssmenu ul ul ul li a {
    padding-left: 0;
    border-top: none; }
  .mobile-nav #cssmenu ul ul,
  .mobile-nav #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
    border-top: 1px solid rgba(120, 120, 120, 0.15); }
  .mobile-nav #cssmenu > ul > li.has-sub > a::after,
  .mobile-nav #cssmenu ul ul li.has-sub > a::after {
    display: none; }
  .mobile-nav #menu-line {
    display: none; }
  .mobile-nav #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer; }
  .mobile-nav #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    height: 42px;
    width: 42px;
    cursor: pointer;
    border-left: 1px solid rgba(120, 120, 120, 0.15); }
  .mobile-nav #cssmenu .submenu-button::after {
    content: '\f107';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    font-family: FontAwesome;
    color: #fff;
    z-index: 99; }
  .mobile-nav #cssmenu .submenu-button.active::before {
    content: '\f106';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    font-family: FontAwesome;
    color: #a1d51d;
    z-index: 99; }
  .mobile-nav #cssmenu ul li ul li .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 20px;
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99; }
  .mobile-nav #cssmenu ul li ul li .submenu-button::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 21px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    z-index: 99; }
  .mobile-nav #cssmenu ul li ul li .submenu-button.active::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 21px;
    display: block;
    width: 11px;
    height: 1px;
    background: #a1d51d;
    z-index: 99; }
  .mobile-nav #cssmenu .submenu-button.submenu-opened:after {
    display: none; }
  .mobile-nav .navbar-toggle .icon-bar {
    display: inline-block; color:#ed703a;  }
  .mobile-nav .menu-mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;color:#ed703a;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #ed703a;
    position: absolute;
    top: 25px;
    left: 20px;
    z-index: 99; cursor: pointer;} }