@charset "UTF-8";
/** Custome templale software */
/** ======================================================================== */
/** Font **/
/** ======================================================================== */
/** BODY */
/** ======================================================================== */
/** SCROLL BOX */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/*********** BORDER WIDTH */
/*********** SHOW BORDER */
/*********** GRAP WIDTH COLUMN */
@import url(https://fonts.googleapis.com/css?family=BenchNine:700);
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800;900&display=swap");
@import url(https://fonts.googleapis.com/css?family=BenchNine:700);
* {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif; }

a {
  text-decoration: none; }

ul {
  list-style: none; }

img {
  max-width: 100%; }

img.bo-cong-thuong {
  width: 150px;
  margin-left: 70px; }

.login-body {
  background-image: url("../../../../images/images/bg_login.png"); }

.login-logo {
  justify-content: center; }
  .login-logo .login-im {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px; }

.table {
  margin: 0; }

.left {
  float: left; }

.right {
  float: right; }

.bg_white {
  background-color: #fff; }

.bg_gray {
  background-color: #e0e0e0; }

.bg_red {
  background-color: #FF5F5D; }

.bg_orange {
  background-color: #FFBF1F; }

.bg_green {
  background-color: #38a600; }

.bg_purple {
  background-color: #CA5BDE; }

.bg_blue {
  background-color: #0b8fdc; }

.block {
  display: block; }

.no-border {
  border: none; }

.clr {
  clear: both; }

.hidden {
  display: none; }

.no-padding {
  padding: 0;
  margin: 0; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.align-center {
  text-align: center; }

.cl-white {
  color: #fff; }

.cl-black {
  color: #000; }

.cl-red {
  color: #f00; }

.cl-orange {
  color: orange; }

.cl-success {
  color: #31a531; }

.cl-warning {
  color: #d9534f; }

.cl-new {
  color: #052d54; }

.cl-green {
  color: #006700; }

.cl-blue {
  color: #0000ff; }

.no-strong {
  font-weight: normal; }

.text-normal {
  font-weight: normal; }

.inp-qty {
  width: 80px;
  padding: 3px; }

.p_lx {
  font-size: 24px; }

.p_lg {
  font-size: 20px; }

.p_md {
  font-size: 14px; }

.p_sm {
  font-size: 12px; }

.p_ssm {
  font-size: 10px; }

.italic {
  font-style: italic; }

.bold {
  font-weight: bold; }

.border {
  border: 1px solid #ffe400; }

.border-top {
  border-top: 1px solid #ffe400; }

.border-bottom {
  border-bottom: 1px solid #ffe400; }

.border-left {
  border-left: 1px solid #ffe400; }

.border-right {
  border-right: 1px solid #ffe400; }

.padding {
  padding: 5px 5px; }

.padding-5x {
  padding: 25px 25px; }

.padding-top {
  padding-top: 5px 5px; }

.padding-bottom {
  padding-bottom: 5px 5px; }

.padding-left {
  padding-left: 5px 5px; }

.padding-right {
  padding-right: 5px 5px; }

.margin {
  margin: 5px 5px; }

.margin-top {
  margin-top: 5px 5px; }

.margin-bottom {
  margin-bottom: 5px 5px; }

.margin-left {
  margin-left: 5px 5px; }

.margin-right {
  margin-right: 5px 5px; }

.btn-sml {
  font-size: 12px;
  padding: 2px 8px; }

.full-width {
  width: 100%; }

.success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 5px 5px; }

.info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bcdff1;
  padding: 5px 5px; }

.warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  padding: 8px; }

.danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 8px; }

.dark {
  color: #333;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: #c6c8ca;
  padding: 8px; }

.msg-error {
  color: #c00;
  background-color: #fdd354;
  border-color: #ffc107;
  padding: 8px;
  list-style: square;
  padding-left: 20px; }

.showerror {
  color: #c00;
  background-color: #fdd354;
  border-color: #ffc107;
  padding: 8px;
  list-style: square;
  padding-left: 20px; }

.fstElement {
  font-size: 13px;
  width: 100%; }
  .fstElement .fstToggleBtn {
    font-size: 13px;
    padding: 8px; }
  .fstElement .fstControls .fstQueryInput {
    font-size: 13px; }

.croll-box {
  padding: 8px;
  height: 550px;
  overflow-y: auto;
  overflow-x: hidden; }
  .croll-box::-webkit-scrollbar {
    width: 1em; }
  .croll-box::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .croll-box::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey; }
  .croll-box .row {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 8px; }

.icheckbox_minimal-red {
  margin-right: 8px; }

.detail-module-items {
  display: inline-block;
  min-width: 200px; }

.layout-remove-buttons {
  display: none;
  border: 1px solid red;
  padding: 3px 9px;
  position: absolute;
  right: 4px;
  border-radius: 3px;
  background: #f00;
  color: #fff;
  font-size: 16px;
  top: 3px;
  cursor: pointer; }

.layout-container .layout-remove-buttons {
  display: block; }

/**
 * CHOOSE IMAGE BOX
 * -- Hiển thị box button chọn hình ảnh đại diện hoặc các ảnh có liên quan
 */
.choose-image-review img {
  max-width: 100%; }

/** RADIO BOX **/
.radio-box .list-items {
  display: inline-block; }
.radio-box input[type="radio"] {
  display: none; }
.radio-box input[type="radio"] + span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 3px;
  vertical-align: middle;
  background: #f1f1f1; }
.radio-box input[type="radio"]:checked + span + label {
  color: #000;
  font-weight: bold; }
.radio-box input[type="radio"] + label {
  border: 2px solid #ccc;
  background: #f4f4f4;
  padding: 5px 15px;
  border-radius: 5px;
  margin-right: 10px; }
.radio-box input[type="radio"]:checked + label {
  border: 2px solid #ffb307;
  background: #ffe894; }

/** Custome templale software */
/** ======================================================================== */
/** Font **/
/** ======================================================================== */
/** BODY */
/** ======================================================================== */
/** SCROLL BOX */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/*********** BORDER WIDTH */
/*********** SHOW BORDER */
/*********** GRAP WIDTH COLUMN */
.error_403bg {
  background: url("../../images/403.png") center right no-repeat; }

.error_404bg {
  background: url("../../images/404.png") center right no-repeat; }

.error-content {
  width: 500px;
  margin: 30px auto; }
  .error-content .errors-text {
    font-size: 130px;
    font-weight: bold;
    color: #a5a5a5;
    line-height: 110px; }
  .error-content .errors-content {
    font-size: 20px;
    color: #e04006; }

.error-details {
  width: 500px;
  border-top: 1px solid #ccc;
  margin: 8px auto;
  padding: 8px; }
  .error-details .error-header {
    font-size: 16px;
    font-weight: bold;
    color: #7f7f7f; }
  .error-details ul {
    list-style: circle;
    margin-left: 20px; }
    .error-details ul li {
      padding: 8px;
      color: #e04006; }

/* Style the list */
.breadcrumb-default ul {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee; }
  .breadcrumb-default ul li {
    display: inline;
    font-size: 18px; }
    .breadcrumb-default ul li + li:before {
      padding: 8px;
      color: black;
      content: ">\00a0"; }
    .breadcrumb-default ul li a {
      color: #0275d8;
      text-decoration: none; }
      .breadcrumb-default ul li a:hover {
        color: #01447e;
        text-decoration: underline; }

.col-md-1 {
  width: 8.333333%; }

.col-md-2 {
  width: 16.666666%; }

.col-md-3 {
  width: 25%; }

.col-md-4 {
  width: 33.333333%; }

.col-md-5 {
  width: 41.666666%; }

.col-md-6 {
  width: 50%; }

.col-md-7 {
  width: 58.333333%; }

.col-md-8 {
  width: 66%; }

.col-md-9 {
  width: 75%; }

.col-md-10 {
  width: 83.33333%; }

.col-md-11 {
  width: 91.666666%; }

.col-md-12 {
  width: 100%; }

/** Custome templale software */
/** ======================================================================== */
/** FONT | BACKGROUND **/
/** ======================================================================== */
/** HEADER */
/** ======================================================================== */
/** BODY */
/** ======================================================================== */
/** FOOTER */
/** ======================================================================== */
/** MỘT SỐ THAM SỐ MẶC ĐỊNH */
/** ======================================================================== */
/** WIDGET HEADER */
/** ======================================================================== */
/** KHOẢNG CÁCH GIỮA CÁC TIN */
/** ======================================================================== */
/** ẢNH BÀI VIẾT (ẢNH LỚN) */
/** ẢNH BÀI VIẾT (ẢNH NHỎ) */
/** Custome templale software */
/** ======================================================================== */
/** Font **/
/** ======================================================================== */
/** BODY */
/** ======================================================================== */
/** SCROLL BOX */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/*********** BORDER WIDTH */
/*********** SHOW BORDER */
/*********** GRAP WIDTH COLUMN */
.show-header {
  padding: 0 10%;
  background-color: #fff; }
  .show-header.header-line2 {
    background: #ffe400; }
  .show-header .header-container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between; }

.show-body {
  width: 100%;
  background: #fff url("../../../../images/images/body_bg.png") no-repeat; }
  .show-body .body-container {
    display: flex;
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto; }
    .show-body .body-container .row {
      min-height: 35vh !important;
      overflow-y: hidden; }
      .show-body .body-container .row .index-widget-loader {
        height: 400px;
        overflow-y: auto; }
    .show-body .body-container table.table-bordered {
      max-height: 55vh !important; }
  .show-body .banner-slide {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center; }

.footer-container .footer-line1 {
  padding: 0 10%; }

.show-footer {
  position: relative;
  background: #ffe400 url("../../../../images/images/footer_bg.png") no-repeat; }
  .show-footer .footer-container {
    align-items: center;
    justify-content: space-between;
    display: flex; }
    .show-footer .footer-container p {
      margin-top: 10px;
      font-size: 15px; }

.footer-line1 .footer-container {
  padding: 0 10%; }

.footer-line2 > * {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 unset !important;
  background-color: orange;
  text-align: center; }

/** FORM SEARCH **/
.frm-search {
  width: 100%;
  border: 1px solid #ffe400;
  border-radius: 10px;
  position: relative;
  margin: 35px 0; }
  .frm-search input {
    padding: 10px;
    border: 1px solid transparent;
    width: 90%;
    border-radius: 10px;
    outline: none; }
  .frm-search button {
    position: absolute;
    right: 0;
    background: #ffe400;
    padding: 10px 10px;
    border: 1px solid #ffe400;
    border-radius: 0 7px 7px 0;
    color: #fff;
    text-transform: uppercase; }

.header-social ul {
  display: flex;
  margin: 25px; }
  .header-social ul li a {
    display: block;
    text-decoration: none;
    padding: 5px; }

.logo-chienthang {
  cursor: pointer; }

@media screen and (max-width: 1200px) {
  .show-header {
    padding: 0 1%; }

  .header-container .col-md-8 .widgetContent .widget-content img {
    width: 400px;
    height: 80px; } }
@media screen and (max-width: 820px) {
  .slogan-chienthang {
    width: 70%; }

  .header-container .col-md-8 .widgetContent .widget-content img {
    width: 250px;
    height: 60px; }

  .body-container {
    flex-direction: column; }

  .form_wrapper {
    left: -25%;
    min-height: 30vh; }

  .show-body .body-container .row {
    min-height: unset !important; }

  .show-footer .footer-container {
    flex-direction: column;
    justify-content: start;
    align-items: center;
    flex-direction: column; }
    .show-footer .footer-container p {
      font-size: 11px; }
    .show-footer .footer-container .fb {
      margin-left: -75% !important; }
    .show-footer .footer-container img.bo-cong-thuong {
      margin-left: -100px; } }
@media screen and (max-width: 425px) {
  .form_wrapper {
    left: 0%;
    min-height: 30vh;
    max-width: 100%; }

  .show-footer .footer-container .index-widget-loader {
    min-height: unset !important;
    overflow-y: scroll; }
  .show-footer .footer-container .fb {
    margin-left: -5% !important; }
  .show-footer .footer-container img.bo-cong-thuong {
    margin-left: 0px; }

  .form_wrapper {
    left: unset; }

  .header-container {
    flex-direction: column; }
    .header-container .slogan-chienthang {
      width: 0 !important;
      display: none !important; }

  .header-container .col-md-8 .widgetContent .widget-content img {
    width: 200px;
    height: 45px; } }
/** Custome templale software */
/** ======================================================================== */
/** FONT | BACKGROUND **/
/** ======================================================================== */
/** HEADER */
/** ======================================================================== */
/** BODY */
/** ======================================================================== */
/** FOOTER */
/** ======================================================================== */
/** MỘT SỐ THAM SỐ MẶC ĐỊNH */
/** ======================================================================== */
/** WIDGET HEADER */
/** ======================================================================== */
/** KHOẢNG CÁCH GIỮA CÁC TIN */
/** ======================================================================== */
/** ẢNH BÀI VIẾT (ẢNH LỚN) */
/** ẢNH BÀI VIẾT (ẢNH NHỎ) */
/** Custome templale software */
/** ======================================================================== */
/** Font **/
/** ======================================================================== */
/** BODY */
/** ======================================================================== */
/** SCROLL BOX */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/*********** BORDER WIDTH */
/*********** SHOW BORDER */
/*********** GRAP WIDTH COLUMN */
.grid-layout {
  display: grid;
  column-gap: 20px;
  row-gap: 20px; }

.grap1column {
  grid-template-columns: repeat(1, 1fr); }

.grap2column {
  grid-template-columns: repeat(2, 1fr); }

.grap3column {
  grid-template-columns: repeat(3, 1fr); }

.grap4column {
  grid-template-columns: repeat(4, 1fr); }

/**
 * THIẾT LẬP WIDGET
 */
.widgetTitle {
  padding-top: 10px; }
  .widgetTitle .widget-title {
    padding: 0 10px 0 35px;
    color: #fff;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase; }

.show-body .widgetContent {
  padding: 10px 0; }

/** Custome templale software */
/** ======================================================================== */
/** FONT | BACKGROUND **/
/** ======================================================================== */
/** HEADER */
/** ======================================================================== */
/** BODY */
/** ======================================================================== */
/** FOOTER */
/** ======================================================================== */
/** MỘT SỐ THAM SỐ MẶC ĐỊNH */
/** ======================================================================== */
/** WIDGET HEADER */
/** ======================================================================== */
/** KHOẢNG CÁCH GIỮA CÁC TIN */
/** ======================================================================== */
/** ẢNH BÀI VIẾT (ẢNH LỚN) */
/** ẢNH BÀI VIẾT (ẢNH NHỎ) */
/** Custome templale software */
/** ======================================================================== */
/** Font **/
/** ======================================================================== */
/** BODY */
/** ======================================================================== */
/** SCROLL BOX */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/*********** BORDER WIDTH */
/*********** SHOW BORDER */
/*********** GRAP WIDTH COLUMN */
body {
  overflow-x: hidden; }

.main-menu {
  display: grid;
  width: 100%;
  grid-template-columns: auto auto auto;
  justify-content: center;
  height: 60px;
  position: relative; }
  .main-menu ul {
    margin-bottom: 0px;
    display: flex;
    background-color: #ffe400; }
    .main-menu ul li {
      position: relative; }
      .main-menu ul li:hover {
        background: #c4b000; }
      .main-menu ul li a {
        color: #fff;
        font-weight: 600;
        display: block;
        line-height: 2.3;
        padding: 10px 15px; }
      .main-menu ul li ul {
        position: absolute;
        top: 100%;
        max-width: 320px;
        display: none; }
        .main-menu ul li ul li {
          transition: all .5s; }
      .main-menu ul li:hover a {
        --_p: 100%;
        transition: background-position .4s, background-size 0s;
        text-decoration: none; }
      .main-menu ul li:hover ul {
        display: block;
        position: absolute;
        width: 200px;
        z-index: 9; }
        .main-menu ul li:hover ul li:hover {
          background: #c4b000; }
  .main-menu i {
    display: none;
    font-size: 25px;
    position: absolute;
    right: 0;
    margin-top: 10px; }

@media screen and (max-width: 820px) {
  .main-menu ul {
    display: none;
    position: absolute;
    flex-direction: column;
    z-index: 20;
    width: 55%;
    top: 70px;
    right: 0; }
    .main-menu ul li {
      font-size: 14px; }
      .main-menu ul li ul {
        left: -50%;
        top: -20px;
        margin-top: 19px; }
        .main-menu ul li ul li {
          font-size: 16px; }

  .main-menu ul.active {
    display: block; }

  .main-menu i {
    display: block; } }
@media screen and (max-width: 425px) {
  .main-menu ul li {
    font-size: 13px; }
    .main-menu ul li ul {
      width: 80% !important;
      top: -35%;
      left: -80%;
      margin-top: 19px; }
      .main-menu ul li ul li {
        font-size: 13px; } }
/** Custome templale software */
/** ======================================================================== */
/** FONT | BACKGROUND **/
/** ======================================================================== */
/** HEADER */
/** ======================================================================== */
/** BODY */
/** ======================================================================== */
/** FOOTER */
/** ======================================================================== */
/** MỘT SỐ THAM SỐ MẶC ĐỊNH */
/** ======================================================================== */
/** WIDGET HEADER */
/** ======================================================================== */
/** KHOẢNG CÁCH GIỮA CÁC TIN */
/** ======================================================================== */
/** ẢNH BÀI VIẾT (ẢNH LỚN) */
/** ẢNH BÀI VIẾT (ẢNH NHỎ) */
/** Custome templale software */
/** ======================================================================== */
/** Font **/
/** ======================================================================== */
/** BODY */
/** ======================================================================== */
/** SCROLL BOX */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/*********** BORDER WIDTH */
/*********** SHOW BORDER */
/*********** GRAP WIDTH COLUMN */
.article-show {
  background-color: #F0F0F0; }
  .article-show .article-items {
    margin: 5px;
    padding: 7px 7px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 12px;
    transition: 0.53s; }
    .article-show .article-items:hover {
      transform: translateY(-5px);
      border: 1px solid black;
      background-color: #d1d5db; }
    .article-show .article-items .article-image {
      max-width: 100%;
      height: 220px;
      border: 1px solid #f1f1f1;
      overflow: hidden; }
      .article-show .article-items .article-image img {
        border-radius: 12px;
        max-width: 100%;
        height: 220px;
        object-fit: cover; }
    .article-show .article-items .article-title a {
      margin-bottom: 0px;
      text-decoration: none; }
      .article-show .article-items .article-title a span {
        text-align: center;
        transition: .3s; }
        .article-show .article-items .article-title a span:hover {
          color: orange; }
    .article-show .article-items .article-post {
      display: inline-flex;
      font-size: 13px;
      color: black;
      margin-bottom: 10px; }
      .article-show .article-items .article-post .author {
        color: #f00; }
      .article-show .article-items .article-post .datetime {
        padding: 0 10px;
        font-style: italic; }
    .article-show .article-items p.article-intro {
      text-align: center;
      font-size: 13px;
      display: block;
      display: -webkit-box;
      line-height: 1.3;
      -webkit-line-clamp: 3;
      /* số dòng hiển thị */
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-top: 0px; }

.widgetTitle .widget-title {
  text-align: center;
  padding: 10px 0;
  background-color: #F0F0F0;
  font-size: 40px;
  font-weight: 700;
  font-family: 'Arial', sans-serif;
  margin-bottom: 0;
  color: black; }

.grap1columnleftimage .article-items .article-image {
  width: 40%;
  height: 120px;
  float: left;
  margin-right: 10px; }
  .grap1columnleftimage .article-items .article-image img {
    max-width: 100%;
    height: 120px;
    object-fit: cover; }
.grap1columnleftimage .article-items .article-post {
  border-bottom: 1px solid #ffe400; }

.article-title {
  max-height: 50px; }
  .article-title a {
    font-weight: bold;
    font-size: 15px; }
    .article-title a span {
      display: block;
      color: #000;
      padding: 8px 0; }

@media screen and (max-width: 1200px) {
  .article-show .grid-layout.grap4column {
    grid-template-columns: repeat(3, 1fr); } }
@media screen and (max-width: 820px) {
  .article-show .article-items {
    margin: 0 auto;
    padding: 0 10%; }
  .article-show .grid-layout.grap4column {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 425px) {
  .article-show .grid-layout.grap4column {
    grid-template-columns: repeat(1, 1fr); } }
.body-line1 {
  width: 100%; }
  .body-line1 .body-container {
    max-width: 100%; }
  .body-line1 .no-padding {
    padding: 0; }
    .body-line1 .no-padding .widgetContent {
      padding-top: 0; }

.body-line5 {
  background-color: #F0F0F0; }

.footer-container {
  display: flex; }

/** Custome templale software */
/** ======================================================================== */
/** FONT | BACKGROUND **/
/** ======================================================================== */
/** HEADER */
/** ======================================================================== */
/** BODY */
/** ======================================================================== */
/** FOOTER */
/** ======================================================================== */
/** MỘT SỐ THAM SỐ MẶC ĐỊNH */
/** ======================================================================== */
/** WIDGET HEADER */
/** ======================================================================== */
/** KHOẢNG CÁCH GIỮA CÁC TIN */
/** ======================================================================== */
/** ẢNH BÀI VIẾT (ẢNH LỚN) */
/** ẢNH BÀI VIẾT (ẢNH NHỎ) */
.hotline {
  background: url("../../../../images/icon/hotline_bg.png");
  max-width: 256px !important;
  height: 79px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: 0; }
  .hotline .hotline-num {
    color: red;
    font-weight: bolder;
    font-size: 28px;
    padding-top: 6px;
    padding-left: 70px; }

.list-group-item.head {
  background-color: #ffc107; }

.i_arrow {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../../../../images/icon/i_arrow.png") center center no-repeat;
  background-size: 90%; }

/**
 * LỘ TRÌNH HỌC LÁI XE
 */
.route-leaning {
  background: #ffe400;
  padding: 20px; }
  .route-leaning h3 {
    font-family: 'Rubik', sans-serif; }
    .route-leaning h3 span {
      font-family: 'Rubik', sans-serif; }
  .route-leaning .route-box {
    display: grid;
    grid-template-columns: repeat(11, 1fr); }
    .route-leaning .route-box .route-items .route-line.top {
      font-family: 'Rubik', sans-serif; }
    .route-leaning .route-box .route-items.route-circle {
      max-width: 130px; }
    .route-leaning .route-box .route-items .route-icon {
      width: 100%;
      height: 130px; }
      .route-leaning .route-box .route-items .route-icon.i_register {
        background: url("../../../../images/icon/i_register.png") center center no-repeat;
        background-size: 99%; }
      .route-leaning .route-box .route-items .route-icon.i_people {
        background: url("../../../../images/icon/i_people.png") center center no-repeat;
        background-size: 99%; }
      .route-leaning .route-box .route-items .route-icon.i_drive {
        background: url("../../../../images/icon/i_drive.png") center center no-repeat;
        background-size: 99%; }
      .route-leaning .route-box .route-items .route-icon.i_car {
        background: url("../../../../images/icon/i_car.png") center center no-repeat;
        background-size: 99%; }
      .route-leaning .route-box .route-items .route-icon.i_route_arrow {
        background: url("../../../../images/icon/arrow.png") center center no-repeat;
        background-size: 99%; }

#login-body {
  background-color: red; }

@media screen and (max-width: 1200px) {
  .route-leaning .route-title {
    font-size: 22px; }
  .route-leaning .route-box .route-items.route-circle {
    max-width: 110px; } }
@media screen and (max-width: 820px) {
  .hotline {
    margin-left: -50px; }
    .hotline .hotline-num {
      font-size: 20px;
      margin-left: 20px; }

  .route-leaning {
    padding: 5px; }
    .route-leaning .route-title {
      font-size: 18px; }
    .route-leaning .route-box .route-items.route-circle {
      max-width: 110px; }
    .route-leaning .route-box .route-items .route-icon {
      height: 100px; }
    .route-leaning .route-box .route-items .route-line {
      font-size: 14px; }
    .route-leaning .route-box .route-items .cl-red {
      font-size: 12px; } }
@media screen and (max-width: 425px) {
  .hotline {
    margin: 0 auto; }

  .logo-chienthang {
    margin-left: 50% !important;
    transform: translateX(-50%); }

  .route-leaning .route-box .route-items.route-circle {
    max-width: 50px; }
  .route-leaning .route-box .route-items .route-icon {
    height: 80px; }
  .route-leaning .route-box .route-items .route-line {
    font-size: 8px; }
  .route-leaning .route-box .route-items .cl-red {
    font-size: 6px; } }
/** Custome templale software */
/** ======================================================================== */
/** FONT | BACKGROUND **/
/** ======================================================================== */
/** HEADER */
/** ======================================================================== */
/** BODY */
/** ======================================================================== */
/** FOOTER */
/** ======================================================================== */
/** MỘT SỐ THAM SỐ MẶC ĐỊNH */
/** ======================================================================== */
/** WIDGET HEADER */
/** ======================================================================== */
/** KHOẢNG CÁCH GIỮA CÁC TIN */
/** ======================================================================== */
/** ẢNH BÀI VIẾT (ẢNH LỚN) */
/** ẢNH BÀI VIẾT (ẢNH NHỎ) */
/** Custome templale software */
/** ======================================================================== */
/** Font **/
/** ======================================================================== */
/** BODY */
/** ======================================================================== */
/** SCROLL BOX */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/*********** BORDER WIDTH */
/*********** SHOW BORDER */
/*********** GRAP WIDTH COLUMN */
.info {
  background-color: #ffe400;
  color: black;
  font-weight: bolder;
  padding-top: 10px; }
  .info .info-line {
    margin-top: 10px;
    margin-bottom: 5px;
    height: 3px;
    width: 95%;
    background-color: orange; }

/** Custome templale software */
/** ======================================================================== */
/** FONT | BACKGROUND **/
/** ======================================================================== */
/** HEADER */
/** ======================================================================== */
/** BODY */
/** ======================================================================== */
/** FOOTER */
/** ======================================================================== */
/** MỘT SỐ THAM SỐ MẶC ĐỊNH */
/** ======================================================================== */
/** WIDGET HEADER */
/** ======================================================================== */
/** KHOẢNG CÁCH GIỮA CÁC TIN */
/** ======================================================================== */
/** ẢNH BÀI VIẾT (ẢNH LỚN) */
/** ẢNH BÀI VIẾT (ẢNH NHỎ) */
/** Custome templale software */
/** ======================================================================== */
/** Font **/
/** ======================================================================== */
/** BODY */
/** ======================================================================== */
/** SCROLL BOX */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/*********** BORDER WIDTH */
/*********** SHOW BORDER */
/*********** GRAP WIDTH COLUMN */
.fb {
  padding: 20px; }

.form-contact {
  width: 100%; }

body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  background: #f2f2f2; }

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0; }

.form_wrapper {
  background: #fff;
  width: 400px;
  box-sizing: border-box;
  padding: 25px;
  margin: 8% auto 0;
  position: relative;
  z-index: 1;
  border-top: 5px solid #f5ba1a;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: none;
  transition: none;
  opacity: 1; }
  .form_wrapper h2 {
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0; }
  .form_wrapper .title_container {
    text-align: center;
    padding-bottom: 15px; }
  .form_wrapper h3 {
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0; }
  .form_wrapper label {
    font-size: 12px; }
  .form_wrapper .row {
    margin: 10px -15px; }
    .form_wrapper .row > div {
      padding: 0 15px;
      box-sizing: border-box; }
  .form_wrapper .col_half {
    width: 50%;
    float: left; }
  .form_wrapper .input_field {
    position: relative;
    margin-bottom: 20px; }
    .form_wrapper .input_field > span {
      position: absolute;
      left: 0;
      top: 0;
      color: #333;
      height: 100%;
      text-align: center;
      width: 30px; }
      .form_wrapper .input_field > span > i {
        padding-top: 10px; }
  .form_wrapper .textarea_field > span > i {
    padding-top: 10px; }
  .form_wrapper input[type="text"], .form_wrapper input[type="email"], .form_wrapper input[type="password"] {
    width: 100%;
    padding: 8px 10px 9px 35px;
    height: 35px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    outline: none; }
  .form_wrapper input[type="text"]:hover, .form_wrapper input[type="email"]:hover, .form_wrapper input[type="password"]:hover {
    background: #fafafa; }
  .form_wrapper input[type="text"]:focus, .form_wrapper input[type="email"]:focus, .form_wrapper input[type="password"]:focus {
    -webkit-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
    -moz-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
    box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
    border: 1px solid #f5ba1a;
    background: #fafafa; }
  .form_wrapper input[type="submit"] {
    background: #f5ba1a;
    height: 35px;
    line-height: 35px;
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    color: black;
    font-weight: bolder;
    font-size: 1.1em;
    margin-bottom: 10px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out; }
    .form_wrapper input[type="submit"]:hover {
      background: #e1a70a; }
    .form_wrapper input[type="submit"]:focus {
      background: #e1a70a; }
  .form_wrapper input[type="checkbox"], .form_wrapper input[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

.form_container .row .col_half.last {
  border-left: 1px solid #cccccc; }

.modal-header {
  background-color: #ffc107; }
  .modal-header #modal-title {
    font-weight: bolder; }

.modal-body .form_wrapper {
  border-top: 0px; }

.modal-footer .btn-primary {
  background-color: #ffc107;
  border: 1px solid #ffc107; }

.checkbox_option label {
  margin-right: 1em;
  position: relative; }
  .checkbox_option label:before {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin-right: 0.5em;
    vertical-align: -2px;
    border: 2px solid #cccccc;
    padding: 0.12em;
    background-color: transparent;
    background-clip: content-box;
    transition: all 0.2s ease; }
  .checkbox_option label:after {
    border-right: 2px solid #000000;
    border-top: 2px solid #000000;
    content: "";
    height: 20px;
    left: 2px;
    position: absolute;
    top: 7px;
    transform: scaleX(-1) rotate(135deg);
    transform-origin: left top;
    width: 7px;
    display: none; }
.checkbox_option input:hover + label:before {
  border-color: #000000; }
.checkbox_option input:checked + label:before {
  border-color: #000000; }
.checkbox_option input:checked + label:after {
  -moz-animation: check 0.8s ease 0s running;
  -webkit-animation: check 0.8s ease 0s running;
  animation: check 0.8s ease 0s running;
  display: block;
  width: 7px;
  height: 20px;
  border-color: #000000; }

.radio_option label {
  margin-right: 1em; }
  .radio_option label:before {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin-right: 0.5em;
    border-radius: 100%;
    vertical-align: -3px;
    border: 2px solid #cccccc;
    padding: 0.15em;
    background-color: transparent;
    background-clip: content-box;
    transition: all 0.2s ease; }
.radio_option input:hover + label:before {
  border-color: #000000; }
.radio_option input:checked + label:before {
  background-color: #000000;
  border-color: #000000; }

.select_option {
  position: relative;
  width: 100%; }
  .select_option select {
    display: inline-block;
    width: 100%;
    height: 35px;
    padding: 0px 15px;
    cursor: pointer;
    color: #7b7b7b;
    border: 1px solid #cccccc;
    border-radius: 0;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 0.2s ease; }
    .select_option select::-ms-expand {
      display: none; }
    .select_option select:hover, .select_option select:focus {
      color: #000000;
      background: #fafafa;
      border-color: #000000;
      outline: none; }

.select_arrow {
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #7b7b7b transparent transparent transparent; }

.select_option select:hover + .select_arrow, .select_option select:focus + .select_arrow {
  border-top-color: #000000; }

.credit {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 15px;
  color: #f5ba1a; }
  .credit a {
    color: #e1a70a; }

@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 20px;
    width: 7px; } }
@keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 20px;
    width: 7px; } }
@-webkit-keyframes expand {
  0% {
    -webkit-transform: scale3d(1, 0, 1);
    opacity: 0; }
  25% {
    -webkit-transform: scale3d(1, 1.2, 1); }
  50% {
    -webkit-transform: scale3d(1, 0.85, 1); }
  75% {
    -webkit-transform: scale3d(1, 1.05, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    opacity: 1; } }
@keyframes expand {
  0% {
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    opacity: 0; }
  25% {
    -webkit-transform: scale3d(1, 1.2, 1);
    transform: scale3d(1, 1.2, 1); }
  50% {
    -webkit-transform: scale3d(1, 0.85, 1);
    transform: scale3d(1, 0.85, 1); }
  75% {
    -webkit-transform: scale3d(1, 1.05, 1);
    transform: scale3d(1, 1.05, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; } }
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, -25px, 0);
    opacity: 0; }
  25% {
    -webkit-transform: translate3d(0, 10px, 0); }
  50% {
    -webkit-transform: translate3d(0, -6px, 0); }
  75% {
    -webkit-transform: translate3d(0, 2px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    opacity: 0; }
  25% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  50% {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0); }
  75% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@media (max-width: 600px) {
  .form_wrapper .col_half {
    width: 100%;
    float: none; }

  .bottom_row .col_half {
    width: 50%;
    float: left; }

  .form_container .row .col_half.last {
    border-left: none; }

  .remember_me {
    padding-bottom: 20px; } }
.footer-logo {
  max-width: 400px;
  margin-left: 40px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column; }
  .footer-logo .footer-logo-content {
    display: flex;
    flex-direction: column;
    border: 2px solid white;
    width: 70%;
    color: black;
    font-size: 15px;
    padding: 10px;
    padding-bottom: 0px; }
    .footer-logo .footer-logo-content .footer-logo-content-details {
      padding: 2px;
      font-weight: bolder; }

@media screen and (max-width: 820px) {
  .footer-logo {
    width: 600px;
    margin-left: -100px;
    margin-bottom: 10px; }
    .footer-logo .footer-logo-content {
      flex-direction: row;
      margin-left: -100px;
      gap: 10px; }
      .footer-logo .footer-logo-content img.bo-cong-thuong {
        margin-left: -100px; } }
@media screen and (max-width: 425px) {
  .thong-tin {
    display: none !important; }

  .footer-logo {
    max-width: 380px;
    margin-left: 0px; }
    .footer-logo .footer-logo-content {
      flex-direction: row;
      margin-left: -20%;
      gap: 3px;
      margin-bottom: 20px; } }
/** Custome templale software */
/** ======================================================================== */
/** FONT | BACKGROUND **/
/** ======================================================================== */
/** HEADER */
/** ======================================================================== */
/** BODY */
/** ======================================================================== */
/** FOOTER */
/** ======================================================================== */
/** MỘT SỐ THAM SỐ MẶC ĐỊNH */
/** ======================================================================== */
/** WIDGET HEADER */
/** ======================================================================== */
/** KHOẢNG CÁCH GIỮA CÁC TIN */
/** ======================================================================== */
/** ẢNH BÀI VIẾT (ẢNH LỚN) */
/** ẢNH BÀI VIẾT (ẢNH NHỎ) */
/** Custome templale software */
/** ======================================================================== */
/** Font **/
/** ======================================================================== */
/** BODY */
/** ======================================================================== */
/** SCROLL BOX */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/*********** BORDER WIDTH */
/*********** SHOW BORDER */
/*********** GRAP WIDTH COLUMN */
.title {
  background-color: #ffc107; }
  .title p {
    font-family: 'Rubik', sans-serif;
    padding: 5px;
    color: white;
    text-align: center;
    font-size: 40px;
    font-weight: bolder;
    margin-bottom: 0px; }

.khoahoc {
  max-width: 1200px;
  overflow: hidden;
  background-color: #ffe400;
  border: 2px solid orange;
  border-radius: 2px;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(4, 1fr); }
  .khoahoc .khoahoc-widget {
    padding-bottom: 10px;
    display: table-cell; }
    .khoahoc .khoahoc-widget .khoahoc-image {
      border: 2px solid orange;
      border-radius: 2px;
      margin: 5px auto;
      width: 261px;
      height: 182px; }
    .khoahoc .khoahoc-widget .khoahoc-title {
      text-align: center;
      font-weight: bolder; }
    .khoahoc .khoahoc-widget .khoahoc-content {
      margin: 0 5px 5px 5px;
      font-weight: bold;
      text-align: center;
      max-width: 300px;
      height: 65px; }
      .khoahoc .khoahoc-widget .khoahoc-content span {
        font-weight: bold;
        color: red; }
    .khoahoc .khoahoc-widget .dangky-button {
      text-align: center; }

@media screen and (max-width: 1200px) {
  .title p {
    font-size: 22px; }

  .khoahoc {
    grid-template-columns: repeat(3, 1fr); }
    .khoahoc .khoahoc-widget .khoahoc-title {
      font-size: 16px; }
    .khoahoc .khoahoc-widget .khoahoc-content {
      font-size: 13px; } }
@media screen and (max-width: 820px) {
  .title p {
    font-size: 18px; }

  .khoahoc {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 13%; }
    .khoahoc .khoahoc-widget .khoahoc-title {
      font-size: 16px; }
    .khoahoc .khoahoc-widget .khoahoc-content {
      font-size: 13px; } }
@media screen and (max-width: 425px) {
  .title p {
    font-size: 16px; }

  .khoahoc {
    grid-template-columns: repeat(1, 1fr); } }
.snip1582 {
  background-color: red;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'BenchNine', Arial, sans-serif;
  font-size: 1em;
  line-height: 1em;
  margin: 15px 40px;
  outline: none;
  padding: 12px 40px 10px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700; }

.snip1582:before,
.snip1582:after {
  border-color: transparent;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border-style: solid;
  border-width: 0;
  content: "";
  height: 24px;
  position: absolute;
  width: 24px; }

.snip1582:before {
  border-color: red;
  border-top-width: 2px;
  left: 0px;
  top: -5px; }

.snip1582:after {
  border-bottom-width: 2px;
  border-color: red;
  bottom: -5px;
  right: 0px; }

.snip1582:hover,
.snip1582.hover {
  background-color: red; }

.snip1582:hover:before,
.snip1582.hover:before,
.snip1582:hover:after,
.snip1582.hover:after {
  height: 100%;
  width: 100%; }

.y-kien {
  text-align: center;
  display: flex;
  flex-direction: column;
  overflow: hidden; }
  .y-kien p {
    font-size: 16px;
    padding: 15px;
    font-weight: bolder; }

/** Custome templale software */
/** ======================================================================== */
/** FONT | BACKGROUND **/
/** ======================================================================== */
/** HEADER */
/** ======================================================================== */
/** BODY */
/** ======================================================================== */
/** FOOTER */
/** ======================================================================== */
/** MỘT SỐ THAM SỐ MẶC ĐỊNH */
/** ======================================================================== */
/** WIDGET HEADER */
/** ======================================================================== */
/** KHOẢNG CÁCH GIỮA CÁC TIN */
/** ======================================================================== */
/** ẢNH BÀI VIẾT (ẢNH LỚN) */
/** ẢNH BÀI VIẾT (ẢNH NHỎ) */
/** Custome templale software */
/** ======================================================================== */
/** Font **/
/** ======================================================================== */
/** BODY */
/** ======================================================================== */
/** SCROLL BOX */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/*********** BORDER WIDTH */
/*********** SHOW BORDER */
/*********** GRAP WIDTH COLUMN */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #fff; }

ul.breadcrumb li {
  display: inline;
  font-size: 15px; }

ul.breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: "/\00a0"; }

ul.breadcrumb li a {
  color: #999999;
  text-decoration: none; }

ul.breadcrumb li a:hover {
  color: #01447e; }

/** Custome templale software */
/** ======================================================================== */
/** FONT | BACKGROUND **/
/** ======================================================================== */
/** HEADER */
/** ======================================================================== */
/** BODY */
/** ======================================================================== */
/** FOOTER */
/** ======================================================================== */
/** MỘT SỐ THAM SỐ MẶC ĐỊNH */
/** ======================================================================== */
/** WIDGET HEADER */
/** ======================================================================== */
/** KHOẢNG CÁCH GIỮA CÁC TIN */
/** ======================================================================== */
/** ẢNH BÀI VIẾT (ẢNH LỚN) */
/** ẢNH BÀI VIẾT (ẢNH NHỎ) */
/** Custome templale software */
/** ======================================================================== */
/** Font **/
/** ======================================================================== */
/** BODY */
/** ======================================================================== */
/** SCROLL BOX */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/** ======================================================================== */
/*********** BORDER WIDTH */
/*********** SHOW BORDER */
/*********** GRAP WIDTH COLUMN */
.showcontent-body {
  font-weight: bold; }
  .showcontent-body .showcontent-title {
    text-align: center;
    color: #ffc107;
    font-weight: bolder;
    font-size: 25px; }
  .showcontent-body .showcontent-intro {
    text-align: center; }
  .showcontent-body .showcontent-content {
    text-align: center; }

.showcontent-update {
  display: flex;
  justify-content: right;
  justify-content: space-between; }
  .showcontent-update .view {
    font-size: 12px; }

.author {
  font-size: 12px; }

.datetime {
  font-size: 12px; }

.showcontent-body {
  width: 100%; }

.showcontent-author {
  display: flex; }

.login-form {
  color: red; }

/*# sourceMappingURL=main.min.css.map */
