@import url('https://fonts.googleapis.com/css?family=Roboto');
@font-face {
  font-family: Reso;
  src: url(../fonts/Reso-Regular.otf);
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  color: #0066b3;
  background: #cddc39;
}

::selection {
  color: #0066b3;
  background: #cddc39;
}

html,
body {
  height: 100%;
  margin: 0;
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

body {
  background-color: #eee;
  margin: 0;
  font-size: 100%;
  display: flex;
  flex-direction: column;
}

a {
  text-decoration: none;
}

.alert-container {
  position: fixed;
  top: 20px;
  right: 20px;
  height: auto;
  z-index: 9999999999999999999;
  display: none;
}

.fade {
  transition: opacity 0.5s linear;
}

header {
  padding: 10px 0 8px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #eee;
  border-bottom: 1px solid #0093dd;
  box-shadow: 0 1px 0 #0066b3;
  overflow: hidden;
}

header #vnpt_logo {
  height: 5em;
  display: inline-block;
}

header #vinaphone_logo {
  /* height: 80px; */
  text-align: right;
}

header #vnpt_logo img,
header #vinaphone_logo img {
  max-width: 100%;
  max-height: 100%;
}

.nav-effect {
  position: relative;
}

.nav-effect::before,
.nav-effect::after {
  position: absolute;
  top: -20px;
  content: '';
  width: 2px;
  height: 200%;
  background-color: #0066b3;
  transform: rotate(15deg);
}

.nav-effect::before {
  left: 0;
}

.nav-effect::after {
  right: 0;
  display: none;
}

.nav-effect a:hover,
.nav-effect a:focus {
  outline: none;
  color: #0066b3;
}

header .nav-effect {
  display: inline-block;
  text-align: right;
}

.nav-effect a {
  position: relative;
  font-family: Reso, Arial, Helvetica, sans-serif;
  outline: none;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  padding: 10px;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 700;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 1.8em;
  text-decoration: none;
  margin: 0 10px;
  line-height: 3.125;
}

.nav-effect a.sm {
  display: block !important;
  float: left;
  width: 40%;
  font-size: 1.2em;
  line-height: 0.3em;
  text-align: center;
  transition: display 1s;
}

.nav-effect a::before,
.nav-effect a::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0066b3;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  transform: translateY(-15px);
}

.nav-effect a::before {
  top: 0;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  transform: translateY(-15px);
}

.nav-effect a::after {
  bottom: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}

.nav-effect a:hover::before,
.nav-effect a:focus::before,
.nav-effect a:hover::after,
.nav-effect a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

.nav-effect a i {
  display: block;
}

.clr {
  clear: both;
}

#slider {
  margin-bottom: 1px;
  border-bottom: 1px solid #0093dd;
  box-shadow: 0 1px 0 #0066b3;
}

#wowslider-container {
  overflow: hidden;
}

.section-odd::before,
.section-even::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5em 2em 0 2em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.section-odd::before {
  border-color: #0066b3 transparent transparent transparent;
}

.section-even::before {
  border-color: #eee transparent transparent transparent;
}

section {
  padding: 20px;
  position: relative;
}

.section-even {
  background-color: #0066b3;
}

.section-even .section-title a::before,
.section-even .section-title a::after {
  background-color: #eee;
}

.section-even .section-title a {
  color: #eee;
}

.section-odd {
  background-color: #eee;
}

.section-odd .section-title a::before,
.section-odd .section-title a::after {
  background-color: #0066b3;
}

.section-odd .section-title a {
  color: #0066b3;
}

.section-title a,
.view-all-services a {
  margin: 0 10px;
  padding: 5px 10px;
  position: relative;
  display: inline-block;
  margin: 15px 25px;
  outline: none;
  text-decoration: none;
  font-weight: 500;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
}

.section-title a {
  text-transform: uppercase;
  font-size: 1.35em;
  letter-spacing: 1px;
}

#consultant {
  margin-top: 40px;
}

.view-all-services {
  text-align: right;
}

.view-all-services a {
  font-size: 1em;
}

.section-title a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  transition: top 0.3s;
}

.section-title a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
  content: '';
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
}

.section-title a:hover::before {
  top: 100%;
  opacity: 1;
}

.section-title a:hover::after {
  height: 100%;
}

.outstanding-service {
  cursor: pointer;
  perspective: 1000px;
  position: relative;
  height: auto;
  width: 95%;
  margin: 0.5em 2.5% 1.5em 2.5%;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px #0093dd;
  -moz-box-shadow: 0 0 5px #0093dd;
  box-shadow: 0 0 5px #0093dd;
}

.outstanding-service:hover {
  -webkit-animation: transition-box-shadow 1.5s; /* Safari 4+ */
  -moz-animation: transition-box-shadow 1.5s; /* Fx 5+ */
  -o-animation: transition-box-shadow 1.5s; /* Opera 12+ */
  animation: transition-box-shadow 1.5s; /* IE 10+, Fx 29+ */
}

.big-customer {
  position: relative;
  margin: 0.5em auto 0 auto;
  cursor: pointer;
  overflow: hidden;
  padding: 3px;
  background: #0066b3; /* Old browsers */
  background: -moz-linear-gradient(45deg, #0066b3 0%, #cddc39 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #0066b3 0%, #cddc39 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #0066b3 0%, #cddc39 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066b3', endColorstr='#cddc39',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  transition: transform 0.5s;
}
.big-customer:hover {
  transform: rotate(180deg);
}
.big-customer:hover img {
  transform: rotate(-540deg);
}
.big-customer img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.customer-name {
  position: relative;
  font-size: 1.1em;
  line-height: 2.5;
  background-color: #0066b3;
  text-align: center;
  color: #eee;
  margin: 20px auto 30px auto;
  display: block;
  border-radius: 0.5em;
}
.customer-name::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1em 0.75em 1em;
  border-color: transparent transparent #0066b3 transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.big-customer:hover ~ .customer-name {
  background-color: #0093dd;
}
.big-customer:hover ~ .customer-name::before {
  border-color: transparent transparent #0093dd transparent;
}
@keyframes transition-box-shadow {
  25% {
    box-shadow: none;
  }
  100% {
    box-shadow: 0 0 5px #4caf50;
  }
}
.service-detail,
.service {
  position: absolute;
  height: 100%;
  width: 100%;
  transition: transform 0.5s;
  backface-visibility: hidden;
}
.service-detail {
  transform: rotateX(180deg);
  font-size: 1.125em;
  background-color: rgba(0, 102, 179, 0.9);
}
.service-detail a {
  text-decoration: none;
  color: #eee;
  display: block;
}
.outstanding-service:hover .service {
  transform: rotateX(180deg);
}
.outstanding-service:hover .service-detail {
  transform: rotateX(360deg);
}
.service img {
  width: 100%;
  height: 100%;
}
.service-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  font-size: 1.25em;
  color: #eee;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: 0.8;
  text-align: center;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 102, 179, 0.3) 60%, rgba(0, 102, 179, 0.8) 100%);
}
.service-name {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #0066b3;
}
.description {
  padding: 1em 0.5em;
  margin-bottom: 0.5em;
}
.service-detail-btn {
  margin-bottom: 10px;
}
.consultant .col-form-label {
  color: #eee;
  text-align: right;
  font-size: 1.125em;
}
.contact i,
.contact span {
  color: #eee;
}
.contact span {
  font-size: 1.125em;
}
.contact i {
  font-size: 1.25em;
  margin-right: 10px;
  width: 20px;
  line-height: 20px;
  text-align: center;
}
.consultant .invalid-feedback {
  text-align: right;
  color: #eee;
  text-shadow: 1px 1px 1px #dc3545;
}
.about-us .section-title a::before,
.about-us .section-title a::after,
.map .section-title a::before,
.map .section-title a::after {
  background-color: #0066b3;
}
.about-us p {
  text-indent: 2em;
  font-size: 1em;
  margin: 0 10px 10px 10px;
  border-left: 2px solid #0066b3;
  padding-left: 10px;
  text-align: justify;
}
footer {
  background-color: #0093dd;
  padding: 10px 0 5px 0;
  margin-top: auto;
  position: relative;
  -webkit-clip-path: polygon(50% 70%, 52% 0, 100% 0, 100% 100%, 0 100%, 0 0, 48% 0);
  clip-path: polygon(50% 60%, 52% 0, 100% 0, 100% 100%, 0 100%, 0 0, 48% 0);
}
footer::before {
  display: block;
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  background: #0066b3;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 93% 0, 100% 100%, 100% 100%);
  clip-path: polygon(0 0, 93% 0, 100% 100%, 100% 100%);
}
footer::after {
  display: block;
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  background: #0066b3;
  top: 0;
  right: 0;
  -webkit-clip-path: polygon(7% 0, 100% 0, 0% 100%, 0 100%);
  clip-path: polygon(7% 0, 100% 0, 0% 100%, 0 100%);
  z-index: -1;
}
footer span {
  display: block;
  color: #eee;
  line-height: 25px;
  font-size: 1em;
}
footer img {
  width: 100%;
  height: 100%;
}
footer .copyright {
  text-align: right;
}
footer a {
  margin: 0 0 0 5px;
  display: inline-block;
  border-radius: 0.25em;
  transition: background-color 0.5s;
  color: #eee;
  padding: 3px 10px 3px 0;
  text-align: center;
}
footer a i {
  vertical-align: middle;
  transition: color 0.5s;
}
footer a span {
  display: inline-block;
  transition: color 0.5s;
}
footer a:hover {
  background-color: #eee;
}
footer a:hover span {
  color: #0066b3;
}
#service-detail-tab,
#other-service-col {
  margin: 15px;
}
#service-detail-tab p {
  margin-bottom: 0.5em;
}
.all-services {
  margin: 15px 40px;
}
.service-img {
  width: 100%;
  height: 80%;
  border-radius: 0.5em;
}
.all-services-item span {
  font-size: 1.2em;
  display: block;
  width: 100%;
  line-height: 2em;
  text-align: center;
  color: #0066b3;
  font-weight: 400;
  transition: font-weight 1s;
}
.all-services-item {
  cursor: pointer;
}
.all-services-item:hover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  right: 15px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0.5em;
  pointer-events: none;
}
.all-services-item:hover span {
  font-weight: 500;
}
.service-detail-name,
.all-services-title,
.other-service-tỉtle {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.35em;
  font-weight: 500;
  margin-bottom: 0.5em;
  color: #0066b3;
}
.tab-pane {
  text-align: justify;
}
#service-tab {
  font-size: 1.125em;
}
#service-tab .active {
  background-color: #4690c8;
  color: #fff;
}
.nav-tabs {
  border-bottom: 1px solid #4690c8;
}
.nav-tabs .nav-link.active {
  border: 1px solid #4690c8 !important;
}
.card-header {
  border-bottom: none;
}
.card-header span {
  font-size: 1em;
  font-weight: 500;
  cursor: pointer;
  color: #0066b3;
}
.general-title {
  font-size: 1.1em;
  margin: 2em 1em;
  font-weight: 500;
}
.general-detail {
  text-indent: 1em;
}
.sub-general {
  text-indent: 2em;
}
.tab-pane form {
  padding: 15px 25px;
}
.tab-pane form label::after,
.consultant form label::after {
  content: ' *';
  color: #dc3545;
}
.tab-pane form .invalid-feedback {
  text-align: left;
  color: #dc3545;
}
.price-notes {
  padding: 0 20px 10px 20px;
}
.price-notes::before {
  content: '* ';
  color: #dc3545;
}
.service-item {
  margin-bottom: 1em;
}
.service-item a {
  text-decoration: none;
}
.service-item span:not(.service-item-name) {
  font-size: 0.8em;
  text-align: justify;
  display: block;
  color: #212529;
}
.service-item-name {
  color: #0066b3;
}
.service-item img {
  width: 40%;
  float: left;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  margin-top: 0.3em;
}
.tooltip-inner {
  background-color: #0093dd;
  color: #eee;
}
.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #0093dd !important;
}
.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #0093dd !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #0093dd !important;
}
.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #0093dd !important;
}
/* #scrollToTop {
  width: 90px;
  height: 50px;
  text-align: center;
  padding-top: 30px;
  z-index: 9999;
  position: fixed;
  bottom: 75px;
  right: 40px;
  background: url(../images/arrow_up.png) no-repeat;
  background-size: 90px 30px;
  vertical-align: 60%;
  opacity: 0.6;
  display: none;
}
#scrollToTop:hover {
  color: red;
  text-decoration: none;
  opacity: 1;
} */
.error-page {
  transform: skewY(-5deg);
}
.error-page .row {
  position: relative;
}
.error-page .item-404 {
  font-size: 10em;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  color: #0066b3;
  font-family: Reso, Arial, Helvetica, sans-serif;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
.error-page .item-404:nth-child(1) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.error-page .item-404:nth-child(2) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.error-page .item-404:nth-child(3) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.error-text {
  font-family: Reso, Arial, Helvetica, sans-serif;
  font-size: 3em;
  line-height: 1;
  margin-bottom: 1.5em;
  color: #0066b3;
  text-align: center;
  width: 20%;
}
.error-message {
  transform: skewY(5deg);
}
.sea {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -70%;
  right: 0;
  bottom: 0;
  transform: scale(0.8);
  z-index: -1;
}
.sea .bubble {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #6bafca;
  opacity: 0.9;
  -webkit-animation: bubble1-h-movement 1s ease-in infinite, bubble1-v-movement 300ms ease-in-out infinite alternate,
    bubble-scale-movement 300ms ease-in-out infinite alternate;
  animation: bubble1-h-movement 1s ease-in infinite, bubble1-v-movement 300ms ease-in-out infinite alternate,
    bubble-scale-movement 300ms ease-in-out infinite alternate;
}
.sea .bubble:after {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #6bafca;
  opacity: 0.9;
}
.sea .bubble:after {
  top: -20;
  left: 100px;
  width: 9px;
  height: 9px;
}
.sea .circle-wrapper {
  position: relative;
  background: linear-gradient(#2c647a, #204858);
  width: 300px;
  height: 300px;
  margin: 10px auto 0 auto;
  overflow: hidden;
  z-index: 0;
  border-radius: 50%;
  padding: 0 50px 0 50px;
  border: 6px solid #3e8caa;
}
.sea .submarine-wrapper {
  height: 300px;
  width: 300px;
  padding: 30px 50px 30px 150px;
  margin: 0 auto 0 auto;
  -webkit-animation: diving 3s ease-in-out infinite, diving-rotate 3s ease-in-out infinite;
  animation: diving 3s ease-in-out infinite, diving-rotate 3s ease-in-out infinite;
}
.sea .submarine-wrapper .submarine-body {
  width: 150px;
  height: 80px;
  position: absolute;
  margin-top: 50px;
  left: 25px;
  background-color: #d93a54;
  border-radius: 40px;
  background: linear-gradient(#d93a54, #bc243d);
}
.sea .submarine-wrapper .submarine-body .light {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 150px 40px;
  border-color: transparent transparent #377c98 transparent;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  top: 40px;
  left: 99%;
}
.sea .submarine-wrapper .submarine-body .light:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 13px;
  border-radius: 5px;
  background-color: #d12844;
  margin-left: -10px;
}
.sea .submarine-wrapper .submarine-body .window {
  width: 37px;
  height: 37px;
  position: absolute;
  margin-top: 23px;
  right: 18px;
  background: linear-gradient(#1e4554, #183642);
  border-radius: 50%;
  border: 3px solid #d93a54;
}
.sea .submarine-wrapper .submarine-body .window:after {
  content: '';
  position: absolute;
  margin-top: 3px;
  margin-left: 3px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.8;
  border-top: 3px solid white;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sea .submarine-wrapper .submarine-body .engine {
  width: 30px;
  height: 30px;
  position: absolute;
  margin-top: 32px;
  left: 53px;
  background-color: #bc243d;
  border-radius: 50%;
  border: 5px solid #d93a54;
}
.sea .submarine-wrapper .submarine-body .engine:after,
.sea .submarine-wrapper .submarine-body .engine:before {
  position: absolute;
  content: '';
  border-radius: 2px;
  background-color: white;
  -webkit-animation: spin 900ms linear infinite;
  animation: spin 900ms linear infinite;
  opacity: 0.8;
}
.sea .submarine-wrapper .submarine-body .engine:after {
  top: 8px;
  width: 20px;
  height: 4px;
}
.sea .submarine-wrapper .submarine-body .engine:before {
  left: 8px;
  width: 4px;
  height: 20px;
}
.sea .submarine-wrapper .helix {
  width: 30px;
  height: 70px;
  position: absolute;
  margin-top: 55px;
  left: 0;
  background-color: #d93a54;
  border-radius: 7px;
  background: linear-gradient(#d93a54, #bc243d);
}
.sea .submarine-wrapper .helix:after {
  content: '';
  position: absolute;
  margin-top: 5px;
  margin-left: 7px;
  width: 17px;
  height: 60px;
  border-radius: 3px;
  background-color: transparent;
  opacity: 0.8;
  background: linear-gradient(to bottom, #d93a54, #d93a54 50%, #e57a8c 50%, #e57a8c);
  background-size: 100% 20px;
  -webkit-animation: helix-movement 110ms linear infinite;
  animation: helix-movement 110ms linear infinite;
}
.sea .submarine-wrapper .hat {
  width: 65px;
  height: 25px;
  position: absolute;
  margin-top: 26px;
  left: 70px;
  background-color: #d93a54;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(#d93a54, #d72d49);
}
.sea .submarine-wrapper .hat .periscope {
  position: absolute;
  width: 7px;
  height: 20px;
  background-color: #d93a54;
  margin-top: -27px;
  margin-left: 32px;
  border-radius: 5px 5px 0 0;
}
.sea .submarine-wrapper .hat .periscope:after,
.sea .submarine-wrapper .hat .periscope:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 7px;
  border-radius: 5px;
  background-color: #d93a54;
}
.sea .submarine-wrapper .hat .leds-wrapper {
  width: 53px;
  height: 13px;
  position: relative;
  top: 7px;
  left: 7px;
  background-color: #d93a54;
  border-radius: 10px;
  background: linear-gradient(#b3233a, #a21f35);
}
.sea .submarine-wrapper .hat .leds-wrapper .leds {
  position: absolute;
  margin-top: 4px;
  margin-left: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: white;
  -webkit-animation: leds-off 500ms linear infinite;
  animation: leds-off 500ms linear infinite;
}
.sea .submarine-wrapper .hat .leds-wrapper .leds:after,
.sea .submarine-wrapper .hat .leds-wrapper .leds:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: white;
}
.sea .submarine-wrapper .hat .leds-wrapper .leds:after {
  margin-top: 0px;
  margin-left: 17px;
}
.sea .submarine-wrapper .hat .leds-wrapper .leds:before {
  margin-top: 0px;
  margin-left: 34px;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes leds-off {
  100% {
    opacity: 0.3;
  }
}
@keyframes leds-off {
  100% {
    opacity: 0.3;
  }
}
@-webkit-keyframes helix-movement {
  100% {
    background: linear-gradient(to bottom, #e57a8c 50%, #e57a8c, #d93a54, #d93a54 50%);
    background-size: 100% 20px;
  }
}
@keyframes helix-movement {
  100% {
    background: linear-gradient(to bottom, #e57a8c 50%, #e57a8c, #d93a54, #d93a54 50%);
    background-size: 100% 20px;
  }
}
@-webkit-keyframes diving {
  0% {
    margin-top: 5px;
  }
  50% {
    margin-top: 15px;
  }
  100% {
    margin-top: 5px;
  }
}
@keyframes diving {
  0% {
    margin-top: 5px;
  }
  50% {
    margin-top: 15px;
  }
  100% {
    margin-top: 5px;
  }
}
@-webkit-keyframes diving-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  75% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes diving-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  75% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes bubble1-h-movement {
  0% {
    margin-left: 80%;
  }
  100% {
    margin-left: -100%;
  }
}
@keyframes bubble1-h-movement {
  0% {
    margin-left: 80%;
  }
  100% {
    margin-left: -100%;
  }
}
@-webkit-keyframes bubble2-h-movement {
  0% {
    margin-left: 65%;
  }
  100% {
    margin-left: -5%;
  }
}
@keyframes bubble2-h-movement {
  0% {
    margin-left: 65%;
  }
  100% {
    margin-left: -5%;
  }
}
@-webkit-keyframes bubble1-v-movement {
  0% {
    margin-top: 115px;
  }
  100% {
    margin-top: 160px;
  }
}
@keyframes bubble1-v-movement {
  0% {
    margin-top: 115px;
  }
  100% {
    margin-top: 160px;
  }
}
@-webkit-keyframes bubble2-v-movement {
  0% {
    margin-top: 115px;
  }
  100% {
    margin-top: 90px;
  }
}
@keyframes bubble2-v-movement {
  0% {
    margin-top: 115px;
  }
  100% {
    margin-top: 90px;
  }
}
@-webkit-keyframes bubble-scale-movement {
  0% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes bubble-scale-movement {
  0% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes light-movement {
  0% {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
  50% {
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg);
  }
  100% {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
}
@keyframes light-movement {
  0% {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
  50% {
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg);
  }
  100% {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
    color: #0066b3;
  }
  50% {
    -webkit-transform: translateY(-0.1em);
    opacity: 0.8;
    color: #0093dd;
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
    opacity: 1;
    color: #0066b3;
  }
  50% {
    transform: translateY(-0.1em);
    opacity: 0.8;
    color: #0093dd;
  }
}
.fish {
  position: absolute;
  top: 0;
  left: 60%;
  right: 0%;
  border: 0;
  transform: scale(0.6);
  z-index: -1;
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  header {
    position: relative;
    text-align: center;
    overflow: visible;
  }
  #slider {
    display: none;
  }
  .nav-effect::before {
    display: none;
  }
  header #vnpt_logo {
    height: 3em;
  }
  .nav-effect a {
    line-height: 1em;
    display: block;
    text-align: center;
    padding: 5px;
  }
  .nav-effect a::after,
  .nav-effect a::before {
    content: none;
  }
  .nav-effect span {
    display: none;
  }
  .section-title {
    padding: 0;
  }
  .section-title a {
    padding: 5px;
    margin: 5px;
  }
  .consultant .col-form-label {
    text-align: left;
  }
  .consultant .form-control {
    margin: 0 1em;
  }
  footer {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .service-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .service-item img {
    width: 100%;
    margin: 0;
  }
  .service-item span {
    display: block;
    text-align: center;
    width: 100%;
  }
  .table-row .cell:nth-child(2) {
    text-align: left !important;
  }
  .table-row .cell:nth-child(3) {
    text-align: left !important;
  }
  .table-row .cell:nth-child(4) {
    text-align: left !important;
  }
  .outstanding-service {
    margin: 0 auto 20px auto;
    width: 70%;
  }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  header #vnpt_logo {
    height: 3em;
  }
  .nav-effect a {
    line-height: 2em;
  }
  .nav-effect a::after,
  .nav-effect a::before {
    content: none;
  }
  .nav-active {
    color: #0066b3 !important;
  }
  .nav-effect a:not(.nav-active) {
    display: none;
  }
  .nav-effect span {
    cursor: pointer;
    color: #999;
  }
  .nav-effect span i {
    font-size: 1.5em;
  }
  .nav-effect {
    text-align: right;
  }
  .outstanding-service {
    width: 80%;
    margin: 0 auto 20px auto;
  }
  footer {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .service-item img {
    width: 100%;
    margin: 0;
  }
  .service-item span {
    display: block;
    text-align: center;
    width: 100%;
  }
  .table-row .cell:nth-child(2) {
    text-align: left !important;
  }
  .table-row .cell:nth-child(3) {
    text-align: left !important;
  }
  .table-row .cell:nth-child(4) {
    text-align: left !important;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .nav-effect a {
    padding: 10px 0;
  }
  .nav-effect.col-sm-9 {
    padding: 0 5px;
  }
  .outstanding-service {
    width: 80%;
    margin: 0 auto 20px auto;
  }
  footer {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .service-item img {
    width: 100%;
  }
  .service-item span {
    display: block;
    text-align: center;
    width: 100%;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
