*,
:after,
:before {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Times New Roman", Times, serif;
  font-size: 1rem;
  color: #142149;
  background-color: #fff;
  line-height: 1.3;
}

:focus {
  outline: 0 !important;
  text-decoration: none !important;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

caption,
th,
td {
  text-align: left;
  padding: 5px 10px;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main,
time {
  display: block;
}

h6,
h5,
h4,
h3,
h2,
h1 {
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  font-size: 2rem;
  font-weight: bold;
}

h2 {
  font-size: 1.75rem;
  font-weight: 400;
}

h3 {
  font-size: 1.5rem;
  font-weight: 300;
}

h4 {
  font-size: 1.25rem;
  font-weight: 200;
}

h5 {
  font-size: 1rem;
  font-weight: 100;
}

h6 {
  font-size: 1rem;
  font-weight: 100;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  color: #0d47a1;
  text-decoration: none;
}

a:hover,
a:active {
  background-color: transparent;
  color: #07285a;
  text-decoration: none;
}

a:not([href]),
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border: none;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
  margin: 0px;
  padding: 0px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

table {
  border-collapse: collapse;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-bottom: 1px solid #dee2e6;
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

/*page ----------------------------------------------------*/

.line-height-0 {
  line-height: 0;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #111;
  text-decoration: none;
  line-height: 1.7;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.mobile {
  display: none;
}

@media (min-width: 576px) {
  .mobile {
    display: unset;
  }
}

.small {
  display: none;
}

/* Clearfix -----------------------------------------*/

.clear {
  zoom: 1;
}

.clear:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

/** * display */

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.position-relative {
  position: relative;
}

.italic {
  font-style: italic !important;
}

.not-italic {
  font-style: normal !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.normal-case {
  text-transform: none !important;
}

.underline {
  text-decoration: underline !important;
}

.line-through {
  text-decoration: line-through !important;
}

.no-underline {
  text-decoration: none !important;
}

/**************************************************/

.font-hairline {
  font-weight: 100 !important;
}

.font-thin {
  font-weight: 200 !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-extrabold {
  font-weight: 800 !important;
}

.font-black {
  font-weight: 900 !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.vertical-align-middle {
  vertical-align: middle;
}

.mg-auto {
  margin-left: auto;
  margin-right: auto;
}

.rounded-circle {
  border-radius: 50% !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.text-color-red {
  color: #f44336;
}

.text-color-pink {
  color: #e91e63;
}

.text-color-purple {
  color: #9c27b0;
}

.text-color-deep-purple {
  color: #673ab7;
}

.text-color-indigo {
  color: #3f51b5;
}

.text-color-blue {
  color: #2196f3;
}

.text-color-light-blue {
  color: #03a9f4;
}

.text-color-cyan {
  color: #00bcd4;
}

.text-color-teal {
  color: #009688;
}

.text-color-green {
  color: #4caf50;
}

.text-color-light-green {
  color: #8bc34a;
}

.text-color-lime {
  color: #cddc39;
}

.text-color-yellow {
  color: #ffeb3b;
}

.text-color-amber {
  color: #ffc107;
}

.text-color-orange {
  color: #ff9800;
}

.text-color-deep-orange {
  color: #ff5722;
}

.text-color-brown {
  color: #795548;
}

.text-color-black {
  color: #000;
}

.text-color-white {
  color: #fff;
}

.text-color-grey {
  color: #9e9e9e;
}

.text-color-blue-grey {
  color: #607d8b;
}

.text-color-primary-color-dark {
  color: #0d47a1;
}

.text-color-secondary-color {
  color: #aa66cc;
}

.text-color-secondary-color-dark {
  color: #9933cc;
}

.text-color-default-color {
  color: #2bbbad;
}

.text-color-default-color-dark {
  color: #00695c;
}

.text-color-info-color {
  color: #33b5e5;
}

.text-color-info-color-dark {
  color: #0099cc;
}

.text-color-success-color {
  color: #00c851;
}

.text-color-success-color-dark {
  color: #007e33;
}

.text-color-warning-color {
  color: #ffbb33;
}

.text-color-warning-color-dark {
  color: #ff8800;
}

.text-color-danger-color {
  color: #ff3547;
}

.text-color-danger-color-dark {
  color: #cc0000;
}

.text-color-elegant-color {
  color: #2e2e2e;
}

.text-color-elegant-color-dark {
  color: #212121;
}

.text-color-stylish-color {
  color: #4b515d;
}

.text-color-stylish-color-dark {
  color: #3e4551;
}

.text-color-unique-color {
  color: #3f729b;
}

.text-color-unique-color-dark {
  color: #1c2331;
}

.text-color-special-color {
  color: #37474f;
}

.text-color-special-color-dark {
  color: #263238;
}

.text-color-primary {
  color: #4285f4;
}

.text-color-danger {
  color: #ff3547;
}

.text-color-warning {
  color: #ffbb33;
}

.text-color-success {
  color: #00c851;
}

.text-color-info {
  color: #33b5e5;
}

.text-color-default {
  color: #2bbbad;
}

.text-color-secondary {
  color: #aa66cc;
}

.text-color-dark {
  color: #212121;
}

.text-color-light {
  color: #e0e0e0;
}

.text-color-grey-x {
  color: #f9f9f9;
}

.border-color-red {
  border-color: #f44336;
}

.border-color-pink {
  border-color: #e91e63;
}

.border-color-purple {
  border-color: #9c27b0;
}

.border-color-deep-purple {
  border-color: #673ab7;
}

.border-color-indigo {
  border-color: #3f51b5;
}

.border-color-blue {
  border-color: #2196f3;
}

.border-color-light-blue {
  border-color: #03a9f4;
}

.border-color-cyan {
  border-color: #00bcd4;
}

.border-color-teal {
  border-color: #009688;
}

.border-color-green {
  border-color: #4caf50;
}

.border-color-light-green {
  border-color: #8bc34a;
}

.border-color-lime {
  border-color: #cddc39;
}

.border-color-yellow {
  border-color: #ffeb3b;
}

.border-color-amber {
  border-color: #ffc107;
}

.border-color-orange {
  border-color: #ff9800;
}

.border-color-deep-orange {
  border-color: #ff5722;
}

.border-color-brown {
  border-color: #795548;
}

.border-color-black {
  border-color: #000;
}

.border-color-white {
  border-color: #fff;
}

.border-color-grey {
  border-color: #9e9e9e;
}

.border-color-blue-grey {
  border-color: #607d8b;
}

.border-color-primary-color-dark {
  border-color: #0d47a1;
}

.border-color-secondary-color {
  border-color: #aa66cc;
}

.border-color-secondary-color-dark {
  border-color: #9933cc;
}

.border-color-default-color {
  border-color: #2bbbad;
}

.border-color-default-color-dark {
  border-color: #00695c;
}

.border-color-info-color {
  border-color: #33b5e5;
}

.border-color-info-color-dark {
  border-color: #0099cc;
}

.border-color-success-color {
  border-color: #00c851;
}

.border-color-success-color-dark {
  border-color: #007e33;
}

.border-color-warning-color {
  border-color: #ffbb33;
}

.border-color-warning-color-dark {
  border-color: #ff8800;
}

.border-color-danger-color {
  border-color: #ff3547;
}

.border-color-danger-color-dark {
  border-color: #cc0000;
}

.border-color-elegant-color {
  border-color: #2e2e2e;
}

.border-color-elegant-color-dark {
  border-color: #212121;
}

.border-color-stylish-color {
  border-color: #4b515d;
}

.border-color-stylish-color-dark {
  border-color: #3e4551;
}

.border-color-unique-color {
  border-color: #3f729b;
}

.border-color-unique-color-dark {
  border-color: #1c2331;
}

.border-color-special-color {
  border-color: #37474f;
}

.border-color-special-color-dark {
  border-color: #263238;
}

.border-color-primary {
  border-color: #4285f4;
}

.border-color-danger {
  border-color: #ff3547;
}

.border-color-warning {
  border-color: #ffbb33;
}

.border-color-success {
  border-color: #00c851;
}

.border-color-info {
  border-color: #33b5e5;
}

.border-color-default {
  border-color: #2bbbad;
}

.border-color-secondary {
  border-color: #aa66cc;
}

.border-color-dark {
  border-color: #212121;
}

.border-color-light {
  border-color: #e0e0e0;
}

.border-color-grey-x {
  border-color: #f9f9f9;
}

.bg-color-red {
  background-color: #f44336;
}

.bg-color-pink {
  background-color: #e91e63;
}

.bg-color-purple {
  background-color: #9c27b0;
}

.bg-color-deep-purple {
  background-color: #673ab7;
}

.bg-color-indigo {
  background-color: #3f51b5;
}

.bg-color-blue {
  background-color: #2196f3;
}

.bg-color-light-blue {
  background-color: #03a9f4;
}

.bg-color-cyan {
  background-color: #00bcd4;
}

.bg-color-teal {
  background-color: #009688;
}

.bg-color-green {
  background-color: #4caf50;
}

.bg-color-light-green {
  background-color: #8bc34a;
}

.bg-color-lime {
  background-color: #cddc39;
}

.bg-color-yellow {
  background-color: #ffeb3b;
}

.bg-color-amber {
  background-color: #ffc107;
}

.bg-color-orange {
  background-color: #ff9800;
}

.bg-color-deep-orange {
  background-color: #ff5722;
}

.bg-color-brown {
  background-color: #795548;
}

.bg-color-black {
  background-color: #000;
}

.bg-color-white {
  background-color: #fff;
}

.bg-color-grey {
  background-color: #9e9e9e;
}

.bg-color-blue-grey {
  background-color: #607d8b;
}

.bg-color-primary-color-dark {
  background-color: #0d47a1;
}

.bg-color-secondary-color {
  background-color: #aa66cc;
}

.bg-color-secondary-color-dark {
  background-color: #9933cc;
}

.bg-color-default-color {
  background-color: #2bbbad;
}

.bg-color-default-color-dark {
  background-color: #00695c;
}

.bg-color-info-color {
  background-color: #33b5e5;
}

.bg-color-info-color-dark {
  background-color: #0099cc;
}

.bg-color-success-color {
  background-color: #00c851;
}

.bg-color-success-color-dark {
  background-color: #007e33;
}

.bg-color-warning-color {
  background-color: #ffbb33;
}

.bg-color-warning-color-dark {
  background-color: #ff8800;
}

.bg-color-danger-color {
  background-color: #ff3547;
}

.bg-color-danger-color-dark {
  background-color: #cc0000;
}

.bg-color-elegant-color {
  background-color: #2e2e2e;
}

.bg-color-elegant-color-dark {
  background-color: #212121;
}

.bg-color-stylish-color {
  background-color: #4b515d;
}

.bg-color-stylish-color-dark {
  background-color: #3e4551;
}

.bg-color-unique-color {
  background-color: #3f729b;
}

.bg-color-unique-color-dark {
  background-color: #1c2331;
}

.bg-color-special-color {
  background-color: #37474f;
}

.bg-color-special-color-dark {
  background-color: #263238;
}

.bg-color-primary {
  background-color: #4285f4;
}

.bg-color-danger {
  background-color: #ff3547;
}

.bg-color-warning {
  background-color: #ffbb33;
}

.bg-color-success {
  background-color: #00c851;
}

.bg-color-info {
  background-color: #33b5e5;
}

.bg-color-default {
  background-color: #2bbbad;
}

.bg-color-secondary {
  background-color: #aa66cc;
}

.bg-color-dark {
  background-color: #212121;
}

.bg-color-light {
  background-color: #e0e0e0;
}

.bg-color-grey-x {
  background-color: #f9f9f9;
}

.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-55 {
  width: 55%;
}

.w-60 {
  width: 60%;
}

.w-65 {
  width: 65%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-85 {
  width: 85%;
}

.w-90 {
  width: 90%;
}

.w-95 {
  width: 95%;
}

.w-100 {
  width: 100%;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
}

.text-6xl {
  font-size: 4rem;
}

body.neo-scroll {
  overflow: hidden;
}

input:focus,
select:focus,
textarea:focus,
option:focus {
  border: 1px solid #aaaaaa;
  outline: none;
}

.pc {
  display: block;
}

@media (min-width: 576px) {
  .pc {
    display: none;
  }
}

/** shadows depth ****************************************/

.shadows-0 {
  box-shadow: none !important;
}

.shadows-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.shadows-1-half {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}

.shadows-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.shadows-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19) !important;
}

.shadows-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21) !important;
}

.shadows-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22) !important;
}

/**********************************************************/

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.pl-n10px {
  padding-left: -10px !important;
}

.pl-10px {
  padding-left: 10px !important;
}

.pl-5px {
  padding-left: 5px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pr-n10px {
  padding-right: -10px !important;
}

.pr-10px {
  padding-right: 10px !important;
}

.pr-5px {
  padding-right: 5px !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.px-n10px {
  padding-left: -10px !important;
  padding-right: -10px !important;
}

.px-10px {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-5px {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pt-n10px {
  padding-top: -10px !important;
}

.pt-10px {
  padding-top: 10px !important;
}

.pt-5px {
  padding-top: 5px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pb-n10px {
  padding-bottom: -10px !important;
}

.pb-10px {
  padding-bottom: 10px !important;
}

.pb-5px {
  padding-bottom: 5px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-n10px {
  padding-top: -10px !important;
  padding-bottom: -10px !important;
}

.py-10px {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-5px {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.ml-n10px {
  margin-left: -10px !important;
}

.ml-10px {
  margin-left: 10px !important;
}

.ml-5px {
  margin-left: 5px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mr-n10px {
  margin-right: -10px !important;
}

.mr-10px {
  margin-right: 10px !important;
}

.mr-5px {
  margin-right: 5px !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-n10px {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.mx-10px {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mx-5px {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-n10px {
  margin-top: -10px !important;
}

.mt-10px {
  margin-top: 10px !important;
}

.mt-5px {
  margin-top: 5px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-n10px {
  margin-bottom: -10px !important;
}

.mb-10px {
  margin-bottom: 10px !important;
}

.mb-5px {
  margin-bottom: 5px !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-n10px {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

.my-10px {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-5px {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.title-hr {
  background: url(/images/background/bg_title.png) center bottom no-repeat;
  color: #142149;
  display: block;
  font-family: RCB;
  font-size: 25px;
  padding: 40px 30px 15px;
  text-align: center;
  text-transform: uppercase;
}

.wrap-break-word {
  overflow-wrap: break-word !important;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 100%;
    max-width: 730px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 100%;
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1170px;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  overflow: hidden;
}

.col-1 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-2 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-3 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-7 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-8 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-10 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-11 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xsm-1 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xsm-2 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xsm-3 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xsm-4 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xsm-5 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xsm-6 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xsm-7 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xsm-8 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xsm-9 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xsm-10 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xsm-11 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xsm-12 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-2 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-3 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-4 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-6 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-7 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-8 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-9 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-10 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-11 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-12 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-1 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-2 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-3 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-4 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-5 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-6 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-7 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-8 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-9 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-10 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-11 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-12 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-1 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-2 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-3 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-4 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-5 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-6 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-7 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-8 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-9 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-10 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-11 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-12 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg-1 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg-2 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg-3 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg-4 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg-5 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg-6 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg-7 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg-8 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg-9 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg-10 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg-11 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-lg-12 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xl-1 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xl-2 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xl-3 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xl-4 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xl-5 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xl-6 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xl-7 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xl-8 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xl-9 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xl-10 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xl-11 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xl-12 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xxl-1 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xxl-2 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xxl-3 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xxl-4 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xxl-5 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xxl-6 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xxl-7 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xxl-8 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xxl-9 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xxl-10 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xxl-11 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-xxl-12 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-1 {
  width: 8.3333333333%;
  float: left;
}

.col-2 {
  width: 16.6666666667%;
  float: left;
}

.col-3 {
  width: 25%;
  float: left;
}

.col-4 {
  width: 33.3333333333%;
  float: left;
}

.col-5 {
  width: 41.6666666667%;
  float: left;
}

.col-6 {
  width: 50%;
  float: left;
}

.col-7 {
  width: 58.3333333333%;
  float: left;
}

.col-8 {
  width: 66.6666666667%;
  float: left;
}

.col-9 {
  width: 75%;
  float: left;
}

.col-10 {
  width: 83.3333333333%;
  float: left;
}

.col-11 {
  width: 91.6666666667%;
  float: left;
}

.col-12 {
  width: 100%;
  float: left;
}

@media (min-width: 375px) {
  .col-xsm-1 {
    width: 8.3333333333%;
    float: left;
  }

  .col-xsm-2 {
    width: 16.6666666667%;
    float: left;
  }

  .col-xsm-3 {
    width: 25%;
    float: left;
  }

  .col-xsm-4 {
    width: 33.3333333333%;
    float: left;
  }

  .col-xsm-5 {
    width: 41.6666666667%;
    float: left;
  }

  .col-xsm-6 {
    width: 50%;
    float: left;
  }

  .col-xsm-7 {
    width: 58.3333333333%;
    float: left;
  }

  .col-xsm-8 {
    width: 66.6666666667%;
    float: left;
  }

  .col-xsm-9 {
    width: 75%;
    float: left;
  }

  .col-xsm-10 {
    width: 83.3333333333%;
    float: left;
  }

  .col-xsm-11 {
    width: 91.6666666667%;
    float: left;
  }

  .col-xsm-12 {
    width: 100%;
    float: left;
  }
}

@media (min-width: 425px) {
  .col-xs-1 {
    width: 8.3333333333%;
    float: left;
  }

  .col-xs-2 {
    width: 16.6666666667%;
    float: left;
  }

  .col-xs-3 {
    width: 25%;
    float: left;
  }

  .col-xs-4 {
    width: 33.3333333333%;
    float: left;
  }

  .col-xs-5 {
    width: 41.6666666667%;
    float: left;
  }

  .col-xs-6 {
    width: 50%;
    float: left;
  }

  .col-xs-7 {
    width: 58.3333333333%;
    float: left;
  }

  .col-xs-8 {
    width: 66.6666666667%;
    float: left;
  }

  .col-xs-9 {
    width: 75%;
    float: left;
  }

  .col-xs-10 {
    width: 83.3333333333%;
    float: left;
  }

  .col-xs-11 {
    width: 91.6666666667%;
    float: left;
  }

  .col-xs-12 {
    width: 100%;
    float: left;
  }
}

@media (min-width: 576px) {
  .col-sm-1 {
    width: 8.3333333333%;
    float: left;
  }

  .col-sm-2 {
    width: 16.6666666667%;
    float: left;
  }

  .col-sm-3 {
    width: 25%;
    float: left;
  }

  .col-sm-4 {
    width: 33.3333333333%;
    float: left;
  }

  .col-sm-5 {
    width: 41.6666666667%;
    float: left;
  }

  .col-sm-6 {
    width: 50%;
    float: left;
  }

  .col-sm-7 {
    width: 58.3333333333%;
    float: left;
  }

  .col-sm-8 {
    width: 66.6666666667%;
    float: left;
  }

  .col-sm-9 {
    width: 75%;
    float: left;
  }

  .col-sm-10 {
    width: 83.3333333333%;
    float: left;
  }

  .col-sm-11 {
    width: 91.6666666667%;
    float: left;
  }

  .col-sm-12 {
    width: 100%;
    float: left;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    width: 8.3333333333%;
    float: left;
  }

  .col-md-2 {
    width: 16.6666666667%;
    float: left;
  }

  .col-md-3 {
    width: 25%;
    float: left;
  }

  .col-md-4 {
    width: 33.3333333333%;
    float: left;
  }

  .col-md-5 {
    width: 41.6666666667%;
    float: left;
  }

  .col-md-6 {
    width: 50%;
    float: left;
  }

  .col-md-7 {
    width: 58.3333333333%;
    float: left;
  }

  .col-md-8 {
    width: 66.6666666667%;
    float: left;
  }

  .col-md-9 {
    width: 75%;
    float: left;
  }

  .col-md-10 {
    width: 83.3333333333%;
    float: left;
  }

  .col-md-11 {
    width: 91.6666666667%;
    float: left;
  }

  .col-md-12 {
    width: 100%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    width: 8.3333333333%;
    float: left;
  }

  .col-lg-2 {
    width: 16.6666666667%;
    float: left;
  }

  .col-lg-3 {
    width: 25%;
    float: left;
  }

  .col-lg-4 {
    width: 33.3333333333%;
    float: left;
  }

  .col-lg-5 {
    width: 41.6666666667%;
    float: left;
  }

  .col-lg-6 {
    width: 50%;
    float: left;
  }

  .col-lg-7 {
    width: 58.3333333333%;
    float: left;
  }

  .col-lg-8 {
    width: 66.6666666667%;
    float: left;
  }

  .col-lg-9 {
    width: 75%;
    float: left;
  }

  .col-lg-10 {
    width: 83.3333333333%;
    float: left;
  }

  .col-lg-11 {
    width: 91.6666666667%;
    float: left;
  }

  .col-lg-12 {
    width: 100%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.3333333333%;
    float: left;
  }

  .col-xl-2 {
    width: 16.6666666667%;
    float: left;
  }

  .col-xl-3 {
    width: 25%;
    float: left;
  }

  .col-xl-4 {
    width: 33.3333333333%;
    float: left;
  }

  .col-xl-5 {
    width: 41.6666666667%;
    float: left;
  }

  .col-xl-6 {
    width: 50%;
    float: left;
  }

  .col-xl-7 {
    width: 58.3333333333%;
    float: left;
  }

  .col-xl-8 {
    width: 66.6666666667%;
    float: left;
  }

  .col-xl-9 {
    width: 75%;
    float: left;
  }

  .col-xl-10 {
    width: 83.3333333333%;
    float: left;
  }

  .col-xl-11 {
    width: 91.6666666667%;
    float: left;
  }

  .col-xl-12 {
    width: 100%;
    float: left;
  }
}

@media (min-width: 1320px) {
  .col-xxl-1 {
    width: 8.3333333333%;
    float: left;
  }

  .col-xxl-2 {
    width: 16.6666666667%;
    float: left;
  }

  .col-xxl-3 {
    width: 25%;
    float: left;
  }

  .col-xxl-4 {
    width: 33.3333333333%;
    float: left;
  }

  .col-xxl-5 {
    width: 41.6666666667%;
    float: left;
  }

  .col-xxl-6 {
    width: 50%;
    float: left;
  }

  .col-xxl-7 {
    width: 58.3333333333%;
    float: left;
  }

  .col-xxl-8 {
    width: 66.6666666667%;
    float: left;
  }

  .col-xxl-9 {
    width: 75%;
    float: left;
  }

  .col-xxl-10 {
    width: 83.3333333333%;
    float: left;
  }

  .col-xxl-11 {
    width: 91.6666666667%;
    float: left;
  }

  .col-xxl-12 {
    width: 100%;
    float: left;
  }
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: bold;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #3265b9;
  background-color: #e8f0fe;
  border-color: #caddfc;
}

.alert-primary .alert-link {
  color: #274f91;
}

.alert-secondary {
  color: #814e9b;
  background-color: #f5edf9;
  border-color: #e7d4f1;
}

.alert-secondary .alert-link {
  color: #653d79;
}

.alert-success {
  color: #00983e;
  background-color: #e0f8ea;
  border-color: #b8f0ce;
}

.alert-success .alert-link {
  color: #006529;
}

.alert-info {
  color: #278aae;
  background-color: #e7f6fc;
  border-color: #c6eaf8;
}

.alert-info .alert-link {
  color: #1e6984;
}

.alert-warning {
  color: #c28e27;
  background-color: #fff7e7;
  border-color: #ffecc6;
}

.alert-warning .alert-link {
  color: #986f1e;
}

.alert-danger {
  color: #c22836;
  background-color: #ffe7e9;
  border-color: #ffc6cb;
}

.alert-danger .alert-link {
  color: #981f2a;
}

.alert-light {
  color: #aaaaaa;
  background-color: #fbfbfb;
  border-color: #f6f6f6;
}

.alert-light .alert-link {
  color: #919191;
}

.alert-dark {
  color: #191919;
  background-color: #e4e4e4;
  border-color: #c1c1c1;
}

.alert-dark .alert-link {
  color: black;
}

.contact__page {
  padding-top: 50px;
}

.service__title {
  padding: 6px 10px;
  font-size: 20px;
  color: #1f1f1f;
  line-height: 1.5;
  text-align: center;
}

.form-contact {
  padding: 20px;
  max-width: 1150px;
  margin: 0 auto;
}

.form-contact:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  overflow: hidden;
}

@media (min-width: 576px) {
  .form-contact .left-infor {
    width: 100%;
    float: none;
  }

  .form-contact .right-form-contact {
    width: 100%;
    float: none;
    padding: 0;
  }
}

.form-contact .form-input {
  padding-top: 10px;
}

.form-contact .form-input label {
  font-size: 15px;
  color: #212529;
  display: block;
  padding-bottom: 10px;
}

.form-contact .form-input .error {
  color: red;
}

.form-contact .form-input input {
  display: block;
  width: 100%;
  padding: 8px 15px;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #6c757d;
  outline: none;
}

.form-contact .form-input input:focus {
  color: #0d47a1;
  border: 1px solid #0d47a1;
}

.form-contact .form-input textarea {
  width: 100% !important;
  min-height: 40px;
  max-height: 150px;
  resize: none;
  padding: 10px 15px;
  border: 1px solid #6c757d;
  border-radius: 0;
  font-size: 14px;
  scrollbar-width: none;
  margin: 0;
  text-decoration: none;
  -ms-overflow-style: none;
}

.form-contact .form-input textarea:focus {
  color: #0d47a1;
  border: 1px solid #0d47a1;
}

.form-contact .form-input i {
  font-style: normal;
  color: #f44336;
}

.btn-send-mail-contact {
  display: inline-block;
  color: #142149;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  padding: 0.7rem 1.5rem 0.6rem;
  font-size: 0.81rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 0.375rem;
  border: 2px solid transparent;
  border-radius: 0.125rem;
  background-color: #3f51b5;
  color: #fff;
  border: 2px solid #3f51b5;
}

.btn-send-mail-contact:hover {
  background-color: #fff;
  border: 2px solid #bac0e4;
  color: #3f51b5;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-send-mail-contact:focus,
.btn-send-mail-contact.focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  outline: 0;
}

.btn-send-mail-contact:disabled,
.btn-send-mail-contact.disabled,
fieldset:disabled .btn-send-mail-contact {
  pointer-events: none;
  opacity: 0.65;
}

.cus_checkbox {
  padding: 15px;
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

.cus_checkbox .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cus_checkbox .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.cus_checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.cus_checkbox .container:hover input ~ .checkmark {
  background-color: #ccc;
}

.cus_checkbox .container input:checked ~ .checkmark {
  background-color: #2196F3;
}

.cus_checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cus_checkbox .container input:checked ~ .checkmark:after {
  display: block;
}

.cus_checkbox .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

