/* General */
:root {
  --clr-static: #333333;
  --clr-main: #166680;
  --clr-hover: #166680;
  --bg-static: #ffffff;
  --font-main: 'Open Sans', sans-serif;
}

body {
  font: 400 15px/1.5 var(--font-main);
  color: var(--clr-static);
  background: var(--bg-static);
  min-width: 1200px;
    padding: 0px !important;
    font-weight: 400;
    top: 0px !important;
}

/* Ẩn giao diện Google mặc định */
#google_translate_element {
    display: none;
}

/* Ẩn giao diện Google popup */
.goog-te-banner-frame.skiptranslate,
body > .skiptranslate {
    display: none !important;
}

.section-heading {
  text-align: center;
  margin-bottom: 15px;
}

.section-heading .title {
  --clr-static: #000;
  font: 600 30px/1.5 var(--font-main);
  color: var(--clr-static);
  text-transform: capitalize;
  margin-bottom: 0;
}

.section-heading .slogan {
  font: 400 15px/1.5 var(--font-main);
  color: var(--clr-static);
  margin-bottom: 0;
}

.section-heading .slogan span {
  --clr-static: #0C3948;
  font-weight: 700;
  color: var(--clr-static);
}

.section-heading.detail {
  text-align: left;
}

.section-heading.detail .title {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding: 5px 0 5px 14px;
}

.section-heading.detail .title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: var(--clr-main);
  height: 100%;
  width: 4px;
}

.time-main {
  margin-top: 1rem;
  color: #999999;
}

.time-main i {
  vertical-align: top;
  margin: 3px 7px 0px 0px;
}

.time-main span {
  vertical-align: top;
  display: inline-block;
}

.share {
  padding: 17px 15px 10px 15px;
  line-height: normal;
  background: rgba(128, 128, 128, 0.15);
  margin-top: 15px;
  border-radius: 5px;
}

.share b {
  display: block;
  margin-bottom: 5px;
}

.form-control,
.form-control-plaintext:not(textarea),
.custom-select {
  height: calc(1em + 1.25rem + 8px);
}

.text-sm {
  font-size: 0.875rem !important;
}

.main-content {
  max-width: 100%;
  padding: 0px;
  margin: 0 auto;
}

.wrapper-content {
  --width: 1200px;
  max-width: min(100% - 20px, var(--width));
  margin: 0 auto;
}

/* Header */
.header-top {
  background: #F5F5F5;
  padding: 10px 0;
}

.menu-top ul {
  display: flex;
  align-items: center;
  gap: 0 16px;
}

.menu-top ul li a {
  font: 400 15px/1.5 var(--font-main);
  color: var(--clr-static);
  text-transform: capitalize;
}

.menu-top ul li:first-child a {
  font-weight: 700;
  color: #000000;
}

.menu-top ul li.line {
  width: 1px;
  height: 12px;
  background: var(--clr-static);
}

.info-header span {
  font-weight: 600;
  color: var(--clr-main);
}

.social-header {
  display: flex;
  align-items: center;
  gap: 0 20px;
}

.header-bottom {
  padding: 10px 0;
}

.menu-bottom-left {
  position: relative;
  z-index: 10;
  margin-bottom: -55px;
}

.header-address {
  display: inline-block;
  --clr-static: #000;
  font: 600 17px/1.5 var(--font-main);
  color: var(--clr-static);
  background: url(../images/ic-address.png) left center no-repeat;
  padding-left: 20px;
  margin-top: 10px;
}

.header-hotline {
  background: url(../images/hotline-header.png) left center no-repeat;
  padding: 6px 0 6px 75px;
}

.header-hotline p {
  font: 400 15px/1.5 var(--font-main);
  color: var(--clr-static);
  margin-bottom: 0;
}

.header-hotline span {
  font: 700 20px/1.5 var(--font-main);
  color: var(--clr-main);
  font-weight: 700;
}

/* Menu */
.section-menu {
  position: relative;
  background: #ffffff;
  z-index: 9;
}

.section-menu::before {
  position: absolute;
  content: '';
  background: var(--clr-main);
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
}

.fixed-head {
  position: fixed !important;
  left: 0;
  top: 0 !important;
  z-index: 999;
  width: 100%;
  box-shadow: 0 0 5px var(--clr-hover);
  background: var(--clr-main);
}

.fixed-head .menu {
  max-width: 100%;
}

.section-menu .wrapper-content {
  position: relative;
}

.section-menu .wrapper-content::before {
  position: absolute;
  content: '';
  background: var(--clr-main);
  left: 100%;
  top: 0;
  height: 100%;
  width: calc((100vw - 1217px)/2);
}

.menu {
  margin-left: auto;
  max-width: 930px;
  background: var(--clr-main);
}

.menu .menu-title {
  --clr-main: #0C3948;
  background: var(--clr-main);
  padding: 0 18px 0 8px;
  position: relative;
}

.menu .menu-title::before {
  --clr-main: #0C3948;
  position: absolute;
  content: '';
  border-left: 30px solid transparent;
  border-bottom: 50px solid var(--clr-main);
  right: 100%;
  top: 0;
}

.menu .menu-title a {
  padding: 0;
}

.menu .menu-title a span {
  --clr-static: #fff;
  font: 700 18px/50px var(--font-main);
  color: var(--clr-static);
  background: url(../images/ic-danhmuc.png) left center no-repeat;
  padding-left: 26px;
}

.menu ul {
  width: 100%;
  padding: 0px;
  margin: auto;
  list-style: none;
}

.menu ul.menu-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.menu ul li a {
  display: block;
  position: relative;
  font: 400 15px/50px var(--font-main);
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 20px;
}

.menu ul li>a.active,
.menu ul li:hover>a {
  --clr-hover: #0C3948;
  background: var(--clr-hover);
}

.menu ul li a.has-child:after {
  content: "";
  position: absolute;
  bottom: calc(50% - 4px / 2);
  right: 7px;
  width: 5px;
  height: 5px;
  border: 1px solid #fafafa;
  border-top: 0px;
  border-left: 0px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu ul li ul {
  position: absolute;
  min-width: 250px;
  padding: 0;
  margin: 0;
  background: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  -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;
}

.menu ul li:hover>ul {
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
}

.menu ul li ul li a {
  font-size: 14px;
  color: #313131;
  line-height: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 13px 15px;
  text-transform: capitalize;
}

.menu ul li ul li:last-child>a {
  border-bottom: 0px;
}

.menu ul li ul li a.has-child {
  margin-right: 0px;
}

.menu ul li ul li a.has-child:after {
  border-color: #313131;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu ul li ul li a.active,
.menu ul li ul li:hover>a {
  color: #ffffff;
  background-color: var(--clr-main);
}

.menu ul li ul li a.active.has-child:after,
.menu ul li ul li:hover>a.has-child:after {
  border-color: #ffffff;
}

.menu ul li ul li ul {
  top: 0;
  left: 100%;
}

/* Search */
.search {
  width: 230px;
  height: 35px;
  border: 1px solid #ffffff;
  position: relative;
  padding: 0 50px 0 15px;
  border-radius: 20px 20px;
  overflow: hidden;
}

.search p {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0;
}

.search input {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  border: 0px;
  background: transparent;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
  opacity: 1;
}

.search input[type="text"],
.search input[type="text"]::placeholder {
  color: #ffffff;
}

/* Mmenu */
.menu-res {
  display: none;
  height: 50px;
  z-index: 10;
  background: var(--clr-main);
  position: relative;
  line-height: normal;
}

.menu-bar-res {
  height: 50px;
  padding: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#hamburger {
  display: block;
  width: 45px;
  height: 23px;
  position: relative;
}

#menu {
  display: none;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #ffffff;
  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;
}

/* Search Responsive */
.search-res {
  position: relative;
}

.search-res .icon-search {
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  font-size: 17px;
  margin: 0px;
}

.search-res .icon-search.active {
  color: var(--clr-main);
  background: #ffffff;
  border-radius: 100%;
}

.search-res .search-grid {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 0px;
  height: 40px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--clr-main);
  z-index: 2;
  border-radius: 25px;
  line-height: normal;
  opacity: 0;
}

.search-res .search-grid p {
  float: left;
  width: 35px;
  height: 38px;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0px;
  font-size: 17px;
  display: block;
  color: var(--clr-main);
  line-height: 40px;
  text-align: center;
}

.search-res .search-grid input {
  width: calc(100% - 35px);
  float: right;
  line-height: 38px;
  outline: none;
  border: none;
  color: #313131;
}

.search-res .search-grid input[type="text"],
.search-res .search-grid input[type="text"]::placeholder {
  color: #313131;
}

/* Slideshow */
.section-slider {
  max-width: 1366px;
  margin: 20px auto 0;
}

.slider-container .slider-left {
  width: 37.55%;
}

.slider-container .slider-right {
  width: calc(100% - 37.55% - 20px);
}

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

.section-slider .slider-img a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

/* Breadcrumb */
.breadCrumbs {
  background-color: #eee;
  padding: 0.75rem 0;
}

.breadCrumbs .wrapper-content .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}

.breadCrumbs .wrapper-content .breadcrumb-item a {
  color: #212529;
}

.breadCrumbs .wrapper-content .breadcrumb-item a:hover {
  color: var(--clr-main);
}

.breadCrumbs .wrapper-content .breadcrumb-item.active a {
  color: #000000;
  font-weight: 500;
}

.breadCrumbs .wrapper-content .breadcrumb-item a i {
  margin-right: 4px;
}

/* Video index */
.video_bottom {
  margin-bottom: 10px;
}

.video_bottom .image {
  position: relative;
}

.video_bottom .image:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  top: calc(50% - 70px / 2);
  left: calc(50% - 70px / 2);
  z-index: 1;
  background: url(../images/play.png) no-repeat;
}

.video_bottom .image img {
  height: 350px;
  object-fit: cover;
  aspect-ratio: 58/35;
}

.video_main .image {
  position: relative;
}

.video_main .image:after {
  content: "";
  position: absolute;
  width: 54px;
  height: 34px;
  top: calc(50% - 34px / 2);
  left: calc(50% - 54px / 2);
  z-index: 1;
  background: url(../images/play.png) no-repeat;
}

.video_main .image img {
  height: 110px;
  object-fit: cover;
  aspect-ratio: 18.6/11;
}

/* Video */
.video-item {
  display: block;
}

.video-item .video-img {
  position: relative;
}

.video-item .video-img:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 35px;
  top: calc(50% - 50px / 2);
  left: calc(50% - 35px / 2);
  z-index: 1;
  background: url(../images/play.png)no-repeat;
}

.video-item .video-info {
  padding-top: 10px;
}

.video-item .video-name {
  --line-clamp: 1;
  font: 400 15px/1.5 var(--font-main);
  color: var(--clr-static);
  margin-bottom: 0;
  transition: .5s ease-out;
}

.video-item:hover .video-name {
  color: var(--clr-main);
}

/* Album detail */
.album-item {
  display: block;
}

.album-item .album-img {
  border-radius: 10px;
}

.album-item .album-info {
  padding-top: 10px;
}

.album-item .album-name {
  --line-clamp: 1;
  font: 400 15px/1.5 var(--font-main);
  color: var(--clr-static);
  margin-bottom: 0;
  transition: .5s ease-out;
}

/* Product cat */
.section-product-cat .section-product {
  padding: 70px 0 60px;
}

.section-product-cat .section-product:nth-child(even) {
  background: #F5F5F5;
}

.product-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.product-title-left {
  width: 25%;
}

.product-title-right {
  background: #E4E4E4;
  width: calc(100% - 25%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px 12px 135px;
}

.product-title-list {
  background: linear-gradient(180deg, #166680 0%, #2285A5 51.56%, #166680 100%);
  position: relative;
}

.product-title-list:before {
  position: absolute;
  content: '';
  background: url(../images/deco-right-pro.png) no-repeat;
  width: 30px;
  height: 60px;
  left: 100%;
  top: 0;
}

.product-title-list h2 {
  padding: 9.5px 10px 10px 20px;
  margin-bottom: 0;
}

.product-title-list h2 span {
  font: 500 25px/1.5 var(--font-main);
  color: #FFF;
  text-transform: capitalize;
  background: url(../images/before-product-list.png) left center no-repeat;
  padding-left: 28px;
}

.title-product-cat {
  display: flex;
  align-items: center;
  gap: 0 20px;
}

.title-product-cat a {
  display: block;
  font: 600 17px/1.5 var(--font-main);
  color: var(--clr-static);
  transition: .3s ease-out;
}

.title-product-cat a.active,
.title-product-cat a:hover {
  color: var(--clr-main);
}

.title-product-cat .line {
  width: 2px;
  height: 12px;
  background: #0C3948;
  border-radius: 5px;
}

.title-product-cat .line:last-child {
  display: none;
}

.product-cat-view a {
  display: block;
  font: 400 15px/1.5 var(--font-main);
  color: #606060;
  transition: .3s ease-out;
}

.product-cat-view a:hover {
  text-decoration: underline;
  color: var(--clr-main);
}

.product-cat-swiper {
  position: relative;
}

.product-cat-swiper .swiper-slide .product-item {
  padding: 1px;
}

.product-cat-swiper .swiper-button-prev,
.product-cat-swiper .swiper-button-next {
  --swiper-navigation-size: 30px;
  --swiper-navigation-sides-offset: -55px;
}

.product-cat-swiper .swiper-button-prev {
  background: url(../images/left.png) no-repeat;
}

.product-cat-swiper .swiper-button-next {
  background: url(../images/right.png) no-repeat;
}

.product-cat-swiper .swiper-button-prev::after,
.product-cat-swiper .swiper-button-next::after {
  display: none;
}

.product-cat-swiper .swiper-button-prev:hover,
.product-cat-swiper .swiper-button-next:hover {
  filter: brightness(0) saturate(100%) invert(33%) sepia(53%) saturate(700%) hue-rotate(148deg) brightness(89%) contrast(90%);
}

/* Product list */
.section-product-list {
  padding-top: 30px;
}

.product-list-item-inner {
  cursor: pointer;
  display: block;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #9F9F9F;
  background: #FFF;
  transition: .3s ease-out;
}

.product-list-item .product-list-img {
  padding: 9px 9px 0;
}

.product-list-item .product-list-info {
  padding: 12px 10px;
}

.product-list-item .product-list-name {
  --line-clamp: 1;
  font: 600 15px/1.5 var(--font-main);
  color: var(--clr-static);
  margin-bottom: 0;
  transition: .3s ease-out;
}

.product-list-item:hover .product-list-name {
  --clr-static: #166680;
}

.product-list-item:hover .product-list-item-inner {
  border-color: var(--clr-main);
}

/* Product */
.section-product-hot {
  padding: 50px 0 60px;
}

.product-item-inner {
  cursor: pointer;
  display: block;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #909090;
  background: #FFF;
  transition: .3s ease-out;
}

.product-item .product-img {
  padding: 19px 14px 0;
}

.product-item .product-info {
  padding: 19px 10px;
}

.product-name-cat {
  text-align: left;
}

.product-name-cat span {
  --line-clamp: 1;
  font: 600 14px/1.5 var(--font-main);
  color: var(--clr-main);
  text-transform: uppercase;
}

.product-item .product-name {
  --clr-static: #000;
  --line-clamp: 1;
  font: 600 18px/1.5 var(--font-main);
  color: var(--clr-static);
  margin-bottom: 0;
  transition: .3s ease-out;
}

.product-item:hover .product-name {
  --clr-static: #166680;
}

.product-item:hover .product-item-inner {
  border-color: var(--clr-main);
}

.product-hot-swiper {
  position: relative;
}

.product-hot-swiper .swiper-button-prev,
.product-hot-swiper .swiper-button-next {
  --swiper-navigation-size: 30px;
  --swiper-navigation-sides-offset: -55px;
}

.product-hot-swiper .swiper-button-prev {
  background: url(../images/left.png) no-repeat;
}

.product-hot-swiper .swiper-button-next {
  background: url(../images/right.png) no-repeat;
}

.product-hot-swiper .swiper-button-prev::after,
.product-hot-swiper .swiper-button-next::after {
  display: none;
}

.product-hot-swiper .swiper-button-prev:hover,
.product-hot-swiper .swiper-button-next:hover {
  filter: brightness(0) saturate(100%) invert(33%) sepia(53%) saturate(700%) hue-rotate(148deg) brightness(89%) contrast(90%);
}

/* Product Detail */
.grid-pro-detail {
  margin-bottom: 3rem;
}

.left-pro-detail {
  position: relative;
  text-align: center;
}

.left-pro-detail .MagicZoom {
  border: 1px solid #eee;
  padding: 7px;
  border-radius: 5px;
  background-color: #ffffff;
}

.gallery-thumb-pro {
  position: relative;
  margin-top: 10px;
}

.thumb-pro-detail {
  display: block !important;
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
  background-color: #ffffff;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
  border-color: #cecfd2;
}

.thumb-pro-detail img {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-filter: brightness(100%) !important;
  filter: brightness(100%) !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.title-pro-detail {
  text-transform: capitalize;
  font-size: clamp(18px, 3vw, 20px);
  display: block;
  font-weight: 700;
}

.comment-pro-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.social-plugin-pro-detail {
  margin-bottom: 1rem;
  margin-top: 0px !important;
}

.desc-pro-detail {
  margin-bottom: 1rem;
}

.attr-pro-detail {
  list-style: none;
  padding: 0px;
}

.attr-pro-detail li {
  margin-bottom: 0.5rem;
}

.attr-label-pro-detail {
  margin: 0px 5px 0px 0px;
}

.attr-label-pro-detail.d-block {
  display: block;
  margin: 0px 0px 5px 0px;
}

.attr-content-pro-detail {
  display: inline-block;
  margin-bottom: 0px;
}

.price-new-pro-detail {
  font-weight: 700;
  font-size: clamp(18px, 3vw, 20px);
  color: var(--clr-main);
}

.price-old-pro-detail {
  font-weight: 500;
  color: #6c757d;
  text-decoration: line-through;
  padding-left: 10px;
}

.color-pro-detail {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 35px;
  height: 30px;
  margin: 0px 0px 3px 0px;
  border: 1px solid transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.size-pro-detail {
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 3px 10px 4px 10px;
  display: inline-block;
  position: relative;
}

.size-pro-detail.active {
  border-color: var(--clr-main);
  color: var(--clr-main);
}

.color-pro-detail.active {
  border-color: var(--clr-main);
  color: var(--clr-main);
}

.size-pro-detail.active:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(../images/check-cart.png);
}

.color-pro-detail.active:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(../images/check-cart.png);
}

.color-pro-detail input[type="radio"] {
  display: none;
}

.size-pro-detail input[type="radio"] {
  display: none;
}

.quantity-pro-detail {
  width: 100%;
  max-width: 110px;
  line-height: normal;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.quantity-pro-detail span {
  line-height: 25px;
  padding: 0px;
  width: 30px;
  height: 30px;
  color: #5f5f5f;
  cursor: pointer;
  font-size: 22px;
  border: 1px solid #cccccc;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
  border-left: 0px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
  border-right: 0px;
}

.quantity-pro-detail input {
  height: 30px;
  border: 1px solid #cccccc;
  width: calc(100% - 60px);
  text-align: center;
  font-size: 14px;
  padding: 5px;
}

.cart-pro-detail {
  margin-bottom: 1rem;
}

.cart-pro-detail a {
  font-size: 14px;
  color: #ffffff !important;
  text-transform: uppercase;
}

.tags-pro-detail a {
  float: left;
  font-size: 13px;
  padding-bottom: 0.375rem;
  margin: 0px 5px 5px 0px;
}

.tags-pro-detail a i {
  font-size: 11px;
  margin: 5px 5px 0px 0px;
}

.tabs-pro-detail {
  margin-top: 2rem;
}

.tabs-pro-detail .nav-tabs .nav-link {
  border-top-width: 3px;
  font-size: 13px;
  color: #333333;
}

.tabs-pro-detail .nav-tabs .nav-link.active {
  border-top-color: #555555;
  color: #000;
}

.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
  border-top-color: #555555;
}

/* News */
.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: #ec2d3f;
}

/* Contact */
.contact-article {
  margin-bottom: 3rem;
}

.contact-input {
  position: relative;
  margin-bottom: 15px;
}

.contact-input textarea {
  resize: none;
  height: 150px;
}

.contact-input .custom-file-label::after {
  content: attr(title);
}

.contact-map {
  position: relative;
  height: 500px;
}

.contact-map iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}

/* Gioi thieu */
.section-about {
  padding: 60px 0;
  background: #F5F5F5;
}

.about-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.about-container .about-left {
  width: 49.17%;
  padding: 0 20px 20px 0;
  position: relative;
  isolation: isolate;
}

.about-container .about-left::before {
  position: absolute;
  content: '';
  background: #0C3948;
  width: 225px;
  height: 225px;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.about-container .about-right {
  width: calc(100% - 49.17% - 20px);
}

.about-container .about-name {
  font: 700 20px/1.5 var(--font-main);
  color: var(--clr-static);
  margin-bottom: 10px;
}

.about-container .about-company {
  font: 700 50px/65px var(--font-main);
  color: var(--clr-main);
  text-transform: uppercase;
  margin-bottom: 5px;
}

.about-container .about-desc {
  --line-clamp: 4;
  font: 400 15px/28px var(--font-main);
  color: var(--clr-static);
  margin-bottom: 15px;
}

.about-container .about-view a {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 5px;
  background: var(--clr-main);
  font: 500 15px/25px var(--font-main);
  color: #ffffff;
  text-transform: uppercase;
  transition: 0.5s ease-out;
}

.about-container .about-view a:hover {
  --clr-main: #0C3948;
  background: var(--clr-main);
  color: #ffffff;
}

/* Tieu chi */
.section-criteria {
  margin-top: 24px;
}

.criteria-item {
  cursor: pointer;
  display: block;
  text-align: center;
}

.criteria-item .criteria-img img {
  max-width: 94px;
  transition: all 0.8s ease-out;
}

.criteria-item:hover .criteria-img img {
  transform: rotateY(-360deg);
}

.criteria-item .criteria-info {
  padding-top: 10px;
}

.criteria-item .criteria-name {
  --line-clamp: 2;
  font: 600 17px/1.5 var(--font-main);
  color: #000000;
  margin-bottom: 0;
  transition: .5s ease-out;
}

.criteria-item:hover .criteria-name {
  color: var(--clr-hover);
}

.criteria-item .criteria-desc {
  font: 400 15px/1.5 var(--font-main);
  color: var(--clr-static);
}

/* Intro */
.section-intro {
  padding: 60px 0;
}

.intro-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.intro-container .intro-left,
.intro-container .intro-center,
.intro-container .intro-right {
  width: 31.67%;
}

.title-intro {
  position: relative;
  padding-left: 13px;
  margin-bottom: 20px;
}

.title-intro:before {
  position: absolute;
  content: '';
  background: #166680;
  width: 3px;
  height: 67px;
  left: 0;
  top: calc(50% - 67px/2);
}

.title-intro h3 {
  font: 600 30px/1.4 var(--font-main);
  color: #000000;
  margin-bottom: 0;
}

.title-intro p {
  margin-bottom: 0;
}

/* Ho tro truc tuyen */
.intro-hotro {
  background: url(../images/bg-hotro.png) top center / 100% 100% no-repeat;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  min-height: 423px;
}

.intro-banner {
  margin-bottom: 20px;
}

.hotro-main p {
  font: 400 20px/1.5 var(--font-main);
  color: #ffffff;
  margin-bottom: 10px;
}

.hotro-main p span {
  font-weight: 600;
}

/* Video */
#video-select .video-main {
  height: 367px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  position: relative;
}

#video-select .video-main:after {
  position: absolute;
  content: '';
  background: url(../images/play-video.png) no-repeat;
  width: 102px;
  height: 102px;
  left: calc(50% - 102px/2);
  top: calc(50% - 102px/2);
  pointer-events: none;
}

#video-select .video-main img {
  object-fit: cover;
  aspect-ratio: 3.8/3.67;
}

#video-select .listvideos {
  margin-top: 5px;
  width: 100%;
  padding: 13.5px 10px;
  background: #333333;
  color: #ffffff;
  border-radius: 0 0 5px 5px;
}

/* tin tuc */
.news-item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news-item .news-img {
  width: 197px;
}

.news-item .news-img-inner {
  border-radius: 5px;
}

.news-item .news-info {
  width: calc(100% - 210px);
}

.news-item .news-name {
  --line-clamp: 2;
  font: 600 18px/1.5 var(--font-main);
  color: #000000;
  margin-bottom: 5px;
  transition: .3s ease-out;
}

.news-item:hover .news-name {
  color: var(--clr-hover);
}

.news-item .news-desc {
  --line-clamp: 5;
  font: 400 15px/1.5 var(--font-main);
  color: var(--clr-static);
}

/* Partner */
.section-partner {
  padding-bottom: 60px;
}

.swiper-partner .swiper-wrapper {
  align-items: center;
}

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

.partner-item img {
  max-width: 200px;
  max-height: 100px;
  object-fit: cover;
}

/* Footer */
.footer-top {
  background: url(../images/bg-footer.png) top center / 100% 100% no-repeat;
  padding: 60px 0;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-news:nth-child(1) {
  width: 35%;
  text-align: center;
}

.footer-news:nth-child(2) {
  width: 29%;
  text-align: center;
  position: relative;
}

.footer-news:nth-child(2)::before {
  position: absolute;
  content: '';
  background: #166680;
  width: 1px;
  height: 198px;
  left: 0;
  top: calc(50% - 198px/2);
}

.footer-news:nth-child(2)::after {
  position: absolute;
  content: '';
  background: #166680;
  width: 1px;
  height: 198px;
  right: 0;
  top: calc(50% - 198px/2);
}

.footer-news:nth-child(3) {
  width: 35%;
  text-align: center;
  padding: 0 40px;
}

.footer-title {
  position: relative;
  font: 600 18px/1.5 var(--font-main);
  color: #000000;
  margin-bottom: 21px;
}

.footer-title::before {
  position: absolute;
  content: '';
  width: 39px;
  height: 2px;
  background: #0C3948;
  left: calc(50% - 39px/2);
  bottom: -10px;
}

.footer-opentime p {
  font: 400 17px/1.5 var(--font-main);
  color: var(--clr-static);
  text-transform: capitalize;
  margin-bottom: 0;
}

.footer-opentime span {
  font: 600 17px/1.5 var(--font-main);
  color: var(--clr-main);
  margin-bottom: 0;
}

.footer-ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 25px;
  text-align: left;
}

.footer-ul li {
  position: relative;
  padding-left: 15px;
}

.footer-ul li::before {
  position: absolute;
  content: '';
  background: #333333;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  top: calc(50% - 5px/2);
}

.footer-ul li a {
  font: 400 14px/25px var(--font-main);
  color: var(--clr-static);
  transition: .3s ease-out;
}

.footer-ul li a:hover {
  color: var(--clr-hover);
}

.footer-copyright {
  background: var(--clr-main);
  padding: 15px 0;
}

.copyright {
  font: 400 14px/1.5 var(--font-main);
  color: #ffffff;
}

.copyright span {
  font-weight: 700;
}

.statistic {
  text-align: right;
}

.statistic span {
  padding-right: 10px;
}

.statistic span:last-child {
  padding-right: 0px;
}

#footer-map {
  position: relative;
  height: 500px;
}

#footer-map iframe {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  left: 0px !important;
}

/* Chi nhanh */
#footer-chinhanh .main {
  position: relative;
}

#footer-chinhanh .left {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 1;
  width: fit-content;
  max-width: 1200px;
  padding-right: calc((100% - 1200px) / 2);
  display: flex;
  justify-content: flex-end;
  gap: 10px 5px;
}

#footer-chinhanh .left .item {
  cursor: pointer;
  display: inline-block;
  border-radius: 5px;
  background: #fff;
  padding: 12px 25px;
  color: #333333;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

#footer-chinhanh .left .item.act,
#footer-chinhanh .left .item:hover {
  background: var(--clr-main);
  border-color: var(--clr-main);
  color: #fff;
  box-shadow: none;
}

#footer-chinhanh .right {
  width: 100%;
  height: 500px;
  position: relative;
}

#footer-chinhanh .right iframe {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  left: 0px !important;
}

/* Like Share */
.social-plugin {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.social-plugin .at-share-btn {
  margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
  margin-left: 3px;
}

/* Paging */
.pagination-home {
  margin-top: 1.5rem;
}

.pagination-home .pagination .page-item .page-link {
  color: #555555;
  font-size: 0.875rem;
}

.pagination-home .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: var(--clr-main);
  border-color: var(--clr-main);
}

/* Phân Trang Ajax */
.pagination-ajax {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  margin-top: 2rem;
}

.pagination-ajax a {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  font-size: 15px;
  color: var(--clr-static);
  border: 1px solid var(--clr-main);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  user-select: none;
  transition: .3s ease-out;
}

.pagination-ajax a.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.pagination-ajax a.current,
.pagination-ajax a:not(.disabled):hover {
  color: #ffffff;
  background: var(--clr-hover);
}

.pagination-ajax a:is(.first, .prev, .next, .last) {
  position: relative;
  text-indent: -9999px;
}

.pagination-ajax a:is(.first, .prev, .next, .last):before {
  position: absolute;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  font-size: 16px;
  text-indent: 0;
}

.pagination-ajax a.first:before {
  content: '\f100';
}

.pagination-ajax a.prev:before {
  content: '\f104';
}

.pagination-ajax a.next:before {
  content: '\f105';
}

.pagination-ajax a.last:before {
  content: '\f101';
}

/* Popup */
#popup .modal-body {
  padding: 0px;
}

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

/* Hidden Check Grammar Coccoc */
coccocgrammar {
  display: none;
}

/* Scroll to top */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 17px;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 1001010;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: 'Font Awesome 6 Pro';
  content: '\f077';
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: 900;
  color: var(--clr-main);
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: #fff;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--clr-main);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

/* Transition All */
.transition,
.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,
.btn-frame .kenit-alo-circle-fill,
.support-online .kenit-alo-circle-fill {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

/* Text Truncate */
.text-split {
  --line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--line-clamp);
}

/* Button Frame */
.btn-frame {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 100;
  cursor: pointer;
}

.btn-frame i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--clr-main);
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-frame i img {
  vertical-align: middle;
  width: 70%;
}

.btn-frame .animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
  width: 60px;
  height: 60px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: 0.1;
  border-color: var(--clr-main);
  opacity: 0.5;
}

.btn-frame .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.btn-frame .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  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 transparent;
  background-color: rgba(7, 41, 103, 0.35);
  opacity: 0.4;
}

.btn-frame .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.btn-frame__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  right: calc(100% + 1rem);
  min-width: 200px;
  border-radius: 0.375rem;
  background: var(--clr-main);
  padding: 0.5rem 1rem;
  transform: translateY(50%);
  transition: all 0.3s ease-out;
}

.btn-frame.active .btn-frame__content {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
}

.btn-frame__item:not(:last-child) {
  margin-bottom: 0.5rem;
}

.btn-frame__item-inner {
  color: #ffffff;
}

.btn-frame__item-inner:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Mang xa hoi */
.mangxahoi-fixed {
  position: fixed;
  left: 15px;
  bottom: 300px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 15px 15px;
}

/* Chi duong */
.btn-chiduong {
  bottom: 400px;
}

/* Zalo */
.btn-zalo {
  bottom: 315px;
}

/* Phone */
.btn-phone {
  bottom: 230px;
}

/* Cart Fix */
.cart-fixed {
  position: fixed;
  right: 20px;
  bottom: 485px;
  z-index: 10;
  background: var(--clr-main);
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff !important;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cart-fixed i {
  font-size: 22px;
}

.cart-fixed span {
  position: absolute;
  top: -5px;
  right: -10px;
  color: #ffffff;
  width: 25px;
  height: 25px;
  background: var(--clr-main);
  text-align: center;
  line-height: 25px;
  font-size: 11px;
  border-radius: 100%;
}

/* Messenger */
.js-facebook-messenger-container.closed {
  display: none !important;
}

.js-facebook-messenger-tooltip {
  bottom: 97px;
  right: 97px;
  color: #404040;
  background: #fff;
}

.js-facebook-messenger-tooltip.closed {
  display: none !important;
}

.js-facebook-messenger-box,
.js-facebook-messenger-button {
  z-index: 999;
}

.js-facebook-messenger-tooltip {
  z-index: 999;
  display: none;
  position: fixed;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
  box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
  z-index: 1000000000000000019884624838656;
}

.js-facebook-messenger-close-tooltip {
  width: 10px;
  height: 10px;
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
}

.js-facebook-messenger-box {
  z-index: 999;
}

.js-facebook-messenger-box.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

.js-facebook-messenger-box.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
  z-index: 999;
}

.js-facebook-messenger-box {
  display: block;
  position: fixed;
  cursor: pointer;
  bottom: 150px;
  right: 17px;
  width: 56px;
  height: 56px;
  text-align: center;
  background: var(--clr-main);
  border-radius: 100%;
  overflow: hidden;
  z-index: 99;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.js-facebook-messenger-box svg#fb-msng-icon {
  width: 32px;
  height: 33px;
  position: absolute;
  top: 13px;
  left: 12px;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, transform 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
}

.js-facebook-messenger-box.rotate svg#close-icon {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.js-facebook-messenger-box svg#close-icon {
  opacity: 0;
  width: 19px;
  height: 20px;
  position: absolute;
  top: 19px;
  left: 19px;
  -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, transform 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
  z-index: 1000;
}

.js-facebook-messenger-container {
  position: fixed;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  bottom: 110px;
  right: 90px;
  border-radius: 10px;
  pointer-events: none;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
  -webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
  -webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
  transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
  transition: transform 160ms ease-in-out, opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
}

.js-facebook-messenger-top-header {
  width: 220px;
  color: #ffffff;
  display: block;
  position: relative;
  width: 220px;
  background: var(--clr-main);
  color: #ffffff;
  text-align: center;
  line-height: 1;
  padding: 10px;
  font-size: 14px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.js-facebook-messenger-container iframe,
.js-facebook-messenger-container-button iframe {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
  z-index: 999;
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
  z-index: 1000;
}

.js-facebook-messenger-top-header {
  color: #ffffff;
  background: var(--clr-main);
  width: 220px;
}

.js-facebook-messenger-tooltip {
  color: #404040;
  background: #fff;
}

.js-facebook-messenger-container.open {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  pointer-events: all;
}

.js-facebook-messenger-tooltip {
  bottom: 97px;
  right: 97px;
}

.js-facebook-messenger-box.open svg#fb-msng-icon {
  opacity: 0;
}

.js-facebook-messenger-box.rotate.open svg#close-icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.js-facebook-messenger-box.open svg#close-icon {
  opacity: 1;
}