/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
#leo-verticalmenu {
  margin: 0;
}
#leo-verticalmenu .megamenu {
  background: white;
}
@media (min-width: 992px) {
  #leo-verticalmenu .megamenu li {
    float: none;
  }
  #leo-verticalmenu {
    max-width: 305px;
  }
}
.float-vertical .float-vertical-button {
  font-size: 22px;
  font-weight: 700;
  background: #3e63af;
  color: #fff;
  margin: 0;
  padding: 0px 15px;
  line-height: 46px;
  border-top: 3px solid #3e63af;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.float-vertical .float-vertical-button .fa{
  color: #fff;
  width: 32px;
  height: 32px;
  background: #935ca6;
  border-radius: 100%;
  line-height: 20px;
  border: 3px solid #f4f9fd;
  box-shadow: 0px 0px 0px 2px rgba(40,54,85,1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .float-vertical .float-vertical-button {
    font-size: 18px;
  }
}
.float-vertical .float-vertical-button i {
  font-size: 26px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .float-vertical .float-vertical-button i {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .float-vertical > .block_content {
    height: 0;
    overflow: hidden;
    border: none;
    position: absolute;
    top: 46px;
    right: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 99;
  }
  .rtl .float-vertical > .block_content {
    right: 0;
    left: 0;
  }
  .float-vertical > .block_content.open {
    overflow: visible !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .float-vertical > .block_content {
    margin-right: 5px;
    -webkit-box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.27);
  }
  .rtl .float-vertical > .block_content {
    margin-left: 5px;
    margin-right: inherit;
  }
}
#leo-verticalmenu .box-content div.active-hover ul > li:hover > .dropdown-menu {
  left: 100% !important;
  top: -1px;
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}
.rtl #leo-verticalmenu .box-content div.active-hover ul > li:hover > .dropdown-menu {
  right: 100% !important;
  left: auto;
}
@media (max-width: 991px) {
  #leo-verticalmenu .box-content .open > .dropdown-menu {
    left: 0px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
div.verticalmenu .navbar-nav > li.open a {
  border-bottom: 1px solid #e0e0e0;
}
div.verticalmenu .navbar-nav > li:first-child a {
  border-top: none;
}
@media (max-width: 991px) {
  div.verticalmenu .navbar-nav > li > a {
    border-bottom: none;
    border-top: 1px solid #e0e0e0;
  }
}
/*********** DONGND:: slideout menu sidebar *******************/
.slideout-menu {
  position: fixed;
  /*left: 0;*/
  top: 0;
  bottom: 0;
  /*right: 0;*/
  /*z-index: 0;*/
  background: #f4f9fd;
  width: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  /*display: none;*/
  color: #ffffff;
}
/*
.slideout-panel {
  position:relative;
  z-index: 1;
  will-change: transform;
}
*/
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}
.slideout-open .slideout-menu {
  display: block;
}
div.verticalmenu .dropdown > ul > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 25px;
    position: relative;
    -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
/*div.verticalmenu .dropdown > ul > li > a::before {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #0683a1;
  position: absolute;
  left: 10px;
  top: 10px;
}*/
div.verticalmenu .dropdown > ul > li:last-child{
  border-bottom: none;
}
div.verticalmenu .dropdown > ul > li.active{
  padding-bottom: 0;
  background: #046a81;
}
/*div.verticalmenu .dropdown > ul > li.active .menu-title{
    margin-bottom: 3px;
}*/


div.verticalmenu .dropdown > ul > li:hover{
  background: #3e63af;
}
div.verticalmenu .dropdown > ul > li.active:hover{
  background: #046a81;
}
div.verticalmenu .dropdown > ul > li.first{
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 25px;
  margin-bottom: 15px;
  margin-top: 30px;
}
div.verticalmenu .dropdown > ul > li.first > a {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #000;
}
div.verticalmenu .dropdown > ul > li.first > a .menu-title{
  font-size: 16px;
}
/* div.verticalmenu .dropdown > ul > li:hover::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  z-index: -1;
  background: #062949 none repeat scroll 0 0;
  color: white;
} */


div.verticalmenu .dropdown > ul > li.active:hover::after{
  z-index: -2;
}
div.verticalmenu .dropdown > ul > li.active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background: #324f8c;
  
}
div.verticalmenu .dropdown > ul > li.active > a{
  margin-bottom: 0px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
div.verticalmenu .dropdown > ul > li.active span.arrow::before{
  color: white;
  content: "\f068";
  font-size: 12px;
  /* -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg); */
     
}
div.verticalmenu .dropdown > ul > li > a:hover,
div.verticalmenu .dropdown > ul > li > a:focus{
  /*color: #21a0ad;*/
  /*color: white;*/
}

div.verticalmenu .titile-category{
  background: #ff9c46;
  text-align: center;
  /*margin-top: 15px;*/
  padding: 5px 0px;
  font-size: 23px;
  display: block;
}
div.verticalmenu .titile-category p{
  margin: 0;
  line-height: 25px;
  color: #00222b;
  font-weight: bold;
}
div.verticalmenu .dropdown > ul > li > a .menu-title{
  display: block;
  font-size: 15px;
  line-height: 20px;
}
.slideout-menu  ul{
  margin-bottom: 0px;
}
.slideout-menu ul li a{
  font-size: 13px;
  color: #333;
  padding-left: 40px;
  width: 90%;
}
.slideout-menu ul li.first a::before {
  content: '';
}

.slideout-menu ul li{
  width: 100%;
  float:left;
  position: relative;
  padding: 0;
}
.slideout-menu ul li a{float:left;}
.slideout-menu ul li span.arrow{
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  cursor: pointer;
  float: right;
  margin: 5px 5px 0 0;
  position: relative;
  color: #333;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
  /* -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg); */    
}  
.slideout-menu ul li span.arrow::before {
  content: "\f107";
  font-family: "FontAwesome";
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  text-align: center;
}
/* .slideout-menu li ul li:after{
  border-bottom: 1px solid #d3d3d3;
  margin: 0 -100px;
  content: '';
  height: 29px;
  margin: 0 -100px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: aliceblue;
  z-index: -2;
}
.slideout-menu li ul li:hover:before {
  content: '';
  height: 29px;
  background: #eceff0;
  margin: 0 -100px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  border-bottom: 1px solid #d3d3d3;
} */
div.verticalmenu .dropdown > ul > li:hover > a,
div.verticalmenu .dropdown > ul > li:hover span.arrow, 
div.verticalmenu .dropdown > ul > li.active > a{
    color: white;
}
.slideout-menu ul li ul{
    width: 100%;
}
.slideout-menu ul li ul:after{
  content: '';
  clear: both;
}
.slideout-menu ul li li{
  background: #ffffff;
  width: 100%;
  padding: 6px 0px;
}
.slideout-menu ul li li:hover{
  background: #72368a;
}
.slideout-menu ul li li:hover a{
  color: #ffffff;
}
.slideout-menu ul li li a{
  color: #222222;
  line-height: normal;
}
/*.slideout-menu li ul li a:hover{
  color: #a0db41;
}*/
/*.slideout-menu ul li li:hover{
  background: #d6dce2;
}*/
/************* DONGND +++ *********/
.slideout-menu
{
  transition: all 400ms cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
  -webkit-transition: all 400ms cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
  -moz-transition: all 400ms cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
  -ms-transition: all 400ms cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
  -o-transition: all 400ms cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
  z-index: 999999;
  left: -300px;
}
.slideout-menu.active
{
  left:0;
}
.close-slideout-menu
{
  display: block;
  text-align: right;
  padding:10px;
}
.close-slideout-menu .fa{
  font-size: 16px;
  margin-right: 2px;
}
.slideout-overlay {
    background: black none repeat scroll 0 0;
    cursor: pointer;
    height: 100%;
    opacity: 0.2;
    position: fixed;
    right: 0;
    top: 0;
    /*transition: background-color 0.2s ease-out 0s;*/
    width: 100%;
    z-index: 110;
  display: none;
}
.scroll_top.is_fixed .bg-boxed
{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.75);
}
/************* DONGND --- *********/



/*thanhnt update 20-12-2016*/
.close-slideout-menu{
  display: none;
}
div.verticalmenu .titile-category{
  display: none;
}

/*thanhnt* update 20-12-2016*/

#leo-verticalmenu{
  position: inherit;
}
#leo-verticalmenu .box-content {
  position: absolute;
  background: #f9f9f9;
  width: 100%;
  z-index: 99;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
#leo-verticalmenu.active .box-content{
  visibility: visible;
  opacity: 1;
}
.content-col-top{
  background: rgb(40, 54, 85) no-repeat;
  border-top: 4px solid #6f388b;
  position: relative;
}
.content-col-top:after{
  clear: both;
  content: '';
  display: block;
}
.content-col-top:before{
  content: '';
  display: block;
  width: 1px;
  height: 80%;
  background: #ccc;
  position: absolute;
  top: 10%;
  left: 50%;
}
.content-col-top a{
  color: #fff;
  text-transform: uppercase;
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  padding: 12px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
#leo-verticalmenu .content-col{

}
#leo-verticalmenu .content-inner{
  column-count: 6 !important;
  padding: 20px;
}
.left-bottom-header .content-inner li:first-child a:after{
  content: "\f0da";
  font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    line-height: 1;
  font-size: 14px;
  line-height: 1;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  background: #a84bad;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  text-align: center;
  line-height: 16px;
  font-size: 17px;
  color: #fff;
  float: right;
  position: absolute;
  right: 0px;
  top: 2px;
}
.left-bottom-header .content-inner li:first-child a{
  padding-right: 25px;
  display: block;
}
.left-bottom-header #leo-verticalmenu .content-inner li:first-child a{
  color: #000;
}