@import "https://fonts.googleapis.com/css2?family=Comforter+Brush&display=swap";
@keyframes zoom {
  0% {
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: scale(1); } }

@keyframes lucidgenzalo {
  0% to {
    transform: rotate(-25deg); }
  50% {
    transform: rotate(25deg); } }

@keyframes scaleAnimation {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1); }
  50% {
    transform: translate(-50%, -50%) scale(1.6); } }

@keyframes scaleAnimation {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1); }
  50% {
    transform: translate(-50%, -50%) scale(1.3); } }

@keyframes shake {
  0%, 100% {
    transform: translate(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate(-2px, 2px); }
  20%, 40%, 60%, 80% {
    transform: translate(1px, 2px); } }

@keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1; }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5; }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1; } }

@keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6; }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6; }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6; } }

@keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); } }

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
body {
  font-family: "Roboto", sans-serif; }
  body h2 {
    line-height: 1.55em; }
  body h1, body h2, body h3, body h4, body h5 {
    font-weight: 700; }
  body .icon-color {
    color: #00488f; }
  body .text-color {
    color: #00488f; }
  body p {
    text-indent: 10px; }
  body .color-bg {
    background-color: #00488f; }
  body .hvr-underline-from-center::before {
    background-color: #00488f; }
  body .section-title {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700; }
    body .section-title h2 {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 20px; }
      body .section-title h2::before {
        content: "";
        width: 50px;
        height: 2px;
        background: #00488f; }
      body .section-title h2::after {
        content: "";
        width: 50px;
        height: 2px;
        background: #00488f; }
      body .section-title h2 span {
        display: inline-block;
        position: relative;
        color: #fff;
        background: #00488f;
        z-index: 1;
        padding: 7px 20px; }

#gioi-thieu {
  background-color: #d1d1d152; }
  #gioi-thieu .box {
    background-color: #00488f;
    border-radius: 15px; }
    #gioi-thieu .box .list {
      list-style: none; }
      #gioi-thieu .box .list li {
        color: #faefd2;
        font-size: 25px; }

.jscroll-to-top {
  bottom: 100px; }

.fcta-zalo-ben-trong-nut {
  transition: all 1s;
  position: absolute;
  text-align: center;
  width: 85%;
  height: 60%;
  left: 3px;
  bottom: 31px;
  line-height: 70px;
  font-size: 25px;
  opacity: 1; }
  .fcta-zalo-ben-trong-nut svg path {
    fill: #fff; }
  .fcta-zalo-ben-trong-nut i {
    transition: all 1s;
    animation: lucidgenzalo 1s linear infinite; }

.fcta-zalo-vi-tri-nut {
  position: fixed;
  bottom: 115px;
  left: 31px;
  z-index: 999; }

.fcta-zalo-nen-nut {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: #0068ff;
  border-radius: 50%;
  position: relative; }
  .fcta-zalo-nen-nut::after {
    content: "";
    position: absolute;
    border: 1px solid #0068ff;
    background: #0068ff80;
    z-index: -1;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: zoom 1.9s linear infinite;
    animation-delay: .4s; }
  .fcta-zalo-nen-nut::before {
    content: "";
    position: absolute;
    border: 1px solid #0068ff;
    background: #0068ff80;
    z-index: -1;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: zoom 1.9s linear infinite; }
  .fcta-zalo-nen-nut:hover .fcta-zalo-ben-trong-nut {
    opacity: 0; }
  .fcta-zalo-nen-nut:hover i {
    transform: scale(0.5);
    transition: all .5s ease-in; }
  .fcta-zalo-nen-nut:hover .fcta-zalo-text {
    transform: scaleX(1);
    opacity: 1; }

div.fcta-zalo-mess {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
  position: fixed;
  bottom: 117px;
  left: 71px;
  z-index: 99;
  background: #fff;
  padding: 7px 15px 7px 29px;
  color: #0068ff;
  border-radius: 0px 50px 50px 0px;
  font-weight: 700;
  font-size: 15px; }

.fcta-zalo-text {
  opacity: 0;
  position: absolute;
  top: 6px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  transform: scaleX(-1);
  transition: all .5s;
  line-height: 1.5;
  font-family: Roboto; }
  .fcta-zalo-text a {
    text-decoration: none;
    color: #fff; }

.fcta-zalo-mess span {
  color: #0068ff !important; }

span#fcta-zalo-tracking {
  font-family: Roboto;
  line-height: 1.5; }

:root {
  --header-height: 70px; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Segoe UI, SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  word-break: break-word; }

.chinh-sach .box {
  border-radius: 18px;
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.556);
  transition: all ease-in-out 0.1s;
  background: #edaeae24; }
  .chinh-sach .box span {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #00488f; }
  .chinh-sach .box h4 {
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    margin: 20px 0;
    color: #00488f; }
  .chinh-sach .box p {
    color: #000000;
    font-size: 15px;
    margin: 0;
    padding: 0; }
  .chinh-sach .box:hover {
    background: #c40600;
    padding: 30px 30px 70px 30px;
    box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18); }
    .chinh-sach .box:hover span {
      color: #fff; }
    .chinh-sach .box:hover h4 {
      color: #fff; }
    .chinh-sach .box:hover p {
      color: #fff; }

.quy-trinh {
  overflow: hidden; }
  .quy-trinh .nav-tabs {
    border: 0; }
  .quy-trinh .nav-link {
    border: 0;
    padding: 12px 15px;
    transition: 0.3s;
    color: #000000;
    border-radius: 0;
    border-right: 2px solid #c40600;
    font-weight: 600;
    font-size: 15px; }
    .quy-trinh .nav-link:hover {
      color: #00488f;
      border-color: #00488f; }
  .quy-trinh .nav-link.active {
    color: #ffffff;
    background: #c40600;
    border-color: #00488f; }
  .quy-trinh .tab-pane.active {
    -webkit-animation: fadeIn 0.5s ease-out;
    animation: fadeIn 0.5s ease-out; }
  .quy-trinh .details {
    background: #c40600; }
    .quy-trinh .details h3 {
      font-size: 26px;
      font-weight: 600;
      margin-bottom: 20px;
      color: #fff; }
    .quy-trinh .details p {
      color: #ffff; }
      .quy-trinh .details p:last-child {
        margin-bottom: 0; }
  .quy-trinh .about-area-timeline {
    border-radius: 18px;
    padding: 18px 20px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.556); }
    .quy-trinh .about-area-timeline .about-timeline-icon {
      width: 35%;
      margin: auto; }

.hinh-anh .gallery-item {
  overflow: hidden;
  border-right: 3px solid #454035;
  border-bottom: 3px solid #454035; }
  .hinh-anh .gallery-item img {
    transition: all ease-in-out 0.4s; }
  .hinh-anh .gallery-item:hover img {
    transform: scale(1.1); }

#header-top {
  background-color: #00488f; }
  #header-top ul {
    list-style-type: none;
    color: #ffff;
    font-size: 15px;
    justify-content: space-between;
    margin: 0px; }

header {
  position: sticky;
  top: 0;
  z-index: 250; }
  header .box-header {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: var(--header-height); }

.header {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height);
  flex-wrap: nowrap; }
  .header .logo {
    font-family: "Comforter Brush", cursive;
    font-size: 38px;
    max-width: 280px;
    height: 50px;
    display: flex;
    align-content: center;
    align-items: center; }
    .header .logo a {
      display: flex;
      align-items: center; }
      .header .logo a img {
        display: block; }
  .header .menu {
    display: contents; }
    .header .menu .drawer {
      display: flex;
      height: var(--header-height); }
      .header .menu .drawer .hvr-bounce-to-top:before {
        background: #c40600;
        color: #ffffff; }
      .header .menu .drawer a {
        text-transform: capitalize;
        transition: all 0.1s linear;
        display: flex;
        align-items: center;
        padding: 0 15px;
        color: #00488f;
        text-decoration: none;
        font-size: 17px; }
        .header .menu .drawer a:hover {
          background: #c4070016;
          color: #ffffff; }
        .header .menu .drawer a:active {
          background: #e0e0e0;
          color: #ffff; }

.menu-btn {
  background: transparent;
  border: none;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: absolute;
  right: 11px;
  top: 8px;
  display: none;
  cursor: pointer;
  right: 3px; }
  .menu-btn:active {
    background: #f3f3f3; }

.close-btn {
  background: transparent;
  border: none;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: absolute;
  right: 11px;
  top: 8px;
  display: none;
  cursor: pointer; }
  .close-btn:active {
    background: #f3f3f3; }

.img {
  height: calc(100vh - 53px);
  width: 100%;
  object-fit: cover;
  display: block; }

.body {
  overflow: hidden; }

#why-us .hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  text-decoration: none;
  color: #000000; }
  #why-us .hvr-wobble-to-top-right:hover {
    animation-name: hvr-wobble-to-top-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1; }

#why-us a:hover {
  color: #00488f;
  outline: 0;
  text-decoration: none;
  outline: none; }

#why-us .about-area-timeline .about-timeline-single {
  display: flex;
  position: relative;
  flex-direction: row;
  padding-bottom: 25px;
  align-items: center; }
  #why-us .about-area-timeline .about-timeline-single .about-timeline-icon {
    height: auto;
    width: 30%;
    line-height: 66px;
    text-align: center;
    display: inline-block;
    font-size: 90px;
    color: var(--color-main);
    margin: 10px; }
  #why-us .about-area-timeline .about-timeline-single .about-timeline-content {
    width: 70%; }

#introduce {
  padding-bottom: 50px; }
  #introduce .box-img {
    padding: 0px; }

#gioi-thieu {
  margin-top: 20px;
  padding: 40px 0px; }
  #gioi-thieu .box-content {
    margin-bottom: 20px; }
    #gioi-thieu .box-content p {
      font-size: 17px;
      text-align: justify; }
  #gioi-thieu .box-items {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    #gioi-thieu .box-items li {
      width: 50%;
      text-align: start;
      font-size: 18px;
      padding-left: 10px; }

#dich-vu {
  padding: 20px 0px;
  background: #878b941a; }
  #dich-vu .card-item {
    width: 400px; }
  #dich-vu .box-title {
    padding-top: 20px;
    margin-bottom: 20px; }
  #dich-vu .slick-prev {
    left: -60px;
    font-size: 20px;
    z-index: 11;
    width: 39px;
    height: 66px; }
    #dich-vu .slick-prev:before {
      font-size: 36px;
      border-radius: 1px;
      line-height: 1.9em;
      color: #00488f; }
  #dich-vu .slick-next {
    right: -60px;
    font-size: 20px;
    z-index: 11;
    width: 39px;
    height: 66px; }
    #dich-vu .slick-next:before {
      font-size: 36px;
      border-radius: 1px;
      line-height: 1.9em;
      color: #00488f; }
  #dich-vu .slick-dots {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%); }
  #dich-vu .box-content {
    padding: 19px 69px 25px 69px; }
  #dich-vu .on-mobile {
    display: none; }
  #dich-vu .card:hover .card-hv {
    background-color: #00488f;
    color: #ffffff; }
    #dich-vu .card:hover .card-hv h5 {
      color: #ffffff; }
  #dich-vu .card .item-img img {
    height: 172px; }

.tell {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  padding: 10px;
  color: #ec4646;
  border: 3px dashed #ec4646; }

.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999; }

.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block; }

.hotline-phone-ring-circle {
  width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: #e21010;
  border-radius: 100%;
  border: 2px solid #e60808;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
  width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: #e21010;
  border-radius: 100%;
  border: 2px solid #e60808;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5; }

.hotline-phone-ring-circle-fill {
  width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: #e21010;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: #e21010;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.hotline-phone-ring-img-circle {
  background-color: #ea1010;
  width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ea1010;
  width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center; }
  .hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .hotline-phone-ring-img-circle .pps-btn-img img {
      width: 20px;
      height: 20px;
      width: 20px;
      height: 20px; }

.hotline-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 180px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  left: 33px;
  bottom: 37px;
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 180px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  left: 33px;
  bottom: 37px; }
  .hotline-bar > a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-indent: 50px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: Arial;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-indent: 50px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: Arial; }
    .hotline-bar > a:hover {
      color: #fff;
      color: #fff; }
    .hotline-bar > a:active {
      color: #fff;
      color: #fff; }

.item-href a {
  width: 30%;
  color: #ffff;
  font-size: 18px; }

.item-href .item-href-left {
  background-color: #00488f; }
  .item-href .item-href-left:hover {
    background-color: #00488fdb;
    color: #ffff; }

.item-href .item-href-right {
  border: 1px solid #00488f;
  color: #00488f; }
  .item-href .item-href-right:hover {
    background-color: #00488f;
    color: #ffff; }

@media (max-width: 768px) {
  .item-href a {
    width: 100%; } }

#customer-reviews {
  position: relative;
  background-color: #00488f; }
  #customer-reviews .slick-next {
    right: 0px;
    z-index: 3; }
  #customer-reviews .slick-prev {
    left: 0px;
    z-index: 3; }
  #customer-reviews .over {
    background-color: rgba(0, 0, 0, 0.79);
    align-items: center; }
  #customer-reviews .over-fill {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
    opacity: 1; }
  #customer-reviews .card {
    display: flex;
    justify-content: center;
    align-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background-color: transparent !important;
    border: none;
    box-shadow: none !important; }
    #customer-reviews .card img {
      border-radius: 50%;
      width: 150px;
      height: 150px;
      object-fit: cover; }
    #customer-reviews .card .card-body {
      background-color: transparent !important; }
    #customer-reviews .card .card-title {
      color: #ffffff; }
    #customer-reviews .card .card-text {
      color: #ffffff; }

#footer {
  display: block;
  background: url(https://tivatech.vn/images/backgrounds/bg_footer.jpg) no-repeat;
  background-size: cover;
  background-position: top left;
  padding-top: 70px;
  color: #fff;
  padding-bottom: 70px;
  position: relative; }
  #footer ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-around; }
    #footer ul li {
      color: #fff; }
      #footer ul li a {
        color: #ffffff;
        text-decoration: none; }
  #footer .footer {
    text-align: center;
    background-color: #cf1f1f;
    padding: 20px;
    color: #fff; }
  #footer iframe {
    width: 100%;
    height: 450px; }
  #footer .img-item {
    position: relative; }
    #footer .img-item .img-1 {
      position: absolute; }
    #footer .img-item .img-2 {
      position: absolute;
      left: 25%; }
  #footer .address-top {
    font-size: 24px; }

#link-nn {
  margin-top: 20px;
  padding: 40px 0px;
  margin-top: 20px;
  padding: 40px 0px; }
  #link-nn .text-color-1 {
    color: #00488f;
    font-weight: bold;
    color: #00488f;
    font-weight: bold; }

@media (max-width: 992px) {
  .quy-trinh .nav-link {
    border: 0;
    padding: 15px; } }

@media (max-width: 768px) {
  #introduce {
    padding: 10px 0px;
    margin: 0px;
    padding-bottom: 20px;
    padding-bottom: 20px; }
  #gioi-thieu {
    margin-top: 0px;
    padding: 20px 0px;
    margin-top: 0px;
    padding: 20px 0px; }
    #gioi-thieu #gioi-thieu .box-items li {
      width: 100%; }
  #dich-vu .card-item {
    width: 100%; }
    #dich-vu .card-item h4 {
      font-size: 16px; }
  #dich-vu .on-mobile {
    display: block; }
  #dich-vu .on-pc {
    display: none; }
  #dich-vu .box-content {
    padding: 0px; }
  #dich-vu .slick-prev {
    left: 0px;
    font-size: 16px; }
  #dich-vu .slick-next {
    right: 0px;
    font-size: 16px; }
  #dich-vu .card .item-img img {
    height: 127px; }
  body .overturned {
    display: flex;
    flex-direction: column-reverse;
    display: flex;
    flex-direction: column-reverse; }
  body .item-img {
    margin-top: 20px;
    margin-top: 20px; }
  body .title {
    margin-top: 20px;
    margin-top: 20px; }
  body p {
    margin: 0px;
    margin: 0px; }
  #lien-he {
    padding: 20px 0px; }
    #lien-he .box-call {
      align-items: center;
      flex-direction: column; }
    #lien-he h2 {
      font-size: 26px; }
  .item {
    padding: 5px; }
    .item h3 {
      font-size: 17px; }
    .item p {
      font-size: 15px; } }

@media (max-width: 760px) {
  div.fcta-zalo-mess {
    display: none;
    display: none; }
  span#fcta-zalo-tracking {
    display: none;
    display: none; }
  #header-top {
    display: none;
    display: none; } }

@media (max-width: 1140px) {
  .header .menu .drawer {
    padding: 0;
    padding: 0; } }

@media (max-width: 920px) {
  nav {
    margin: 0px;
    margin: 0px; }
  .header .menu {
    display: flex;
    position: fixed;
    top: 0;
    left: -925px;
    width: 100%;
    height: 100%;
    z-index: 300;
    display: flex;
    position: fixed;
    top: 0;
    left: -925px;
    width: 100%;
    height: 100%;
    z-index: 300; }
    .header .menu .blank {
      height: 100%;
      flex: 1;
      height: 100%;
      flex: 1; }
    .header .menu .drawer {
      box-shadow: 2px 0 12px rgba(0, 0, 0, 0.4);
      padding-top: 50px;
      height: 100%;
      width: 225px;
      background: #fff;
      flex-direction: column;
      position: fixed;
      left: -240px;
      transition: all 200ms linear;
      overflow: auto;
      box-shadow: 2px 0 12px rgba(0, 0, 0, 0.4);
      padding-top: 50px;
      height: 100%;
      width: 225px;
      background: #fff;
      flex-direction: column;
      position: fixed;
      left: -240px;
      transition: all 200ms linear;
      overflow: auto; }
      .header .menu .drawer a {
        padding: 20px;
        color: #1b1b1e;
        padding: 20px;
        color: #1b1b1e; }
  .header .logo {
    margin-left: 17px;
    margin-left: 17px; }
  .menu-btn {
    display: block;
    color: #fff;
    display: block;
    color: #fff; }
  .close-btn {
    display: block;
    display: block; }
  .drawer-visible {
    left: 0 !important;
    left: 0 !important; }
  .blur {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(15px);
    left: 0 !important;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(15px);
    left: 0 !important; } }
