/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */
/* #Reset & Basics (Inspired by E. Meyers)
  ================================================== */
* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

img {
  max-width: 100%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Basic Alginment
  ================================================== */
img,
object,
video {
  height: auto;
  display: block;
}

img {
  width: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.left {
  text-align: left;
}

.right {
  float: right !important;
}

/* #Typography
  ================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: normal;
}

h1 {
  font-size: 32px;
  line-height: 50px;
}

h2 {
  font-size: 24px;
  line-height: 36px;
}

h3 {
  font-size: 20px;
  line-height: 30px;
}

h4 {
  font-size: 18px;
  line-height: 30px;
}

h5 {
  font-size: 16px;
  line-height: 28px;
}

h6 {
  font-size: 14px;
  line-height: 24px;
}

p {
  margin: 0 0 15px 0;
  line-height: 24px;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

hr {
  border: solid #ddd;
  border-width: 0px 0 0;
  clear: both;
}

hr.line-full {
  border-top: 1px solid #eceef0 !important;
  border-width: 0px 0 0;
  clear: both;
  margin: 30px 0;
}

/* #Links
  ================================================== */
a,
a:visited {
  color: #73b819;
  text-decoration: none;
  outline: 0;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  -transition: color 0.1s ease-in-out;
}

a b,
span b {
  font-family: Verdana, Tahoma;
  font-weight: normal;
  opacity: 0.5;
}

span b {
  line-height: 14px;
}

p a,
p a:visited {
  line-height: inherit;
}

/* #Lists
  ================================================== */
ul,
ol {
  margin: 0;
}

ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 30px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

li {
  line-height: 18px;
}

ul.large li {
  line-height: 21px;
}

li p {
  line-height: 21px;
}

/* #Forms
  ================================================== */
input[type=text],
input[type=password],
input[type=email],
textarea,
select {
  border: 1px solid #eceef0;
  padding: 8px 9px;
  outline: none;
  font-size: 14px;
  color: #848688;
  margin: 0;
  max-width: 100%;
  display: block;
  background: #f8fafc;
  border-radius: 2px;
}

select {
  padding: 0;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
  border: 1px solid #eceef0;
  background: #fff;
  color: #848688;
}

textarea {
  min-height: 60px;
  background: #f8fafc !important;
}

textarea:hover {
  min-height: 60px;
  background: #fff !important;
}

label,
legend {
  display: block;
  font-weight: bold;
  font-weight: normal;
  margin-bottom: 5px;
}

input[type=checkbox] {
  display: inline;
}

/*  Seprators  **************************************/
.sep20 {
  height: 20px;
}

.sep30 {
  height: 30px;
}

.bg-light-blue {
  background: #f2f4f6;
  position: relative;
  width: 100%;
  margin: 40px 0;
  border-top: 1px solid #eceef0;
  border-bottom: 1px solid #eceef0;
}

.title-filter {
  background: url(../images/ourwork.png) no-repeat;
  left: 45%;
  position: absolute;
  top: -54px;
  height: 64px;
  width: 170px;
  text-align: center;
  padding-top: 14px;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}

/*  Uppercase  **************************************/
.ucase {
  text-transform: uppercase;
}

/*  Display  **************************************/
.clearfix {
  clear: both;
}

/* SPACING */
.m-0 {
  margin: 0 !important;
}

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

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

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

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

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

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

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

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

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

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

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

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

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

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

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

.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

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

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

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

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

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

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

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

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

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

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

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

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

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

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

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

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

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

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

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

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

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

.pl-25 {
  padding-left: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

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

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

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

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

/* Typo */
.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase-first:first-letter {
  text-transform: uppercase;
}

.word-break-all {
  word-break: break-all;
}

.line-through {
  text-decoration: line-through;
}

.shy {
  opacity: 0.3;
}

.hide {
  display: none !important;
}

.font-0 {
  font-size: 0;
}

.line1em {
  line-height: 1em;
}

.align-left {
  text-align: left;
  justify-content: flex-start;
}

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

.align-right {
  text-align: right;
  justify-content: flex-end;
}

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

.align-top {
  vertical-align: top;
}

.align-bottom {
  vertical-align: bottom;
}

.align-bottom-force {
  vertical-align: bottom !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
  vertical-align: middle;
}
.inline-block.align-top {
  vertical-align: top;
}

.underline,
.hover-underline:hover {
  text-decoration: underline;
}

.relative {
  position: relative;
}

.nowrap {
  white-space: nowrap;
}

.white-space-normal {
  white-space: normal;
}

.no-border-radius {
  border-radius: 0;
}
.no-border-radius.must {
  border-radius: 0 !important;
}

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
  max-width: 100%;
}

.flex-space-between {
  display: flex;
  flex-flow: row wrap;
  align-content: space-between;
  justify-content: space-between;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: flex-end;
}

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

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: start;
}

.justify-end {
  justify-content: end;
}

.border-radius {
  border-radius: 10px;
}

.border-radius-s {
  border-radius: 5px;
}

.max-width-full {
  max-width: 100%;
}

.flex-wrap {
  flex-flow: wrap;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.full-width {
  width: 100%;
}

.full-width-force {
  width: 100% !important;
}

.full-height {
  height: 100%;
}

.full-height-force {
  height: 100% !important;
}

.pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

.no-overflow {
  overflow: hidden;
}

.transparent {
  opacity: 0;
}

.invisible {
  visibility: hidden;
}

/* Main Font */
body,
h1,
h2,
h3,
h4,
h5,
h6,
.button,
input[type=button],
input[type=submit],
input[type=text],
input[type=password],
input[type=email],
textarea,
select,
button {
  font-family: "Inter", sans-serif;
}

body {
  background: #fff;
  font-size: 14px;
  line-height: 1.4em;
  color: #000;
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}

.container {
  width: 1200px;
  margin: auto;
  max-width: 100%;
  padding: 0 15px;
}

#header h1 {
  display: none;
}

.topbar {
  background-color: #363b3f;
  color: #fff;
  height: 40px;
}

.main-header {
  box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
.main-header .logo {
  max-width: 400px;
}
.main-header .logo img {
  max-height: 80px;
}
.main-header .main-menu {
  flex: 1;
  display: flex;
  justify-content: end;
}
.main-header .main-menu ul {
  white-space: nowrap;
}
.main-header .main-menu ul li {
  display: inline-flex;
  margin-left: 15px;
}
.main-header .main-menu ul li a {
  display: block;
  color: #363b3f;
  text-transform: uppercase;
}
.main-header .main-menu ul li a.active {
  color: #e3453d;
}
.main-header .main-menu ul li a:hover {
  color: #e3453d;
}

#footer {
  background-color: #363b3f;
  color: #fff;
}
#footer h2 {
  font-size: 17px;
  font-weight: bold;
  margin-top: 10px;
}
#footer p {
  margin-bottom: 5px;
}
#footer .footer-info {
  padding: 30px 0;
}
#footer .footer-info > div {
  padding: 0 10px;
}
#footer .footer-info a {
  color: #fff;
}
#footer .footer-info a:hover {
  color: #e3453d;
}
#footer .footer-border {
  border-bottom: 2px solid #e3453d;
  text-align: right;
  line-height: 0;
}
#footer .footer-border .up-to-top {
  display: inline-block;
}
#footer .footer-bottom {
  color: #e3453d;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 20px 0;
}
#footer .footer-bottom a {
  color: #e3453d;
}
#footer .footer-bottom a:hover {
  color: #fff;
}
#footer .footer-bottom .copyright {
  margin-bottom: 0;
}
#footer .footer-bottom ul {
  white-space: nowrap;
}
#footer .footer-bottom ul li {
  display: inline-flex;
}
#footer .footer-bottom ul li:not(:last-child) {
  border-right: 1px solid #e3453d;
  padding-right: 10px;
  margin-right: 10px;
}
#footer .footer-bottom ul li a {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}

.phatnguoi-panel {
  width: 600px;
  max-width: 100%;
  margin: auto;
}
.phatnguoi-panel h3 {
  font-weight: bold;
  margin-bottom: 15px;
}
.phatnguoi-panel .chon-loai-xe {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phatnguoi-panel .chon-loai-xe .item {
  width: 130px;
  height: 110px;
  display: inline-flex;
  border: 2px solid #cecece;
  border-radius: 10px;
  padding: 4px;
  white-space: nowrap;
  cursor: pointer;
}
.phatnguoi-panel .chon-loai-xe .item .item-content {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #363b3f;
  color: #fff;
}
.phatnguoi-panel .chon-loai-xe .item .item-content img {
  height: 40px;
}
.phatnguoi-panel .chon-loai-xe .item .item-content p {
  margin-bottom: 0;
}
.phatnguoi-panel .chon-loai-xe .item.active {
  border-color: #e3453d;
}
.phatnguoi-panel .chon-loai-xe .item.active .item-content {
  background-color: #e3453d;
}
.phatnguoi-panel .chon-loai-xe .item:hover {
  border-color: #e3453d;
}

.bienso {
  display: block;
  width: 100%;
  border-radius: 5px;
  color: #e3453d;
  font-size: 30px;
  border: 1px solid #cecece;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.btn-tracuu {
  border: 0;
  display: block;
  width: 100%;
  background-color: #0090ff;
  color: #fff;
  padding: 10px;
  min-height: 40px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 25px;
  cursor: pointer;
}
.btn-tracuu .is-default {
  display: block;
}
.btn-tracuu .is-loading {
  display: none;
}
.btn-tracuu.loading .is-default {
  display: none;
}
.btn-tracuu.loading .is-loading {
  display: block;
}
.btn-tracuu:hover {
  opacity: 0.9;
}

.error {
  text-align: center;
  color: red;
  font-size: 20px;
}

.success {
  text-align: center;
  color: green;
  font-size: 20px;
}

.ketqua .form-group {
  border: 1px solid #ccc;
  padding: 5px;
  margin-top: -1px;
}
.ketqua .form-group .row {
  display: flex;
}
.ketqua .form-group .row .col-md-3 {
  width: 40%;
  margin: -5px 0;
  padding: 5px 5px 5px 0;
  border-right: 1px solid #ccc;
}
.ketqua .form-group .row .col-md-3 span {
  font-weight: bold;
}
.ketqua .form-group .row .col-md-9 {
  width: 60%;
  margin: -5px 0;
  padding: 5px;
}

.ketqua-tomtat .badge {
  font-size: 16px;
  margin: 10px 10px 20px;
}

.badge {
  border: 2px solid #000;
  border-radius: 5px;
  font-weight: bold;
  padding: 2px 5px;
  display: inline-flex;
}
.badge.text-danger {
  color: #e3453d;
  border-color: #e3453d;
}
.badge.text-success {
  color: green;
  border-color: green;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item .accordion-header {
  padding: 15px;
  font-weight: bold;
  cursor: pointer;
}
.accordion-item .accordion-body {
  padding: 15px;
  display: none;
}
.accordion-item:hover .accordion-header {
  background-color: #e7f1ff;
}
.accordion-item.open .accordion-header {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

table {
  border-collapse: collapse;
  width: 100%;
}
table th,
table td {
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 10px;
}
table th {
  background-color: #fff3cd;
  padding: 5px 10px;
  font-weight: bold;
}
table td:nth-child(1),
table td:nth-child(2) {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .block-xs {
    display: block !important;
  }
  #footer .footer-bottom .copyright {
    font-size: 11px;
    text-align: center;
  }
  #footer .footer-bottom ul li {
    display: block;
    text-align: center;
    margin: 10px 0;
  }
  #footer .footer-bottom ul li:not(:last-child) {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
  .phatnguoi-panel .chon-loai-xe .item {
    width: 120px;
    height: 90px;
    font-size: 12px;
  }
  .phatnguoi-panel .chon-loai-xe .item .item-content img {
    height: 20px;
  }
  .btn-tracuu {
    font-size: 20px;
  }
  .ketqua {
    font-size: 12px;
  }
  .success {
    font-size: 16px;
  }
  .error {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */