@charset "UTF-8";
/* Fonts */
/*Lora*/
@font-face {
  font-family: "Lora";
  src: url("../fonts/lora/Lora-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lora/Lora-Bold.woff") format("woff"), url("../fonts/lora/Lora-Bold.ttf") format("truetype"), url("../fonts/lora/Lora-Bold.svg#SFUFutura") format("svg");
  font-weight: bold;
}
@font-face {
  font-family: "Lora";
  src: url("../fonts/lora/Lora-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lora/Lora-Regular.woff") format("woff"), url("../fonts/lora/Lora-Regular.ttf") format("truetype"), url("../fonts/lora/Lora-Regular.svg#SFUFutura") format("svg");
  font-weight: normal;
}
/* Nunito */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/OpenSans-Bold.woff") format("woff"), url("../fonts/opensans/OpenSans-Bold.ttf") format("truetype"), url("../fonts/opensans/OpenSans-Bold.svg#SFUFutura") format("svg");
  font-weight: bold;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/OpenSans-Regular.woff") format("woff"), url("../fonts/opensans/OpenSans-Regular.ttf") format("truetype"), url("../fonts/opensans/OpenSans-Regular.svg#SFUFutura") format("svg");
  font-weight: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/OpenSans-Light.woff") format("woff"), url("../fonts/opensans/OpenSans-Light.ttf") format("truetype"), url("../fonts/opensans/OpenSans-Light.svg#SFUFutura") format("svg");
  font-weight: 300;
}
/*
example keyframes
@include keyframes( incrediblehulk ){
    0% {
        color: #f8d2c0;
    }
    100% {
        color: #0f0;
    }
}*/
.background-graylight {
  background-color: #f6f7f9;
}

.background-white {
  background-color: #fff;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fri {
  float: right !important;
}

.lsn,
.lsn > li {
  list-style: none;
}

.posr {
  position: relative;
}

.posa {
  position: absolute;
}

.posf {
  position: fixed;
}

.imgdf > img {
  max-width: 100%;
  width: auto;
  height: auto;
  border: none;
}

.hidden {
  display: none;
}

.dib {
  display: inline-block;
}

.dtb {
  display: table;
}

.dtbc {
  display: table-cell;
}

.pt0 {
  padding-top: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.tac {
  text-align: center;
}

.taj {
  text-align: justify;
}

.ttu {
  text-transform: uppercase;
}

.tdu {
  text-decoration: underline;
}

.tdn {
  text-decoration: none;
}

.fwb {
  font-weight: bold;
}

.vat {
  vertical-align: top;
}

.fwb {
  font-weight: bold;
}

.fw2 {
  font-weight: 200;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.fw9 {
  font-weight: 900;
}

.fwsb {
  font-weight: 600;
}

.color-blue {
  color: #824198;
}

.color-blue-bold {
  color: #4B3C50;
}

.color-gray-bold {
  color: #63676E;
}

.ovfh {
  overflow: hidden;
}

.img-background-full-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 101%;
  min-width: 101%;
}

.tar {
  text-align: right;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.tleft {
  text-align: left !important;
}

.tright {
  text-align: right !important;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.upper {
  text-transform: uppercase;
}

.left,
.ap-left {
  float: left;
}

.right,
.ap-right {
  float: right;
}

.pointer {
  cursor: pointer;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.hidden {
  display: none;
}

.xdot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.xo,
.ap-xo {
  overflow: hidden;
}

.full {
  width: 100%;
  height: 100%;
}

.fullw {
  width: 100%;
}

.fullh {
  height: 100%;
}

.block {
  display: block;
}

.inline {
  display: inline-block;
}

.cell {
  display: table-cell;
}

.table {
  display: table;
}

.invisible,
.ap-invisible {
  opacity: 0;
  filter: alpha(opacity=0);
}

.vtop {
  vertical-align: top;
}

.vcenter {
  vertical-align: middle;
}

.vbottom {
  vertical-align: bottom;
}

.f9 {
  font-size: 9px !important;
}

.f10 {
  font-size: 10px !important;
}

.f11 {
  font-size: 11px !important;
}

.f12 {
  font-size: 12px !important;
}

.f13 {
  font-size: 13px !important;
}

.f14 {
  font-size: 14px !important;
}

.f15 {
  font-size: 15px !important;
}

.f16 {
  font-size: 16px !important;
}

.f17 {
  font-size: 17px !important;
}

.f18 {
  font-size: 18px !important;
}

.f19 {
  font-size: 19px !important;
}

.f20 {
  font-size: 20px !important;
}

.f21 {
  font-size: 21px !important;
}

.f22 {
  font-size: 22px !important;
}

.f23 {
  font-size: 23px !important;
}

.f24 {
  font-size: 24px !important;
}

.f25 {
  font-size: 25px !important;
}

.f26 {
  font-size: 26px !important;
}

.f27 {
  font-size: 27px !important;
}

.f28 {
  font-size: 28px !important;
}

.f29 {
  font-size: 29px !important;
}

.f30 {
  font-size: 30px !important;
}

.f31 {
  font-size: 31px !important;
}

.f32 {
  font-size: 32px !important;
}

.thin {
  font-weight: 300 !important;
}

.thick {
  font-weight: 500 !important;
}

@media (max-width: 1024px) {
  .hidden-devide-1024 {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .show-devide-1024 {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hidden-devide-768 {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .show-devide-768 {
    display: none !important;
  }
}
/*style home*/
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {
  font-family: "Open Sans", Arial;
  font-size: 14px;
  line-height: 1.433;
  color: #292D34;
  height: 100%;
  background: #fff;
}

.container {
  width: 100%;
  max-width: 1320px;
}

.form-control {
  border: 0px;
  border-bottom: 1px solid rgba(130, 133, 138, 0.3);
  border-radius: 0px;
  box-shadow: none;
  color: #292D34;
  font-weight: bold;
}
.form-control:focus {
  border-color: #CE7A58;
  box-shadow: none;
}
.form-control::placeholder {
  font-weight: normal;
  color: #292D34;
}

.check-action {
  display: inline-block;
  position: relative;
}
.check-action .check {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 0;
}
.check-action .name {
  padding-left: 25px;
  position: relative;
  display: block;
  min-height: 16px;
}
.check-action .name:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 0px;
  background-color: #fff;
  border: 1px solid #CE7A58;
}
.check-action .check:checked + .name:before {
  border-color: #CE7A58;
  color: #fff;
  font-family: ap;
  content: "";
  font-size: 9px;
  background: #CE7A58;
  line-height: 14px;
  text-align: center;
}
.check-action .check:disabled + .name:before {
  background: #C3C8D2;
  border: 1px solid #C3C8D2;
}
.check-action input[type=radio] + .name:before {
  border-radius: 50%;
}
.check-action input[type=radio] + .name:after {
  border-radius: 50%;
}
.check-action input[type=radio]:checked + .name:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #CE7A58;
  left: 4px;
  top: 7px;
}
.check-action input[type=radio]:checked + .name:before {
  background: #fff;
  content: "";
  border-color: #CE7A58;
}

.wrapper-login {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  height: 100vh;
  overflow-y: auto;
}
.wrapper-login .box-login {
  position: absolute;
  top: 50%;
  max-width: 450px;
  left: 0px;
  right: 0px;
  margin: auto;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 8px;
  border: 1px solid #E9F0F8;
  overflow: hidden;
}
.wrapper-login .head {
  text-align: center;
  padding: 15px 10px;
  background-color: rgba(206, 122, 88, 0.1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #903938;
}
.wrapper-login .head .logo {
  width: 80px;
  margin-bottom: 10px;
  display: inline-block;
}
.wrapper-login .head .logo img {
  width: 100%;
}
.wrapper-login .head .logo-text {
  font-family: Lora;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
}
.wrapper-login .head .logo-url {
  font-size: 16px;
}
.wrapper-login .body {
  padding: 30px;
}
.wrapper-login .refresh {
  display: block;
  text-align: right;
  color: #82858A;
  font-weight: bold;
  margin-top: 10px;
}
.wrapper-login .refresh:hover {
  color: #903938;
}
.wrapper-login .actions .btn {
  width: 100%;
}
.wrapper-login .links {
  text-align: right;
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin: 10px 0px;
}
.wrapper-login .links > li {
  display: inline-block;
}
.wrapper-login .links > li:before {
  content: "";
  height: 20px;
  display: inline-block;
  border-left: 1px solid #E9F0F8;
  vertical-align: middle;
}
.wrapper-login .links > li > a {
  display: inline-block;
  color: #82858A;
  font-weight: bold;
  padding: 5px 10px;
  text-decoration: none;
}
.wrapper-login .links > li > a:hover {
  color: #903938;
}
.wrapper-login .links > li:first-child:before {
  display: none;
}

.input-icon {
  position: relative;
}
.input-icon .form-control {
  padding-left: 30px;
}
.input-icon .icon {
  position: absolute;
  top: 5px;
  left: 0px;
}
.input-icon.-show .icon-show {
  position: absolute;
  top: 5px;
  right: 0px;
  cursor: pointer;
  color: #82858A;
  font-size: 16px;
}
.input-icon.-captcha .form-control {
  padding-right: 140px;
}
.input-icon.-captcha .captcha {
  width: 130px;
  padding: 5px 10px;
  text-align: center;
  letter-spacing: 3px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #E9EBF0;
  font-weight: bold;
  font-family: serif;
  color: rgba(41, 45, 52, 0.5);
}

.btn {
  border-radius: 4px;
}

.btn-main {
  background: #CE7A58;
  color: #fff;
  font-weight: bold;
}
.btn-main:hover, .btn-main:focus, .btn-main:active {
  background: #bc5d37;
  color: #fff;
}

.btn-second {
  background: #fff;
  color: #CE7A58;
  border-color: #CE7A58;
  font-weight: bold;
}
.btn-second:hover, .btn-second:focus, .btn-second:active {
  background: #bc5d37;
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
