@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i&display=swap&subset=cyrillic,latin-ext,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=devanagari,latin-ext");
@import url("https://fonts.googleapis.com/css?family=Monoton&display=swap");
@import url("https://fonts.googleapis.com/css?family=Prata&display=swap&subset=cyrillic,cyrillic-ext,vietnamese");
body {
	font-family: 'Poppins', sans-serif;
  /*font-family: 'Benton', sans-serif;*/
}

/* Main CSS */

p {
  font-family: 'Poppins', sans-serif;
  color: #777777;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Mercury';
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}
.top-header{
	color: white;
	font-size:13px;
	text-align: right;
	padding: 10px 30px;
	margin-bottom: 7px;
}
.top-header a{
	color:white;
	padding-right:15px;
}
.section-title span {
  font-size: 14px;
  color:#002349;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-title h3 {
  color: #002349;
  font-size: 36px;
  margin: 10px 0 0 0;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 20px;
}

.section-title h3::before {
  content: '';
  position: absolute;
  background-color:#002349;
  height: 3px;
  width: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

button:focus {
  outline: 0;
}

.bg-color {
  background-color: #f5f5f5a4;
}


/* Navbar CSS */

.overtop-mobile-nav {
  display: none;
}

.overtop-mobile-nav.mean-container .mean-nav ul li a.active {
  color: #cfa97a;
}

.navbar-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 99;
  background-color: transparent;
}

.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 25%);
  box-shadow: 0 2px 28px 0 rgb(0 0 0 / 25%);
  background-color: #ffffff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  max-width: 100% !important;
}

.is-sticky .overtop-nav::before {
  display: none;
}

.navbar-brand {
    width: 22%;
    padding-top: 0;
    padding-bottom: 3px;
    margin-top: -35px;
	margin-left: 10px;
}

.overtop-nav {
    background-color: #002349;
    /* padding-top: 10px; */
    padding-bottom: 10px;
    position: fixed;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    margin: auto;
    z-index: 100;
}

/* .overtop-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  right: 0;
  height: 100%;
  background-color: #ffffff40;
  z-index: -1;
  width: 1180px !important;
  margin: auto;
  -webkit-transition: all 0.05s;
  transition: all 0.05s;
  height: 105px;
} */

.choose {
  display: block !important;
}
.reservation-form .nice-select {
  display: none !important;
}
.owl-prev, .owl-next {
  font-family: 'Poppins', sans-serif !important;
}
.overtop-nav .navbar {
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.overtop-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.overtop-nav .navbar .navbar-nav {
  margin-left: auto;
}

.overtop-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-top: 9px;
  padding-bottom: 7px;
  padding-left: 0;
  padding-right: 0;
}

.overtop-nav .navbar .navbar-nav .nav-item a {
  font-size: 13px;
  font-weight: 600;
  color: #ececec;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 12px;
  margin-right: 12px;
}

.overtop-nav .navbar .navbar-nav .nav-item a:hover, .overtop-nav .navbar .navbar-nav .nav-item a:focus, .overtop-nav .navbar .navbar-nav .nav-item a.active {
  color: #cfa97a;
  -webkit-transition: .6s;
  transition: .6s;
}

.overtop-nav .navbar .navbar-nav .nav-item a i {
  margin-left: 5px;
  font-size: 12px;
}

.overtop-nav .navbar .navbar-nav .nav-item:hover a, .overtop-nav .navbar .navbar-nav .nav-item:focus a, .overtop-nav .navbar .navbar-nav .nav-item.active a {
  color: #96a9c4;
  -webkit-transition: .6s;
  transition: .6s;
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  border: none;
  top: 80px;
  left: 0;
  width: 280px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
}
.activemenu {
  border: 1px solid #fff;
}
.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  padding: 0;
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  padding: 8px 15px;
  margin: 0;
  display: block;
  color: #141414;
  font-size: 15.4px;
  font-weight: 600;
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #7c8ca2;
  -webkit-transition: .6s;
  transition: .6s;
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #141414;
  text-transform: capitalize;
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #cfa97a;
  -webkit-transition: .6s;
  transition: .6s;
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li {
  position: relative;
  padding: 0;
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  text-transform: capitalize;
  padding: 8px 15px;
  margin: 0;
  display: block;
  color: #141414;
  font-size: 15.4px;
  font-weight: 600;
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #cfa97a;
  -webkit-transition: .6s;
  transition: .6s;
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #141414;
  text-transform: capitalize;
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #cfa97a;
  -webkit-transition: .6s;
  transition: .6s;
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #cfa97a;
  -webkit-transition: .6s;
  transition: .6s;
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #cfa97a;
  -webkit-transition: .6s;
  transition: .6s;
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.overtop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.others-options .appoinment-btn {
  margin-top: 5px;
}

.others-options .appoinment-btn .appoinment-btn-one {
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 32px;
  border: 1px solid #fff;
  color: #ffffff;
  font-size: 13px;
  line-height: normal;
  margin-top: -4px;
}

.others-options .appoinment-btn .appoinment-btn-one:hover {
  /* background-color: #ffffff; */
  color: #7c8ca2;
  -webkit-transition: .6s;
  transition: .6s;
  text-decoration: none;
}

.others-options i::before {
  font-size: 18px;
  margin-right: 5px;
}


/* Banner CSS */

.banner-area {
  background-image: url(../../Assets/img/banner-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 230px;
}

.banner-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #000000;
  z-index: -1;
  opacity: 0.5;
}
.main-slider .owl-nav button span {
	display:none !important;
}
.main-banner-content {
  text-align: center;
  margin-top: 100px;
}

.main-banner-content span {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
}

.main-banner-content h1 {
  font-size: 90px;
  color: #ffffff;
  max-width: 700px;
  margin: auto;
}

.main-banner-content p {
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  padding-bottom: 15px;
  margin: 18px 0 14px 0;
}

.main-banner-content p::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 35%;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.banner-video {
  position: relative;
}

.banner-video .video-btn {
  position: absolute;
  bottom: -90px;
  left: -170px;
  right: 0;
  text-align: center;
  margin-top: 0;
}

.banner-video .video-btn a {
  color: #ffffff;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 82px;
  background: #bdb2ab;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  text-align: center;
  padding-left: 2px;
}

.banner-video .video-btn a::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  border-radius: 50%;
  background: #bdb2ab;
}

.banner-video .video-btn a:hover {
  color: #bdb2ab;
  background: #ffffff;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
  text-decoration: none;
}

.banner-video .video-btn i {
  font-weight: 900;
}

.banner-video .video-btn i::before {
  font-size: 45px;
}

.banner-video .discover-btn {
  position: absolute;
  text-align: center;
  left: 15%;
  right: 0;
  top: 30px;
}

.banner-video .discover-btn .discover-btn-one {
  display: inline-block;
  padding: 14px 30px;
  background-color:#002349;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid#002349;
  -webkit-transition: .6;
  transition: .6;
  -webkit-transition: 0.5s;
}

.banner-video .discover-btn .discover-btn-one:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}

@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
.owl-nav i {
  display: none;
}
button.owl-prev:before {
  content: "<";
  font-size: 60px;
  color: #ffffffcc;
}
button.owl-next:before {
  content: ">";
  font-size: 60px;
  color:#ffffffcc;
}

/*Search CSS*/
.search-section {
    margin-top:-10px;
  background-color: #002349;
}
.search-group {
  padding: 15px 0px;
}
.search-group form {
  width: 100%;
}
.select-search {
  border: 1px solid #fff ;
  background-color: #00000000;
  color: #fff;
  outline: none;
  width: 100%;
  border-radius: 0px !important;
}
.select-search .list {
  width: 100%;
  color: white !important;
  background-color: #002349;
}
.select-search .list li:hover {
  color:  #002349;
}
.select-search .list .focus {
  color: #002349;
}
.search-section input {
  border-radius: 0px !important;
  border: none;
  outline: none;
  width: 100%;
  color: #fff;
  border: 1px solid #fff ;
  background-color: #00000000;
  text-align: center;
  padding: 7px 10px;
}
.search-section input:focus {
  border: 1px solid #7c8ca2 ;
}
.search-section button {
    color: white;
    background: transparent;
    border: none;
    width: 100%;
    padding: 7px;
    border: 1px solid white;
}
.search-section button:hover {
  color: #7c8ca2;
  border: 1px solid #7c8ca2;
}
/* Reception CSS */

.reception-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.reception-item .reception-content span {
  font-size: 20px;
  color:#002349;
  font-weight: bold;
  font-family: 'Monoton', cursive;
}

.reception-item .reception-content h2 {
  font-size: 14px;
  color:#002349;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 2px;
  font-weight: 600;
  margin: 10px 0 10px 0;
  text-transform: uppercase;
}

.reception-item .reception-content h3 {
  font-size: 30px;
  color: #000000;
  margin: 0 0 35px 0;
  position: relative;
  padding-bottom: 20px;
}

.reception-item .reception-content h3::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 75px;
  background-color:#002349;
  bottom: 0;
}

.reception-item .reception-content p {
  font-size: 14px;
  line-height: 26px;
  margin: 0 0 0 0;
  max-width: 460px;
}

.reception-item .reception-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 25px;
}

.reception-item .reception-list li {
  color: #4e4d4d;
  font-size: 15px;
  font-weight: 500;
  list-style-type: none;
  padding-bottom: 6px;
}

.reception-item .reception-list li:last-child {
  padding-bottom: 0;
}

.reception-item .reception-list i {
  color:#002349;
  margin-right: 4px;
}

.reception-item .reception-list i::before {
  font-size: 18px;
}

.reception-item .reception-btn {
  margin-top: 30px;
}

.reception-item .reception-btn .reception-btn-one {
  display: inline-block;
  color:#002349;
  font-weight: 500;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
}

.reception-item .reception-btn .reception-btn-one:hover {
  text-decoration: none;
  letter-spacing: 1px;
}

.reception-item .reception-btn i {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  background-color:#002349;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  border-radius: 30px;
  margin-left: 5px;
}

.reception-shape-image {
  position: absolute;
  top: -80px;
  left: -92px;
  width: 220px;
}


/* Convention CSS */

.convention-section {
  padding-bottom: 100px;
}

.convention-item {
  padding-left: 50px;
}

.convention-item .convention-content span {
  font-size: 20px;
  color:#002349;
  font-weight: bold;
  font-family: 'Monoton', cursive;
}

.convention-item .convention-content h2 {
  font-size: 14px;
  color:#002349;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 2px;
  font-weight: 600;
  margin: 10px 0 10px 0;
  text-transform: uppercase;
}

.convention-item .convention-content h3 {
  font-size: 30px;
  color: #000000;
  margin: 0 0 35px 0;
  position: relative;
  padding-bottom: 20px;
}

.convention-item .convention-content h3::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 75px;
  background-color:#002349;
  bottom: 0;
}

.convention-item .convention-content p {
  font-size: 14px;
  line-height: 26px;
  margin: 0 0 0 0;
}

.convention-item .convention-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 25px;
}

.convention-item .convention-list li {
  color: #4e4d4d;
  font-size: 15px;
  font-weight: 500;
  list-style-type: none;
  padding-bottom: 6px;
}

.convention-item .convention-list li:last-child {
  padding-bottom: 0;
}

.convention-item .convention-list i {
  color:#002349;
  margin-right: 4px;
}

.convention-item .convention-list i::before {
  font-size: 18px;
}

.convention-item .convention-btn {
  margin-top: 30px;
}

.convention-item .convention-btn .convention-btn-one {
  display: inline-block;
  color:#002349;
  font-weight: 500;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
}

.convention-item .convention-btn .convention-btn-one:hover {
  text-decoration: none;
  letter-spacing: 1px;
}

.convention-item .convention-btn i {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  background-color:#002349;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  border-radius: 30px;
  margin-left: 5px;
}

.convention-shape-image {
  position: absolute;
  top: -60px;
  right: -92px;
}


/* Video CSS */

.video-section {
  background-image: url(../img/video-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 200px;
  position: relative;
  z-index: 1;
  line-height: 1;
  padding-bottom: 200px;
}

.video-section::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #000000;
  z-index: -1;
  opacity: 0.7;
}

.video-title {
  text-align: center;
  margin-bottom: 0;
  margin-top: 25px;
}

.video-title h3 {
  font-size: 35px;
  margin: 0 0 0 0;
  text-transform: capitalize;
  position: relative;
  color: #ffffff;
}

.video-content {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: 0px;
}

.video-content .video-btn a {
  color: #ffffff;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 82px;
  background:#002349;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  text-align: center;
  padding-left: 2px;
}

.video-content .video-btn a::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  border-radius: 50%;
  background:#002349;
}

.video-content .video-btn a:hover {
  color: #bdb2ab;
  background: #ffffff;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
  text-decoration: none;
}

.video-content .video-btn i {
  margin: 17px 26px 26px 23px;
  font-weight: 900;
}

.video-content .video-btn i::before {
  font-size: 45px;
}

@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}




/* Tabs CSS */

.tabs-section {
  padding-top: 100px;
  padding-bottom: 110px;
  position: relative;
}

.tabs-area {
  background-color: #f2f7fa;
  padding: 40px 30px;
  margin-top: 40px;
  position: absolute;
  left: -166px;
  right: 100px;
  -webkit-box-shadow: 0 10px 55px 5px #d5d6d7;
  box-shadow: 0 10px 55px 5px #d5d6d7;
}

.tabs-area h3 {
  font-size: 14px;
  color:#002349;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

.tabs-area #tabs {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.tabs-area #tabs::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  z-index: -1;
}

.tabs-area #tabs li {
  display: inline-block;
  padding-bottom: 2px;
  padding-right: 28px;
  font-family: 'Playfair Display', serif;
}

.tabs-area #tabs li a {
  font-size: 25px;
  color: #434343;
  font-weight: 600;
  /* text-transform: capitalize; */
}

.tabs-area #tabs li a:hover {
  color:#002349;
  text-decoration: none;
  /* -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s; */
}

.tabs-area #tabs li.current a {
  color: #000000;
  border-bottom: 1px solid#002349;
  padding-bottom: 14px;
}

#content .content-wrapper {
  display: none;
}

#content .current {
  display: block;
}

.tabs-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.tabs-list li {
  list-style-type: none;
  color: #777777;
  padding-bottom: 0;
  font-weight: 500;
  display: inline-block;
  margin-left: 50px;
  position: relative;
}

.tabs-list li:first-child {
  margin-left: 30px;
}

.tabs-list li::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: #d7d7d7;
  left: -30px;
  top: 2px;
}

.tabs-list i {
  color:#002349;
  margin-right: 6px;
}

.tabs-list i::before {
  font-size: 16px;
}

.tabs-btn {
  margin-top: 30px;
}

.tabs-btn .tabs-btn-one {
  display: inline-block;
  color:#002349;
}

.tabs-btn .tabs-btn-one:hover {
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: .6s;
  transition: .6s;
}

.tabs-btn .tabs-btn-one i {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  background-color:#002349;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  border-radius: 30px;
  margin-left: 5px;
}

.company-text p {
  font-size: 14px;
  line-height: 25px;
  margin: 0 0 10px 0;
  font-weight: 300;
}

.tabs-image img {
  max-width: 120%;
}

.design-shape {
  position: relative;
}

.design-shape img {
  position: absolute;
  bottom: -36px;
  right: -25px;
}


/* Client CSS */

.client-section {
  background-color: #000000;
}

.feedback-slides .client-feedback {
  position: relative;
}

.feedback-slides .client-feedback .single-feedback {
  position: relative;
  text-align: center;
}

.feedback-slides .client-feedback .single-feedback .client-img {
  position: absolute;
  left: 50px;
  top: 0;
}

.feedback-slides .client-feedback .single-feedback .client-img img {
  border-radius: 50%;
  border: 2px solid#002349;
  padding: 3px;
}

.feedback-slides .client-feedback .single-feedback h3 {
  font-size: 20px;
  margin: 0;
  color: #ffffff;
  margin: 20px 0 10px 0;
}

.feedback-slides .client-feedback .single-feedback span {
  color: #ffffff;
  display: block;
  margin-top: 0;
  margin-bottom: 30px;
  color: #ffffff;
}

.feedback-slides .client-feedback .single-feedback p {
  font-size: 14px;
  color: #ffffff;
  line-height: 26px;
  max-width: 650px;
  margin: auto;
  padding-left: 34px;
  padding-right: 34px;
}

.feedback-slides .client-thumbnails {
  position: relative;
  margin: 0 100px;
}

.feedback-slides .client-thumbnails .item .img-fill {
  cursor: pointer;
  position: relative;
  text-align: center;
}

.feedback-slides .client-thumbnails .item .img-fill img {
  opacity: 0.4;
  -webkit-transition: .6s;
  transition: .6s;
  display: inline-block;
  position: relative;
  border: 2px solid#002349;
  border-radius: 50%;
  padding: 3px;
  width: 100px;
}

.feedback-slides .client-thumbnails .item:hover .img-fill img, .feedback-slides .client-thumbnails .item.slick-center .img-fill img {
  opacity: 1;
}
.client-feedback .slick-track {
  width: 100% !important;
}
.client-feedback .slick-track .item {
  width: 100% !important;
}
.client-thumbnails .next-arrow, .client-thumbnails .prev-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  color: #ffffff;
  border: 2px solid#002349;
  background-color:#002349;
  z-index: 1;
  border-radius: 50%;
  line-height: 30px;
  outline: 0 !important;
  -webkit-transition: .6s;
  transition: .6s;
}

.client-thumbnails .next-arrow:hover, .client-thumbnails .prev-arrow:hover {
  color:#002349;
  background-color: #ffffff;
  border-color: #ffffff;
}

.client-thumbnails .next-arrow:hover::before, .client-thumbnails .prev-arrow:hover::before {
  opacity: 1;
  visibility: visible;
}

.client-thumbnails .next-arrow svg, .client-thumbnails .prev-arrow svg {
  width: 18px;
  height: 18px;
  position: relative;
}

.client-thumbnails .next-arrow {
  right: -20px;
}

.client-thumbnails .prev-arrow {
  left: -20px;
}

.client-content {
  text-align: center;
  margin-bottom: 30px;
}

.client-content span {
  color:#002349;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.client-content h3 {
  font-size: 36px;
  color: #ffffff;
  margin: 8px 0 25px 0;
  position: relative;
  padding-bottom: 20px;
}

.client-content h3::before {
  content: '';
  position: absolute;
  background-color:#002349;
  height: 2px;
  width: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.client-content i {
  color:#002349;
}

.client-content i::before {
  font-size: 50px;
  line-height: normal;
}



/* Partner CSS */

.partner-section {
  padding-top: 100px;
  padding-bottom: 20px;
  background-color: #ffffff;
}

.partner-section .partner-slider {
  position: relative;
}

.partner-section .partner-slider .partner-item {
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
}

.partner-section .partner-slider .partner-item img {
  height: 100px;
  display: inline-block;
}

.partner-section .partner-slider .partner-item li {
  list-style-type: none;
  font-size: 50px;
  padding: 35px;
  border: 1px solid #cccccc;
  cursor: pointer;
  transition: .6s;
  -webkit-transition: .6s;
}

.partner-section .partner-slider .partner-item:hover li {
  border: 1px solid#002349;
}

.partner-section .partner-slider .owl-nav {
  margin-top: 0;
}


/* Slider CSS */

.main-slider .slider-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 90vh;
  position: relative;
  z-index: 1;
}

/*.main-slider .slider-item::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #000000;
  z-index: -1;
  opacity: 0.5;
}*/

.main-slider .owl-prev {
  position: absolute;
  left: 2%;
  top: 50%;
  color: #ffffff !important;
}

.main-slider .owl-prev i::before {
  content: "\f060";
  font-size: 40px !important;
}

.main-slider .owl-prev:hover {
  background-color: transparent !important;
  color: #ffffff !important;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
}

.main-slider .owl-next {
  position: absolute;
  right: 2%;
  top: 50%;
  color: #ffffff !important;
}

.main-slider .owl-next i::before {
  font-size: 40px !important;
}

.main-slider .owl-next:hover {
  background-color: transparent !important;
  color: #ffffff !important;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
}

.main-slider .owl-nav {
  margin-top: 0;
}

.item-bg-one {
  background-image: url(../img/slider-bg-1.jpg);
}

.item-bg-two {
  background-image: url(../img/slider-bg-2.jpg);
}

.item-bg-three {
  background-image: url(../img/slider-bg-3.jpg);
}

.slider-content {
  text-align: center;
  margin-top: 100px;
}

.slider-content span {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
}

.slider-content h1 {
  font-size: 50px;
  color: #ffffff;
  margin: 0px 0 16px 0;
}

.slider-content p {
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  padding-bottom: 15px;
}

.slider-content p::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 28%;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}


/* Memory CSS */

.memory-section {
  padding-top: 100px;
  padding-bottom: 0px;
}

.memory-item {
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(32, 32, 32, 0.15);
  box-shadow: 0 0 30px rgba(32, 32, 32, 0.15);
  padding: 30px 40px;
  position: relative;
  z-index: 1;
}

/* .memory-item::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 38px;
  background-color:#002349;
  top: -20px;
  left: -20px;
}

.memory-item::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 38px;
  background-color:#002349;
  top: -5px;
  left: -34px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
} */

.memory-item .memory-content span {
  font-size: 14px;
  color:#002349;
  text-transform: uppercase;
  font-weight: 600;
}

.memory-item .memory-content h2 {
  font-size: 36px;
  color: #002349;
  margin: 10px 0 40px 0;
  position: relative;
  padding-bottom: 25px;
}

.memory-item .memory-content h2::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 75px;
  background-color:#002349;
  bottom: 0;
}

.memory-item .memory-content p {
  font-size: 14px;
  color: #777777;
  line-height: 26px;
  margin: 0 0 0 0;
}

.memory-item .memory-btn {
  margin-top: 20px;
}

.memory-item .memory-btn .memory-btn-one {
  display: inline-block;
  color:#002349;
  font-weight: 500;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
}

.memory-item .memory-btn .memory-btn-one:hover {
  text-decoration: none;
  letter-spacing: 1px;
}

.memory-item .memory-btn i {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  background-color:#002349;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  border-radius: 30px;
  margin-left: 5px;
}

.memory-image img {
  position: relative;
  left: -33px;
  max-width: 120%;
}

.dot-image {
  position: relative;
}

.dot-image img {
  position: absolute;
  top: -200px;
  left: -28px;
}





/* Page Banner CSS */

.page-banner {
  padding-top: 100px;
  padding-bottom: 100px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.page-banner::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.7;
  z-index: -1;
}

.page-banner .page-banner-content {
  text-align: center;
  margin-top: 100px;
}

.page-banner .page-banner-content h2 {
  font-size: 36px;
  color: #fefafa;
  margin: 0 0 16px 0;
}

.page-banner .page-banner-content p {
  font-size: 18px;
  color: #ffffff;
  margin: 0;
  font-weight: 600;
}

.page-banner .page-banner-content p a {
  color: #ffffff;
}

.page-banner .page-banner-content p a:hover {
  color:#cccccc;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transition: 0.5s;
  text-decoration: none;
}


/* Contact-info CSS */

.contact-info-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-box {
  text-align: center;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  padding: 30px 50px;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
	height:200px;
}

.contact-box h4 {
  font-size: 20px;
  color: #241f1f;
  margin: 8px 0 16px 0;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
}

.contact-box p {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 0 0;
}

.contact-box a {
  color: #777777;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
}

.contact-box a:hover {
  text-decoration: none;
  color:#002349;
}

.contact-box .icon i {
  color:#002349;
}

.contact-box .icon i::before {
  font-size: 40px;
  line-height: normal;
}

.contact-box:hover {
  background-color: #002349;
}

.contact-box:hover i {
  color: #ffffff;
}

.contact-box:hover h4 {
  color: #ffffff;
}

.contact-box:hover a {
  color: #fff;
}









/* Services Page CSS */

.services-page-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* Footer CSS */

.check-area {
  background-color: #f8f9fb;
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-section {
  /* background-image: url(../../Assets/img/footer-bg.jpg); */
  /* background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; */
  margin-top: 50px;
  background-color: #002349;
  padding-top: 30px;
  position: relative;
  z-index: 1;
}

/* .footer-section::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0.6;
} */

.fooetr-item {
  text-align: center;
}

.fooetr-item .footer-text p {
  font-size: 14px;
  color: #b3adad;
  line-height: 26px;
  margin: 0 0 0 0;
}

.fooetr-item ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  margin-top: 20px;
}

.fooetr-item ul li {
  display: inline-block;
  color: #b3adad;
  margin-right: 10px;
}

.fooetr-item ul li:last-child {
  margin-right: 0;
}

.fooetr-item ul li span {
  display: inline-block;
  margin-right: 4px;
  font-size: 14px;
}

.fooetr-item ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #ffffff;
  border-radius: 50%;
  background-color: transparent;
  text-align: center;
  line-height: 30px;
  font-size: 12.5px;
  border: 1px solid #716f6f;
}

.fooetr-item ul li a:hover {
  background-color:#002349;
  color: #fff;
  border-color:#fff;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition: 0.5s;
}

.fooetr-item .footer-logo {
 
  margin: auto;
  margin-top: -10px;
  margin-bottom: 20px;
}

.footer-content {
  margin-bottom: 70px;
}

.footer-content h2 {
  font-size: 24px;
  color: #ffffff;
  margin: 0 0 0 0;
}

.footer-info {
  padding-left: 0;
  margin-bottom: 0;
}

.footer-info li {
  color: #b3adad;
  font-size: 14px;
  list-style-type: none;
  padding-bottom: 20px;
  cursor: pointer;
}

.footer-info li:last-child {
  padding-bottom: 0;
}

.footer-info i {
  margin-right: 4px;
}

.footer-list {
  padding-left: 0;
  margin-bottom: 0;
}

.footer-list li {
  font-size: 14px;
  list-style-type: none;
  padding-bottom: 12px;
  /* font-family: 'Playfair Display', serif; */
}

.footer-list li:last-child {
  padding-bottom: 0;
}

.footer-list li a {
  color: #b3adad;
}

.footer-list li a:hover {
  text-decoration: none;
  color:#fff;
  -webkit-transition: .6s;
  transition: .6s;
}

/* Footer-bottom CSS */

.footer-bottom-section {
  padding-top: 100px;
  padding-bottom: 30px;
  position: relative;
}

.footer-bottom-section::before {
  content: '';
  position: absolute;
  background-color:#fff;
  height: 1px;
  width: 90%;
  top: 75px;
  left: 0;
  right: 0;
  margin: auto;
}

.footer-bottom-content {
  text-align: left;
}

.footer-bottom-content p {
  font-size: 14px;
  color: #c3c0c0;
  margin: 0 0 0 0;
}

.footer-bottom-links {
  text-align: right;
}

.footer-bottom-links p {
  font-size: 14px;
  margin: 0 0 0 0;
}

.footer-bottom-links a {
  color: #c3c0c0;
  -webkit-transition: .6s;
  transition: .6s;
}

.footer-bottom-links a:hover {
  text-decoration: none;
  color:#fff;
}


/* Back To Top CSS */

.back-to-top {
  position: fixed;
  right: 1.5%;
  bottom: -7.5%;
  height: 15px;
  cursor: pointer;
  width: 40px;
  padding: 3px 5px;
  font-size: 10px;
  font-weight: bold;
  color: transparent;
  text-align: center;
  z-index: 3;
  visibility: hidden;
  outline: 0 !important;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #777777;
}

.back-to-top::before, .back-to-top::after {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 0;
}

.back-to-top::before {
  top: -20px;
  z-index: 4;
  border-bottom: 20px solid #777777;
}

.back-to-top::after {
  bottom: 0;
  z-index: 5;
  border-bottom: 20px solid#002349;
}

.back-to-top:hover, .back-to-top:focus {
  opacity: 1;
  text-decoration: none;
  height: 40px;
  color: #ffffff;
}

.back-to-top.show-back-to-top {
  display: block;
  bottom: 1.25%;
  visibility: visible;
}

.text-danger {
  color: #dc3545 !important;
  text-align: center;
  position: unset;
  margin-top: 20px;
}


.flaticon-left-arrow-key {
  display: none;
}
.flaticon-keyboard-right-arrow-button {
  display: none;
}

/* Messages */

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #4CAF50;
  color: #fff;
  text-align: center;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 90.4%;
  bottom: 10px;
  font-size: 14px;
  font-style: italic;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 10px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 10px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 10px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 10px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
.language a:nth-child(1)
{
	padding-right:5px
}
.language a:hover
{
	text-decoration: none;
}
@media (max-width:425px)
	{
		.page-banner .page-banner-content p {
    font-size: 15px;
    color: #ffffff;
    margin: 0;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 1.5px;
}
}
.fixed-zalo
{
	position:fixed;
	bottom:10px;
	right:3px;
	z-index:1111;
}
.fixed-zalo img
{
	width:70px;
	padding:7px;
	height:70px;
	object-fit:cover
}