/* Fonts */

@font-face {
  font-family: "UTM-HelvetIns";
  src:
    url(../fonts/UTMHelvetIns.woff2) format("woff2"),
    url(../fonts/UTMHelvetIns.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GMV-DIN-Pro-R";
  src:
    url(../fonts/GMVDINPro.woff2) format("woff2"),
    url(../fonts/GMVDINPro.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GMV-DIN-Pro-B";
  src:
    url(../fonts/GMVDINPro-Bold.woff2) format("woff2"),
    url(../fonts/GMVDINPro-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GMV-DIN-Pro-M";
  src:
    url(../fonts/GMVDINPro-Medium.woff2) format("woff2"),
    url(../fonts/GMVDINPro-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "iCiel-Panton";
  src:
    url(../fonts/iCielPanton-Black.woff2) format("woff2"),
    url(../fonts/iCielPanton-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* @keyframe */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shake-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10%,
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes pulse-animation {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }
  10% {
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
  }
  100% {
    transform: scale3d(1.6, 1.6, 1.6);
    opacity: 0;
  }
}
@keyframes border-animation {
  0% {
    transform: scale3d(0.6, 0.6, 0.6);
    opacity: 0;
  }
  20% {
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1;
  }
  100% {
    transform: scale3d(1.4, 1.4, 1.4);
    opacity: 0;
  }
}
:root {
  --color-main: #2557ae;
  --color-social: #2557ae;
  --color-hover: #2557ae;
  --color-text: #2557ae;
}

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "GMV-DIN-Pro-R";
  color: #1a1a1a;
}
.info-main {
  padding: 30px 0px;
}
.max-width,
.wrap-content {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
}
.mw-700 {
  max-width: 700px;
}
img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
.relative {
  position: relative;
}

.social-plugin {
  display: flex;
  margin-top: 10px;
}
.scale-img {
  overflow: hidden;
}
.scale-img img,
.scale-img picture {
  transition: all 0.5s;
}

.scale-img:hover img,
.scale-img:hover picture {
  transform: scale(1.2, 1.2);
}

.hover-img {
  position: relative;
  overflow: hidden;
  display: block;
}

.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.p-relative {
  position: relative;
}
/* Transition All */
.transition,
.btn-frame .kenit-alo-circle-fill,
.control-owl button,
.carousel-comment-media .carousel-control a span,
.menu ul li a.has-child:after,
.menu ul li ul,
.menu ul li:hover > ul,
.scale-img img,
.scale-img:hover > img,
.support-online .kenit-alo-circle-fill {
  transition: 0.3s all;
}
.gutter-x-20 {
  --bs-gutter-x: 20px;
}
.gutter-x-10 {
  --bs-gutter-x: 10px;
}
.gutter-x-5 {
  --bs-gutter-x: 5px;
}
/*   Header   */

.header {
  position: relative;
  width: 100%;
  z-index: 999;
  background: url(../images/bg_header.webp) no-repeat;
  background-size: 100% 100%;
  padding-top: 40px;
}
.head-left {
  position: relative;
  background: url(../images/tron.png) no-repeat;
  background-size: 100%;
  padding: 150px 100px 50px 100px;
}
.head-left:after {
  content: "";
  position: absolute;
}

.flex-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo a {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.booking {
  display: block;
  background: url(../images/IC.png) no-repeat 20px 11px #5d7a8f;
  width: 160px;
  line-height: 44px;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-family: GMV-DIN-Pro-M;
  text-indent: 20px;
  margin: 0px auto;
  cursor: pointer;
}
.booking:hover {
  color: #fff;
  background: url(../images/IC.png) no-repeat 20px 11px #2c5d80;
}

.booking-mobile {
  display: block;
  background: #5d7a8f;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
  display: none;
}
.booking-mobile:hover {
  color: #fff;
  background: url(../images/IC.png) no-repeat 5px 9px #5d7a8f;
}

.address-cn {
  margin-top: 40px;
}
.address-cn p {
  color: #1a1a1a;
  font-size: 18px;
  font-family: GMV-DIN-Pro-M;
  background: url(../images/icon_address.png) no-repeat left center;
  padding: 10px 0px 10px 70px;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hotline-cn {
  margin-top: 20px;
}
.hotline-cn p {
  background: url(../images/icon_hotline.png) no-repeat 5px 5px #5d7a8f;
  border-radius: 30px;
  font-size: 18px;
  color: #fff;
  font-family: GMV-DIN-Pro-M;
  padding: 7px 0px 7px 10px;
  text-indent: 31px;
  width: 200px;
  margin: auto 0px 10px auto;
}
.head-right {
  position: relative;
  z-index: 99;
}

.info-menu-fix {
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 10px 0px;
  background: #fff;
  display: none;
}
.info-menu-fix.fix_menu {
  display: block;
}
.logo-menu {
  width: 100px;
}

.banner-menu img {
  height: 60px;
}
/* slideshow */
.slideshow {
  position: absolute;
  left: 49%;
  width: 25%;
  bottom: 0px;
}
/* Search */

.search {
  width: 290px;
  max-width: 70%;
  position: relative;
  z-index: 99;
}
.search input {
  width: 100%;
  font-size: 13px;
  color: #333;
  border-radius: 30px;
  border: 1px solid #e3e3e3;
  background: none;
  height: 50px;
}
.search input:focus {
  border: none;
  box-shadow: none;
}
.search label {
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border-radius: 0px 30px 30px 0px;
  width: 80px;
  background: #ff1f5ac60;
  text-transform: uppercase;
}

.box-search {
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ds-item-search {
  width: calc(100% - 70px);
}
.ds-item-search a {
  font-size: 14px;
  color: #333;
}
.show-search {
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}
.box-search .price-product {
  width: 100%;
  margin: 0px;
  text-align: left;
}
.box-search .price-product .price-new {
  color: #f5ac60;
  font-size: 14px;
}
.box-search .price-product .price-old {
  color: #999;
  text-decoration-line: line-through;
}

.key-search {
  margin-top: 10px;
}
.key-search p {
  color: #fff;
  font-family: GMV-DIN-Pro-M;
  margin: 0px;
  display: inline-block;
}
.key-search a {
  color: #fff;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #fff;
}
/* Mmenu */
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow: scroll;
}
.offcanvas-body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  transition: all 1s;
}

.offcanvas-body::-webkit-scrollbar-thumb {
  background-color: #0d6efd;
  border-radius: 5px;
  transition: all 1s;
}

.offcanvas-body::-webkit-scrollbar-track {
  background: #fff;
  width: 4px;
  height: 4px;
  transition: all 1s;
}

.btn-close-menu {
  position: absolute;
  right: 20px;
  top: 20px;
}
.menu-mobile ul {
  padding: 0px;
}
.menu-mobile ul li {
  position: relative;
}

.menu-mobile ul li > span i {
  transition: transform 0.3s ease; /* Adjust duration and easing as needed */
}

/* .menu-mobile ul li:last-child a{
	border-bottom: none;
} */
.menu-mobile ul li a {
  display: block;
  padding-right: 30px;
  color: #333;
  font-size: 15px;
  padding: 10px 0px;
  border-bottom: 1px solid #f1f1f1;
  font-family: GMV-DIN-Pro-B;
  text-transform: capitalize;
}
.menu-mobile ul ul li a {
  text-transform: capitalize;
}
.menu-mobile ul li a i {
  margin-right: 10px;
}
.menu-mobile ul li li a {
  font-weight: normal;
}
.menu-mobile ul li a:hover {
  color: #f5ac60;
}
.menu-mobile ul li .scroll {
  position: absolute;
  right: 0px;
  top: 9px;
  background: #0253a4;
  font-size: 17px;
  line-height: 18px;
  height: 25px;
  color: #fff;
  width: 35px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.menu-mobile ul li:hover {
  color: #f5ac60;
}
.menu-mobile ul ul li .scroll {
  background: none;
  color: #0253a4;
}
.menu-mobile ul li ul {
  padding-left: 10px;
}
.company {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
}
.company p {
  margin-bottom: 5px;
  font-size: 14px;
}
.company p span {
  color: #007bff;
}
.head-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.search-menu {
  width: 100%;
  position: relative;
  margin: 10px 0px;
}
.search-menu input {
  width: 100%;
  background: #f5f5fa;
  border: 1px solid #f1f1f1;
  height: 40px !important;
  font-size: 13px;
}
.search-menu p {
  position: absolute;
  right: 10px;
  bottom: 8px;
}

/* Menu */
.info-menu {
  position: relative;
  z-index: 99;
  border-right: 20px solid #5d7a8f;
  text-align: right;
  padding-right: 20px;
}
#menu {
  display: none;
}

#hamburger {
  /* display: none; */
  /* width: 35px; */
  /* height: 23px; */
  /* position: relative; */
  /* cursor: pointer; */
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #5d7a8f;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0px;
}

#hamburger:before {
  top: 0px;
}

#hamburger span {
  top: 10px;
}

#hamburger:after {
  top: 20px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  -webkit-transition-property:
    top,
    bottom,
    left,
    opacity,
    -webkit-transform;
  transition-property:
    top,
    bottom,
    left,
    opacity,
    -webkit-transform;
  transition-property: transform, top, bottom, left, opacity;
  transition-property:
    transform,
    top,
    bottom,
    left,
    opacity,
    -webkit-transform;
}

.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
  top: 10px;
}

.mm-wrapper_opening #hamburger span {
  left: -50px;
  opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-menu_opened {
  display: block !important;
}

.mm-slideout {
  z-index: unset;
}

.wrap-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: calc(100% - 300px);
}

.title-menu {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  line-height: 40px;
  display: block;
}

.menu-product-list {
  position: absolute;
  z-index: 99;
  top: 100%;
  width: 250px;
  background: #fff;
  border-radius: 2px;
}

.menu-product-list ul {
  padding: 0px;
  margin-bottom: 0px;
}

.menu-product-list ul ul {
  position: absolute;
  width: 750px;
  background: #fff;
  left: 100%;
  top: 0px;
  border: 1px solid #999;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  height: 100%;
  overflow-x: hidden;
}

.menu-product-list ul ul ul {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  border: none;
  display: block;
  height: auto;
}
.menu-product-list ul li a {
  position: relative;
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid #ddd;
}

.menu-product-list ul li a .icon-down {
  position: absolute;
  right: 10px;
  top: 10px;
}
.menu-product-list ul ul li a span {
  position: absolute;
  right: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #00a3ff;
}

.menu-product-list ul li a:hover {
  color: #f5ac60;
}

.menu-product-list ul ul li a {
  border-bottom: none;
  font-weight: bold;
}
.menu-product-list ul ul ul li a {
  font-weight: normal;
}
.menu {
  position: relative;
  z-index: 99;
}
.menu .wrap-content {
  position: relative;
}
.fix_menu {
  position: fixed !important;
  box-shadow: 0 0 1px #999;
  background: #fff;
}
.menu ul {
  width: 100%;
  padding: 0px;
  margin: 0;
  list-style: none;
}

.menu ul li {
  position: relative;
  z-index: 99;
}

.menu ul li a {
  font-size: 22px;
  color: #1a1a1a;
  margin: 0px;
  padding: 0;
  position: relative;
  text-decoration: none !important;
  display: block;
  line-height: 45px;
  text-transform: capitalize;
}
.info-menu-fix .menu ul li a {
  font-size: 18px;
}
.menu ul li a.active,
.menu ul li:hover > a {
  font-family: GMV-DIN-Pro-M;
  color: #5d7a8f;
  padding-right: 20px;
}
.menu ul li a.active:after,
.menu ul li:hover > a:after {
  content: "";
  position: absolute;
  background: url(../images/mt.png) no-repeat right center;
  width: 14px;
  height: 13px;
  top: 55%;
  right: 0px;
  transform: translateY(-50%);
}
/* .menu ul ul li a.active,
.menu ul ul li:hover > a {
	color: #457096;
} */

.menu ul li ul {
  position: absolute;
  min-width: 250px;
  left: 0;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.menu ul li:hover > ul {
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.7s;
}
.menu ul li ul li {
  text-align: left;
  border-bottom: 1px solid rgb(173 173 173 / 32%);
}
.menu ul li ul li:last-child {
  border-bottom: 0px;
}
.menu ul li ul li a {
  font-size: 14px;
  padding: 10px;
  display: block;
  text-decoration: none !important;
  line-height: 20px;
  text-align: left;
  font-weight: 500;
  text-transform: capitalize;
  color: #333;
}
.menu ul li ul li ul {
  top: 0px;
  left: 100%;
}
.menu ul li ul li a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background: #457096;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  visibility: hidden;
  opacity: 0;
}
.menu ul li ul li a:hover:before,
.menu ul li ul li > a.active:before {
  left: 0;
  visibility: visible;
  opacity: 1;
  width: 30px;
}
.menu ul li ul li a:hover {
  padding-left: 40px;
}
/* Menu -left */
.menu-left {
  position: relative;
  z-index: 999;
  width: 280px;
  background: #f2f2f2;
  border-radius: 5px;
}
.mm-left {
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0px;
  width: 100%;
  background: #f2f2f2;
  display: none;
}
.mm-left-none {
  display: none;
}
.menu-left:hover .mm-left-none {
  display: block;
}

.menu-left-ul {
  max-height: 500px;
  overflow-x: hidden;
}
.menu-left ul {
  list-style: none;
  display: block;
  padding: 0px;
  margin: 0px;
}
.menu-left ul li {
  padding: 0 0px;
}
.menu-left ul li ul {
  position: absolute;
  top: 0px;
  left: 95%;
  display: none;
  background: #fff;
  width: 100%;
  top: 0px;
  bottom: 0px;
  border: 1px solid #ddd;
  background: #f2f2f2;
}
.menu-left ul li:hover ul {
  display: block;
}
.menu-left ul li a {
  padding: 10px;
  align-items: center;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  color: #444444;
  display: block;
}

.menu-left ul li:last-child a {
  border-bottom: none;
}
.menu-left ul li a:hover {
  color: #f5ac60;
}
.title-menu {
  font-size: 16px;
  font-family: GMV-DIN-Pro-B;
  text-transform: uppercase;
  min-height: 55px;
  background: url(../images/icon_dm.png) left 30px top 20px no-repeat #ff1f5ac60;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding-left: 25px;
}

/*   SLider */
.control-owl {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0px;
  top: calc(50% - 22.5px);
}
.control-owl button {
  opacity: 0.5;
  top: 0px;
  position: absolute;
  outline: none;
  border: 2px solid #fff;
  padding: 0px;
  margin: 0px;
  display: block;
  cursor: pointer;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  font-size: 25px;
  margin: 0px;
  background-color: #00a3ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.control-owl button:hover {
  opacity: 1;
}
.control-owl button.owl-prev {
  left: 20px;
}
.control-owl button.owl-next {
  right: 20px;
}

.title-detail {
  position: relative;
  margin: 20px 0px;
}
.title-detail h1 {
  font-size: 20px;
  color: #333;
  font-family: GMV-DIN-Pro-B;
  text-transform: uppercase;
  margin: 0px;
}

.title-main {
  position: relative;
  border-bottom: 1px dashed #a4a4a4;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.title-main:after {
  content: "";
  width: 60px;
  height: 2px;
  background: #f5ac60;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.title-main h2,
.title-main h1 {
  display: inline-block;
  padding-right: 80px;
  color: #457096;
  text-transform: uppercase;
  font-family: iCiel-Panton;
  font-size: 30px;
  margin: 0px;
}

.title-main-left {
  display: flex;
  text-align: center;
  justify-content: start;
}

.title-main-left h2 {
  font-size: 28px;
  color: #333;
  font-family: Roboto-R;
  text-transform: uppercase;
  margin: 0px;
  border-bottom: 4px solid #457096;
  padding-bottom: 5px;
}
.title-list {
  position: relative;
  border-bottom: 1px dashed #a4a4a4;
  padding-bottom: 5px;
}

.title-list:after {
  content: "";
  width: 60px;
  height: 2px;
  background: #f5ac60;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.title-list h2 {
  display: inline-block;
  color: #457096;
  text-transform: uppercase;
  font-family: iCiel-Panton;
  font-size: 30px;
  margin: 0px;
}

.paging-product {
  position: relative;
}
.rotate-img img {
  transition: all 0.5s;
}
.rotate-img:hover img {
  transform: rotate(360deg);
}

/* Album */
.info-album {
  padding: 40px 0px;
  background: url(../images/bg_album.png) no-repeat;
  background-size: 100% 100%;
}
.title-album {
  width: 350px;
  background: url(../images/icon_album.png) no-repeat left center;
  padding-left: 110px;
}
.title-album p {
  font-size: 30px;
  font-family: GMV-DIN-Pro-M;
  color: #fff;
  margin-bottom: 0px;
}
.title-album h2 {
  font-size: 90px;
  line-height: 90px;
  font-family: iCiel-Panton;
  color: #fff;
  margin: 0px;
}
.ds-album {
  width: calc(100% - 390px);
  padding-left: 40px;
  border-left: 2px solid #fff;
  color: #fff;
}
.ds-album p {
  margin-bottom: 0px;
}
.ds-album h3 {
  font-size: 35px;
  font-family: iCiel-Panton;
  color: #fff;
}
.ds-album p {
  margin-bottom: 0px;
}
.wr-album {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 40px;
  margin-top: 40px;
}
.wr-album-1 {
  display: flex;
  gap: 10px;
}
.item-album {
  border-radius: 10px;
  overflow: hidden;
}
.wr-album-1 .item-album img {
  height: 200px;
  object-fit: cover;
}
.wr-album-2 {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.item-album-l {
  display: grid;
  gap: 10px;
  width: 26%;
}
.item-album-l .item-album:first-child img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.wr-ts {
  position: absolute;
  top: 230px;
  left: calc(26% + 20px);
  width: calc(48% - 40px);
}
.img-ts:after {
  content: "";
  position: absolute;
  background: url(../images/line-ts.png) no-repeat;
  width: 38px;
  height: 50px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.img-ts {
  position: relative;
  display: flex;
  gap: 1px;
}
.img-ts a {
  border-radius: 10px;
  overflow: hidden;
}
.img-ts img {
  border-radius: 10px;
}
/* Service */
.service-list {
  position: relative;
  text-align: center;
  max-width: 340px;
  min-height: 300px;
  margin: 0px auto;
}
/* .service-list:after{
	content: '';
	position: absolute;
	right:0px;
	top: 30px;
	bottom: 30px;
	background: #7d95a5;
	width: 1px;
} */
.service-list .desc {
  margin-top: 10px;
}
.service-list .desc h3 {
  font-size: 30px;
  color: #384955;
  font-family: iCiel-Panton;
  margin: 15px 0px;
}
.service-list .desc span {
  display: block;
  width: 122px;
  line-height: 42px;
  background: url(../images/vien.png) no-repeat;
  text-align: center;
  text-transform: uppercase;
  color: #5d7a8f;
  font-family: GMV-DIN-Pro-M;
  margin: 10px auto 0px;
}
.service-list .desc a:hover {
  color: #2a6c9c;
}
.info-list-service {
  position: relative;
  display: none;
  width: calc(100% - 120px);
  height: 300px;
  border-radius: 10px;
  text-align: left;
  margin-right: 120px;
}

.info-service .swiper-slide:nth-child(3n) .info-list-service {
  background: #5d7a8f;
}

.info-service .swiper-slide:nth-child(3n) .info-list-service h3 {
  background: #7d95a5;
}

.info-service .swiper-slide:nth-child(3n + 1) .info-list-service {
  background: #fe5f6a;
}

.info-service .swiper-slide:nth-child(3n + 1) .info-list-service h3 {
  background: #f1525c;
}

.info-service .swiper-slide:nth-child(3n + 2) .info-list-service {
  background: #fba95e;
}

.info-service .swiper-slide:nth-child(3n + 2) .info-list-service h3 {
  background: #f2a053;
}

.info-list-service:after {
  content: "";
  position: absolute;
  width: 160px;
  height: 227px;
  top: 0px;
  right: -100px;
  background: url(../images/meo.png) no-repeat;
}
.info-list-service h3 {
  font-size: 28px;
  color: #fff;
  background: #7d95a5;
  border-radius: 10px 10px 0px 0px;
  font-family: iCiel-Panton;
  padding: 10px;
}
.name-list {
  padding: 10px;
}
.name-list p {
  color: #fff;
  margin-bottom: 15px;
  background: url(../images/name_list.png) no-repeat left center;
  padding-left: 25px;
}
.service-list .desc p {
  color: #333;
}
.service-list:hover .info-list-service {
  display: block;
}
.service-list:hover .img-list {
  display: none;
}
.service-list:hover .desc {
  display: none;
}
/* BS */
.flex-bs {
  display: flex;
  justify-content: center;
}
.title-bs {
  position: relative;
  width: 320px;
  padding-left: 20px;
  margin-top: 50px;
}
.title-bs:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background: url(../images/tr.png) no-repeat;
  left: -20px;
  top: -35px;
}
.title-bs p {
  font-size: 30px;
  font-family: GMV-DIN-Pro-M;
  color: #333;
  margin-bottom: 0px;
  text-align: center;
}
.title-bs h2 {
  font-size: 90px;
  font-family: iCiel-Panton;
  color: #5d7a8f;
  text-align: center;
}
.ds-bs {
  width: calc(100% - 360px);
  padding-left: 40px;
  border-left: 2px solid #5d7a8f;
}
.ds-bs h3 {
  font-size: 35px;
  font-family: iCiel-Panton;
  color: #5d7a8f;
}
.ds-bs p {
  margin-bottom: 0px;
}
.item-bs {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 10px #9999999e;
  margin: 10px;
  max-width: 300px;
}
.item-bs .desc {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 30.000001192092896%,
    rgba(255, 255, 255, 1) 69.9999988079071%
  );
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0px;
  padding: 40px 10px 10px 10px;
  text-align: center;
}
.item-bs .desc h3 {
  font-size: 20px;
  font-family: GMV-DIN-Pro-M;
}
.item-bs .desc .job {
  display: block;
  background: #5d7a8f;
  color: #fff;
  width: 80px;
  line-height: 30px;
  text-align: center;
  border-radius: 30px;
  margin: 0px auto 10px;
}
.social-bs {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 46px;
  height: 48px;
  background: url(../images/social_bs.png) no-repeat;
  cursor: pointer;
}
.social-bs a {
  position: absolute;
  width: 18px;
  height: 18px;
  opacity: 0;
  transition: all 0.5s;
}
.social-bs a:nth-child(1) {
  left: 55px;
}
.social-bs a:nth-child(2) {
  left: 55px;
  bottom: 3px;
}
.social-bs a:nth-child(3) {
  left: 36px;
  top: 51px;
}
.social-bs a:nth-child(4) {
  left: 7px;
  top: 51px;
}
.social-bs:hover a {
  opacity: 1;
}
/* GD */
.wr-gd {
  width: 54%;
}
.wr-photo-gd {
  width: 44%;
  text-align: center;
}

.title-gd p {
  font-size: 30px;
  font-family: GMV-DIN-Pro-M;
  color: #333;
  margin-bottom: 0px;
}
.title-gd h2 {
  font-size: 90px;
  font-family: iCiel-Panton;
  color: #5d7a8f;
}
.ds-tm {
  width: calc(100% - 275px);
  border-left: 2px solid #5d7a8f;
  margin-left: 30px;
  padding-left: 30px;
}
.ds-tm p {
  margin-bottom: 0px;
}
.ds-tm h3 {
  font-size: 35px;
  font-family: iCiel-Panton;
  color: #5d7a8f;
}
.wr-question {
  margin-top: 30px;
  max-height: 488px;
  overflow: scroll;
  padding-right: 10px;
}
.box-gd {
  position: relative;
  padding: 10px;
  background: #dfe4e9;
  margin-bottom: 10px;
  border-radius: 10px;
}
.box-gd h3 {
  font-size: 18px;
  font-family: GMV-DIN-Pro-M;
  background: url(../images/add.png) no-repeat right center;
  padding: 5px 0px;
  padding-right: 50px;
  cursor: pointer;
}

.box-gd.active h3 {
  background: url(../images/minute.png) no-repeat right center;
}

.box-gd .desc-gd {
  margin-bottom: 0px;
  display: none;
}

.box-gd.active .desc-gd {
  display: block;
}

.line-photo {
  max-width: 460px;
  background: url(../images/ling_gd.png) no-repeat;
  background-size: 100% 100%;
  margin: 0px auto;
  padding: 30px 30px;
}
.line-photo img {
  border-radius: 200px;
}

/* TC */
.wr-tc {
  width: calc(100% - 340px);
  padding-left: 20px;
  border-left: 2px solid #5d7a8f;
  padding-right: 100px;
}
.item-tc {
  text-align: center;
}
.img-tc {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto 10px;
  width: 80px;
  height: 80px;
  background: #5d7a8f;
  border-radius: 20px;
}
.img-tc:hover {
  background: #446c88;
}
.item-tc h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: GMV-DIN-Pro-M;
}
/* News */
.grid-tintuc {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
}
.news {
  display: block;
  margin-bottom: 20px;
  display: block;
}
.pic-news {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  position: relative;
}
.pic-news img {
  width: 100%;
}
a.views {
  display: inline-block;
  text-decoration: none;
  margin-top: 10px;
  border: solid 1px #ccc;
  padding: 7px 20px;
  border-radius: 20px;
  color: #000;
  font-size: 16px;
}
a.views:hover {
  border: solid 1px #fed402;
  color: #fed402;
}

.name-news {
  color: #1b1b1b;
  font-size: 18px;
  -webkit-line-clamp: 2 !important;
}

.name-news:hover {
  color: #fed402;
}
.time-news {
  color: #fed402;
  margin-bottom: 0px;
  font-size: 12px;
  margin: 7px 0;
  font-style: italic;
  font-weight: 500;
}
.desc-news {
  color: #333333;
  margin: 0px;
}
.share {
  padding: 17px 10px 10px 10px;
  line-height: normal;
  background: rgba(128, 128, 128, 0.15);
  margin-top: 15px;
  border-radius: 5px;
}
.share b {
  display: block;
  margin-bottom: 5px;
}
.othernews b {
  margin-bottom: 10px;
}
.list-news-other {
  padding-left: 17px;
  list-style: square;
}
.list-news-other li {
  margin-bottom: 2px;
}
.list-news-other li a {
  text-transform: none;
  color: #333333;
}
.list-news-other li a:hover {
  color: #fed402;
}
/* Toc */
.box-readmore {
  padding: 8px 15px;
  border: 1px solid #dedede;
  margin-bottom: 2rem;
  border-radius: 5px;
  background-color: #eeeeee;
}

.tt-toc {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  font-family: Roboto-R;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.box-readmore li ul > li {
  margin: 0;
  margin-bottom: 8px;
}
.box-readmore li ul > li:before {
  content: counters(item, ".") " ";
}
.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0px;
  padding-left: 0px !important;
  margin-top: 8px;
  display: none;
}
.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin-bottom: 5px;
}
.box-readmore ul li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}
.box-readmore ul li a {
  color: #333333;
  cursor: pointer;
  font-weight: 600;
}
.box-readmore ul li a:hover {
  color: #767676;
}

/* Footer */
.info-footer {
  background: #dfe4e9;
  color: #fff;
  padding: 30px 0px;
  font-size: 16px;
}
.info-footer .flex-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  color: #333;
}

.title-footer {
  position: relative;
  margin-bottom: 15px;
  font-family: "GMV-DIN-Pro-B";
  font-size: 18px;
  text-transform: uppercase;
  color: #333;
  background: url(../images/c_color.png) no-repeat left center;
  padding-left: 30px;
}
.wr-social {
  display: flex;
  align-items: center;
}
.title-social {
  font-size: 18px;
  font-family: "GMV-DIN-Pro-M";
  text-transform: uppercase;
  writing-mode: vertical-lr;
  transform: rotate(181deg);
}
.social-footer {
  padding-left: 15px;
  border-left: 1px solid #5d7a8f;
  margin-left: 15px;
}
.social-footer a {
  display: flex;
  justify-content: start;
  gap: 10px;
  margin-bottom: 10px;
  color: #333;
  align-items: center;
  font-size: 16px;
  font-family: "GMV-DIN-Pro-M";
  text-transform: uppercase;
  font-style: italic;
}
.social-footer a img {
  transition: all 0.5s;
}
.social-footer a:hover img {
  transform: rotate(360deg);
}
.footer-company {
  position: relative;
  background: #fff;
  color: #fff;
  text-align: center;
  width: 30%;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
  top: -20px;
}

.info-footer .flex-footer .box-footer:nth-child(1) {
  width: 15%;
}

.info-footer .flex-footer .box-footer:nth-child(2) {
  width: 15%;
}

.info-footer .flex-footer .box-footer:nth-child(3) {
  width: 25%;
}

.info-footer .flex-footer .box-footer:nth-child(4) {
  width: 30%;
}

.title-company {
  font-family: "UTM-HelvetIns";
  font-size: 27px;
  color: #ffc700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.menu-footer {
  list-style: none;
  padding-left: 0px;
}
.menu-footer li {
  margin-bottom: 10px;
}
.menu-footer li a {
  color: #333;
  border-radius: 5px;
  padding: 5px;
}
.menu-footer li:hover a {
  background: #5d7a8f;
  color: #fff;
}
.footer-powered {
  text-align: center;
  padding: 20px 0px;
  color: #333;
}
.flex-powered {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.statistic span {
  position: relative;
  padding: 0px 5px;
}
.footer-map {
  position: relative;
  height: 250px;
  overflow: hidden;
}
.footer-map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.contact-map {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.contact-map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.copyright {
  background: url(../images/bg_copy.png) repeat;
  text-align: center;
  padding: 260px 0 20px 0px;
  color: #fff;
}
.map-cn {
  position: relative;
  height: 345px;
}
.map-cn iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.wr-map {
  margin-top: 20px;
  margin-bottom: -245px;
}
.map-cn {
  mask: url(../images/map.png) no-repeat center / 100% 100%;
}
.wr-map .swiper-slide:nth-child(even) .map-cn {
  mask: url(../images/map_t.png) no-repeat center / 100% 100%;
}
.slogan {
  padding: 10px 0px;
}
.slogan marquee {
  display: block;
}
.slogan span {
  font-size: 90px;
  line-height: 90px;
  text-transform: capitalize;
  margin-right: 100px;
  font-family: iCiel-Panton;
}
.slogan span:nth-child(odd) {
  color: #5d7a8f;
}

.slogan span:nth-child(even) {
  color: #fff;
  -webkit-text-stroke: 1.5px var(--mau-chinh, #5d7a8f);
}
/* CN */
.title-cn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.title-cn span {
  background: #e4d7c4;
  color: #384955;
  text-transform: uppercase;
  font-size: 21px;
  font-family: iCiel-Panton;
  padding: 10px 15px;
  cursor: pointer;
}
.title-cn span:first-child {
  border-radius: 30px 0px 0px 30px;
}
.title-cn span:last-child {
  border-radius: 0px 30px 30px 0px;
}
.title-cn span.active,
.title-cn span:hover {
  background: #5d7a8f;
  color: #fff;
}
.item-cn {
  border-radius: 10px;
  overflow: hidden;
}
/* Tags */
.info-tags {
  padding: 30px 0px;
  background: #f2f2f2;
  padding-bottom: 120px;
}
.info-tags p {
  font-size: 15px;
  font-family: GMV-DIN-Pro-B;
}
.title-tags {
  position: relative;
  font-size: 1em;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #777;
}

.flex-tags {
  display: flex;
  gap: 20px;
}
.flex-tags a {
  position: relative;
  color: #333;
}
.flex-tags a:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 5px;
  border-right: 1px solid #b6b0b0;
  height: 10px;
}
.flex-tags a:hover {
  color: #f5ac60;
}
/* CS */
.box-cs {
  position: relative;
}
.img-cs {
  border-radius: 10px;
  overflow: hidden;
}
.box-cs h3 {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: #00000098;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  font-family: Roboto-R;
  transition: all 0.5s;
  display: none;
}
.box-cs:hover h3 {
  display: block;
}
/*   TC   */
.info-vs {
  padding: 30px 0px;
  background: url(../images/bg_vs.png) no-repeat;
  background-size: cover;
}
.flex-vs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.wr-info-vs {
  width: 49%;
}
.wr-vs {
  width: 49%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding-bottom: 50px;
}
.box-vs {
  position: relative;
  padding: 20px;
  border-radius: 25px;
  gap: 10px;
  box-shadow: 0px 0px 5px #0000003b;
  background: #fff;
  text-align: center;
}
.box-vs:hover h3 {
  color: #f5ac60;
}
.box-vs:hover h3:after {
  content: "";
  background: #f5ac60;
}
.box-vs:nth-child(even) {
  top: 40px;
}
.box-vs h3 {
  position: relative;
  color: #0d7be1;
  font-size: 18px;
  font-family: "Roboto-R";
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.box-vs h3:after {
  content: "";
  position: absolute;
  width: 42px;
  height: 2px;
  background: #0d7be1;
  left: calc(50% - 21px);
  bottom: 0px;
}
.box-vs p {
  color: #333;
}
.img-vs {
  display: inline-block;
  margin: 0px auto 10px;
}
/* QT */
.info-qt {
  padding: 30px 0px 0px;
  background: url(../images/bg_qt.webp) no-repeat;
  background-size: 100% 100%;
}
.wr-qt {
  padding-top: 100px;
  position: relative;
  text-align: center;
  padding-bottom: 150px;
}
.wr-qt img {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  max-width: 60%;
}
.line-qt {
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  background: url(../images/line_cong.png) no-repeat;
  background-size: 100% 100%;
  width: 870px;
  height: 550px;
  max-width: 100%;
}
.flex-qt {
  display: flex;
  justify-content: space-between;
}
.item-qt {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 20px;
}
.item-qt span:first-child {
  font-size: 90px;
  color: #ffffff00;
  -webkit-text-stroke: 1px var(--mau-chinh, #fff);
  font-family: iCiel-Panton;
}
.item-qt span:last-child {
  background: #fff;
  font-size: 22px;
  color: #333;
  text-transform: uppercase;
  line-height: 50px;
  border-radius: 10px;
  padding: 0px 30px;
  display: inline-block;
}
.qt-left {
  position: relative;
  z-index: 100;
  display: grid;
}
.qt-left .item-qt:nth-child(1) {
  order: 3;
  transform: rotate(-9deg);
  top: 13px;
  left: 41px;
}
.qt-left .item-qt:nth-child(2) {
  order: 2;
  transform: rotate(2deg);
}
.qt-left .item-qt:nth-child(3) {
  order: 1;
  left: 165px;
  transform: rotate(-4deg);
}
.qt-right {
  position: relative;
  z-index: 100;
  direction: rtl;
}
.qt-right .item-qt:nth-child(1) {
  transform: rotate(13deg);
}
.qt-right .item-qt:nth-child(2) {
  left: -74px;
  transform: rotate(-5deg);
  top: 15px;
}
.qt-right .item-qt:nth-child(3) {
  transform: rotate(5deg);
  top: 10px;
}
/* About */
.info-about {
  position: relative;
  padding: 30px 0px;
  background: #f2f4f6;
  margin-top: 60px;
}
.info-about:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 120px;
  background: url(../images/line_about.png) no-repeat;
  background-size: 100% 100%;
  top: -120px;
}
.title-about {
  width: 350px;
  background: url(../images/about.png) no-repeat left center;
  padding-left: 140px;
}
.title-about p {
  font-size: 30px;
  font-family: GMV-DIN-Pro-M;
  color: #333;
  margin-bottom: 0px;
}
.title-about h2 {
  font-size: 90px;
  line-height: 90px;
  font-family: iCiel-Panton;
  color: #5d7a8f;
  margin: 0px;
}

.ds-about {
  width: calc(100% - 390px);
  border-left: 2px solid #5d7a8f;
  padding-left: 30px;
}
.ds-about p {
  margin-bottom: 0px;
}
.ds-about h3 {
  font-size: 35px;
  font-family: iCiel-Panton;
  color: #5d7a8f;
}
.view-about {
  display: block;
  width: 122px;
  line-height: 42px;
  background: url(../images/vien.png) no-repeat;
  text-align: center;
  text-transform: uppercase;
  color: #5d7a8f;
  font-family: GMV-DIN-Pro-M;
  margin: 20px auto;
}
.view-about:hover {
  color: #f5ac60;
}
/* Service */
.info-service {
  padding: 30px 0px;
}
/* Video */

.flex-video {
  display: flex;
  justify-content: space-between;
}
.wr-video {
  width: 49%;
}

.video-main {
  position: relative;
  border-radius: 5px;
  margin-top: 10px;
  overflow: hidden;
}
.list-video {
  margin-top: 2px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #333333;
  color: #fff;
  padding: 15px;
}
.img-video span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 1px solid #ff5ac600066;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f5ac60;
  background: #ffffffa8;
  font-size: 27px;
  cursor: pointer;
  transition: all 1s;
}
.item-video:hover span {
  transform: translateX(-50%) translateY(-50%) rotate(360deg);
}
.item-video h3 {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}
/* Sort */
.sort-select {
  display: flex;
  justify-content: end;
  margin: 20px 0px;
  position: relative;
}

.sort-select .click-sort {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 10px 6px 8px;
  margin: 0px;
}

.sort-select-main {
  display: grid;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
  position: absolute;
  padding: 0 7px;
  top: 30px;
  right: 0;
  width: 160px;
  z-index: 2;
}

.sort-select-main p {
  border-bottom: 1px solid #f1f1f1;
  margin: 0px;
  order: 2;
}

.sort-select-main p:has(.check) {
  order: 1;
}

.sort a {
  color: #000;
  font-size: 14px;
  line-height: 17px;
  padding: 11px 3px;
  display: block;
  cursor: pointer;
}

.sort a.check i {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 16px;
  border: 2px solid transparent;
  border-radius: 100px;
  vertical-align: middle;
}

.sort a.check i::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
  top: -4px;
  width: 6px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  transform-origin: bottom left;
  transform: rotate(45deg);
}

.sort-select .sort-show {
  padding-right: 12px;
  position: relative;
}

.sort-select .sort-show::before {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333;
  content: "";
  height: 0;
  position: absolute;
  top: 6px;
  right: 0;
  width: 0;
}
/* CN */
.box-cn {
  position: relative;
  border: 1px solid #f1f1f1;
  border-radius: 15px;
  overflow: hidden;
  padding: 15px;
}
.box-cn:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 50%;
  background: #fcd704;
  border-radius: 0px 0px 30% 30%;
}
.img-cn {
  margin-bottom: 20px;
  position: relative;
  z-index: 9;
}
.ds-cn {
  padding: 0px 30px;
}
/* Product */
.info-sale {
  background: #fff;
  box-shadow: 0 0 10px #3333334a;
  border-radius: 10px;
  padding: 70px 10px 30px;
}
.title-sale {
  font-size: 30px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: -40px;
}
.title-sale h2 {
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #ff5ac6000 0%, #ff5c00 100%);
  border-radius: 50px;
  color: #fff;
  padding: 13px 80px;
  position: relative;
  justify-content: center;
  text-transform: uppercase;
  font-family: GMV-DIN-Pro-B;
}
.title-sale h2:before {
  content: "";
  width: 54px;
  height: 54px;
  background: url(../images/icon_flash.png) no-repeat;
  margin-right: 5px;
}
.title-sale h2:after {
  content: "";
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  border: 1px dashed #ffffff;
  position: absolute;
  border-radius: 50px;
}
.filter {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 5px 10px;
  background: #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #ddd;
  display: none;
}
.flex-product-main {
  display: flex;
  gap: 20px;
}
.flex-product-main .left-product {
  width: 250px;
  border: 1px solid #f1f1f1;
  padding: 20px;
  border-radius: 5px;
}
.flex-product-main .right-product {
  width: 100%;
}
.wrap-product-sale {
  background-color: #ffa09e;
  border-radius: 10px;
  overflow: hidden;
}

.info-list {
  margin-bottom: 20px;
}
.product {
  display: block;
  position: relative;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px;
}

.product .ds-product {
  margin-top: 10px;
}
.gh {
  font-style: italic;
  color: #7c7c7c;
  margin-top: 10px;
  margin-bottom: 0px;
}
.product .pic-product img {
  width: 100%;
  -webkit-transform-style: preserve-3d;
  height: 100%;
  object-fit: cover;
}

.product .pic-product > a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product .name-product {
  margin-bottom: 10px;
  font-weight: normal;
}
.product .name-product a {
  font-size: 15px;
  color: #333;
  font-family: "GMV-DIN-Pro-M";
}
.product .name-product a:hover {
  color: #ff2e00;
}
.product .name-product .text-split {
  -webkit-line-clamp: 1;
}

.price-product p {
  margin: 0px;
}
.price-product {
  font-size: 15px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
  margin-bottom: 0px;
  color: #555;
}
.price-product .price-new {
  color: #eb1328;
  font-family: GMV-DIN-Pro-B;
}

.product .price-old {
  padding: 0 10px;
  font-size: 14px;
  text-decoration: line-through;
  display: block;
  color: #999;
}
.product .price-per {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #333;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  background: #ffcd20;
  padding: 10px;
  border-radius: 50% 0px 50% 50%;
}

.product-dx {
  border: 1px solid #e3e3e3;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}
.ds-product-dx {
  width: calc(100% - 90px);
}
.ds-product-dx h3 a {
  color: #333;
  font-size: 15px;
}
.ds-product-dx .price-product {
  justify-content: start;
  font-family: GMV-DIN-Pro-B;
}
.pic-product-dx {
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  overflow: hidden;
}
.grid-product {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.grid-list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 20px;
}
.grid-product > * {
  max-width: 100%; /* Giới hạn kích thước */
  min-width: 0; /* Ngăn phần tử mở rộng quá mức */
}
.grid-product .product .product-info {
  margin-top: 10px;
  color: #333;
}
.grid-product .product .product-info h3 {
  font-size: 17px;
  color: #333;
}
.grid-product .product .product-info .price span {
  color: #f5ac60;
}
.box-list {
  text-align: center;
}
.box-list h3 {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
  font-family: GMV-DIN-Pro-M;
}
.box-list h3:hover {
  color: #f5ac60;
}
.box-photo-list {
  border-radius: 15px;
  overflow: hidden;
}
/* product detail */

.grid-pro-detail {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.grid-pro-detail .left-pro-detail {
  width: 50%;
}

.grid-pro-detail .right-pro-detail {
  width: 48%;
}

.detail-product {
  display: flex;
  justify-content: space-between;
}
.detail-product .left-pro-detail {
  width: 40%;
  border: 1px solid #ddd;
}
.detail-product .right-pro-detail {
  width: 57%;
}
.detail-product .right-pro-detail ul {
  list-style: none;
  padding: 0px;
}
.detail-product .right-pro-detail ul li {
  margin-bottom: 20px;
}
.detail-product .right-pro-detail ul li .title-pro-detail {
  font-size: 18px;
}
.detail-product .right-pro-detail ul li .attr-content-pro-detail {
  display: inline-block;
  margin-bottom: 0px;
}
.detail-product
  .right-pro-detail
  ul
  li
  .attr-content-pro-detail
  .price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: #f5ac60;
}
.MagicZoom {
  border: 1px solid #f1f1f1;
  background: #fff;
}
.tabs-pro-detail .tab-content {
  border: 1px solid #ddd;
  border-top: none;
  padding: 20px;
}
.nav-tabs li a {
  text-transform: uppercase;
  font-family: GMV-DIN-Pro-B;
  color: #333;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  color: #f5ac60;
}
/* css block actions  */
.ul-actions {
  display: flex;
  justify-content: center;
  margin: 20px;
  gap: 15px;
  align-items: flex-start;
}
.ul-actions li,
.ul-actions > div {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 80px;
  text-align: center;
}
.ul-actions .active .box__tabr,
.ul-actions .box__tabr:hover {
  border-color: #fd6e1d;
}
.ul-actions .box__tabr {
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  min-height: 55px;
  padding: 4px;
  height: 60px;
  width: 80px;
}
.icon-action {
  background-image: url(../images/icon_chitiet@2x-min.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  vertical-align: middle;
  background-size: 300px 180px;
}
.icon-dnb {
  background-position: 0 0;
  height: 28px;
  width: 28px;
}
.icon-tskt {
  background-position: -105px 0;
  height: 30px;
  width: 30px;
}
.icon-ttsp {
  background-position: -140px 0;
  height: 19px;
  width: 23px;
}
.ul-actions p {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 5px;
  white-space: normal;
  color: #000;
}
/* modal-detail */
.modal-detail::-webkit-scrollbar {
  width: 10px;
}
.modal-detail::-webkit-scrollbar-thumb {
  width: 10px;
  background: #4d90e0;
  border-radius: 10px;
  height: 50px;
}
.modal-detail {
  position: fixed;
  z-index: 999;
  background: #000000c4;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.content-modal-detail {
  background: #fff;
  max-width: 1200px;
  margin: 0px auto;
  min-height: 100vh;
}
.content-modal-detail .tabs {
  display: flex;
  cursor: pointer;
  padding: 0;
  list-style: none;
  justify-content: center;
  border-bottom: 1px solid #e0e0e0;
  position: sticky;
  top: 0px;
  background: #fff;
  z-index: 99;
}
.content-modal-detail .tabs li {
  padding: 20px 20px;
  margin-right: 5px;
  font-weight: bold;
  position: relative;
  border-bottom: 4px solid #fff;
}
.content-modal-detail .tabs li.active {
  color: #2d9cdb;
  border-bottom: 4px solid #2d9cdb;
}
.content-modal-detail .tab-content {
  padding: 20px;
  max-width: 900px;
  margin: 0px auto;
}
.content-modal-detail .tab-content.active {
  display: block;
}

.close-tab {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 10;
}

.btn-closemenu {
  position: fixed;
  top: 10px;
  right: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
  line-height: 21px;
  padding: 7px;
  text-align: right;
  width: 72px;
}

.btn-closemenu::before {
  transform: rotate(45deg);
}
.btn-closemenu::after {
  transform: rotate(-45deg);
}
.btn-closemenu::before,
.btn-closemenu::after {
  background-color: #333;
  content: "";
  left: 13px;
  height: 14px;
  position: absolute;
  top: 10px;
  width: 1px;
}
.cursor-pointer {
  cursor: pointer;
}

/* Contact */
.tt-contact {
  color: #fff;
}
.tt-contact h2 {
  font-size: 34px;
  font-family: Roboto-R;
  text-transform: capitalize;
}

.wr-contact {
  width: 32%;
  background: #1f3b72;
  padding: 20px;
  border-radius: 10px;
}
.contact-map {
  position: relative;
  height: 500px;
  margin-top: 30px;
}
.contact-map iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.frm_contact {
  border: 1px solid #ddd;
  padding: 30px;
}
.btn-contact {
  background: #d69f5ac60;
  color: #fff;
  text-transform: uppercase;
  margin: 10px auto;
  border-radius: 30px;
  display: block;
  padding: 10px 15px;
  border: 1px solid #d69f5ac60;
}

.contact-form textarea {
  height: 155px !important;
}
.form-floating {
  color: #333;
}
/*  breadCrumbs */
.breadCrumbs {
  padding: 10px 0px;
  background: #ddd;
}
.breadCrumbs ol {
  margin: 0px;
}
.breadCrumbs ol li a {
  color: #333;
}
.breadCrumbs ol li a:hover {
  color: #f5ac60;
}

/* paging */
.pagination {
  gap: 10px;
}
.pagination li {
  overflow: hidden;
}
.page-link {
  padding: 5px 10px;
  text-align: center;
  color: #333;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #457096;
  border-color: #457096;
}
.paging-product {
  position: relative;
}
.pagination {
  margin: 20px 0px;
  flex-wrap: wrap;
}
.pagination li span {
  cursor: pointer;
  margin-left: 0px !important;
}

.btn-frame {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}
.btn-frame i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(7, 41, 103, 0.8);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-frame i img {
  vertical-align: middle;
  width: 70%;
}
.btn-frame .animated.infinite {
  animation-iteration-count: infinite;
}
.btn-frame .kenit-alo-circle {
  width: 60px;
  height: 60px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: #5d7a8f;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: 0.1;
  border-color: rgba(7, 41, 103, 0.8);
  opacity: 0.5;
}
.btn-frame .zoomIn {
  animation-name: zoomIn;
}
.btn-frame .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.btn-frame .kenit-alo-circle-fill {
  width: 70px;
  height: 70px;
  top: -10px;
  right: -10px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid #5d7a8f;
  background-color: rgba(7, 41, 103, 0.35);
  opacity: 0.4;
}
.btn-frame .pulse {
  animation-name: pulse;
}

.grid-properties {
  display: flex;
  gap: 10px;
}
.grid-properties span {
  position: relative;
  border: 1px solid #ddd;
  padding: 5px 15px;
  cursor: pointer;
}
.grid-properties span:hover,
.grid-properties span.active {
  border: 1px solid #f5ac60;
  color: #f5ac60;
}
.grid-properties span:hover:after,
.grid-properties span.active:after {
  content: "";
  border: 0.9375rem solid #5d7a8f;
  border-bottom: 0.9375rem solid var(#d0011b, #ee4d2d);
  bottom: 0;
  position: absolute;
  right: -0.9375rem;
}
.grid-properties span.outstock {
  pointer-events: none;
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.26);
  cursor: not-allowed;
}

/* scrollToTop */
.scrollToTop {
  width: 41px;
  height: 41px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 65px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
}

/* Hidden Google Captcha */
.grecaptcha-badge {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  overflow: hidden;
}

[x-cloak] {
  display: none !important;
}

/* CSSS T */

a.views_dm {
  width: 140px;
  height: 38px;
}
.effect_button {
  transform-style: preserve-3d;
  transform: translateZ(-25px);
  transition: transform 0.25s;
  position: relative;
  display: inline-flex;
  z-index: 1;
}
.effect_button:after,
.effect_button:before {
  position: absolute;
  content: "xem thêm";
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f5ac60;
  box-sizing: border-box;
  border-radius: 5px;
  z-index: -1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
}
.effect_button:before {
  color: #fff;
  background: #f5ac60;
  transform: rotateY(0deg) translateZ(25px);
}
.effect_button:after {
  color: #f5ac60;
  transform: rotateX(90deg) translateZ(25px);
}
.effect_button:hover {
  transform: translateZ(-25px) rotateX(-90deg);
}
/* KH */
.item-kh a {
  display: flex;
  justify-content: space-between;
}

.img-kh {
  border-radius: 5px;
}
.ds-kh {
  width: calc(100% - 105px);
}
.ds-kh p {
  -webkit-line-clamp: 2;
  margin-bottom: 0px;
  color: #333;
}
.ds-kh h3 {
  font-size: 15px;
  font-family: GMV-DIN-Pro-B;
  -webkit-line-clamp: 2;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 10px;
}
.ds-kh h3:hover {
  color: #f5ac60;
}
/* News */
.flex-news {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wr-title-news {
  width: 310px;
}
.title-news h2 {
  font-size: 90px;
  font-family: iCiel-Panton;
  color: #5d7a8f;
}
.title-news p {
  font-size: 30px;
  font-family: GMV-DIN-Pro-B;
  margin: 0px;
}
.wr-news {
  width: calc(100% - 330px);
  margin-left: 10px;
}

.grid-news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.item-news-all {
  border: 1px solid #f1f1f1;
  padding: 5px;
}
.ds-news-all {
  width: calc(100% - 205px);
}
.ds-news-all h3 {
  font-size: 16px;
  color: #333;
  font-family: GMV-DIN-Pro-B;
  -webkit-line-clamp: 2;
}
.ds-news-all h3:hover {
  color: #f5ac60;
}
.ds-news-all p {
  color: #333;
  -webkit-line-clamp: 2;
  margin-bottom: 0px;
}
.ds-news-all .time-news-all {
  color: #999;
  font-size: 13px;
  margin-bottom: 10px;
}
.item-news {
  --tw-bg-opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.item-news a,
.item-news-one a {
  display: block;
  border-radius: 5px;
}

.ds-news-one {
  position: relative;
  padding: 10px 10px 10px 50px;
}
.ds-news-one:after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: 20px;
  top: -50px;
  background: #5d7a8f;
  width: 2px;
}
.item-news-one .ds-news-one h3 {
  line-height: 1.5;
  font-size: 18px;
  color: #333;
  font-family: GMV-DIN-Pro-B;
  -webkit-line-clamp: 2;
}
.item-news-one .ds-news-one h3:hover {
  color: #f5ac60;
}
.item-news-one .ds-news-one p {
  color: #333;
  font-size: 16px;
  -webkit-line-clamp: 2;
}
.item-news-one .img-news {
  border-radius: 50px;
  overflow: hidden;
}
.item-news:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0px 0px 10px rgb(0 0 0 / 19%);
}
.item-news .img-news {
  width: 185px;
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
}
.item-news .ds-news {
  width: calc(100% - 195px);
}

.ds-news h3 {
  font-size: 20px;
  margin: 0;
  color: #000;
  font-family: GMV-DIN-Pro-B;
  -webkit-line-clamp: 2 !important;
}
.ds-news h3:hover {
  color: #f5ac60;
}
.ds-news .desc {
  color: #333;
  font-size: 14px;
  -webkit-line-clamp: 2;
  margin: 0px;
}

.item-news:hover h3 {
  color: #f5ac60;
}

.item-news-all a {
  display: flex;
  justify-content: space-between;
}
.item-news-all a .ds-news {
  width: calc(100% - 110px);
}
.item-news-all a .ds-news h3 {
  text-transform: capitalize;
  font-size: 15px;
}
.flex-news-detail {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
.time {
  font-style: italic;
  color: #0d7be1;
  font-size: 14px;
  margin: 0px;
}
time i {
  color: #0a7d70;
}
.view-news {
  margin-top: 10px;
  color: #333;
  font-style: italic;
  display: inline-block;
  border-bottom: 1px solid #333;
}
.view-news:hover {
  color: #f5ac60;
}
a.btn_link {
  position: relative;
  margin: 5px;
  height: 36px;
  width: 140px;
}

.btn_link.effect_button:first-child:after,
.btn_link.effect_button:first-child:before {
  content: "facebook";
}
.btn_link.effect_button:first-child:after,
.btn_link.effect_button:first-child:before,
.btn_link.effect_button:nth-child(2):after,
.btn_link.effect_button:nth-child(2):before {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 165 217 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 165 217 / var(--tw-bg-opacity));
}
.btn_link.effect_button:nth-child(2):after,
.btn_link.effect_button:nth-child(2):before {
  content: "google map";
}
div.slick.in-page:not(.slick-initialized) {
  display: flex;
  gap: 10px;
  overflow: hidden;
  white-space: nowrap;
}
.attr-pro-detail {
  margin: auto;
  padding: 0;
}
.attr-pro-detail li {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 0px;
}
.attr-pro-detail li p {
  margin: 0px;
}
.baonoidung iframe {
  max-width: 100% !important;
}
.baonoidung img {
  height: auto !important;
}
.baonoidung * {
  max-width: 100% !important;
}
.baonoidung table {
  display: block;
  overflow-y: auto;
}
div.desc-pro-detail ul li {
  margin-bottom: 0.75rem;
  list-style-type: circle;
}
div.desc-pro-detail ul li:last-child {
  margin-bottom: 0 !important;
}
div.baonoidung ul li {
  margin-bottom: 0.75rem;
  list-style-type: disc;
}
div.baonoidung ol li {
  margin-bottom: 0.75rem;
  list-style-type: decimal;
}
.price-new-pro-detail {
  font-size: 20px;
  color: #f5ac60;
  font-family: "Roboto-R";
}
.price-old-pro-detail {
  font-weight: 500;
  color: #666;
  text-decoration: line-through;
  padding-left: 10px;
}

/* bottom  */
.wr-bottom {
  background: #fff;
}
.wr-photo {
  width: 35%;
}
.wr-kh {
  width: 63%;
  padding: 10px;
}
.title-bottom {
  font-size: 17px;
  font-family: "GMV-DIN-Pro-B";
  text-transform: uppercase;
}
.flex-bg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.bg-left {
  width: calc(100% - 210px);
}
.bg-right {
  width: 195px;
}
/* Letter */
.showModel-newsletter {
  z-index: 999;
  bottom: 457px;
  right: 32px;
}

.info-letter {
  padding: 40px 0px;
  background: url(../images/bg_letter.png) no-repeat 88% 40px;
}
.p-letter {
}
.wr-letter {
  width: 300px;
}
.title-letter {
  color: #5d7a8f;
  font-size: 30px;
  font-family: iCiel-Panton;
  text-transform: capitalize;
  background: url(../images/icon-letter.png) no-repeat left 3px;
  padding-left: 50px;
  margin-bottom: 20px;
}
#form-newsletter {
  position: relative;
}

#form-newsletter input {
  height: 50px !important;
  font-size: 14px;
  border-radius: 30px !important;
  background: #dfe4e9;
}

#form-newsletter .btn-letter {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 40px;
  height: 40px !important;
  border-radius: 50% !important;
  background: url(../images/icon_send.png) no-repeat center #5d7a8f;
  font-size: 0px;
  border: none !important;
}

/* Swipper */

.swiper .swiper-wrapper {
  width: inherit;
  height: inherit;
}
.swiper.swiper-initialized .swiper-wrapper {
  margin: 0;
  width: 100%;
  height: 100%;
}
.swiper.swiper-initialized .swiper-slide {
  padding: 0;
  margin: 0px;
  overflow: hidden;
}

/* Popup */
.modal-title {
  font-size: 20px;
}
/* CSS cho loading */
.loading-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.loading {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top: 5px solid #3498db;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes shake-anim {
  0%,
  100%,
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10%,
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
}

/* Newsletter */

#box-booking {
  display: none;
  background: none !important;
}
.modal-backdrop.show {
  background-color: #000;
  opacity: 1;
}
.newsletter-slogan {
  margin-bottom: 0.5rem;
  color: #1a1a1a;
  text-align: center;
  font-size: 15px;
}
.form-newsletter {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 30px;
  padding: 0 60px;
}
.newsletter-input {
  position: relative;
  border-radius: 25px;
  width: 100%;
}
.newsletter-input input {
  border-radius: 0;
  height: 45px;
  width: calc(100% - 17px);
  padding: 0 10px;
  color: #fff;
  border: none;
  background-color: unset !important;
}
.newsletter-input input:focus {
  color: #fff;
  background: none;
  box-shadow: none;
}
.newsletter-input input::placeholder {
  color: #ffffff;
  font-size: 14px;
}
.newsletter-input textarea {
  background: none;
}
.newsletter-input textarea::placeholder {
  color: #ffffff;
  font-size: 14px;
}
.newsletter-button {
  width: 60px;
}
.newsletter-button input[type="submit"] {
  border: 0px;
  color: #fff;
  text-transform: uppercase;
  height: 100%;
  border-radius: 0;
  background: var(--background-static);
  width: 100%;
}
.form1 {
  width: 100%;
  margin-bottom: 20px;
  height: auto;
}
textarea#content-newsletter {
  height: 45px;
  resize: none;
  width: 94%;
  color: #fff;
  border-top: 0;
  padding-top: 10px;
  border: none;
}
textarea#content-newsletter:focus {
  background: none;
  box-shadow: none;
}
input.dangky {
  background:
    url(../images/icon12.png) no-repeat left center,
    #fff;
  text-transform: uppercase;
  height: 50px;
  width: 200px;
  border: none;
  border-radius: 50px;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  background-position-x: 20px;
  padding-left: 49px;
}
input.dangky:hover {
  background-color: var(--background-static);
  color: #fff;
}
.input-form {
  border: 1px solid #fff;
  border-top: 0;
}
.icon-nt {
  width: 16px;
  background: none;
  margin-right: 15px;
}
.icon-nt-nd {
  width: 15px;
  height: 45px;
}
.box-newsletter {
  position: relative;
  background: url(../images/bg4.png) no-repeat;
  background-size: 100% 100%;
  max-width: 600px;
  padding: 60px 0 0 0;
  height: 470px;
}
.left-nhantin .box-newsletter {
  display: block !important;
}
.booking .box-newsletter {
  margin: auto;
}
.booking .box-newsletter .btn-close {
  display: block !important;
  position: absolute;
  right: 30px;
}
.box-newsletter:after {
  content: "";
  position: absolute;
  background: url(../images/cats2.png) no-repeat;
  width: 116px;
  height: 110px;
  top: -71px;
  right: 35px;
}
.box-newsletter:before {
  content: "";
  position: absolute;
  background: url(../images/dogs.png) no-repeat;
  width: 220px;
  height: 193px;
  bottom: -22px;
  left: -40px;
}
.title-newsletter {
  text-align: center;
}
.from2 {
  width: calc(100% / 2 - 10px);
}
.input-form-nd {
  margin-bottom: 20px;
  border-top: 0;
}

.shake {
  display: inline-block;
  padding: 10px 20px;
  background: #4caf50;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  animation: shake 0.5s infinite;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
