/**@file 
 * style.scss Ms.Duong
 * Copyright (C)2021 VTLSolution CO., LTD.
 *
 * @author  duong.le@vtl-vtl.com>
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
body {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  color: #4F4F4F; }

textarea:focus, input:focus, textarea:active, input:active {
  outline: none !important;
  box-shadow: none !important; }

.sp {
  display: inherit; }

.pc {
  display: none; }

.mb-2-5 {
  margin-bottom: 2.5rem; }

.mt-6 {
  margin-top: 1.5rem; }

.mt-4 {
  margin-top: 1rem; }

.mt-10 {
  margin-top: 2.5rem; }

.mt-14 {
  margin-top: 3.5rem; }

.mt-19 {
  margin-top: 4.75rem; }

.mt-21 {
  margin-top: 4rem; }

.mt-25 {
  margin-top: 6.25rem; }

.mb-34 {
  margin-bottom: 8.5rem; }

.mr-12 {
  margin-right: 3rem; }

.mr-4 {
  margin-right: 1rem; }

.mb-10 {
  margin-bottom: 2.5rem; }

.pt-12 {
  padding-top: 3rem; }

.pb-12 {
  padding-bottom: 3rem; }

.color-red {
  color: #EB5757; }

.file-element {
  display: none; }

.relative {
  position: relative; }

.loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99999999;
  text-align: center; }

.loading__ajax-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 501;
  max-width: 300px;
  transform: translate(-50%, -50%);
  width: 4rem; }

.morton-container {
  width: 94%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }

.btn-ap-form {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  height: 3.5rem;
  background-color: #00AEEF;
  color: #F5FCFF;
  padding: 0rem 1.5rem;
  justify-content: center; }

.btn-ap-form svg {
  margin-right: 0.25rem; }

.btn-default-form {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  height: 3.5rem;
  background-color: inherit;
  color: #333333;
  padding: 0rem 1.5rem;
  justify-content: center;
  border: 1px solid #333333; }

.head {
  font-size: 1.5rem;
  background: #FFFFFF; }

.head h1 {
  margin: 1rem auto; }

.head__row {
  height: 80px;
  display: flex;
  justify-content: space-between; }

.head__column {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center; }

.head__logo {
  display: flex; }

.head__language {
  display: flex;
  flex-direction: row;
  font-weight: 500; }

.head__language__item {
  cursor: pointer; }

.head__language__item.active, .head__language__item:focus, .head__language__item:hover {
  color: #C3251B; }

.head__language__item:first-child {
  margin-left: 0px; }

.head__language__item .nav-link {
  color: rgba(0, 0, 0, 0.55); }

.head__language__item .nav-link.active {
  color: #00AEEF; }

.home-banner {
  position: relative; }

.home-banner__content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  color: #F5FCFF; }

.home-banner__content__logo {
  margin: auto;
  width: 34.11%; }

.home-banner__content__title {
  text-align: center;
  font-family: 'Scheherazade New', serif;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 400;
  margin: 1rem auto 2.5rem; }

@media (min-width: 1366px) and (max-width: 1444px) {
  .home-banner__content__title {
    font-size: 4.5rem;
    margin: 2rem auto 4rem; } }

@media (min-width: 1444px) {
  .home-banner__content__title {
    font-size: 4.5rem;
    margin: 2rem auto 4rem; } }

.home-banner__content__buttons {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.home-banner__content__buttons__item {
  flex-basis: 400px;
  margin-right: 2rem; }

.home-banner__content__buttons__item:last-child {
  margin-right: 0px; }

.home-banner__content__buttons__item a {
  color: #F5FCFF;
  text-decoration: none;
  display: block;
  text-align: center;
  border: 2px solid #F5FCFF;
  padding: 1.2rem 1.5rem; }

.home-banner__content__buttons__item a.active {
  background: #00AEEF; }

.navbar-nav .nav-item {
  padding: 0 1.5rem; }

.navbar-nav .nav-item.active .nav-link {
  color: #00AEEF; }

.btn-change-lang:focus, .btn-change-lang:active {
  color: #BDBDBD;
  color: #06377B; }

/*******************
HOME
*/
.morton-main {
  background: #E5E5E5; }

.morton-main a {
  text-decoration: none; }

.morton-main .btn_allteam {
  padding: 1.1rem;
  text-align: center;
  width: 25rem;
  line-height: 1.3; }

.morton-main h3 {
  text-align: center;
  margin-top: 0px;
  color: #333;
  font-weight: 700; }

.page-description {
  margin-top: 5.875rem; }

.page-description__content {
  width: 94%;
  max-width: 1130px;
  margin: auto;
  line-height: 1.8;
  text-align: justify; }

.page-description__content p {
  margin: 0;
  padding: 0; }

.our-people-slide {
  margin-top: 6.25rem; }

.our-people-slide__item {
  text-align: center;
  background: #fff;
  padding: 1.5rem; }

.our-people-slide__item .position {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.our-people-slide__item h4 {
  color: #00AEEF; }

.slide_people {
  background-size: cover;
  margin-top: 2rem;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem; }

.slide_people__content {
  max-width: 980px;
  width: 82%;
  margin: auto;
  position: relative; }

@media (min-width: 1366px) and (max-width: 1444px) {
  .slide_people__content {
    max-width: 1200px;
    width: 86%; } }

@media (min-width: 1444px) {
  .slide_people__content {
    max-width: 1400px;
    width: 94%; } }

.slide_people .ourTeamSwiper {
  overflow: hidden; }

.slide_people .swiper-button-next {
  right: auto;
  left: calc(100% + 50px); }

.slide_people .swiper-button-prev {
  left: auto;
  right: calc(100% + 50px); }

.button-home-view {
  width: fit-content;
  margin: 5.625rem auto 0; }

.button-home-view a {
  color: #082648;
  display: inline-block;
  padding: 1.19rem 6.375rem;
  border: 2px solid #082648;
  font-size: 1.5rem; }

.button-home-view a:hover {
  color: #082648; }

.modal-notification {
  z-index: 10000; }

.modal-notification.modal {
  background-color: rgba(48, 52, 54, 0.4); }

.modal-notification .modal-dialog {
  height: 100vh;
  position: relative; }

.modal-notification .modal-content {
  border-radius: 2px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

.modal-notification .modal-header {
  border: none; }

.modal-notification .modal-body {
  text-align: center;
  color: #363230; }

.modal-notification .modal-body .notification-title {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  text-transform: uppercase; }

.modal-notification .modal-body .notification-message {
  font-size: 1.25rem;
  margin: 2rem 0 4rem; }

.modal-notification .modal-body .notification-button {
  color: #00AEEF;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 1rem;
  display: block; }

.modal-verification, .modal-forgot-password, .modal-new-password {
  text-align: center; }

.modal-verification .modal-dialog, .modal-forgot-password .modal-dialog, .modal-new-password .modal-dialog {
  height: 100vh;
  position: relative; }

.modal-verification .modal-content, .modal-forgot-password .modal-content, .modal-new-password .modal-content {
  border-radius: 2px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

.modal-verification .modal-body, .modal-forgot-password .modal-body, .modal-new-password .modal-body {
  padding: 1rem 1.5rem 4rem 1.5rem; }

.modal-verification .modal-body .verification-title, .modal-forgot-password .modal-body .verification-title, .modal-new-password .modal-body .verification-title {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  text-transform: uppercase; }

.modal-verification .modal-body .verification-message, .modal-forgot-password .modal-body .verification-message, .modal-new-password .modal-body .verification-message {
  font-size: 1.25rem;
  margin: 1.5rem 0 1rem; }

.modal-verification .modal-body .input-verify-code, .modal-forgot-password .modal-body .input-verify-code, .modal-new-password .modal-body .input-verify-code {
  display: flex;
  align-items: center;
  justify-content: center; }

.modal-verification .modal-body .input-verify-code input, .modal-forgot-password .modal-body .input-verify-code input, .modal-new-password .modal-body .input-verify-code input {
  width: 3.5rem;
  height: 4.5rem;
  margin-right: 2rem;
  font-size: 2.5rem;
  text-align: center; }

.modal-verification .modal-body .input-verify-code input:last-child, .modal-forgot-password .modal-body .input-verify-code input:last-child, .modal-new-password .modal-body .input-verify-code input:last-child {
  margin-right: 0px; }

.modal-verification .modal-body .verification-button, .modal-forgot-password .modal-body .verification-button, .modal-new-password .modal-body .verification-button {
  font-size: 1.5rem;
  text-align: center; }

.modal-verification .modal-body .verification-button .time-number, .modal-forgot-password .modal-body .verification-button .time-number, .modal-new-password .modal-body .verification-button .time-number {
  color: #00AEEF; }

.modal-verification .modal-body .verification-button .btn-resend, .modal-forgot-password .modal-body .verification-button .btn-resend, .modal-new-password .modal-body .verification-button .btn-resend {
  display: none; }

/*******************
PROFESSIONAL_SERVICES
*/
.pro-service {
  margin-top: 6.25rem; }

.pro-service__cover {
  max-width: 1330px;
  width: 94%;
  margin: 0.8rem auto 0; }

.pro-service__content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.pro-service__content a {
  text-decoration: none; }

.pro-service__content .btn_view {
  padding: 1rem;
  border: 1px solid #082648;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.8; }

.pro-service__item {
  width: 33%;
  padding: 0 2rem;
  margin-top: 8rem; }

.audit {
  background: #fff;
  padding: 2.5rem 1.625rem 2rem;
  text-align: center;
  position: relative;
  width: 100%; }

.audit .pic_icn {
  position: absolute;
  width: 47.36%;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0); }

.audit .pic_icn img {
  transform: translate(0, -40%); }

.audit .txt_desc {
  color: #333;
  text-align: center;
  margin-top: 27%;
  font-size: 1.375rem;
  font-weight: 700;
  min-height: 60px; }

.audit .more {
  cursor: pointer;
  font-size: 1rem;
  display: block;
  text-align: right;
  color: #00AEEF;
  text-decoration: none; }

/*******************
OUR SERVICE
*/
/*******************
ENQUIRY
*/
.cover-enquiry {
  margin-top: 6.25rem; }

.cover-enquiry h2 {
  margin-bottom: 2.75rem; }

.enquiry {
  background: #06377B;
  padding: 4.4% 0;
  margin-top: 3.75rem; }

.enquiry__content {
  max-width: 1440px;
  width: 94%;
  margin: auto;
  color: #4F4F4F; }

.enquiry__content textarea {
  height: 200px;
  padding: 1.25rem;
  font-size: 1.25rem; }

.enquiry__content__item {
  padding: 0 0.5rem; }

.enquiry__content__txt-icon {
  position: relative; }

.enquiry__content__txt-icon input {
  padding-left: 4.8rem;
  height: 3.5rem;
  line-height: 3.5rem;
  font-size: 1.25rem; }

.enquiry__content__txt-icon img {
  width: 1.25rem;
  position: absolute;
  top: 50%;
  left: 1.75rem;
  transform: translate(0%, -50%); }

.enquiry__content__buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }

.enquiry__content__buttons__item {
  flex-basis: 400px;
  margin-right: 2rem; }

.enquiry__content__buttons__item:last-child {
  margin-right: 0px; }

.enquiry__content__buttons__item:first-child {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.enquiry__content__buttons__item button, .enquiry__content__buttons__item a {
  display: block;
  color: #F5FCFF;
  width: 100%;
  text-align: center;
  border: 2px solid #F5FCFF;
  padding: 1.2rem;
  background-color: inherit;
  line-height: 1.85rem; }

.enquiry__content__buttons__item button:hover, .enquiry__content__buttons__item a:hover {
  color: #F5FCFF;
  cursor: pointer; }

.enquiry__content__buttons__item button.active, .enquiry__content__buttons__item a.active {
  background-color: #00AEEF; }

.enquiry__content__buttons__item button.active:disabled, .enquiry__content__buttons__item a.active:disabled {
  background-color: rgba(239, 239, 239, 0.3);
  color: #cccccc;
  border-color: rgba(118, 118, 118, 0.3); }

.enquiry__content__buttons__item button.active:disabled:hover, .enquiry__content__buttons__item a.active:disabled:hover {
  cursor: default; }

.enquiry__content__buttons__item input {
  display: none; }

.enquiry__content__note {
  color: #F5FCFF;
  display: flex;
  justify-content: flex-end;
  line-height: 1.5rem; }

/*******************
      MAP
*/
.frm-contact {
  position: relative;
  height: 741px; }

.popup-contact {
  width: 430px;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4px);
  border-radius: 20px;
  padding: 2.7rem 2.18rem;
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translate(0%, -50%); }

@media (min-width: 1366px) and (max-width: 1400px) {
  .popup-contact {
    width: 490px;
    right: 9.5%;
    padding: 2.7rem 3.18rem; } }

@media (min-width: 1444px) {
  .popup-contact {
    width: 556px;
    right: 10%;
    padding: 2.7rem 4.18rem; } }

.popup-contact h3 {
  font-size: 2rem; }

.popup-contact__row {
  display: flex;
  flex-direction: row;
  margin-top: 2.5rem; }

.popup-contact__column {
  display: flex;
  flex-direction: column; }

.popup-contact__column:first-child {
  flex: 0 0 52px; }

.popup-contact__column img {
  margin-top: 0.4rem; }

.popup-contact__column h4 {
  font-size: 1rem;
  color: #00AEEF;
  line-height: 22.4px; }

.popup-contact__column__description {
  line-height: 28px;
  color: #333;
  text-transform: capitalize; }

/*******************
footer
*/
footer {
  background: #fff; }

footer div {
  text-align: center;
  line-height: 72px;
  font-size: 20px;
  margin: 0; }

.phone-input-container {
  display: flex;
  width: 100%; }

.phone-input-container .btn-send-forgot-password {
  width: 56px;
  height: 56px;
  background-color: #00AEEF;
  color: #fff;
  line-height: 56px; }

.phone-input-container .input-container {
  display: flex;
  flex-grow: 1; }

.phone-input-container .input-container input {
  height: 56px; }

.phone-input-container .input-container input.error {
  border-color: #C3251B; }

@media (max-width: 1440px) {
  :root {
    font-size: 12px; } }
