@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@font-face {
  font-family: 'SVN-Snell Roundhand Script';
  src: url("../fonts/SVN-SnellRoundhandScriptBold.woff2") format("woff2"), url("../fonts/SVN-SnellRoundhandScriptBold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'SVN-Snell Roundhand Script';
  src: url("../fonts/SVN-SnellRoundhandScript.woff2") format("woff2"), url("../fonts/SVN-SnellRoundhandScript.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
h2 {
  font-family: "Inter", sans-serif;
  font-size: 32px; }
  h2 a, h2 strong, h2 b, h2 span {
    font-family: "Inter", sans-serif; }

h6 {
  font-size: 16px;
  font-family: "Inter", sans-serif; }
  h6 a, h6 strong, h6 b, h6 span {
    font-family: "Inter", sans-serif; }

h3 {
  font-family: "Inter", sans-serif;
  font-size: 28px; }
  h3 a, h3 strong, h3 b, h3 span {
    font-family: "Inter", sans-serif; }

h4 {
  font-size: 22px;
  font-family: "Inter", sans-serif; }
  h4 a, h4 strong, h4 b, h4 span {
    font-family: "Inter", sans-serif; }

h5 {
  font-size: 20px;
  font-family: "Inter", sans-serif; }
  h5 a, h5 strong, h5 b, h5 span {
    font-family: "Inter", sans-serif; }

h6 {
  font-size: 18px;
  font-family: "Inter", sans-serif; }
  h6 a, h6 strong, h6 b, h6 span {
    font-family: "Inter", sans-serif; }

h1 {
  font-size: 44px;
  font-family: "Inter", sans-serif; }
  h1 a, h1 strong, h1 b, h1 span {
    font-family: "Inter", sans-serif; }
  h1 b {
    color: #232A7B; }

p {
  font-size: 15px; }

span {
  font-size: 13px; }

a {
  color: #232A7B; }
  a:hover {
    text-decoration: none; }

.container {
  max-width: 1280px; }

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #232A7B;
  padding: 0;
  margin: 0; }

* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none; }

section {
  padding: 60px 0; }

.btn-center {
  margin-top: 24px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center; }

.btn-right {
  margin-top: 24px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: right; }

.btn-left {
  margin-top: 24px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: left; }

.title-ss {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 32px; }
  .title-ss h2 {
    font-weight: 600;
    font-size: 48px;
    margin-bottom: 0; }

.button-text-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.thumnails-avatar {
  display: inline-block;
  width: 100%; }
  .thumnails-avatar a {
    position: relative;
    padding-top: 56%;
    display: block; }
    .thumnails-avatar a img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      left: 0;
      top: 0; }

.ellipsis {
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.modal-header .close {
  position: absolute;
  right: 30px;
  font-size: 30px;
  padding: 0;
  color: #757575;
  opacity: 1;
  background: #d9d9d9;
  text-shadow: none;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  top: 30px !important;
  z-index: 9999; }

.modal-dialog {
  max-width: 650px; }

.modal-body {
  padding: 0; }

.modal-content {
  margin: 0;
  background-color: #0F2167;
  width: 100%;
  border-radius: 25px; }

.form-contact p {
  max-width: 50%;
  margin: 0 auto 35px auto; }

.modal-header .close:before {
  content: "\e5cd";
  color: #232A7B;
  font-size: 20px;
  font-family: 'Material Symbols Outlined'; }

.modal-header {
  padding: 0;
  border-bottom: 0; }

header .menu nav ul li.active a {
  color: #232A7B; }

.logo-showmenu {
  display: none; }

button {
  border: 0; }
  button:focus {
    outline: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: unset; }

.btn-common-fill,
.btn-common-line,
input[type=button],
input[type=submit], .btn-common-fill2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--Linear, linear-gradient(90deg, #FFFCF3 0%, #FFE5B2 100%));
  padding: 14px 40px;
  border-radius: 50px;
  color: white;
  text-align: center;
  transition: all .3s ease-in-out;
  color: white;
  line-height: 24px;
  font-size: 20px;
  font-weight: 600;
  width: fit-content; }
  .btn-common-fill i,
  .btn-common-fill img, .btn-common-fill svg,
  .btn-common-line i,
  .btn-common-line img,
  .btn-common-line svg,
  input[type=button] i,
  input[type=button] img,
  input[type=button] svg,
  input[type=submit] i,
  input[type=submit] img,
  input[type=submit] svg, .btn-common-fill2 i,
  .btn-common-fill2 img, .btn-common-fill2 svg {
    margin-left: 8px;
    width: 16px; }

.btn-common-fill {
  color: white;
  font-family: "Inter", sans-serif; }
  .btn-common-fill a {
    color: #232A7B;
    font-weight: 700; }

.btn-common-line {
  font-family: "Inter", sans-serif;
  background-color: transparent !important;
  color: #232A7B !important;
  border: 2px solid #232A7B !important; }

header {
  display: inline-block;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  transition: top 0.3s;
  padding-left: 0;
  padding-right: 0;
  padding: 8px 0;
  background: #fff; }
  header.menu-scroll {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
    position: fixed;
    left: 0;
    top: 0;
    background: white !important;
    z-index: 1024; }
  header .top-head {
    display: flex;
    align-items: center; }
    header .top-head .language-box {
      margin: 0 20px; }
      header .top-head .language-box img {
        height: 24px;
        cursor: pointer;
        margin-right: 0; }
      header .top-head .language-box ul {
        position: absolute;
        left: -15px;
        top: 10px;
        width: 100px;
        display: inline-block;
        padding-top: 30px;
        opacity: 0;
        visibility: hidden;
        z-index: 2; }
        header .top-head .language-box ul li {
          opacity: 1 !important;
          display: inline-block;
          width: 100%;
          text-align: left; }
          header .top-head .language-box ul li a {
            background: white;
            padding: 15px;
            box-shadow: -1px -1px 7px rgba(0, 0, 0, 0.13);
            border-radius: 5px;
            color: #212529;
            width: 100%;
            display: inline-block;
            opacity: 1 !important; }
            header .top-head .language-box ul li a img {
              height: 24px;
              margin-right: 0; }
            header .top-head .language-box ul li a:hover {
              opacity: 1 !important;
              color: #232A7B; }
      header .top-head .language-box:hover {
        cursor: pointer; }
        header .top-head .language-box:hover ul {
          opacity: 1;
          visibility: initial; }
  header .content-head {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  header .menu {
    position: relative;
    z-index: 1;
    display: inline-block;
    text-align: left; }
    header .menu nav ul {
      padding: 0;
      display: flex;
      justify-content: left;
      margin-bottom: 0; }
      header .menu nav ul li {
        position: relative;
        list-style: none;
        padding: 0 25px; }
        header .menu nav ul li::before {
          content: "\e5c5";
          color: #8C8B8D;
          font-size: 18px;
          font-family: 'Material Symbols Outlined';
          position: absolute;
          right: -5px;
          top: 0;
          z-index: 3; }
        header .menu nav ul li.no-sub::before {
          display: none; }
        header .menu nav ul li i {
          display: none; }
        header .menu nav ul li a {
          padding: 0;
          position: relative;
          font-size: 16px;
          font-family: "Inter", sans-serif;
          font-weight: 600;
          color: #232A7B;
          display: flex;
          align-items: center;
          text-transform: uppercase;
          text-align: center; }
        header .menu nav ul li ul {
          position: absolute;
          width: 330px;
          left: 15px;
          top: 32px;
          border-radius: 0 0 4px 4px;
          border-top: 2px solid #232A7B;
          opacity: 0;
          visibility: hidden;
          background: white;
          box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
          padding: 12px 24px 12px 24px;
          -webkit-transition: all .5s ease;
          transition: all .5s ease;
          -webkit-transform: translateY(10px);
          transform: translateY(10px);
          display: inline-block; }
          header .menu nav ul li ul li {
            padding: 0; }
            header .menu nav ul li ul li::before {
              display: none; }
            header .menu nav ul li ul li a {
              display: inline-block;
              width: 100%;
              font-weight: normal;
              transition: all 0.3s linear;
              transition: 0.5s;
              padding: 12px 0;
              font-size: 16px;
              color: #232A7B;
              border-bottom: 0;
              font-family: "Inter", sans-serif; }
              header .menu nav ul li ul li a::before {
                display: none; }
              header .menu nav ul li ul li a:hover {
                padding-left: 0;
                border-radius: 0;
                color: #8C8B8D; }
            header .menu nav ul li ul li:last-child a {
              border-bottom: 0; }
        header .menu nav ul li:hover::before {
          color: #232A7B; }
        header .menu nav ul li:hover a {
          color: #232A7B; }
        header .menu nav ul li:hover ul {
          opacity: 1;
          visibility: initial; }
          header .menu nav ul li:hover ul li a {
            color: #232A7B; }
            header .menu nav ul li:hover ul li a:hover {
              color: #232A7B; }
        header .menu nav ul li.active::before {
          color: #232A7B; }
        header .menu nav ul li.active a {
          color: #232A7B; }
        header .menu nav ul li.active ul li a {
          color: #232A7B; }
          header .menu nav ul li.active ul li a.active {
            color: #232A7B; }
  header .btn-search-mb {
    display: none; }
  header .search-head {
    background: white;
    display: none;
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.5s;
    box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.03);
    border: 1px solid #D9D9D9;
    padding-left: 100px; }
    header .search-head:hover {
      border: 1px solid #232A7B; }
    header .search-head .container {
      max-width: 600px;
      position: relative; }
    header .search-head .ti-close::before {
      content: "\e5cd";
      font-family: 'Material Symbols Outlined';
      font-size: 24px;
      color: #757575;
      font-style: normal; }
    header .search-head .ti-close {
      position: absolute;
      right: 60px;
      top: 20px;
      cursor: pointer;
      color: #8C8B8D;
      padding: 10px;
      border-radius: 0 2px 2px 0; }
    header .search-head button {
      border: 0;
      position: absolute;
      left: 60px;
      top: 30px;
      font-size: 20px;
      color: #606060;
      background: transparent; }
    header .search-head .btn-ti-search::before {
      content: "\e8b6";
      font-family: 'Material Symbols Outlined';
      font-size: 24px;
      color: #757575;
      font-style: normal; }
  header .btn-search-mb {
    display: block;
    cursor: pointer;
    padding-left: 15px; }
    header .btn-search-mb .ic-search {
      color: #959FAB; }
      header .btn-search-mb .ic-search::before {
        font-size: 15px; }
  header .top-head.show-search-mb .search-head {
    display: block;
    z-index: 999; }
    header .top-head.show-search-mb .search-head i {
      border-radius: 0; }
  header .top-head.show-search-mb .close-search {
    display: block; }
  header .top-head.show-search-mb input {
    border: 0;
    border-radius: 2px;
    height: 100px;
    font-size: 18px;
    width: 100%; }
    header .top-head.show-search-mb input::placeholder {
      color: #8C8B8D;
      font-size: 18px; }
  header .top-head.show-search-mb .top-head {
    position: absolute;
    top: 15px;
    width: 100%;
    left: 0; }
  header .logo {
    float: left; }
    header .logo img {
      height: 90px; }
  header .menu-mobile {
    display: none; }
    header .menu-mobile .ti-menu {
      display: none; }
    header .menu-mobile .close-menu {
      display: none; }
  header .content-head-right {
    display: flex;
    align-items: center; }

.action-btn {
  display: none;
  bottom: 100px;
  position: fixed;
  right: 30px;
  z-index: 999; }

.action-btn {
  z-index: 12 !important; }

/* --------------Checkbox-------------------- */
.form-group .form-control, .form-group .custome-select select, .form-group textarea {
  font-weight: 500;
  font-size: 24px;
  padding: 19px 40px;
  height: 69px;
  border-radius: 50px;
  color: #232A7B;
  display: inline-block;
  width: 100%;
  background: white;
  text-align: center; }
  .form-group .form-control::placeholder, .form-group .custome-select select::placeholder, .form-group textarea::placeholder {
    color: #4a52a4; }
.form-group textarea {
  height: 88px; }

.input-custom {
  display: none; }

.label-custom {
  color: #232A7B;
  line-height: 1.2;
  display: flex;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  align-items: center;
  margin-bottom: 15px;
  font-weight: normal !important; }
  .label-custom:checked {
    color: #232A7B !important; }
  .label-custom:before {
    content: "\e64c";
    font-family: "themify";
    font-size: 14px;
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 1;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    border-radius: 4px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.label-custom:checked {
  color: #232A7B !important; }

.input-custom:checked + .label-custom::before {
  color: white;
  background-color: #232A7B;
  border: 1px solid #232A7B; }

.input-custom:checked + .label-custom {
  color: #232A7B !important; }

/* check-radio-custom */
.check-radio-custom {
  margin: 5px 0 15px 0;
  display: flex; }

.check-radio-custom [type="radio"]:checked + label {
  color: #232A7B !important; }

.check-radio-custom [type="radio"]:checked,
.check-radio-custom [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.check-radio-custom [type="radio"]:checked + label,
.check-radio-custom [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  color: #232A7B;
  margin-bottom: 0;
  font-weight: normal; }

.check-radio-custom [type="radio"]:checked + label:before,
.check-radio-custom [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border: 1px solid #D9D9D9;
  border-radius: 100%;
  background: #fff; }

.check-radio-custom [type="radio"]:checked + label::before {
  border: 1px solid #232A7B !important; }

.check-radio-custom [type="radio"]:checked + label:after,
.check-radio-custom [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #232A7B;
  position: absolute;
  top: 5px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.check-radio-custom [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.check-radio-custom [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.check-radio-custom p {
  margin: 0 20px; }

.form-control:focus {
  border-color: #232A7B;
  outline: 0;
  box-shadow: none; }

/*------------ Custom select box -------------*/
.custom-select {
  font-weight: 500;
  font-size: 18px;
  padding: 19px 40px;
  height: 69px;
  border-radius: 50px;
  color: #232A7B;
  display: inline-block;
  width: 100%;
  background: white;
  text-align: center; }

.select-items {
  overflow-y: auto !important;
  max-height: 250px; }

.custom-select select {
  display: block;
  color: #4a52a4;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0;
  border-color: transparent;
  cursor: pointer;
  font-size: 16px;
  width: inherit;
  text-align: center;
  font-weight: 500;
  position: relative; }

.custom-select select:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  vertical-align: 0.255em;
  top: 0;
  right: 40px;
  content: "\e5c5";
  color: #232A7B;
  font-size: 32px;
  font-family: 'Material Symbols Outlined'; }

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  vertical-align: 0.255em;
  top: 0;
  right: 40px;
  content: "\e5c5";
  color: #232A7B;
  font-size: 32px;
  font-family: 'Material Symbols Outlined';
  display: none; }

textarea {
  height: 88px !important; }

.select-items div,
.select-selected {
  padding: 8px 16px;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  font-size: 16px;
  text-align: left; }

.select-items div {
  color: #232A7B; }

.select-selected.active {
  color: #232A7B !important; }

.select-selected {
  color: #232A7B;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
  display: none; }

/* Style items (options): */
.select-items {
  padding: 15px 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
  background-color: #fff;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.09);
  border-radius: 4px;
  max-height: 140px; }

/* Hide the items when the select box is closed: */
.select-hide {
  display: none; }

.select-items div:hover,
.same-as-selected {
  background-color: #EBF2FD; }

.mb-35 {
  margin-bottom: 35px; }

.mt-35 {
  margin-top: 35px; }

.ti-angle-left:before {
  content: "\e408";
  color: #8C8B8D;
  font-size: 24px;
  font-family: 'Material Symbols Outlined';
  font-style: normal; }

.ti-angle-right:before {
  content: "\e409";
  color: #8C8B8D;
  font-size: 24px;
  font-family: 'Material Symbols Outlined';
  font-style: normal; }

.mt-35 {
  margin-top: 35px; }

.title-mini-item {
  font-size: 24px;
  font-weight: 400; }

i {
  font-size: 16px; }

.center {
  text-align: center; }

.pulse {
  animation: pulse 2s infinite; }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.modal-body {
  text-align: center;
  padding: 40px 20px; }

.banner-herro {
  margin-top: 45px;
  position: relative;
  padding-bottom: 0; }
  .banner-herro img {
    width: 100%; }

.form-control {
  border: none; }

.form-dangkyngay {
  position: absolute;
  max-width: 1000px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 100px; }
  .form-dangkyngay .btn-common-fill {
    width: 100%; }

.tamhuyetnho {
  padding-top: 0; }
  .tamhuyetnho .title-ss {
    margin-bottom: 53px; }
    .tamhuyetnho .title-ss p {
      margin-bottom: 0;
      font-family: 'SVN-Snell Roundhand Script';
      font-size: 64px;
      line-height: normal; }

.slider-tamhuyet {
  position: relative; }
  .slider-tamhuyet .item {
    background: var(--Linear, linear-gradient(90deg, #2F3792 0%, #1E3883 100%));
    border-radius: 17px;
    padding: 1px;
    margin: 0 16px;
    min-height: 400px; }
    .slider-tamhuyet .item img {
      border-radius: 17px; }
    .slider-tamhuyet .item .content {
      margin: 8px 5px;
      text-align: center; }
      .slider-tamhuyet .item .content h3 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        text-transform: uppercase;
        color: white; }
      .slider-tamhuyet .item .content p {
        margin-bottom: 0;
        font-size: 14px;
        color: white; }
      .slider-tamhuyet .item .content ul {
        text-align: left;
        padding-left: 20px;
        margin-bottom: 0; }
        .slider-tamhuyet .item .content ul li {
          font-size: 14px;
          color: white; }
  .slider-tamhuyet .owl-nav {
    display: block; }
  .slider-tamhuyet .owl-dots {
    display: none; }

.form-sale .btn-common-fill {
  width: 100%;
  font-size: 18px;
  padding: 14px 24px; }

#hanhtrinh-tamhuyetnho .owl-nav {
  display: none; }
#hanhtrinh-tamhuyetnho .owl-dots {
  display: block;
  margin-top: 16px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #232A7B; }

.owl-theme .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60%;
  z-index: 5; }
  .owl-theme .owl-nav span {
    color: white;
    font-size: 0; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent; }

.owl-carousel .owl-nav button.owl-next {
  right: -50px;
  position: absolute;
  width: 45px;
  height: 45px; }
  .owl-carousel .owl-nav button.owl-next span {
    content: url("../images/ic-nexxt.svg");
    display: block;
    height: 100%;
    width: 100%; }

.owl-carousel .owl-nav button.owl-prev {
  left: -50px;
  position: absolute;
  width: 45px;
  height: 45px; }
  .owl-carousel .owl-nav button.owl-prev span {
    content: url("../images/ic-prevv.svg");
    display: block;
    height: 100%;
    width: 100%; }

.list-service {
  background: var(--Linear, linear-gradient(90deg, #234091 0%, #234091 100%));
  padding-top: 0; }

.dongia127k .row {
  align-items: center; }
.dongia127k .box-voucher {
  text-align: center; }
  .dongia127k .box-voucher h3 {
    padding: 0 100px;
    font-size: 36px;
    font-weight: 700;
    background: var(--Linear, linear-gradient(90deg, #FFFCF3 0%, #FFE5B2 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 22px; }
  .dongia127k .box-voucher p {
    padding: 0 20px;
    margin-bottom: 34px;
    color: white;
    font-weight: 600;
    font-size: 18px; }
  .dongia127k .box-voucher img {
    width: 100%; }
.dongia127k .box-donggia {
  text-align: center; }
  .dongia127k .box-donggia h3 {
    font-weight: 700;
    font-size: 36px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center; }

.list-popup {
  margin-top: 24px; }
  .list-popup a {
    display: block; }
  .list-popup img {
    margin-bottom: 30px;
    width: 100%; }

.form-sale .row {
  justify-content: center; }
.form-sale .form-group {
  margin-bottom: 26px; }
.form-sale .select-items div {
  text-align: left; }
.form-sale .select-selected:after {
  top: 0;
  right: 50px; }
.form-sale .select-selected {
  text-align: center;
  padding: 0; }
.form-sale .custom-select {
  border: none; }
.form-sale .form-group .form-control, .form-sale .form-group .custome-select select, .form-sale .form-group textarea {
  font-size: 16px;
  padding: 14px 11px 14px 11px;
  height: auto; }
.form-sale .custom-select {
  height: auto;
  padding: 14px 30px 14px 11px; }
.form-sale img {
  margin-bottom: 24px;
  width: 100%; }

.box-after-before {
  margin-top: 60px; }
  .box-after-before h3 {
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    color: white;
    margin-bottom: 43px; }
  .box-after-before .item {
    margin: 0 16px; }
    .box-after-before .item img {
      border-radius: 15px;
      width: 100%; }
  .box-after-before .owl-dots {
    display: none; }

.box-dkyngay {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 60px; }
  .box-dkyngay .row {
    justify-content: center; }

.phun-may-490k, .phun-moi-1688k {
  margin-top: 60px; }
  .phun-may-490k .row, .phun-moi-1688k .row {
    align-items: center; }
  .phun-may-490k .title-ss h2, .phun-moi-1688k .title-ss h2 {
    color: white; }
  .phun-may-490k img, .phun-moi-1688k img {
    width: 100%; }
  .phun-may-490k .box-content h2, .phun-moi-1688k .box-content h2 {
    background: var(--Linear, linear-gradient(90deg, #FFFCF3 0%, #FFE5B2 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px; }
  .phun-may-490k .box-content p, .phun-moi-1688k .box-content p {
    padding-right: 120px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 18px;
    color: white; }

#lamdep127k .box-donggia img {
  width: 100%; }

#lamdep127k .box-donggia .list-popup img {
  width: 100%;
  max-width: 100%; }

#lamdep127k .box-donggia img {
  width: 100%;
  max-width: 50%; }

.dichvuhot-127k .title-ss h2 {
  font-size: 24px; }
.dichvuhot-127k .videos iframe {
  border-radius: 14px; }
.dichvuhot-127k h3 {
  max-width: 90%;
  margin: 30px auto 0 auto;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  background: #232A7B;
  border-radius: 50px;
  padding: 9px 40px;
  color: white; }
.dichvuhot-127k .box-content {
  background: #F5F5F5;
  border-radius: 30px;
  padding: 30px; }
  .dichvuhot-127k .box-content p {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize; }
  .dichvuhot-127k .box-content .btn-common-fill {
    margin: 0 auto; }
  .dichvuhot-127k .box-content .box-dkyngay {
    max-width: 100%;
    margin-top: 35px;
    padding: 0 50px; }
    .dichvuhot-127k .box-content .box-dkyngay .select-selected.active {
      color: white !important; }
    .dichvuhot-127k .box-content .box-dkyngay .select-selected {
      color: white; }
    .dichvuhot-127k .box-content .box-dkyngay .select-selected:after {
      color: white;
      right: 65px; }
    .dichvuhot-127k .box-content .box-dkyngay .custom-select {
      padding: 10px;
      background: #232A7B;
      color: white;
      border: none; }
    .dichvuhot-127k .box-content .box-dkyngay input {
      background: #232A7B;
      color: white; }
      .dichvuhot-127k .box-content .box-dkyngay input::placeholder {
        color: white; }

.cosovatchat {
  margin-top: 60px; }
  .cosovatchat .row {
    justify-content: center; }
  .cosovatchat .item {
    margin-bottom: 50px; }
    .cosovatchat .item .content {
      text-align: left;
      display: flex;
      margin-bottom: 13px; }
      .cosovatchat .item .content .detail {
        margin-left: 26px; }
      .cosovatchat .item .content img {
        height: 70px;
        width: 70px;
        border-radius: 0; }
      .cosovatchat .item .content h4 {
        font-size: 20px;
        font-weight: 700;
        color: #DBAE27; }
      .cosovatchat .item .content p {
        min-height: 80px;
        margin-bottom: 0;
        color: #232A7B;
        font-size: 16px; }
    .cosovatchat .item img {
      width: 100%;
      border-radius: 16px; }

footer {
  background: var(--Linear, linear-gradient(90deg, #2F3792 0%, #1E3883 100%));
  padding: 60px 0; }
  footer .info img {
    height: 120px;
    margin-bottom: 50px; }
  footer .info h4 {
    background: var(--Linear, linear-gradient(90deg, #FFFCF3 0%, #FFE5B2 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 30px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase; }
  footer .info p {
    margin-bottom: 5px;
    color: white;
    line-height: 30px;
    font-size: 18px;
    font-weight: 600; }
    footer .info p span {
      color: white;
      line-height: 30px;
      font-size: 18px;
      font-weight: 400; }
  footer .contact-me h4 {
    margin-bottom: 13px;
    font-size: 20px;
    font-weight: 600;
    color: white; }
  footer .contact-me .list-social {
    display: flex;
    align-items: center;
    margin-bottom: 30px; }
    footer .contact-me .list-social img {
      margin: 0 6px; }
  footer .contact-me .download {
    display: flex;
    align-items: center;
    margin-top: 50px; }
    footer .contact-me .download img {
      margin-right: 5px; }
  footer .form-footer {
    border-radius: 15px;
    background: var(--d-9-d-9-d-9, linear-gradient(180deg, #091955 0%, #263167 100%));
    box-shadow: 23px 27px 35.9px -31px #232A7B;
    padding: 40px; }
    footer .form-footer h4 {
      color: white;
      text-transform: uppercase;
      font-size: 40px;
      text-align: center;
      font-weight: 700;
      margin-bottom: 38px; }
    footer .form-footer .btn-common-fill {
      margin: 0 auto; }
    footer .form-footer .box-dkyngay {
      max-width: 100%;
      margin-top: 0; }

.logo-scroll {
  display: none; }

.logo-mb {
  display: none; }

.banner-mb {
  display: none; }

.display-pc {
  display: block; }

.display-mb {
  display: none; }

.footer-pc {
  display: block; }

.footer-mb {
  display: none; }

/*# sourceMappingURL=style.css.map */
