/*
Theme Name: dsmart
Theme URI: http://dsmart.vn/
Author: Vietsmiler
Author URI: http://dsmart
Description: Description
Text Domain: dsmart.vn
--------------------------------------------------------------*/
@import url('css/scrollbar.css');
@import url('css/main.css');
@import url('css/plus.css');
@import url('css/plus1.css');
@import url('css/contact.css');
@import url('css/about-us.css');
@import url('css/faqs.css');
@import url('css/responsive.css');
@import url('css/responsive2.css');
@import url('css/responsive3.css');
@import url('css/responsive4.css');
@font-face {
    font-family: RobotoLight;
    src: url('fonts/Roboto-Light.woff');
}
@font-face {
    font-family: Roboto;
    src: url('fonts/Roboto-Regular.woff');
}
@font-face {
    font-family: RobotoBold;
    src: url('fonts/Roboto-Bold.woff');
}
:root{
  --font: Roboto;
  --bold: RobotoBold;
  --light: RobotoLight;
  --yellow:#ffc107;
  --white: #f2f2f2;
  --blue: #007bff;
  --red: #ff0000;
  --gray: #f5f7fb;
  --green: #2ad38b;
  --black:#333;
}
.bg-green{background: var(--green);}
.bg-blue{background: var(--blue);}
.bg-red{background: var(--red);}
.bg-yellow{background: var(--yellow);}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 25px;
    color:var(--black);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
b,strong{font-family: robotoBold;}
img{max-width: 100%;}
a{color: var(--black);}
a, a:hover{text-decoration: none;}
a:hover{color: var(--blue);}
p{margin-bottom: 10px;}
.wrapper{overflow: hidden;}
#overlay{
  position: fixed;
  background: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000vh;
  display: none;
  z-index: 3000;
}
[type="checkbox"]+label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  color: #9e9e9e;
}
[type="checkbox"]+label:before, [type="checkbox"]:not(.filled-in)+label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  transition: .2s;
}
[type="checkbox"]:not(.filled-in)+label:after {
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#tab-login-register #tab-register .button input.active {
  background: #1ab188;
  color: #ffffff;
}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.vs-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  display: none;
}
[type="checkbox"]:checked+label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
img.aligncenter{display: block; margin: 0 auto}
#backtotop {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    font-weight: bold;
}
#backtotop i {
    font-size: 30px;
    color: #f99b28;
}
.carousel-fade .owl-item{transition: transform 2s ease, opacity .5s ease-out}
.bg-green{
  background-color: #04be2c;
  background-image: -webkit-gradient(linear, left top, right top, from(#04be2c), to(#14a685));
  background-image: -webkit-linear-gradient(left, #04be2c, #14a685);
  background-image: -moz-linear-gradient(left, #04be2c, #14a685);
  background-image: -o-linear-gradient(left, #04be2c, #14a685);
  background-image: linear-gradient(to right, #04be2c, #14a685);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='##04be2c', endColorstr='#14a685');
  color:var(--white);
}
.bg-red{
  background-color: #fc600b;
  background-image: -webkit-gradient(linear, left top, right top, from(#fc600b), to(#c60fcb));
  background-image: -webkit-linear-gradient(left, #fc600b, #c60fcb);
  background-image: -moz-linear-gradient(left, #fc600b, #c60fcb);
  background-image: -o-linear-gradient(left, #fc600b, #c60fcb);
  background-image: linear-gradient(to right, #fc600b, #c60fcb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='##fc600b', endColorstr='#c60fcb');
}
.aligncenter{display: block; margin:20px auto}
.single-post #content table, .single-post #content table th, .single-post #content table tr, .single-post #content table td{
  border: 1px solid #999696;
  padding: 5px;
}