*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: "Roboto", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #777777;
  text-align: left;
  background-color: #fff; }

/* col-grid*/
.col-md-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 0px 15px; }

.col-md-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 0px 15px; }

.col-md-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0px 15px; }

.col-md-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0px 15px; }

.col-md-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 0px 15px; }

.col-md-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0px 15px; }

.col-md-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 0px 15px; }

.col-md-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 0px 15px; }

.col-md-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0px 15px; }

.col-md-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  padding: 0px 15px; }

.col-md-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
  padding: 0px 15px; }

.col-md-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0px 15px; }

.moffset-1 {
  margin-left: 8.3333333333%; }

.moffset-2 {
  margin-left: 16.6666666667%; }

.moffset-3 {
  margin-left: 25%; }

.moffset-4 {
  margin-left: 33.3333333333%; }

.moffset-5 {
  margin-left: 41.6666666667%; }

.moffset-6 {
  margin-left: 50%; }

.moffset-7 {
  margin-left: 58.3333333333%; }

.moffset-8 {
  margin-left: 66.6666666667%; }

.moffset-9 {
  margin-left: 75%; }

.moffset-10 {
  margin-left: 83.3333333333%; }

.moffset-11 {
  margin-left: 91.6666666667%; }

.moffset-12 {
  margin-left: 100%; }

.mflex-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%; }

.mflex-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.mflex-30 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%; }

.mflex-40 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%; }

.mflex-50 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.mflex-60 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%; }

.mflex-70 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%; }

.mflex-80 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%; }

.mflex-90 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%; }

.mflex-100 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.mwidth-10 {
  width: 10%; }

.mwidth-20 {
  width: 20%; }

.mwidth-30 {
  width: 30%; }

.mwidth-40 {
  width: 40%; }

.mwidth-50 {
  width: 50%; }

.mwidth-60 {
  width: 60%; }

.mwidth-70 {
  width: 70%; }

.mwidth-80 {
  width: 80%; }

.mwidth-90 {
  width: 90%; }

.mwidth-100 {
  width: 100%; }

h1 {
  line-height: 1.3; }

h2 {
  line-height: 1.3; }

h3 {
  line-height: 1.3; }

h4 {
  line-height: 1.3; }

h5 {
  line-height: 1.3; }

h6 {
  line-height: 1.3; }

.mt-0 {
  margin-top: 0rem !important; }

.mt-1 {
  margin-top: 1rem !important; }

.mt-2 {
  margin-top: 2rem !important; }

.mt-3 {
  margin-top: 3rem !important; }

.mt-4 {
  margin-top: 4rem !important; }

.mt-5 {
  margin-top: 5rem !important; }

.mt-6 {
  margin-top: 6rem !important; }

.mr-0 {
  margin-right: 0rem !important; }

.mr-1 {
  margin-right: 1rem !important; }

.mr-2 {
  margin-right: 2rem !important; }

.mr-3 {
  margin-right: 3rem !important; }

.mr-4 {
  margin-right: 4rem !important; }

.mr-5 {
  margin-right: 5rem !important; }

.mr-6 {
  margin-right: 6rem !important; }

.ml-0 {
  margin-left: 0rem !important; }

.ml-1 {
  margin-left: 1rem !important; }

.ml-2 {
  margin-left: 2rem !important; }

.ml-3 {
  margin-left: 3rem !important; }

.ml-4 {
  margin-left: 4rem !important; }

.ml-5 {
  margin-left: 5rem !important; }

.ml-6 {
  margin-left: 6rem !important; }

.mb-0 {
  margin-bottom: 0rem !important; }

.mb-1 {
  margin-bottom: 1rem !important; }

.mb-2 {
  margin-bottom: 2rem !important; }

.mb-3 {
  margin-bottom: 3rem !important; }

.mb-4 {
  margin-bottom: 4rem !important; }

.mb-5 {
  margin-bottom: 5rem !important; }

.mb-6 {
  margin-bottom: 6rem !important; }

.pt-0 {
  padding-top: 0rem !important; }

.pt-1 {
  padding-top: 1rem !important; }

.pt-2 {
  padding-top: 2rem !important; }

.pt-3 {
  padding-top: 3rem !important; }

.pt-4 {
  padding-top: 4rem !important; }

.pt-5 {
  padding-top: 5rem !important; }

.pt-6 {
  padding-top: 6rem !important; }

.pl-0 {
  padding-left: 0rem !important; }

.pl-1 {
  padding-left: 1rem !important; }

.pl-2 {
  padding-left: 2rem !important; }

.pl-3 {
  padding-left: 3rem !important; }

.pl-4 {
  padding-left: 4rem !important; }

.pl-5 {
  padding-left: 5rem !important; }

.pl-6 {
  padding-left: 6rem !important; }

.pr-0 {
  padding-right: 0rem !important; }

.pr-1 {
  padding-right: 1rem !important; }

.pr-2 {
  padding-right: 2rem !important; }

.pr-3 {
  padding-right: 3rem !important; }

.pr-4 {
  padding-right: 4rem !important; }

.pr-5 {
  padding-right: 5rem !important; }

.pr-6 {
  padding-right: 6rem !important; }

.pb-0 {
  padding-bottom: 0rem !important; }

.pb-1 {
  padding-bottom: 1rem !important; }

.pb-2 {
  padding-bottom: 2rem !important; }

.pb-3 {
  padding-bottom: 3rem !important; }

.pb-4 {
  padding-bottom: 4rem !important; }

.pb-5 {
  padding-bottom: 5rem !important; }

.pb-6 {
  padding-bottom: 6rem !important; }

.p-0 {
  padding: 0rem !important; }

.p-1 {
  padding: 1rem !important; }

.p-2 {
  padding: 2rem !important; }

.p-3 {
  padding: 3rem !important; }

.p-4 {
  padding: 4rem !important; }

.p-5 {
  padding: 5rem !important; }

.p-6 {
  padding: 6rem !important; }

.fw-1 {
  font-weight: 100; }

.fw-2 {
  font-weight: 200; }

.fw-3 {
  font-weight: 300; }

.fw-4 {
  font-weight: 400; }

.fw-5 {
  font-weight: 500; }

.fw-6 {
  font-weight: 600; }

.color-blue {
  color: #0088cc; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.w-100 {
  width: 100% !important; }

.m-0 {
  margin: 0px !important; }

.p-0 {
  padding: 0px !important; }

.pl-0 {
  padding-left: 0 !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.color-white {
  color: #fff !important; }

.color-black {
  color: #000 !important; }

.bg-green {
  background: green; }

.block {
  display: block !important; }

.border-bottom {
  border-bottom: 1px solid #e7e7e7; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.border-none {
  border: none !important; }

.border-top {
  border-top: 1px solid #e7e7e7 !important; }

.border-top {
  border-top: 1px solid #e7e7e7 !important; }

.border-top {
  border-top: 1px solid #e7e7e7 !important; }

a {
  text-decoration: none;
  color: #0d81d4;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }
  a:hover {
    color: #4a4a4a; }

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

img {
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }
/* button*/
.btn-default, .btn-blue, .btn-warning, .btn-danger {
  padding: 0.625rem 0.9375rem;
  border: none;
  border-radius: 5px;
  font-size: 0.875rem;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }

.btn-default {
  background: #9ea3a7;
  color: #fff; }

.btn-blue {
  background: #0088cc;
  color: #fff; }

.btn-warning {
  background: #f37b00;
  color: #fff; }

.btn-danger {
  background: #ba360a;
  color: #fff; }

/* input*/
input {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

.form-control {
  border: 1px solid #e7e7e7;
  height: 42px;
  line-height: 42px;
  padding: 0 1rem;
  font-size: 0.875rem;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  background: #fff;
  outline: 0; }

.form-group {
  margin-bottom: 1rem; }

.form-control {
  width: 100%; }

textarea {
  border: 1px solid #e7e7e7;
  background: #fff;
  outline: 0;
  padding: 1rem; }

.dropdown {
  position: relative; }
  .dropdown .btn-drop {
    padding: 0 10px;
    background: #fff;
    border: 1px solid #e7e7e7;
    width: 105px;
    height: 35px;
    line-height: 35px;
    text-align: left;
    position: relative;
    cursor: pointer; }
    .dropdown .btn-drop .icon-drop {
      position: absolute;
      top: 50%;
      right: 10px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 10px;
      color: #636363; }
  .dropdown .list-drop {
    display: none;
    position: absolute;
    top: 100%;
    padding: 0.5rem 0rem;
    padding-bottom: 0px;
    border-bottom: none;
    border: 1px solid #e7e7e7;
    background: #fff;
    z-index: 9;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
    .dropdown .list-drop .item-dropdown {
      height: 35px;
      line-height: 35px;
      border-bottom: 1px solid #e7e7e7;
      padding: 0rem 0.625rem; }
      .dropdown .list-drop .item-dropdown a {
        display: block; }

/*modal*/
.box-modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  top: 0px;
  left: 0px;
  z-index: 9;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  display: none; }
  .box-modal .modal {
    width: 50%;
    height: auto;
    padding: 1rem 2rem;
    position: absolute;
    top: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff; }
    .box-modal .modal .modal-header .close-modal {
      position: absolute;
      right: 0;
      top: 0;
      background: none;
      font-size: 20px;
      border: none;
      padding: 0px;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      cursor: pointer; }
    .box-modal .modal .modal-content {
      margin-bottom: 1rem; }
    .box-modal .modal .modal-footer {
      text-align: right; }

/*box-collapse*/
.box-collapse {
  padding: 1rem; }
  .box-collapse .item-collapse {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e7e7e7; }
    .box-collapse .item-collapse .title-collapse {
      margin-bottom: 0;
      position: relative;
      cursor: pointer; }
      .box-collapse .item-collapse .title-collapse .icon-collapse {
        position: absolute;
        top: 50%;
        right: 1rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 12px;
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s; }
      .box-collapse .item-collapse .title-collapse .route-icon {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s; }
    .box-collapse .item-collapse .txt-collapse {
      padding-top: .5rem;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s;
      display: none; }

/*breadcrumb*/
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  list-style: none;
  padding-left: 0px; }
  .breadcrumb ul li {
    margin-right: 20px;
    position: relative; }
    .breadcrumb ul li:after {
      content: "/";
      position: absolute;
      right: -11px;
      top: 0px; }
    .breadcrumb ul li a {
      display: block; }
  .breadcrumb ul li:last-child {
    color: #4a4a4a; }
    .breadcrumb ul li:last-child:after {
      content: ""; }

/* pagination*/
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 0;
  margin-bottom: 2rem; }
  .pagination ul li {
    width: 26px;
    height: 26px;
    margin-right: 10px;
    text-align: center;
    line-height: 26px; }
    .pagination ul li a {
      display: block;
      color: #4a4a4a; }
  .pagination ul .active {
    background: #0088cc;
    border-radius: 50%; }
    .pagination ul .active a {
      color: #fff; }

/*alert*/
.alert {
  padding: 1rem;
  color: #fff;
  border-radius: 5px;
  font-size: 1rem; }
  .alert i {
    font-size: 20px; }
  .alert span {
    margin-left: 1rem; }

.alert-success {
  background: green; }

.alert-error {
  background: #ba360a; }

/*position*/
.relative {
  position: relative; }

.pos-50 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 9; }

.pos-top-left-0 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9; }

.pos-top-right-0 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9; }

.pos-top-right-2 {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 9; }

/*Tab*/
.my-tab .title-tab {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e7e7e7; }
  .my-tab .title-tab li {
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
    .my-tab .title-tab li a {
      display: block;
      padding: 10px;
      font-weight: 600;
      font-size: 14px;
      color: #4a4a4a; }
    .my-tab .title-tab li .active {
      background: #0088cc;
      border-top: 1px solid #0088cc;
      color: #fff !important; }
.my-tab .txt-tab {
  padding: 1rem;
  border: 1px solid #e7e7e7;
  border-top: 0; }
  .my-tab .txt-tab .item-txt-tab {
    margin-top: .5rem;
    text-align: justify;
    display: none; }

/*Table*/
.table table {
  width: 100%;
  border-collapse: collapse; }
  .table table tr, .table table th, .table table td {
    border: 1px solid #e7e7e7; }
  .table table th, .table table td {
    padding: 0.5rem; }

/*# sourceMappingURL=template.css.map */
