@import url("https://fonts.googleapis.com/css?family=Muli:300,400,600,700,900|Playfair+Display:400,700,900&display=swap&subset=cyrillic,latin-ext,vietnamese");
html,
body {
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

body {
  color: #231c4d !important;
  font-family: "Muli", sans-serif;
}

.display {
  font-weight: normal;
  font-family: "Playfair Display", serif;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.display-bold {
  font-weight: 700;
}

.text-lawyer {
  color: #ceb994;
}

.text-indent-30 {
  text-indent: 30px;
}

.top-bar {
  background-color: #42474b;
}
.top-bar p {
  line-height: 40px;
  margin-bottom: 0;
}
.top-bar a {
  text-decoration: none;
}
.top-bar p,
.top-bar a {
  color: #aaaaaa;
  transition: 0.3s;
}
.top-bar p:hover,
.top-bar a:hover {
  color: #fff;
}

@media (max-width: 767.98px) {
  .navbar-brand img {
    height: 50px;
  }
}
.navbar-toggler {
  border: 0;
}
.navbar-toggler:focus {
  outline: 0;
  box-shadow: 0 0 0 transparent;
}
@media (max-width: 991.98px) {
  .navbar-toggler[aria-expanded="false"] + .navbar-collapse {
    transform: translateX(100%);
  }
  .navbar-toggler[aria-expanded="true"] + .navbar-collapse {
    transform: translateX(0%);
  }
  .navbar-toggler[aria-expanded="true"] {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
    width: 50px;
    height: 50px;
  }
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("../images/customer/icons/close.svg");
    background-size: 22px 22px;
  }
}
.navbar-nav .nav-item .nav-link {
  color: #231c4d;
  font-size: 18px;
  font-weight: 600;
  transition: 0.15s;
  opacity: 1;
}
.navbar-nav .nav-item .nav-link:hover {
  color: #ceb994;
}
.navbar-nav .nav-item .nav-link.dropdown-toggle {
  cursor: pointer;
  position: relative;
  height: 40px;
  min-width: 40px;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  padding: 0 35px 0 15px;
  border-radius: 100vh;
  border: 1px solid #231c4d;
  transition: 0.3s;
}
.navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 8px;
  height: 8px;
  border: 0;
  border-right: 1px solid #231c4d;
  border-bottom: 1px solid #231c4d;
  margin-top: -6px;
  transform: rotate(45deg);
  transition: 0.3s;
}
.navbar-nav .nav-item .nav-link.dropdown-toggle:hover {
  color: #ceb994;
  border: 1px solid #ceb994;
}
.navbar-nav .nav-item .nav-link.dropdown-toggle + .dropdown-menu {
  top: 6px !important;
  background-color: #fff;
  border-radius: 5px;
  border: 0;
  box-shadow: 0 5px 30px -1px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, 40px, 0px) !important;
  z-index: 1040;
  transition: 0.3s;
}
.navbar-nav .nav-item .nav-link.dropdown-toggle + .dropdown-menu .dropdown-item {
  font-size: 16px;
  line-height: 24px;
  padding: 0.25rem 1rem;
}
.navbar-nav .nav-item .nav-link.dropdown-toggle + .dropdown-menu .dropdown-item:active {
  color: #000;
  background: #EEEEEE;
}
.navbar-nav .nav-item .nav-link.dropdown-toggle + .dropdown-menu .dropdown-item i.fas {
  color: #ceb994;
}
.navbar-auth .nav-item {
  margin: 0 5px;
}
.navbar-auth .nav-item .nav-link {
  text-transform: uppercase;
  border: 1px solid #231c4d;
  padding: 8px 2rem;
}
.navbar-auth .nav-item .nav-link:hover {
  color: #ceb994;
  border: 1px solid #ceb994;
}
.navbar-auth .nav-item:first-child .nav-link {
  border: 0;
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex !important;
    flex-direction: column;
    width: 100%;
    height: 100vh !important;
    background-color: #42474b;
    z-index: 9999;
    transition: 0.3s;
  }
  .navbar-collapse .navbar-nav {
    width: 100%;
  }
  .navbar-collapse .navbar-nav:first-child {
    margin-top: 20px;
  }
  .navbar-collapse .navbar-nav .nav-item.dropdown:after {
    content: "";
    display: block;
    background-color: #ceb994;
    width: 50px;
    height: 2px;
    border-radius: 100vh;
    margin: 15px auto;
  }
  .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-toggle {
    color: #ceb994;
    height: 50px;
    max-width: 100%;
    line-height: 50px;
    text-align: left;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #ceb994;
    border-radius: 0;
    padding: 0 0 0 15px;
    overflow: hidden;
  }
  .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
    display: none;
  }
  .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    display: block !important;
    position: relative;
    background-color: transparent;
    box-shadow: unset;
    transform: unset !important;
  }
  .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
    padding: 0.5rem 1rem;
  }
  .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item i {
    display: none;
  }
  .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover, .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
  }
  .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
    outline: 0;
    box-shadow: 0 0 0 transparent;
  }
  .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
  }
  .navbar-collapse .navbar-nav.navbar-auth .nav-item .nav-link {
    text-transform: unset;
    border: 0;
  }
}

.carousel-indicators {
  top: 50%;
  right: 30px;
  left: unset;
  bottom: unset;
  flex-direction: column;
  margin: 0;
  transform: translateY(-50%);
}
.carousel-indicators li {
  background: transparent;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  margin: 5px 0;
  border-radius: 100%;
}
.carousel-item img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}
.carousel-caption {
  top: 50%;
  left: 5%;
  bottom: unset;
  right: unset;
  text-align: left;
  margin: 0;
  transform: translateY(-50%);
}
.carousel-caption .small-caption {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.carousel-caption .small-caption:before {
  content: "";
  display: block;
  background: #fff;
  width: 60px;
  height: 1px;
  margin-right: 15px;
  transition: ease-in-out 0.3s;
}
@media (max-width: 567.98px) {
  .carousel-caption .small-caption:before {
    width: 30px;
  }
}
.carousel-caption .small-caption span {
  display: block;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .carousel-caption .small-caption span {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .carousel-caption h1 {
    font-size: 2rem;
  }
}
@media (max-width: 567.98px) {
  .carousel-caption h1 {
    font-size: 1.5rem;
  }
}
.carousel:hover .carousel-caption .small-caption:before {
  width: 80px;
}
@media (max-width: 567.98px) {
  .carousel:hover .carousel-caption .small-caption:before {
    width: 60px;
  }
}

.services {
  padding: 50px 0;
}
.services:hover .header .balance:before, .services:hover .header .balance:after {
  width: 120px;
}
.services .header {
  text-align: center;
  margin-bottom: 50px;
}
.services .header h1 {
  font-size: 3rem;
}
@media (max-width: 567.98px) {
  .services .header h1 {
    font-size: 2.5rem;
  }
}
.services .header .balance {
  display: flex;
  justify-content: center;
  align-items: center;
}
.services .header .balance:before, .services .header .balance:after {
  content: "";
  display: block;
  background-color: #231c4d;
  width: 80px;
  height: 1px;
  opacity: 0.4;
  transition: ease-in-out 0.3s;
}
.services .header .balance span {
  display: block;
  background-image: url("../images/customer/icons/balance.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  margin: 0 18px;
}
.services .service-box {
  max-width: 365px;
  margin: 0 auto 50px auto;
}
.services .service-box:hover .media img {
  transform: scale(1.05);
}
.services .service-box:hover .info {
  padding-bottom: 0;
  margin-top: -50px;
}
.services .service-box .media {
  position: relative;
  z-index: 1;
}
.services .service-box .media img {
  width: 100%;
  height: 244px;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: ease-in-out 0.3s;
}
.services .service-box .info {
  position: relative;
  padding: 20px 15px;
  padding-bottom: 30px;
  margin-top: -80px;
  transition: ease-in-out 0.3s;
  z-index: 2;
}
.services .service-box .info-inner {
  background-color: #2c2f3a;
  text-align: center;
  padding: 15px;
}
.services .service-box .info-inner h3,
.services .service-box .info-inner h5,
.services .service-box .info-inner a {
  font-family: "Playfair Display", serif;
  font-weight: 400;
}
.services .service-box .info-inner h3 {
  color: #ceb994;
  font-weight: 500;
  letter-spacing: 1px;
}
.services .service-box .info-inner p {
  color: #999999;
  font-size: 14px;
}
.services .service-box .info-inner label {
  font-size: 14px;
  color: #cccccc;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.services .service-box .info-inner h5 {
  color: #fff;
}
.services .service-box .info-inner h5 small {
  font-size: 14px;
  letter-spacing: 1px;
  margin-right: 15px;
}
.services .service-box .info-inner a.link {
  display: block;
  color: #ceb994;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 1px;
  margin-top: 20px;
}
.services .service-box .info-inner a.link:hover {
  text-decoration: none;
}

.service-detail .desicription {
  font-size: 14px;
}

.about {
  background-color: #42474b;
}
.about-introduce {
  background-image: url("../images/customer/lawyer-bg.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
.about-introduce--wrap {
  width: 350px;
  height: 350px;
  border: 2px solid #ceb994;
  transition: ease-in-out 0.3s;
}
@media (max-width: 567.98px) {
  .about-introduce--wrap {
    width: 100%;
    height: auto;
    border: 0;
  }
}
.about-introduce img {
  display: block;
  margin: 0 auto 15px auto;
  transition: ease-in-out 0.3s;
}
.about-introduce .text {
  color: #ceb994;
  font-size: 28px;
  font-weight: 600;
}
.about-content {
  padding: 50px;
}
@media (max-width: 567.98px) {
  .about-content {
    padding: 30px 15px;
  }
}
.about-content .title {
  margin-bottom: 20px;
}
.about-content .title .small {
  display: flex;
  align-items: center;
  color: #ceb994;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.about-content .title .small:before {
  content: "";
  display: block;
  background-color: #ceb994;
  width: 60px;
  height: 2px;
  margin-right: 15px;
  transition: ease-in-out 0.3s;
}
.about-content .title h2 {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}
@media (max-width: 567.98px) {
  .about-content .title h2 {
    font-size: 1.5rem;
  }
}
.about-content p {
  color: #999999;
  text-indent: 24px;
}
.about-content .btn-more {
  display: block;
  width: 100%;
  max-width: 300px;
  color: #ceb994;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  border-radius: 0;
  border: 2px solid #ceb994;
  margin-top: 50px;
  transition: 0.15s;
}
@media (max-width: 567.98px) {
  .about-content .btn-more {
    max-width: 100%;
  }
}
.about-content .btn-more:hover {
  color: #42474b;
  background-color: #ceb994;
}
.about:hover .about-introduce .about-introduce--wrap {
  width: 380px;
  height: 380px;
}
@media (max-width: 567.98px) {
  .about:hover .about-introduce .about-introduce--wrap {
    width: 100%;
    height: auto;
  }
}
.about:hover .about-introduce .about-introduce--wrap img {
  margin: -15px auto 15px auto;
}
@media (max-width: 567.98px) {
  .about:hover .about-introduce .about-introduce--wrap img {
    margin: 0 auto 15px auto;
  }
}
.about:hover .about-content .title .small:before {
  width: 80px;
}
.about-page .strength {
  max-width: 80%;
  margin: -100px auto 30px auto;
}
@media (max-width: 991.98px) {
  .about-page .strength {
    max-width: 90%;
    margin: -50px auto 30px auto;
  }
}
.about-page .strength-box {
  background-color: #2c2f3a;
  width: 100%;
  text-align: center;
  padding: 15px;
}
.about-page .strength-box.darker {
  background-color: #16181d;
}
.about-page .strength-box img {
  height: 58px;
  margin-bottom: 15px;
}
.about-page .strength-box h4 {
  color: #ceb994;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  margin-bottom: 20px;
}
.about-page .strength-box p {
  color: #999999;
  font-size: 14px;
}
.about-page .strength-content p {
  font-size: 18px;
  text-indent: 40px;
}
@media (max-width: 787.98px) {
  .about-page .strength-content p {
    font-size: 16px;
  }
}
.about-page .strength-content p.first-paragraph {
  display: flex;
  align-items: flex-start;
  text-indent: 0;
}
.about-page .strength-content p.first-paragraph:before {
  content: "S";
  color: #ceb994;
  font-family: "Playfair Display", serif;
  font-size: 4rem;
  line-height: 4rem;
  margin-right: 10px;
  margin-top: -8px;
}

.contact-header {
  padding: 15px 0;
}
.contact-header--text {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  text-transform: uppercase;
}
.contact-header--purpose {
  border-left: 1px solid #231c4d;
  padding-left: 20px;
}
@media (max-width: 1024px) {
  .contact-header--purpose {
    width: 360px;
    border: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 567.98px) {
  .contact-header--purpose {
    max-width: 100%;
  }
}
.contact-header--purpose i {
  color: #ceb994;
}
.contact-header--purpose h5 {
  font-weight: bold;
}
@media (max-width: 567.98px) {
  .contact-header--purpose h5 {
    font-size: 1rem;
  }
}
.contact-form {
  background-color: #f8f8f8;
}
.contact-form .title {
  text-align: center;
  margin-bottom: 30px;
}
.contact-form .title:after {
  content: "";
  display: block;
  background-color: #ceb994;
  width: 160px;
  height: 2px;
  margin: 0 auto;
  transition: ease-in-out 0.3s;
}
.contact-form h3 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact-form p {
  opacity: 0.8;
}
.contact-form form {
  margin-top: 30px;
}
.contact-form form label {
  text-transform: uppercase;
}
.contact-form form .form-control {
  border: 1px solid #999999;
  border-radius: 0;
}
.contact-form form .form-control:focus {
  outline: 0;
  border: 1px solid #ceb994;
  box-shadow: 0 0 0 transparent;
}
.contact-form form button[type="submit"] {
  display: block;
  width: 100%;
  max-width: 250px;
  background: #42474b;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  margin-left: auto;
}
@media (max-width: 567.98px) {
  .contact-form form button[type="submit"] {
    max-width: 100%;
  }
}
.contact .map {
  height: 700px;
}
@media (max-width: 768px) {
  .contact .map {
    height: 400px;
  }
}
.contact:hover .contact-form .title:after {
  width: 200px;
}

.order-history--info {
  border-left: 1px solid #ddd;
}
@media (max-width: 767.98px) {
  .order-history--info {
    border-left: 0;
  }
}
.order-history .btn-view {
  color: #EAB849;
  font-size: 14px;
  font-weight: bold;
}
.order-history .btn-view:hover {
  text-decoration: none;
}

footer {
  padding: 20px 0;
  border-top: 5px solid #ceb994;
}
footer .footer-brand {
  display: block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 20px;
}
footer .social-link {
  display: block;
  color: #231c4d;
  font-size: 22px;
  margin: 0 15px;
  text-decoration: none;
}
footer .title {
  margin-bottom: 20px;
}
footer .title:after {
  content: "";
  display: block;
  background-color: #ceb994;
  width: 60px;
  height: 2px;
  transition: ease-in-out 0.3s;
}
footer .title h4 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  margin-bottom: 5px;
}
footer ul {
  padding: 0;
}
footer ul li {
  display: flex;
  list-style: none;
  margin-bottom: 10px;
}
footer ul li:before {
  content: "";
  background-image: url("../images/customer/icons/chev-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 12px;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
footer ul li a {
  display: block;
  color: #231c4d;
  font-size: 16px;
  line-height: 20px;
}
footer ul li a:hover {
  color: #ceb994;
  text-decoration: none;
  opacity: 0.8;
}
footer:hover .title:after {
  width: 80px;
}

.copyright {
  background-color: #42474b;
  color: #999999;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}

.process {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.process .step {
  position: relative;
  display: block;
  width: 100px;
  text-align: center;
}
.process .step:before, .process .step:after {
  content: '';
  position: absolute;
  top: 16px;
  background-color: #ceb994;
  width: 50%;
  height: 4px;
}
.process .step:before {
  left: 0;
}
.process .step:after {
  right: 0;
}
.process .step:first-child:before, .process .step:last-child:after {
  display: none;
}
.process .step span {
  position: relative;
  display: block;
  background-color: rgba(206, 185, 148, 0.6);
  width: 36px;
  height: 36px;
  border-radius: 100vh;
  margin: 0 auto 15px auto;
}
.process .step span:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: #ceb994;
  width: 12px;
  height: 12px;
  border-radius: 100vh;
}
.process .step.current ~ .step:before, .process .step.current ~ .step:after, .process .step.current:before, .process .step.current:after {
  background-color: #CCCCCC;
}
.process .step.current ~ .step span, .process .step.current span {
  background-color: #CCCCCC;
}
.process .step.current ~ .step span:before, .process .step.current span:before {
  display: none;
}
.process .step.current ~ .step p, .process .step.current p {
  opacity: .4;
}
.process .step p {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.main-content {
  background: #f8f8f8;
  min-height: 500px;
  padding: 50px 0;
}
.main-content .card-title, .main-content .header {
  text-align: center;
}
.main-content .card-title:after, .main-content .header:after {
  content: "";
  display: block;
  background-color: #ceb994;
  width: 150px;
  height: 2px;
  margin: 0 auto;
}
.main-content .card-title h3, .main-content .header h3 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  margin-bottom: 10px;
}
.main-content .card {
  padding: 20px 15px;
  border: 0;
  box-shadow: 0 2px 15px -1px rgba(0, 0, 0, 0.08);
}
.main-content .card-body form label {
  font-size: 14px;
  text-transform: uppercase;
}
.main-content .card-body form a {
  color: #231c4d;
  transition: .15s;
}
.main-content .card-body form a:hover {
  color: #ceb994;
  text-decoration: none;
  opacity: .8;
}
.main-content .card-body .form-group {
  margin-bottom: 8px;
}
.main-content .card-body .form-control {
  border: 1px solid #999999;
  border-radius: 0;
}
.main-content .card-body .form-control:focus {
  outline: 0;
  border: 1px solid #ceb994;
  box-shadow: 0 0 0 transparent;
}
.main-content .card-body .custom-select {
  display: inline-block;
  background-image: url("../images/customer/icons/chev-down.svg");
  background-size: 14px 8px;
  border: 1px solid #999999;
  border-radius: 0;
}
.main-content .card-body .custom-select:focus {
  outline: 0;
  border: 1px solid #ceb994;
  box-shadow: 0 0 0 transparent;
}
.main-content .card-body button[type="submit"], .main-content .card-body .btn-submit {
  display: block;
  width: 100%;
  background: #42474b;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
}
@media (max-width: 567.98px) {
  .main-content .card-body button[type="submit"], .main-content .card-body .btn-submit {
    max-width: 100%;
  }
}
