/**
* Template Name: Medicio - v2.1.1
* Template URL: https://bootstrapmade.com/medicio-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #fcfdfe;

  font-size: 25px;
}

.fixed-top {
  position: fixed;
}

.heading-h1 {
  font-weight: bold !important;
  padding: 0;
  margin: 0;
  font-family: "Segoe UI", Tahoma Bold, Geneva, Verdana, sans-serif !important;
}
.heading-h2 {
  font-family: Verdana, Geneva, Tahoma, sans-serif !important ;
  font-weight: bold;
  /* font-family: Georgia, 'Times New Roman', Times, serif; */
}
.heading-h3 {
  font-family: Verdana, Geneva, Tahoma, sans-serif !important ;
  font-weight: bold;
  /* font-family: Georgia, 'Times New Roman', Times, serif; */
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.898);
}

@keyframes bouncing-loader {
  to {
    opacity: 0.1;
    transform: translate3d(0, -16px, 0);
  }
}

.bouncing-loader {
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
}
.bouncing-loader {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bouncing-loader > div {
  width: 16px;
  height: 16px;
  margin: 3rem 0.2rem;
  background: #13007d;
  border-radius: 50%;
  animation: bouncing-loader 0.6s infinite alternate;
}

.bouncing-loader > div:nth-child(2) {
  animation-delay: 0.2s;
}

.bouncing-loader > div:nth-child(3) {
  animation-delay: 0.4s;
}
/* @keyframes animate-preloader {
  0% {
    -moz-transform: translateX(100%);
}
100% {
    -moz-transform: translateX(-100%);
}
} */
.loader {
  margin: 0 auto;
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #13007d;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 10%;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #0c0094;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #f7941d;
  color: #fff;
  text-decoration: none;
}
.alert {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.call {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 7%;
  left: 2%;
  z-index: 10000;
}
.mt {
  border-top: 5px solid transparent;
  /* border-right: 15px solid transparent; */
  border-bottom: 5px solid transparent;
  border-right: 5px solid rgb(255, 255, 255);
  border-left: 5px solid transparent;
  width: 0;
  height: 0;
  display: none;
}
.number-phone {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255);
  height: auto;
  width: 100%;
  border-radius: 10px;
  font-size: 1rem;
  padding: 5px;
  color: red;
  display: none;
}
#app1 {
  width: 50px;
  height: 50px;
  background-color: #13007d;
  color: #fff;
  font-size: 20px;
  padding: 13px;
  line-height: 1;
  border-radius: 50%;
  animation: pulse 1s cubic-bezier(0, 0, 0, 0) 0.3s infinite;
  border: 1px solid rgba(216, 216, 216, 0.8);
}

#app1 i {
  text-shadow: 0 2px 10px #12055c;
  animation: changeSize 1s cubic-bezier(0, 0, 0, 0) 0s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #13007d;
  }
  25% {
    box-shadow: 0 0 0 5px #13007d6b;
  }
  50% {
    box-shadow: 0 0 0 10px #13007d65;
  }
  75% {
    box-shadow: 0 0 0 15px #13007d27;
  }
  /* 100% {box-shadow: 0 0 0 40px #fff;} */
}

@keyframes changeSize {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(0.8);
  }
  /* 75% { transform: scale(1.1); } */
  100% {
    transform: scale(1);
  }
}

/* call phone */

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}
.b-1 {
  font-weight: 600;
}
.nav-menu a {
  padding: 10px;
  display: block;
  position: relative;
  color: #000000;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
  color: #ffffff;
  padding: 10px;
  background-color: #13007d;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 15px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #194b4d;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
  color: #13007d;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  /* font-family: IcoFont; */
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  /* font-family: IcoFont; */
  position: absolute;
  right: 15px;
}
.owl-prev {
  width: 1rem !important;
  height: 100px;
  position: absolute;
  top: 30%;
  left: 0;
  display: block !important;
  border: 0px solid black;
}

.owl-next {
  width: 1rem !important;
  height: 100px;
  position: absolute;
  /* background: #000; */
  top: 30%;
  right: 0;
  display: block !important;
  border: 0px solid black;
}
.owl-prev span,
.owl-next span {
  font-size:3rem !important;
  transform: scale(2);
  color: orange !important;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Appointment Button */
.appointment-btn {
  margin-left: 25px;
  background: #3fbbc0;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.appointment-btn:hover {
  background: #65c9cd;
  color: #fff;
}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
  color: #ffffff;
  padding: 10px;
  background-color: #13007d;
}
.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
  color: #3fbbc0;
}
/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 30px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #2e3192;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 99999999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #555555;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #12055c;
  font-weight: bold;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  /* font-family: IcoFont; */
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(60, 60, 60, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.logo-image {
  height: 90px;
  padding: 5px;
}

/* nang cao doanh thu */
.revenues {
  height: auto;
}
.revenue .heading-h1 {
  /* Tahoma Bold Doanh thu */
  text-align: left;
  text-transform: uppercase;
  color: #13007d;
  font-weight: bold;
  font-size: 5.8rem;
  padding: 0;
  margin: 0;
  /* font-weight: 700; */
}
.revenue .heading-h3 {
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 35px;
  color: black;
  /* font-weight: 500; */
}
.revenue .heading-h2 {
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  color: #121921;
  font-size: 1.5rem;
  text-align: justify;
}
.revenue .revenue-detail {
  margin-top: 0px;
  float: right;
  width: 75%;
}
.revenue .revenue-detail p {
  margin-top: 25px;
  font-size: 1.03rem;
  font-style: italic;
  letter-spacing: 0.7;
  letter-spacing: 200%;
  text-align: right;
  word-break: normal;
  text-align: justify;
}
/* .revenue button{
  float: right;
  padding: 3px 10px;
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  text-transform:uppercase; 
  color: blue; 
  background-color: #ffffff;
   border: solid #2E3192 ;
   border-radius: 8px;
}
.revenue button:hover{
  color: white; 
  background-color: #13007d;
   border: solid #2E3192 ;
} */
.revenue-image-tv1 {
  margin-top: 15%;
}
.revenue-image-tv3 {
  margin-top: 12%;
}
.btn {
  font-family: Helvetica, Arial, Helvetica, sans-serif;
  cursor: pointer;
  float: right;
  padding: 3px 10px;
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  border: solid #121921;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #13007d;
}
.btn-fixed {
  position: fixed;
  top: 13%;
  /* right:52%; */
  right: 2%;
  z-index: 1000000;
  /* color: #13007d; */
  background-color: #13007d;
  color: #fff;
  cursor: pointer;
  padding: 6px 15px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  border: unset;
  border-radius: unset;
  /* overflow: hidden; */
  -webkit-box-shadow: 10px 10px 11px -8px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: 10px 10px 11px -8px rgba(0, 0, 0, 0.61);
  box-shadow: 10px 10px 11px -8px rgba(0, 0, 0, 0.36) !important;
  border-radius: 25px;
}

.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #13007d;
}
.btn--left a {
  text-decoration: none;
  color: unset;
}
.btn--left:hover {
  color: white;
}
.btn--left:before {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;

  transition: width 0.25s linear;
}
.btn--left:hover:before {
  width: 100%;
}
/* story  */
.story {
  height: auto;
  width: 100%;
}

.story-title {
  height: 1350px;
  width: 1000px;
  position: relative;
}
.story-detail {
  box-sizing: border-box;
  height: 700px;
  width: 98%;
  /* margin: 0 2%; */
  position: absolute;
  top: 550px;
  border-radius: 15% 0 15% 0;
  background-color: red;
  overflow: hidden;
  margin: 0 2%;
  /* border: #2100da solid 5px; */
  /* border: double 5em transparent; */
  background: linear-gradient(to right, gold, rgb(255, 50, 50));
  /* background-origin: border-box;
  background-clip: content-box, border-box; */
}
.story-detail .story-detail-content {
  background: rgb(255, 255, 255);
  position: absolute;
  border-radius: 15% 0 15% 0;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  overflow: hidden;
}
.story-detail .story-detail-content p {
  position: absolute;
  left: 6%;
  top: 6%;
  width: 90%;
  height: 30%;
  font-size: 21px;
  font-style: italic;
  color: black;
  font-weight: 400;
  text-align: justify;
  padding: 0 10px;
}
.story-detail .story-detail-content .diagram {
  /* height: 70%; */
  width: 60%;
  position: absolute;
  left: 20%;
  bottom: 0;
}

.story-title .story-image {
  /* height: ; */
  width: 100%;
  position: relative;
  transform: scale(1.5);
}
.story-title .story-title-h .heading-h2 {
  /* height: ; */
  position: absolute;
  top: 9%;
  font-weight: 600;
  left: 18%;
  font-size: 3.3rem;
  color: white;
  z-index: 100;
}
.story-title .story-title-h .of-suns {
  /* height: ; */
  width: 400px;
  height: 200px;
  background-image: url("../img/brush-1_1.png");
  background-size: 350px 300px;
  background-repeat: no-repeat;
  position: absolute;
  top: 5%;
  left: 35%;
  color: white;
  transform: scale(1.5);
}
.story-title .story-title-h .word {
  position: absolute;
  top: 25%;
  left: 15%;
  letter-spacing: 0.8px;
  text-align: justify;
  line-height: 170%;
  width: 70%;
  color: white;
  font-size: 1.09rem;
}
.story-title .story-title-h .of-suns .heading-h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 27% 7%;
  letter-spacing: 2px;
}
/* diagram */
.diagram {
  height: auto;
  width: 100%;
  /* background-color: red; */
  margin: 0 auto;
}
.diagram-title {
  width: auto;
  color: #121921;
  /* background-color: red; */
}
.diagram-title .heading-h1 {
  text-align: left;
  font-size: 80px;
  color: #13007d;
  font-weight: bold;
  margin-top: -20px;
  padding-top: 0;
  letter-spacing: 10px;
}
.diagram-title .heading-h3 {
  text-align: right;
}
.diagram-title .heading-h2 {
}
.diagram-detail {
  position: relative;
  /* height: 800px; */
  background-image: url("../img/image-3/quy-trinh-lp-pk.png");
  /* background-color: red; */
  /* opacity: 0.5; */
  /* filter: blur(8px);
  -webkit-filter: blur(8px); */
  width: 100%;
  padding: 0;
  background-size: contain;
  background-repeat: no-repeat;
  /* background-size: 100%; */
}

.diagram-show {
  position: relative;
  height: 100%;
  width: auto;
  opacity: 1;
  cursor: pointer;
}

.show-5 {
  position: absolute;
  top: 15%;
  height: 42%;
  width: 25%;
  /* display: none; */
  opacity: 1;
  border-radius: 10%;
}

.chuthich {
  padding: 1.4rem;
  color: white;
  display: none;
  text-align: justify;
  cursor: pointer;
  font-size: 0.9rem;
}
.show-5:hover {
  align-items: center;
  width: 70%;
  border-radius: 25px;
}

.show-5:hover p {
  border-radius: 25px;
  background-color: #2e3192;
  display: block;
  margin-left: 27%;
  margin-top: 1%;
}

.show-6 {
  position: absolute;
  top: 0%;
  height: 30%;
  width: 18%;
  left: 16%;
  border-radius: 10%;
  /* display: none; */
  opacity: 1;
}

.show-6:hover {
  /* pointer-events:none; */
  /* top: 35%; */
  align-items: center;
  width: 60%;
  /* left: 25%; */
  border-radius: 25px;
}
.show-6:hover p {
  margin-top: 0%;
  margin-left: 27%;
  background-color: #2e3192;
  display: block;
  border-radius: 25px;
}
.show-7 {
  position: absolute;
  top: 15%;
  height: 26%;
  width: 20%;
  left: 37%;
  border-radius: 10%;
  /* display: none; */
  opacity: 1;
}

.show-7:hover {
  /* pointer-events:none; */
  /* top: 35%; */
  align-items: center;
  width: 50%;
  /* left: 25%; */
  border-radius: 25px;
}
.show-7:hover p {
  margin-top: 30%;
  background-color: #2e3192;
  display: block;
  border-radius: 25px;
}

.show-8 {
  position: absolute;
  top: 2%;
  height: 20%;
  width: 20%;
  left: 53%;
  /* display: none; */
  border-radius: 10%;
  opacity: 1;
}

.show-8:hover {
  /* pointer-events:none; */
  /* top: 20%; */
  align-items: center;
  width: 50%;
  /* left: 25%; */

  border-radius: 25px;
}
.show-8:hover p {
  margin-top: 20%;
  background-color: #2e3192;
  display: block;
  border-radius: 25px;
}
.show-9 {
  position: absolute;
  top: 30%;
  height: 30%;
  width: 15%;
  right: 31%;
  border-radius: 10%;
}

.show-9:hover {
  align-items: center;
  border-radius: 25px;
  width: 60%;
}
.show-9:hover p {
  margin-right: 23%;
  margin-top: 13%;
  background-color: #2e3192;
  display: block;
  border-radius: 25px;
}
.show-1 {
  position: absolute;
  top: 30%;
  height: 33%;
  width: 30%;
  right: 0;
  border-radius: 10%;

  /* background-color: red; */
}

.show-1:hover {
  align-items: center;
  width: 65%;
  border-radius: 25px;
}
.show-1:hover p {
  margin-right: 30%;
  margin-top: 16%;
  background-color: #2e3192;
  display: block;
  border-radius: 25px;
}
.show-2 {
  position: absolute;
  bottom: 0;
  height: 25%;
  width: 20%;
  right: 0;
  border-radius: 10%;
  opacity: 1;
}

.show-2:hover {
  align-items: center;
  width: 60%;
  border-radius: 25px;
}
.show-2:hover p {
  margin-right: 30%;
  margin-top: 5%;
  background-color: #2e3192;
  display: block;
  border-radius: 25px;
}
.show-3 {
  position: absolute;
  bottom: 0;
  height: 40%;
  width: 25%;
  left: 45%;
  border-radius: 10%;
}

.show-3:hover {
  align-items: center;
  width: 40%;

  border-radius: 25px;
}
.show-3:hover p {
  /* margin-right: 30%; */
  margin-top: -10%;
  background-color: #2e3192;
  display: block;
  border-radius: 25px;
}
.show-4 {
  position: absolute;
  bottom: 5%;
  height: 58%;
  width: 40%;
  left: 1%;
  border-radius: 10%;
}

.show-4:hover {
  height: 58%;
  width: 80%;
  border-radius: 25px;
}

.show-4:hover p {
  margin-top: 25%;
  margin-left: 48%;
  background-color: #2e3192;
  display: block;
  border-radius: 25px;
}

.diagram-image {
  opacity: 0;
  object-fit: cover;
  pointer-events: none;
  /* z-index: -100; */
}

/* breakthrough */
/* Hành trình bứt phá */
.breakthrough {
  height: auto;
  margin-bottom: 10%;
  margin-top: 10%;
}
.breakthrough-title {
  /* overflow: hidden; */
  z-index: -100;
}
.breakthrough-title .heading-h2 {
  text-align: left;
  font-size: 2.2rem;
  z-index: 1000;
  position: relative;
  padding-left: 50px;
  color: #13007d;
  letter-spacing: 4px;
}

.breakthrough-title .heading-h1 {
  text-align: right;
  font-size: 80px;
  z-index: 100;
  color: white;
  position: relative;
}
.breakthrough-title {
  position: relative;
  width: 47%;
}
.breakthrough-image2 {
  display: none;
}
.breakthrough-image {
  position: absolute;
  top: -1%;
  height: 300px;
  right: 10%;
  transform: scale(2.2);
  z-index: 100;
}
.butpha {
  max-width: 100%;
  height: auto;
  cursor: pointer;
}
.nav-tabs {
  /* height: 100%; */
  max-width: 100%;
  color: black !important;
  border-radius: 4px;
}
.tab-content {
  max-width: 100%;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#tabs-1 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-height: 100% !important;
}
#tabs-2 {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
#tabs-3 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  /* max-width: 100%; */
  /* height: 500px; */
}

#tabs-4 {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.icon-htbp {
  height: 69px;
  width: 60px;
  padding: 18px;
}
.nav-tabs {
  box-sizing: border;
  border: 1px rgba(208, 208, 208, 0.07) solid;
  background-color: #f8f8f8;
  padding: 2px 0;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  font-size: 1.2rem;
  color: black !important;

  font-weight: 600;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: black !important;
  border-top: none;
  border-left: none;
  border-right: orange 5px solid;
  /* border-color: orange; */
}
.tab-detail {
  padding: 20px;
  /* font-size: 15px; */
  text-align: justify;
  max-width: 70%;
  /* max-height: 100%; */
  position: absolute;
  left: 10%;
  bottom: 5%;
  font-weight: 500;
  color: white;
  background-color: #1b0596d7;
  border-radius: 3px;
  cursor: pointer;
}
.blur-hover {
  background: rgba(242, 242, 242, 0.336) !important;
  filter: blur(10px) !important;
  z-index: 0;
}
.blur-zindex {
  z-index: 10 !important;
}
.carousel-control-next,
.carousel-control-prev {
  width: 10%;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  height: 25px;
  width: 25px;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='orange' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='orange' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.carousel-control-prev,
.carousel-control-next {
  bottom: 20%;
}
/* hover image */
.hover-img {
  max-height: 440px;
  max-width: 100%;
}
.hover-img .big-img {
  display: block;
  margin: 0 auto;
  /* height:100%; */
  width: 100%;
  border-radius: 4px;
}
.detail-img {
  border-radius: 4px;
  font-size: 1rem;
  background: #13007d;
  color: #fff;
  padding: 1%;
  /* height:5%; */
  /* margin:0 5.5%; */
  text-align: justify;
}
.small-img {
  max-height: 440px;
  display: block;
  margin: 0 auto;
  height: 100%;
}
/*  */
.carousel-full {
  height: 100%;
}
.carousel-tab {
  height: 96% !important;
}
.tab-pane {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.tab-detail:hover {
  opacity: 0;
  transition: all 0.5s;
}
/* customer */

.gallery {
  overflow: hidden;
}

.gallery .owl-nav,
.gallery .owl-dots {
  margin-top: 25px;
  text-align: center;
}
/* 
.gallery .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
} */

.gallery .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e0f4f5 !important;
}

.gallery .owl-dot.active {
  background-color: #f7941d !important;
}
.gallery-carousel {
  width: 60%;
  padding-top: 7% !important;
  overflow-x: hidden;
}
.gallery .gallery-carousel .owl-stage-outer {
  overflow: visible;
}
.gallery .gallery-carousel .active {
  /* background-color: blue; */
  padding: 0.1%;
}
.gallery .gallery-carousel .active img {
  display: block;
  align-items: center;
  margin-top: 50px;
}
.owl-carousel.owl-drag {
  margin: auto 0;
}
.owl-item img {
  margin: 0 auto !important;
}
.owl-item {
  /* background-color:yellow; */
  padding: 0.1%;
}

.gallery .gallery-carousel .center img {
  height: auto;

  width: 100% !important;
  height: auto !important;
  margin-top: -50px !important;
}
.gallery .gallery-carousel img:hover {
  filter: unset;
}
.gallery .gallery-carousel .center {
  /* height:400px; */
  /* border: 6px solid #f7941d; */
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  /* background: #fff; */
  z-index: 1;
  border-radius: 5%;
  margin-top: unset !important;
}

.owl-carousel .owl-item img {
  margin: 5% auto;
  width: unset !important;
}
.gallery .gallery-carousel {
  align-items: center;
  /* background:red; */
}

/* .owl-carousel .owl-stage {
  background: black;
} */
.gallery .heading-h1 {
  color: #13007d;
  text-transform: uppercase;
  text-align: right;
  font-weight: 700;
  font-size: 80px;
  letter-spacing: 6px;
}
.gallery .heading-h3 {
  text-align: right;
  font-size: 30px;
}
.gallery-title {
  padding-bottom: 20px;
  padding-top: 20px;
  width: auto;
  margin: 0 auto;
}

.carousel-indicators li {
  background-color: #f7941d;
  padding: 3px;
  box-sizing: border-box;
  border-radius: 4px;
}
.carousel-indicators {
  position: unset;
}
/* .active .gallery-image{
} */

.gallery-image {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);

  height: 70px;
  width: 70px;
}

/* certificate */
.certificate {
  margin-top: 5%;
  margin-bottom: 5%;
}
.certificate .heading-h1 {
  color: #13007d;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 80px;
  text-align: right;
}
.certificate .heading-h3 {
  text-align: center;
  font-size: 30px;
}
.certificate p {
  color: #121921;
}
.certificate-title {
  width: auto;
  margin: 0 auto;
  text-align: right;
}
.certificate-detail {
  font-size: 20px;
  /* letter-spacing: 1.2px; */
  text-align: justify;
}
.certificate-bg2 {
  background-image: url("../img/brush-3_1.png") !important;
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.bg-carousel {
  /* background-color:rgb(0, 0, 0); */
  background-image: url("../img/brush-4_1.png") !important;
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: right bottom;
}
/* quản lý đỉnh cao */
.position {
  font-size: 1.05rem;
  font-weight: 500;
}
.name .reply {
  text-align: justify;
  font-size: 1.1rem;
  font-weight: 500;
}
.name .question {
  text-align: justify;
  font-size: 1.1rem;
}
/* contact */
#contact {
  background: url(../img/contact-background.jpg);
  background-size: cover;
  /* max-width: 110%; */

  height: auto;
}
.contact-image2 {
  display: none;
}
.contact-title {
  background: url(../img/brush-1_1a.png);
  position: relative;
  max-width: 100%;
  height: 300px;
  width: auto;
  margin-left: 270px;
  background-repeat: no-repeat;
}
.contact-title .heading-h1 {
  padding-top: 200px;
  font-weight: 500;
  font-size: 55px;
  margin-left: -40%;
  text-transform: uppercase;
}
.contact-title .heading-h3 {
  color: #13007d;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  padding-top: 5px;
  padding-left: 130px;
}

.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #3fbbc0;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #c5ebec;
}

.contact .info-box .heading-h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  /* box-shadow: 0 0 20px rgba(214, 215, 216, 0.5); */
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 0.5s linear infinite;
  animation: animate-loading 5s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #3fbbc0;
}

.contact .php-email-form input {
  padding: 20px 15px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #13007d;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  text-transform: uppercase;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #f7941d;
}

.form-control {
  border-radius: 25px !important;
}
.product {
  align-items: center;
  margin: auto;
  width: 100%;
  height: 40px;
  border-radius: 25px;
  padding-left: 1rem;
  font-size: 14px;
  color: gray;
  background-color: white;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.seo {
  display: none;
}
#footer {
  background: #121921;
  padding: 0 0 30px 0;
  color: #ffffff;
  font-size: 14px;
}

#footer .footer-top {
  background: #13007d;
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.footer-newsletter ul > li {
  font-size: 1rem;
  margin-bottom: 5px;
}
.footer-newsletter ul > li > a {
  color: #fff;
}
.footer-logo img {
  max-width: 100%;
  height: auto;
  width: 150px;
}
.footer-info .heading-h3 {
  color: #ffffff;
}
.footer-info > p {
  padding: 10px;
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 200%;
}
#footer .footer-top .footer-info .heading-h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #3fbbc0;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #65c9cd;
  text-decoration: none;
}
/* 
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
} */

#footer .footer-top .footer-links {
  margin-bottom: 30px;
  margin-top: 1rem;
  font-size: 1rem;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ffffff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #3fbbc0;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #3fbbc0;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #65c9cd;
}

#footer .copyright {
  display: block;
  text-align: center;
  padding-top: 10px;
}

#footer .copyright p {
  display: block;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
}
.footer-newsletter {
  margin-top: 1rem;
}
.footer-newsletter > ul > li {
  list-style-type: none;
}
.footer-newsletter > ul > li > a > img {
  max-width: 100%;
  height: 35px;
  justify-content: space-between;
}
.icon-contact {
  margin-top: 0.7rem;
}
.twitter {
  background: #5aabe5;
  padding: 3px 5px;
  border-radius: 20px;
}
.facebook {
  background: #3f7be9;
  padding: 3px 5px;
  border-radius: 20px;
  font-size: 15px;
}
.instagram {
  background: #e32095;
  padding: 3px 5px;
  border-radius: 20px;
}
.google-plus {
  background: #5aabe5;
  padding: 3px 5px;
  border-radius: 20px;
}
.linkedin {
  background: #4789eb;
  padding: 3px 5px;
  border-radius: 20px;
}
.youtube {
  background: #e7442a;
  padding: 3px 5px;
  border-radius: 20px;
}

.copyright p {
  color: #e5e0e0;
  font-size: 12px;
  margin-bottom: -20px;
}

/*scroll menu*/

/* .smart-scroll{
    position: fixed !important;
      top:0 ;
      right: 0;
      left: 0;
      z-index: 1030;
  } */
.scrolled-down {
  transform: translateY(-100px);
  transition: all 0.3s ease-in-out;
}
.scrolled-up {
  transform: translateY(0px);
  transition: all 0.3s ease-in-out;
}

/* PC low 1366 */
@media (max-width: 1363px) {
  .revenue .heading-h1 {
    font-size: 70px;
  }
  .revenue .heading-h2 {
    font-size: 20px;
  }
  .certificate .heading-h1 {
    font-size: 50px;
    text-align: right;
  }
  .gallery .heading-h1 {
    font-size: 50px;
    text-align: right;
  }
  .breakthrough-title .heading-h1 {
    font-size: 60px;
  }
  .diagram-title .heading-h1 {
    font-size: 60px;
    margin-top: -10px;
  }
  .breakthrough-image {
    height: 250px;
  }
  .story-title .story-title-h .word {
    position: absolute;
    top: 23%;
    left: 19%;
    letter-spacing: 0.5px;
    text-align: justify;
    line-height: 150%;
    width: 60%;
    color: white;
  }
  .story-detail .story-detail-content .diagram {
    /* height: 64%; */
    width: 63%;
    position: absolute;
    left: 20%;
    bottom: 4%;
  }
  .nav-tabs {
    /* height: 20vh; */
    max-width: 100%;
    z-index: 100;
    /* max-height:30vh; */
  }

  /* .tab-content {
    height: 30vh;
  } */

  .comment-image {
    align-items: center;
    margin: auto 0;
  }
  .comment-image img {
    display: block;
    align-items: center;
    min-height: 250px;
    /* max-height: 90%; */
    min-width: 100%;
  }
}
/* < Tablet  pro*/

@media (min-width: 768px) and (max-width: 991px) {
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link {
    font-size: 1.2rem !important;
  }
  .detail-img {
    padding: 2%;
  }
  .contact-title .heading-h1 {
    margin-left: unset;
  }
  .certificate {
    margin-top: 15%;
  }
  .name .question,
  .name .reply {
    font-size: 0.7rem;
  }
  .comment-image img {
    min-height: unset;
  }
  .story-detail .story-detail-content .diagram {
    height: auto;
    width: 80%;
    position: absolute;
    left: 10%;
    bottom: 4%;
  }
  .story-detail .story-detail-content p {
    font-size: 1.3rem;
  }

  .tab-content {
    margin-top: 50px;
  }
  .diagram-title {
    width: unset;
  }
  .breakthrough-title {
    width: unset;
  }
  .breakthrough-title .heading-h2 {
    font-size: 1.7rem;
    padding-left: unset;
  }
  .icon-htbp {
    height: 40px;
    width: 40px;
    padding: 0.1rem;
    margin-right: 1rem;
  }
  .certificate-title {
    width: auto;
    padding: 10px;
  }
  .gallery-title {
    width: unset;
  }
  .contact-title {
    margin-left: unset;
  }
  .footer-info > p {
    padding-left: unset;
  }
  .revenue-image {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: unset;
  }

  .img-1 {
    width: 33%;
    padding: 5px;
  }
}

/* >= phone  < tablet  */
@media (max-width: 767px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
  .carousel-control-prev,
  .carousel-control-next {
    bottom: 50%;
  }
  .carousel-tab {
    height: unset !important;
  }
  .detail-img {
    padding: 5%;
  }
  .diagram {
    margin-top: -20%;
  }
  .breakthrough-title {
    width: unset;
  }
  .appointment-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
  .gallery-carousel {
    overflow-x: unset;
  }
  /* .shadow-sm{
    box-shadow: unset !important;
  } */
  .logo-image {
    padding: 10px;
  }
  .revenue .heading-h3 {
    font-size: 1.5rem;
  }
  .comment-image img {
    min-height: unset;
  }
  .revenue .revenue-detail p {
    margin-top: 0 !important;
  }
  .revenue .revenue-detail p {
    font-size: 0.8rem;
  }
  .btn-fixed {
    font-size: 0.8rem;
  }
  .revenue .heading-h1 {
    font-size: 2.5rem !important;
  }
  .revenue .heading-h2 {
    font-size: 15px;
  }
  .revenue-image {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: unset;
  }

  .img-1 {
    width: 33%;
    padding: 5px;
  }
  .story-title {
    height: 800px;
  }
  .story-title .story-image {
    width: 100%;
    margin-top: 30px;
    transform: scale(1.9);
  }

  .story-title .story-title-h .heading-h2 {
    position: absolute;
    top: 7%;
    left: 20%;
    font-size: 20px;
    color: white;
    z-index: 100;
  }
  .story-title .story-title-h .of-suns .heading-h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 56px -50px;
    letter-spacing: 2px;
  }
  .story-title .story-title-h .of-suns {
    width: 400px;
    height: 100px;
    background-image: url(../img/brush-1a.png);
    background-size: 150px 150px;
    background-repeat: no-repeat;
    position: absolute;
    top: 3%;
    left: 50%;
    color: white;
    transform: scale(1.5);
  }
  .story-detail {
    height: 430px;
    width: 100%;
    top: 30%;
    overflow: hidden;
  }
  .story-detail .story-detail-content p {
    position: absolute;
    font-size: 0.8rem;
  }
  .nav-link {
    padding: unset;
  }
  .story-detail .story-detail-content .diagram {
    /* max-height: 47%; */
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75%;
    left: 11%;
  }
  .story-title .story-title-h .word {
    position: absolute;
    top: 17%;
    left: 6%;
    letter-spacing: 0.5px;
    text-align: justify;
    line-height: 150%;
    width: 90%;
    color: white;
    font-size: 10px;
  }

  .diagram-title .heading-h3 {
    font-size: 1rem;
  }
  .breakthrough .heading-h2 {
    display: none;
  }
  .breakthrough .heading-h1 {
    display: none;
  }
  .breakthrough-image2 {
    display: block;
    max-width: 100%;
  }
  .breakthrough-image {
    display: none;
  }

  .tab-detail {
    padding: 10px;
    font-size: 10px;
    width: 80%;
    margin-top: unset;
  }
  .tab-content {
    max-width: 100%;
    /* height: 30vh; */
  }
  .gallery .heading-h1 {
    font-size: 2rem;
  }
  .gallery .heading-h3 {
    font-size: 1rem;
  }

  .owl-carousel .owl-item img {
    margin: 0 auto;
    width: unset !important;
  }
  .certificate-title {
    width: auto;
    margin-top: 15%;
  }
  .heading-h1 {
    font-size: 2rem !important;
  }
  .heading-h2 {
    font-size: 1rem;
  }
  .certificate-detail {
    font-size: 1rem;
  }
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link {
    font-size: 1rem;
  }
  .icon-htbp {
    padding: 1.2rem;
  }
  .mobile-nav a {
    font-size: 1rem;
  }
  .certificate-title .heading-h1 {
    text-align: center;
    font-size: 2rem;
  }
  .certificate-title .qldc {
    font-size: 1.5rem !important;
  }
  .certificate-title .heading-h3 {
    font-size: 1rem;
  }

  .certificate-bg {
    margin-bottom: 5rem;
  }
  .name .docter-name {
    font-size: 1.2rem;
    padding-top: 0.8rem;
  }
  .name .position {
    font-size: 1rem;
  }
  .name .reply {
    text-align: justify;
    font-size: 0.8rem;
  }
  .name .question {
    text-align: justify;
    font-size: 0.8rem;
  }
  .section-title {
    display: none;
  }
  .contact {
    overflow: hidden;
  }
  .contact-image2 {
    display: block;
    width: 100%;
    transform: scale(2.5);
  }
  .revenue .revenue-detail {
    width: 85%;
  }
  .chuthich {
    font-size: 0.5rem;
    text-align: justify;
    padding: 10px;
  }
}

@media (max-width: 1199px) {
  .contact-title .heading-h1 {
    margin-left: unset;
  }
}
@media (max-width: 1200px) {
  .gallery-carousel {
    padding-top: 15% !important;
  }
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link {
    font-size: 1rem;
  }
  .hover-img-3 {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px !important;
  }
  /* .tab-content {
    height: 50vh !important;
  } */
  /* .butpha{
    height: 60vh;
    display:flex !important;
  } */
}

@media (min-width: 3000px) {
  .tab-content {
    height: auto !important;
  }
}
