h2.ty-mainbox-simple-title {
  color: #00a651;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding: 20px 15px 10px 10px;
  text-transform: uppercase;
}
.zalo
{
	color:#007bff;
}
.tab ul
{
	padding:0;
	margin:0;
}
.tab li
{
	padding:3px;
	margin:0;
	list-style:none;
}
.fa-long-arrow-left
{
	color: #00a651;
	font-size: 32pt !important;
	margin: 0;
	padding: 0;
}
div.back
{
	float:left;
}
div.chip
{
	float:right;
}
div.top_bar
{
	width:100%;
	overflow: hidden;
}
.k_notification-content-extended {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1101;
    margin: -40px 0 0 -320px;
    min-height: 140px;
    width: 640px;
    color: #000;
    background-color: #fff;
    border: 1px solid gray;
}



.k_notification-content-extended .ty-product-k_notification__body {
    //max-height: 450px;
    overflow: auto;
}
.k_notification-body-extended {
    color: #000;
    overflow-x: hidden;
    overflow-y: auto;
}
.k_notification-container {
    position: fixed;
    top: 0;
    right: 40px;
    z-index: 1022;
    min-width: 300px;
    width: 40%;
}
.k_notification-container-top {
    top: 10px;
}
.k_notification-content {
    position: relative;
    .box-sizing(border-box);
    padding: 10px 35px 10px 18px;
    line-height: 150%;
    border-radius: 2px;
    .rounded_corners(4px);
}

.k_notification-content strong {
    margin-right: 7px;
}
.k_notification-content-extended h1 {
    position: relative;
    padding: 13px 30px 10px 20px;
    border: none;
    border-bottom: 1px solid #bdc3c7;
    background: #f8f9f9;
    font-weight: normal;
    font-size: 18px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    .box-sizing(border-box);
    .border-radius(0px);
}
.k_notification-content-extended h1 span {
    position: absolute;
    top: 15px;
    right: 14px;
    width: 16px;
    height: 16px;
    color: #acacac;
    text-shadow: none;
    font: 13px/1 'glyphs';
    opacity: 1;
    cursor: pointer;
    speak: none;
    -webkit-font-smoothing: antialiased;
}
.k_notification-content-extended h1 span:before {
    font-family: 'glyphs';
    content: "\e009";
    speak: none;
    -webkit-font-smoothing: antialiased;
}
.k_notification-content-extended h1 span:hover {
    color: #dfdfdf;
    opacity: 1;
}

.close {
    position: absolute;
    top: 5px;
    right: 7px;
    float: right;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 15px;
    cursor: pointer;
    -webkit-appearance: none;
}
.close:hover {
    text-decoration: none;
    cursor: pointer;
}

.alert-success, .alert-warning, .alert-error {
    position: relative;
    margin: 7px 0 7px 0;
    border: 1px solid;
    font-size: 100%;
    opacity: 0.96;
}
.alert-success {
    border-color: #8bc045;
    background: #d0eaae;
    color: #496e16;
}
.alert-success .close {
    color: #8bc045;
}
.alert-warning {
    border-color: #f39c12;
    background: #f5e08c;
    color: #ac6e0b;
}
.alert-warning .close {
    color: #f39c12;
}
.alert-error {
    border-color: #c0392b;
    background: #eb7064;
    color: white;
}
.alert-error .close {
    color: #c0392b;
}

.thong_tin_ch li::before {
    content: "";
    background-color: #00a651;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 8px;
    padding: 2px;
    border-radius: 50%;

}
ul.thong_tin_ch
{
	padding:0;
	margin:0;
	list-style:none;
}
ul.thong_tin_ch li
{
	list-style:none;
	padding:5px 0;
}
select {
  padding: 2%;
  width: 99%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}
.mb_logo
{
	font-weight: 700;
	width:60% !important;
	font-size:100% !important;
}
.tab .fa
{
	color:#00a651;
}
/* Red border */
hr.new1 {
  border-top: 1px solid red;
}

/* Dashed red border */
hr.new2 {
  border-top: 1px dashed #00a651;
}

/* Dotted red border */
hr.new3 {
  border-top: 1px dotted red;
}

/* Thick red border */
hr.new4 {
  border: 1px solid red;
}

/* Large rounded green border */
hr.new5 {
  border: 10px solid green;
  border-radius: 5px;
} 
hr {
	border-bottom: none;
}
.chip {
  display: inline-block;
  padding: 0 25px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  border-radius: 25px;
  background-color: #f1f1f1;
}

.chip img {
  float: left;
  margin: 0 10px 0 -25px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
 /* The alert message box */
.alert {
  padding: 20px;
  background-color: #f44336; /* Red */
  color: white;
  margin-bottom: 15px;
}
.alert.expire {

    background-color: 

    #FF9900; 

}
.alert.success {

    background-color: 

    #4CAF50;

}
/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
} 
.column {
  float: left;
  width: 25%;
  text-align:center;
}
a{
	text-decoration: none;
    outline: none;
	color: #4a4a4a;
}
.tab .fa-user,.tab .fa-dollar,.tab .fa-gift,.tab .fa-bell,.tab .fa-map-marker,.tab .fa-phone
{
	font-size:300% !important;
	display:block !important;
}
.bottom_bar .fa-gift
{
	font-size:120% !important;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.bottom_bar{

    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 414px;
    margin: auto; 

}
body
{
	margin:0;
	background-color:#f3f3f3;
} 
div.scr
{
	width:100%;
	max-width:414px;
	margin:auto;
	background-color:#fff;
    padding-bottom:20%;
	
	
}
.icon-bar {
  width: 100%; /* Full-width */
  background-color: #00a651; /* Dark-grey background */
  overflow: auto; /* Overflow due to float */
 
}

.icon-bar a {
  float: left; /* Float links side by side */
  text-align: center; /* Center-align text */
  width: 20%; /* Equal width (5 icons with 20% width each = 100%) */
  padding: 12px 0; /* Some top and bottom padding */
  transition: all 0.3s ease; /* Add transition for hover effects */
  color: white; /* White text color */
  font-size: 120%; /* Increased font size */
}

.content
{
	padding-top:2%;
	width:96%;
	margin:auto;
}
.active {
  background-color: #00a651; /* Add an active/current color */
}
 /* Style the form */
#regForm {
  background-color: #ffffff; 
  width: 100%;
  min-width: 300px;
}

/* Style the input fields */
input[type="number"], input[type="password"], input[type="text"],input[type="tel"], textarea {
  padding: 2%;
  width: 96%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}


/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
} 
 button {
  background-color:#4CAF50;
  color:#ffffff;
  border:none;
  padding:10px 20px;
  font-size:17px;
  font-family:Raleway;
  cursor:pointer;
}
 button:hover {
  opacity:0.8;
}
 #prevBtn {
  background-color:#bbbbbb;
}
/* Circles which indicates the steps of the form: */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border:none;  
  border-radius: 50%;
  display: inline-block;
  opacity:0.5;
}
.dot.active {
  opacity:1;
}
/* Mark the steps that are finished and valid: */
.dot.finish {
  background-color:#4CAF50;
}
.loading_icon i
{
	font-size:60px;
	opacity:0.8;
	
}
.loading_icon
{
	width: 65px;
    height: 65px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.loading{
    display:none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #ccc;
    opacity: 0.3;

}
 /* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
} 