div#header {
  position: relative;
  z-index: 20;
  min-height: 150px;
  background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0) 100%);
}
div#header.inner{
  background: #000;
}

.header-top {
  color: #fff;
  background: linear-gradient(to bottom, #2FD0FF 0%, #0BB1E1 100%);
}

.header-top marquee {
  font-size: 15px;
  padding-top: 9px;
  margin-right: 20px;
}

.header-top ul{
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
  gap: 10px;
}

.header-top ul li.line{
  width: 0px;
  height: 50px;
  border-left: .5px solid rgba(0, 0, 0, 0.3);
  border-right: .5px solid rgba(255, 255, 255, 0.3);
}
.header-top ul li a {
  display: block;
  font-size: 15px;
  color: #fff;
}
.header-top ul li a:hover{
  color: #333;
}

.header-bottom {
  position: relative;
}

.header-bottom-left{
  width: 160px;
}
.header-bottom-right{
  width: calc(100% - 260px);
}
.header-bottom-right hr{
  margin: 10px 0px;
  opacity: .5;
  background: #fff;
}

.header-bottom marquee {
  font-size: 19px;
  font-weight: 400;
  padding-top: 9px;
  margin-left: 15px;
  color: #fff;
}

.header-bottom .banner h4{
  font-family: 'Oswald';
  font-weight: 500;
  font-size: 23px;
  color: #1d1d1d;
}

.header-bottom .banner h2{
  font-family: '1FTV Avilock';
  font-size: 55px;
  color: var(--color-main);
}

.header-bottom.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  background: #000;
}

.header-bottom .logo{
  position: relative;
  z-index: 1000;
  display: block;
}
.header-bottom .logo img{
  position: relative;
  z-index: 10;
}

.header-bottom .logo::before{
  content: '';
  display: none;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 70px solid transparent;
  border-left: 70px solid transparent;
  border-bottom: 40px solid #fff;
  border-top: 0;
}

.header-bottom.fixed .fixed-hide{
  display: none !important;
}
.header-bottom.fixed .logo,
.header-bottom.fixed .logo *{
  width: 76px !important;
  height: 63px !important;
}

@keyframes effectText {
  0% {
      background: var(--color-submain);
      -webkit-background-clip: text;
  }

  100% {
      background: #f00;
      -webkit-background-clip: text;
  }
}
.header-bottom .hotline,
.header-bottom .lang{
  cursor: pointer;
  padding: 14px 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
}
.header-bottom .hotline:hover,
.header-bottom .lang:hover{
  color: var(--color-hover);
}

.profile {
  font-size: 22px;
  font-family: "Oswald", sans-serif;
}

.wrap-top .container{
  padding-top: 20px;
}

.owl-menu-cat {
  width: calc(100% - 450px);
}

.wrap-doitac {
}
.wrap-doitac .owl-item{
  padding: 10px 0px;
}
.doitac-item {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.wrap-category ul{
  list-style: none;
  margin: 0;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  background-color: #ECECEC;
}

.wrap-category ul li{
  width: 12%;
}
.wrap-category ul li a span{
}

.wrap-category ul li img{
  height: 60px;
}

.category-lists {
  padding: 30px;
  background-color: #ECECEC;
}
.category-lists a {
  display: block;
  text-align: center;
  font-size: 15px;
}
.category-lists span{
  position: relative;
  display: block;
  margin: 0 auto 10px;
  padding: 10px;
  border-radius: 20px;
  background-color: #fff;
}
.category-lists img{
  border-radius: 20px;
}

.wrap-home section:nth-child(even){
  background: url(../images/bg_section.jpg) repeat;
}

.wrap-about {
}

.wrap-about .title-submain {
  position: relative;
  font-family: 'VL Miss Le Gatees';
  font-size: 48px;
  margin-bottom: 0px;
  line-height: 30px;
}
.wrap-about .title-submain:after{
  position: absolute;
  width: 48px;
  height: 69px;
  left: 0px;
  top: 0px;
  margin: 0px;
  background: url('data:image/svg+xml,<svg width="56" height="77" viewBox="0 0 56 77" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.5333 4C48.5333 5.91459 50.0854 7.46667 52 7.46667C53.9146 7.46667 55.4667 5.91459 55.4667 4C55.4667 2.08541 53.9146 0.533334 52 0.533334C50.0854 0.533334 48.5333 2.08541 48.5333 4ZM0.533334 73C0.533334 74.9146 2.08541 76.4667 4 76.4667C5.91459 76.4667 7.46667 74.9146 7.46667 73C7.46667 71.0854 5.91459 69.5333 4 69.5333C2.08541 69.5333 0.533334 71.0854 0.533334 73ZM24 4V4.65H52V4V3.35H24V4ZM4 73H4.65V24H4H3.35V73H4ZM24 4V3.35C12.5953 3.35 3.35 12.5953 3.35 24H4H4.65C4.65 13.3133 13.3133 4.65 24 4.65V4Z" fill="%23323232"/></svg>') no-repeat;
  background-size: 100%;
}
.wrap-about .title-submain,.wrap-about .title-main {
  padding-left: 55px;
}

.wrap-about .about-info ul{

}
.wrap-about .about-info .btn{
  font-size: 18px;
  text-transform: uppercase;
}

.wrap-about .about-info .btn-video{
  display: flex;
  align-items: center;
  padding: 8px 15px;
  color: #111;
  background: var(--color-submain);
}
.wrap-about .about-info .btn-video:hover{
  background-color: #efe20c;
}

.wrap-about .about-count {
}

.wrap-about .about-count .counter,
.wrap-about .about-count sup{
  font-size: 40px;
  color: var(--color-main);
}
.wrap-about .about-count .counter-item {
  width: 50%;
  margin-bottom: 20px;
  align-items: center;
  justify-content: space-between;
}
.wrap-about .about-count .counter-item div{
  width: calc(100% - 70px);
}

.wrap-about .about-count .counter {
  font-family: 'SVN-Poppins', sans-serif;
  font-weight: bold;
  line-height: 45px;
}

.wrap-about .about-count p {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 0px;
}
.wrap-about .about-img {
  position: relative;
  width: 100%;
  margin: 0px auto;
}
.wrap-about .about-img .border-animation{
  content: '';
  position: absolute;
  top: 30px;
  left: 30px;
  width: 80%;
  height: 90%;
  border: 2px solid var(--color-main);
  transition: all .3s;
  z-index: 0;
}
.wrap-about .about-img img{
  position: relative;
  z-index: 2;
  border: 5px solid #fff;
}
.wrap-about-sm .title-desc {
  max-width: 240px;
  margin-bottom: 0px;
  margin-left: 30px;
}


.keyframes_img {
  position: absolute;
  -webkit-animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  z-index: 999999
}
@keyframes runnow {
  0% {
      top: 0px;
      left: 10px;
      z-index: 1;
  }
  25% {
      top: calc(100% - 270px);
      left: 10px;
      z-index: 1;
  }
  50% {
      top: calc(100% - 270px);
      left: calc(100% - 220px);
      z-index: 1;
  }
  75% {
      top: 0px;
      left: calc(100% - 220px);
      z-index: 1;
  }
  100% {
      top: 0px;
      left: 10px;
      z-index: 1;
  }
}
@keyframes run {
  0% {
      top: calc(100% - 200px);
      left: calc(100% - 270px);
      z-index: 4;
  }
  25% {
      top: 0px;
      left: calc(100% - 270px);
      z-index: 4;
  }
  50% {
      top: 0px;
      left: 10px;
      z-index: 4;
  }
  75% {
      top: calc(100% - 200px);
      left: 10px;
      z-index: 4;
  }
  100% {
      top: calc(100% - 200px);
      left: calc(100% - 270px);
      z-index: 4;
  }
}
.intro-1 {
    top: -10%;
    left: 16%;
    z-index: 1;
}
.intro-2 {
  z-index: 2;
  animation-name: run;
}
.intro-3 {
  z-index: 3;
  animation-name: runnow;
}

.intro-1 img {
  width: 358px;
  height: 480px;
}
.intro-2 img {
  width: 284px;
  height: 196px;
}
.intro-3 img {
  width: 228px;
  height: 298px;
}


.wrap-dichvu {
  background: url(../images/bg_linhvuc.jpg) no-repeat center center !important;
  background-size: 100% 100% !important;
}

.wrap-dichvu .title-main h2 {
  font-size: 42px;
  color: #fff;
  font-size: bold;
}
.wrap-dichvu .title-desc{
  color: #fff;
}
.wrap-dichvu .owl-dots {
  position: absolute;
  width: 320px;
  left: -37%;
  bottom: 0px;
}
.wrap-dichvu .owl-theme .owl-dots .owl-dot span {
  opacity: .5;
}
.wrap-dichvu .owl-theme .owl-dots .owl-dot.active span,
.wrap-dichvu .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  opacity: 1;
}

.dichvu-item {
  display: block;
  position: relative;
  overflow: hidden;
}
.dichvu-item .info{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 10px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: all .3s;
}
.dichvu-item .info .name{
  margin: 10px 0px;
  color: #fff;
  font-size: 19px;
  font-family: 'SVN-Poppins', sans-serif;
  text-transform: uppercase;
}
.dichvu-item:hover .info {
  opacity: 1;
}


.wrap-project .choose-list button{
  padding: 10px 20px;
}

.project-item {
  position: relative;
  display: block;
  border-radius: 0px;
  overflow: hidden;
}
.project-item .name{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  min-height: 65px;
  padding: 10px 20px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.8);
  /* background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000 100%); */
  transition: all .5s ease-in-out;
}
.project-item .info{
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 20px;
  text-align: center;
  color: #333;
  background: rgba(255, 255, 255, 0.8);
  transition: all .5s ease-in-out;
  transform: translateY(-150%);
}
.project-item:hover .info{
  transform: translateY(0%);
}
.project-item:hover .name {
  transform: translateY(150%);
}

.project-item .info h3{
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
.project-item .info .desc {
  font-size: 16px;
  font-weight: 300;
}
.project-item .info button {
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #333;
  font-weight: bold;
}

.project-item .info .line {
  display: block;
  width: 80px;
  height: 1px;
  background: #fff;
  margin: 20px auto;
}


.wrap-service .title-main h2 span {
  display: block;
}

.wrap-quytrinh .choose-list button{
  font-family: 'Newsreader', serif;
  font-size: 20px;
  font-style: italic;
  border-radius: 0px;
}
.wrap-quytrinh .choose-list button.choosed{
  color: #fff;
  background: var(--color-main);
}
.quytrinh-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.quytrinh-item .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid var(--color-main);
  text-align: center;
}

.quytrinh-item .name{
  font-family: 'Newsreader', serif;
  color: var(--color-main);
  font-size: 20px;
  min-height: 48px;
  text-align: center;
}

.quytrinh-item .desc{
  color: var(--color-submain);
  font-size: 15px;
  text-align: center;
  margin-bottom: 0px;
}

.quytrinh-item .image span{
  display: block;
  padding: 18px;
  border-radius: 100%;
  background-color: var(--color-submain);
  margin-bottom: 5px;
}
.quytrinh-item .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px 0px;
  width: calc(100% - 95px);
}

.wrap-giatri .counter-item {
  position: absolute;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  padding: 50px 0px;
  border: 2px solid var(--color-main);
  background-color: #fff;
}
.wrap-giatri .counter-item .counter {
  font-family: 'Oswald', sans-serif;
  font-size: 48px;
  color: var(--color-main);
}
.wrap-giatri .counter-item sup {
  font-size: 40px;
  color: var(--color-submain);
}
.wrap-giatri .counter-item p {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.wrap-giatri .counter-item:nth-child(2){
  top: -5%;
  left: 30%;
}
.wrap-giatri .counter-item:nth-child(3){
  top: 20%;
  right: 15%;
}
.wrap-giatri .counter-item:nth-child(4){
  bottom: -10%;
  right: 35%;
}
.wrap-giatri .counter-item:nth-child(5){
  top: 30%;
  left: 5%;
}

.giatri-item {
  position: relative;
  width: 90%;
  margin: 50px auto;
}
.giatri-image{
  width: 550px;
  height: 550px;
  margin: 0px auto;
  border-radius: 100%;
}

.wrap-info {
  background: #f5f5f5 url(../images/bg_info.png) repeat;
}
.info-item {
  position: relative;
  width: 400px;
  padding: 50px;
  background-color: #fff;
}
.info-item .name{
  position: relative;
  padding: 12px 20px 12px 40px;
  color: #fff;
  font-family: 'Goldman', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.info-item .name::before{
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  transform: skewX(-45deg);
  background: linear-gradient(to bottom, #2FD0FF 0%, #0BB1E1 100%);
}
.info-item .name span {
  position: relative;
}
.info-item .icon {
  display: block;
  width: 52px;
  height: 52px;
  border: 5px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: -25px;
  top: -20px;
  z-index: 1;
  background-color: #fff;
}
.info-item .desc {
  padding: 10px 25px 10px 40px;
}
.info-item .desc a{
}

.wrap-tieuchi {
  position: relative;
  z-index: 1;
}
.wrap-tieuchi .title-main h2 {
  color: #fff;
  background: transparent;
  -webkit-text-fill-color: #fff;
}
.wrap-tieuchi .title-submain{
  color: #fff;
}

.wrap-tieuchi .container {
  position: relative;
  margin-top: -180px;
  background: url(../images/bg_tieuchi.png) no-repeat center 0px;
  background-size: cover;
}

.wrap-tieuchi .container::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 70%;
  left: 0px;
  bottom: 10px;
  background-color: #fff;
  z-index: 1;
}
.wrap-tieuchi .owl-page {
  position: relative;
  z-index: 2;
}

.tieuchi-item {
  position: relative;
  padding: 40px;
  background-size: cover;
  cursor: pointer;
  text-align: center;
}
.tieuchi-item::before{
  content: '';
  position: absolute;
  width: 1px;
  height: 40%;
  bottom: 10%;
  right: -20px;
  background: #ccc;
}
.tieuchi-item .image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 10px auto 40px;
  z-index: 2;
}
.tieuchi-item .image img{
  width: 43px;
}
.tieuchi-item .image .image-rotate{
  position: relative;
  z-index: 2;
}

.tieuchi-item .image::before{
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  box-shadow: 5px 5px 0px var(--color-main);
  background-color: #fff;
  transform: rotate(45deg);
  z-index: 1;
}

.tieuchi-item .info {
  position: relative;
  z-index: 2;
}

.tieuchi-item .name{
  font-family: 'SVN-Poppins', sans-serif;
  color: var(--color-main);
  font-size: 22px;
  text-transform: uppercase;
}

.tieuchi-item .desc{
  color: #868686;
  font-size: 15px;
}

.tieuchi-item a{
  color: var(--color-main);
}
.tieuchi-item a:hover{
  color: var(--color-submain);
}


.wrap-video {
  background-color: #f4f4f4;
}

.wrap-video .label{
  position: absolute;
  right: -220px;
  top: 120px;
  padding: 10px 20px;
  color: #fff;
  font-family: 'Goldman', sans-serif;
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 0px;
  transform: rotate(-90deg);
}

.wrap-video .video {
  position: relative;
  overflow: hidden;
  margin: 0px auto;
}
.wrap-video .video .image{
  position: relative;
  overflow: hidden;
}
.wrap-video .video .name{
  position: absolute;
  left: -85px;
  bottom: 100px;
  padding: 10px 20px;
  background: linear-gradient(to bottom, #2FD0FF 0%, #0BB1E1 100%);
  color: #fff;
  font-family: 'Goldman', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 3px;
  margin-bottom: 0px;
  transform: rotate(-90deg);
}
.wrap-video .btn-play{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  transform: translate(-50%, -50%);
  transition: all .3s;
  opacity: 0;
}
.wrap-video .btn-play .kenit-alo-circle {
  width: 100px;
  height: 100px;
  border-color: rgba(255, 255, 255, 0.5);
}
.wrap-video .btn-play .kenit-alo-circle-fill {
  width: 110px;
  height: 110px;
  background: rgba(255, 255, 255, 0.3);
}
.wrap-video .btn-play i {
  width: 90px;
  height: 90px;
  background: #fff;
}
.wrap-video .btn-play svg{
  color: var(--color-main) !important;
  fill: var(--color-main) !important;
}
.wrap-video .owl-item {
  padding: 40px 15px;
}
.wrap-video .owl-item .video{
  transition: all .3s ease;
}
.wrap-video .owl-item.active.center .video{
  transform: scale(1.2);
}
.wrap-video .owl-item.active.center .video .btn-play{
  opacity: 1;
}

.news-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #E0E0E0;
}
.news-list.odd{
  flex-direction: row-reverse;
}
.news-list .image{
  position: relative;
  width: 220px;
  margin-bottom: 0px;
  overflow: hidden;
}
.news-list .info{
  width: calc(100% - 245px);
}
.news-list .name{
  font-family: 'SVN-Poppins', sans-serif;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0px;
}
.news-list .name a{
}
.news-list .name a:hover{
  color: var(--color-submain);
}
.news-list .author {
  display: flex;
  align-items: center;
  color: #9C9C9C;
  margin-bottom: 5px;
}
.news-list .author svg{
  margin-right: 5px;
  color: var(--color-main);
}
.news-list .desc {
  color: #9C9C9C;
  margin-bottom: 0px;
}
.news-list .more{
  text-align: right;
  margin-bottom: 0;
}
.news-list .more a{
  font-family: 'Goldman', sans-serif;
  text-decoration: underline;
  color: var(--color-submain);
}
.news-list .more a:hover{
  color: var(--color-main);
}
.news-list .time {
  position: absolute;
  left: 10px;
  top: 0px;
  z-index: 1;
  padding: 10px;
  background: var(--color-main);
  text-align: center;
  color: #fff;
}
.news-list .time b{
  font-size: 25px;
}
.news-list.odd .time{
  right: 10px;
  left: auto;
}
.wrap-news .slick-slide {
  height: 210px;
  padding-bottom: 10px;
}

.wrap-product-hot {
}

.wrap-product-hot .content {
}


.product-hot {
  margin: 0px;
  padding-top: 3rem;
  background-color: #fff;
  margin-bottom: 3rem;
}
.product-hot:nth-child(odd){
  border-top-right-radius: 50px;
}
.product-hot:nth-child(even){
  border-top-left-radius: 50px;
}

.product-hot:nth-child(odd) img{
  border-top-left-radius: 50px;
}

.product-hot:nth-child(even) img{
  border-top-left-radius: 50px;
}

.product-hot .desc ul li,
.product-hot .desc ol li{
  position: relative;
  list-style: none;
  padding: 10px 10px 10px 35px;
  font-weight: 500;

}
.product-hot .desc ul li::before,
.product-hot .desc ol li::before{
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background: url(../images/icon_check.png) no-repeat center center;
  background-size: 28px;
  position: absolute;
  left: 0px;
  top: 10px;
}

.wrap-banner {
  
}

.wrap-tiktok .tiktok-container {
  position: relative;
  width: 100%;
  height: 568px;
  padding: 14px;
}
/* .wrap-tiktok .tiktok-container::before{
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/bg_tiktok.png) no-repeat;
  z-index: 1;
} */

.wrap-tiktok .tiktok-container .tiktok-iframe{
  position: relative;
  z-index: 2;
}
.wrap-tiktok .tiktok-container .tiktok-iframe iframe{
  overflow: hidden;
  border-radius: 20px;
}

.wrap-tiktok .tiktok-container .tiktok-button {
  position: absolute;
  z-index: 3;
  bottom: 0px;
  right: 0px;
  width: 127px;
  height: 125px;
  background: url(../images/bg_tiktok_icon.png) no-repeat;
}
.wrap-tiktok .tiktok-container .tiktok-button:hover {
  color: #f00;
}

.wrap-tiktok .tiktok-container .tiktok-button .btn-frame{
  position: absolute;
  top: 50px;
  left: 50px;
  color: #fff;
}

.wrap-newsletter {
  min-height: 495px;
  background: url(../images/bg_newsletter.jpg) no-repeat center center;
  background-size: cover;
}
.wrap-newsletter .hotline{
  max-width: 485px;
  min-height: 160px;
  margin: 0 auto;
  background: url(../images/bg_hotline.png) no-repeat center center;
  background-size: 100% 100%;
  font-family: "Oswald", sans-serif;
  padding-left: 135px;
}
.wrap-newsletter .hotline span{
  display: block;
  padding-top: 10px;
  padding-bottom: 15px;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
}
.wrap-newsletter .hotline a {
  display: block;
  line-height: 45px;
  font-size: 40px;
  color: transparent;
  font-weight: 700;
  animation: effectText 2s linear infinite;
}
.wrap-newsletter .hotline a:hover {
  color: #1f9607;
}



.wrap-whyus {
  background: url(../images/bg_whyus.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}

.whyus-list {
  text-align: center;
}
.whyus-list:hover .name{
  color: var(--color-main);
}
.whyus-list:hover .image-rotate img {
  animation: continuousRotateY 2s linear infinite;
}

.whyus-list .desc{
}

.khoahoc-item {
  position: relative;
  padding-left: 40px;
}
.khoahoc-item .khoahoc-lbl{
  display: block;
  position: absolute;
  top: 73px;
  left: -65px;
  background-color: #FFEB52;
  color: #111;
  padding: 13px 20px;
  transform: rotate(-90deg);
  border-radius: 0px 10px 0px 0px;
  /* box-shadow: 0px 13px 20px #333; */
}
.khoahoc-item .image{
  position: relative;
  border-radius: 10px;
}

.khoahoc-item .name{
  font-family: '1FTV VIP Rostack';
  font-size: 32px;
}


.wrap-tuvan {
  background: url(../images/bg_section.jpg) repeat;
}
.wrap-tuvan .tuvan-item .info {
}

.tuvan-item .image {
  position: relative;
}
.tuvan-item .author{
  text-transform: uppercase;
  font-size: 14px;
  color: #aaaaaa;
} 
.tuvan-item .time{
  margin-bottom: 8px;
  font-size: .875rem;
  color: #616161;
}

.tuvan-item .image {
  border-radius: 10px;
}

.tuvan-item .name a{
  position: relative;
  font-size: 17px;
  color: #333;
  text-transform: capitalize;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.tuvan-item .name a:hover{
  color: var(--color-main);
}
.tuvan-item .desc{
  color: #616161;
}
.tuvan-item .readmore a{
  color: #fff;
}
.tuvan-item .meta {
  position: absolute;
  top: 10px;
  left: 10px;
}
.tuvan-item .meta span{
  display: block;
  font-size: .875rem;
  color: #fff;
  padding: 3px 5px 2px;
  border-radius: 3px;
  background-color: var(--color-main);
}


.wrap-news {
  background: url(../images/bg_section.jpg) repeat;
}
.news-item {
  
}
.news-item .image {
  position: relative;
  overflow: hidden;
}

.news-item .info {
  position: relative;
  width: 100%;
  padding: 0px;
  z-index: 10;
  color: #333;
}

.news-item .name {
  position: relative;
  width: 90%;
  padding: 10px;
  background: #fff;
  margin: -45px auto 0px;
}
.news-item .time {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #a9a9a9;
  font-weight: 400;
}
.news-item .name a{
  font-family: 'Newsreader';
  font-style: italic;
  position: relative;
  font-size: 17px;
  color: #333;
  line-height: 1.5;
}
.news-item .name a:hover{
  color: var(--color-hover);
}
.news-item .desc{
  text-align: center;
  color: #787878;
}
.news-item .more {
  text-align: right;
}
.news-item .more a{
  font-family: 'Goldman', sans-serif;
  text-decoration: underline;
  color: var(--color-submain);
}

.news-item .readmore a:hover{
  color: var(--color-submain);
}
.news-item .meta {
  position: absolute;
  top: 10px;
  left: 10px;
}
.news-item .meta span{
  display: block;
  font-size: .875rem;
  color: #fff;
  padding: 3px 5px 2px;
  border-radius: 3px;
  background-color: var(--color-main);
}

.service-list {
  position: relative;
  display: block;
  border-radius: 0px;
  overflow: hidden;
}
.service-list img{
  transition: all .5s ease-in-out;
}
.service-list .over{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000 100%);
  transition: all .5s ease-in-out;
  transform: translatey(40%);
}
.service-list .name {
  min-height: 65px;
  padding: 10px 20px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.service-list .over span{
  display: block;
  color: #EBEBEB;
  font-size: 15px;
}
.service-list .over .line {
  text-align: center;
  height: 1px;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 1s ease-in-out;
  margin: 0px auto 20px;
}
.service-list .over .icon {
  color: rgb(255, 255, 255);
  font-size: 20px;
}

.service-list .over .desc{
  opacity: 0;
  visibility: hidden;
  height: 0px;
  color: #fff;
  transition: all .5s ease-in-out;
}

.service-list .info{
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 10px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  transition: all .5s ease-in-out;
  transform: translateY(-150%);
}
.service-list:hover img{
  transform: scale(1.1);
}
.service-list:hover .over {
  transform: translateY(0%);
}
.service-list:hover .over .line{
  width: 100%;
}

.service-list:hover .over .desc{
  opacity: 1;
  visibility: visible;
  height: 72px;
}

.service-list .info h3{
  font-weight: 600;
  font-size: 18px;
}
.service-list .info .desc {
  font-size: 15px;
  font-weight: 300;
  color: #EBEBEB;
}



/* Partner */
.wrap-partner{
  padding: 3rem 0;
  background-color: #fff;
}
.control-partner button {
  background-color: transparent;
  color: #222222;
  opacity: 1;
  width: 25px;
  font-size: 23px;
}
.control-partner button:hover {
  opacity: 0.7;
}

.control-partner button.owl-prev {
  left: 0px;
}

.control-partner button.owl-next {
  right: 0px;
}
.partner {
  display: block;
  margin: 0px auto;
}

.custom-form-row {
  margin-right: -10px;
  margin-left: -10px;
}

.custom-form-row > .col,
.custom-form-row > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

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

.product-item{
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--color-main);
  border-radius: 7px;
  overflow: hidden;
  
}
.product-item .image{
  margin-bottom: 10px;
}
.product-item .name a{
  display: block;
  font-size: 16px;
}
.product-item .price{
  margin-bottom: 0px;
}

/* User */
.wrap-user {
  width: 100%;
  max-width: 550px;
  margin: auto;
  border: 1px solid #bce8f1;
  border-radius: 5px;
}

.title-user {
  background-color: #d9edf7;
  padding: 12px 15px;
  border-radius: 5px 5px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.title-user span {
  color: #31708f;
}

.title-user a {
  color: #0056b3;
  font-size: 12px;
}

.form-user {
  padding: 20px 15px;
}

.input-user {
  margin-bottom: 0.75rem;
}

.input-user input {
  font-size: 14px;
}

.button-user {
  margin-bottom: 1rem;
  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;
}

.button-user input {
  font-size: 14px;
}

.checkbox-user,
.radio-user {
  cursor: pointer;
}

.checkbox-user input {
  top: calc(50% - 1.25rem / 2);
  height: auto;
}

.checkbox-user label {
  font-size: 14px;
  cursor: pointer;
}

.checkbox-user label::before,
.checkbox-user label::after {
  top: calc(50% - 1rem / 2);
}

.radio-user {
  margin-right: 1rem;
}

.radio-user:last-child {
  margin-right: 0px;
}

.radio-user label::before,
.radio-user label::after {
  top: calc(50% - 1rem / 2);
}

.note-user {
  font-size: 14px;
  border-top: 1px solid #ddd;
  padding-top: 0.5rem;
}


/* head */
.head.bg-white .wrap-content {
  padding: 0px;
}
.head.bg-white a{
  color: var(--color-submain);
}

.head.bg-white a:hover,
.head.bg-white a.active{
  color: var(--color-main);
}
.head.bg-white .btn {
  background: var(--color-submain);
}
.head.bg-white .search-wrapper {
  box-shadow: 0px 0px 2px var(--color-submain);
}

.head .head-top {
  color: #ffffff;
  background-color: var(--background-static);
}

.head .head-top .wrap-content {
}
.slogan-head{
  height: 40px;
  display: flex;
  align-items: center;
  width: 40%;
}
.info-head{
  margin-bottom: 0;
}
.info-head i {
  vertical-align: top;
  margin: 3px 5px 0px 0px;
  font-size: 16px;
}

.head .head-bottom .wrap-content {
  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;
}

.social-head li {
  width: 30px;
}

.head-bottom .wrap-content {
  padding: 10px 0;
}

.hotline-head {
}

.hotline-head p {
}

.hotline-head span {
}

.user-head a {
  color: #ffffff;
  padding-right: 9px;
  margin-right: 7px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}

.user-head a:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 8px;
  background-color: #ffffff;
  top: calc(50% - 7px / 2);
  right: 0px;
  opacity: 0.7;
}

.user-head a:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.user-head a:last-child:after {
  display: none;
}

/* Search */
.search {
  width: 230px;
  background: #ffffff;
}

.search p {
  float: left;
  width: 35px;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  text-align: center;
  margin: 0px;
  color: #6c757d;
  font-size: 16px;
}

.search input {
  width: calc(100% - 35px);
  height: 35px;
  float: left;
  outline: none;
  padding: 0px;
  border: 0px;
  background: transparent;
  text-indent: 10px;
  font-size: 12px;
}

.search input::-webkit-input-placeholder {
  color: #313131;
}

.search input:-moz-placeholder {
  color: #313131;
}

.search input::-moz-placeholder {
  color: #313131;
}

.search input:-ms-input-placeholder {
  color: #313131;
}

/* Mmenu */
.menu-res {
  z-index: 100;
  background: var(--color-main);
  position: relative;
  display: none;
}

.menu-bar-res {
  display: none;
  position: absolute;
  top: 50%;
  right: 15px;
  height: 40px;
  padding: 0px 10px;
  background: var(--color-main);
  transform: translateY(-50%);
}

#menu {
  display: none;
}

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

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #ffffff;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  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;
  transition-property: transform, top, bottom, left, opacity;
}

.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 {
  transform: rotate(45deg);
}

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

.mm-menu_opened {
  display: block !important;
  z-index: 99999 !important;
}
.mm-navbar, .mm-panels, .mm-panel{
  background: var(--color-main) !important;
}

/* 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;
  margin-left: 5px;
}

.search-res .icon-search.active {
  color: var(--color-hover);
  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(--color-hover);
  z-index: 2;
  opacity: 0;
  border-radius: 25px;
  line-height: normal;
}

.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(--color-hover);
  line-height: 35px;
  text-align: center;
}

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

.search-res .search-grid input::-webkit-input-placeholder {
  color: #313131;
}

.search-res .search-grid input:-moz-placeholder {
  color: #313131;
}

.search-res .search-grid input::-moz-placeholder {
  color: #313131;
}

.search-res .search-grid input:-ms-input-placeholder {
  color: #313131;
}

/* Slideshow */
@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.5);
  }
}

@keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes moveUpBounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}


@keyframes moveLeftBounceright {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(35px);
            transform: translateX(35px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.slide-text .wrap-content{
  position: absolute;
  top: 20%;
  right: 0px;
  left: 0px;
  width: 100%;
  padding: 100px 0px;
}

.slide-text .star {
  position: absolute;
  top: 0px;
  left: 10%;
  -webkit-animation: dance 1.5s alternate infinite;
  animation: dance 1.5s alternate infinite;
}

.slide-text .arrow {
  position: absolute;
  bottom: -40px;
  left: 20%;
  -webkit-animation: moveLeftBounceright 2s linear infinite;
    animation: moveLeftBounceright 2s linear infinite;
}


.slide-text .triangle {
  position: absolute;
  z-index: 22;
  bottom: -4%;
  left: 69%;
  color: rgb(255, 255, 255);
  width: 72px;
  height: 82px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
  -webkit-animation: moveBounce 2s linear infinite;
  animation: moveBounce 2s linear infinite;
}

.slide-text .rotateme {
  position: absolute;
  left: 10px;
  top: 5px;
  right: 0px;
  bottom: 0px;
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.slide-left,
.slide-right{
  position: relative;
}
.slide-left {
  width: 340px;
}
.slide-left {
  width: 300px;
}

.slide-right span{
  position: absolute;
  left: 10px;
  top: 5px;
  right: 0px;
  bottom: 0px;
}

.slide-center {
  width: 540px;
  text-align: center;
  color: #fff;
}
.slide-center h4{
  color: var(--color-main);
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 20px;
}
.slide-center h2{
  font-family: "Lexend Deca", sans-serif;
  font-size: 48px;
  margin-bottom: 30px;
}
.slide-center p{
  color: #cac6c6;
  margin-bottom: 20px;
}
.slide-center a{
  display: inline-block;
  padding: 15px 30px 12px;
  color: #fff;
  background-color: var(--color-main);
  border-radius: 30px;
  box-shadow: 1px 1px 0px #fff;
}
.slide-center a:hover{
  background-color: #BE1217;
}

.slideshow {
  position: relative;
  width: 100%;
  margin-top: -150px;
  overflow: hidden;
}
.slideshow::before {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(255,255,255,0) 50%, rgba(0,0,0,1) 100%);
}
.slideshow-item {
  position: relative;
  display: block;
  cursor: pointer;
}
.slideshow-info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 800px;
  color: #fff;
}
.slideshow-info .name{
  font-family: 'SVN-Poppins', serif;
  font-size: 32px;
  font-weight: bold;
}
.slideshow-info .name span{
  display: block;
  font-size: 70px;
}
.slideshow-info .desc{
  font-weight: 400;
  font-size: 19px;
}
.slideshow-info .btn-main{
  background-color: var(--color-main);
}

.slideshow:hover .control-slideshow {
  opacity: 1;
}

.control-slideshow {
  opacity: 0;
}


.info-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.name-slide {
}

.desc-slide {
}

.views-more-slide {
}


.box-slide.slick-current.slick-active .slide-left {
  animation: fadeInLeftBig;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
.box-slide.slick-current.slick-active .slide-right {
  animation: fadeInRightBig;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

.box-slide.slick-current.slick-active .name-slide {
  animation: fadeInUp;
  animation-duration: 1s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}

.box-slide.slick-current.slick-active .desc-slide {
  animation: fadeInUp;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

.box-slide.slick-current.slick-active .views-more-slide {
  animation: scaleLarge;
  animation-duration: 1s;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
}

.slide-text .slick-prev,
.slide-text .slick-next {
  width: 40px;
  height: 50px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.3);
}

.slide-text .slick-prev {
  left: 5px;
}

.slide-text .slick-next {
  right: 5px;
}

.slide-text .slick-prev:before {
  font-family:"FontAwesome";
  font-weight: 400;
  content: "\f053";
}

.slide-text .slick-next:before {
  font-family:"FontAwesome";
  font-weight: 400;
  content: "\f054";
}

.slide-text .slick-dots {
  bottom: 20px;
}

.slide-text .slick-dots li {
  margin: 0;
}

.slide-text .slick-dots li button:before {
  color: #fff;
  font-size: 15px;
}

/* Domain */
.search-domain{
  position: relative;
  background-color: #fff;
  margin-top: -150px;
  margin-bottom: 80px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #999;
}
.search-input {
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  overflow: hidden;
}
.search-input input {
  border-radius: 30px;
  border: 0px;
  box-shadow: none !important;
}
.search-input #btnCheckDomain{
  border-radius: 30px;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  padding: 10px 30px;
  background-color: var(--color-main);
  border: 0px;
  box-shadow: none !important;
}
.slideshow .container {
  margin-top: -60px;
}

.service-item {
  background-color: #fff;
  padding: 40px 25px 30px;
  box-shadow: 0px 12px 50px rgba(125, 125, 125, 0.1);
  border-radius: 10px;
}
.service-item .info{
}
.service-item .name{
  font-size: 32px;
  margin-bottom: 0px;
}
.service-item .info{
  padding-bottom: 15px;
  border-bottom: 1px solid var(--color-main);
}


.service-item .price-new{
  color: var(--color-main);
  font-size: 1.4rem;
  font-weight: 600;
}
.service-item .desc {
  padding: 10px 0px;
}
.service-item .desc ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.service-item .desc ul li{
  position: relative;
  padding: 10px 10px;
  padding-left: 25px;
  border-top: 1px dotted #ccc;
}
.service-item .desc ul li:first-child{
  border: 0px;
}

.service-item .desc ul li::after{
  content: "\f00c";
  display: block;
  clear: both;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 7px;
  left: 0px;
  font-size: 18px;
  color: var(--color-main);
  font-weight: bold;
}
.service-item .dangky a{
  display: block;
  padding: 10px 30px;
  background-color: var(--color-main);
  color: #fff;
  text-align: center;
  font-size: 18px;
  border-radius: 30px;
}

/* Intro */
.wrap-intro {
  background-color: #eee;
}

.news-intro:before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 50px);
  top: 10px;
  left: 90px;
  background-color: #cacaca;
}

.news-scroll:before,
.news-scroll:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 85px;
  border-radius: 100%;
  background-color: #cacaca;
}

.news-scroll:before {
  top: 10px;
}

.news-scroll:after {
  bottom: 40px;
}

.news-control {
  left: 85px;
  font-size: 13px;
  opacity: 0.5;
  z-index: 1;
  cursor: pointer;
}

.news-control:hover {
  opacity: 1;
  color: #ec2d3f;
}

.news-control#up {
  top: -10px;
}

.news-control#down {
  bottom: 20px;
}

.news-shadow {
  padding-bottom: 30px;
  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;
}

.news-shadow .news-shadow-time {
  font-size: 13px;
  width: 75px;
  margin-right: 45px;
}

.news-shadow .news-shadow-time:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 20px / 2);
  right: -26px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/pattern-news.png);
}

.news-shadow .news-shadow-article {
  width: calc(100% - 120px);
  padding: 14px 15px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #cecabb;
  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;
}

.news-shadow .news-shadow-article:before {
  content: "";
  position: absolute;
  top: calc(50% - 26px / 2);
  left: -13px;
  z-index: 0;
  border-top: 13px solid transparent;
  border-right: 13px solid #cecabb;
  border-bottom: 13px solid transparent;
}

.news-shadow .news-shadow-article:after {
  content: "";
  position: absolute;
  top: calc(50% - 24px / 2);
  left: -11px;
  z-index: 1;
  border-top: 12px solid transparent;
  border-right: 11px solid #ffffff;
  border-bottom: 12px solid transparent;
}

.news-shadow .news-shadow-article .news-shadow-image {
  margin-right: 10px;
  width: 90px;
}

.news-shadow .news-shadow-article .news-shadow-info {
  width: calc(100% - 100px);
}

.news-shadow .news-shadow-article .news-shadow-info .news-shadow-name {
  height: 36px;
  font-size: 15px;
  font-weight: 700;
}

.news-shadow .news-shadow-article .news-shadow-info .news-shadow-name a {
  color: #222222;
}

.news-shadow .news-shadow-article .news-shadow-info .news-shadow-name a:hover {
  color: #ec2d3f;
}

.news-shadow
  .news-shadow-article
  .news-shadow-info
  .news-shadow-name
  a
  .text-split {
  -webkit-line-clamp: 2;
}

.news-shadow .news-shadow-article .news-shadow-info .news-shadow-desc {
  height: 38px;
  font-size: 13px;
}

.news-shadow
.news-shadow-article
.news-shadow-info
.news-shadow-desc.text-split {
  -webkit-line-clamp: 2;
}

/* Video */
.video-item {
  cursor: pointer;
}

.video-item .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.video-item .play{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  text-align: center;
  cursor: pointer;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  background-color: #fff;
  color: var(--color-main);
  transform: translate(-50%, -50%);
}
.video-item .play span{
  position: relative;
  display: block;
  padding: 16px;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  background-color: var(--color-submain);
  z-index: 3;
  color: #fff;
}
.video-item .play::before{
  content: '';
  display: block;
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  border: 5px solid #d9d9d9;
  border-radius: 100%;
  z-index: 2;
}
.video-item .play:hover{
  color: var(--color-submain)
}
.video-item .play:hover::before{
  border-color: var(--color-submain)
}
.video-item .play:hover span{
  background-color: var(--color-main);
}
.video-item .name {
  text-align: center;
  font-size: 18px;
  color: #212529;
  margin-bottom: 0px;
}

/* Album */
.album {
  cursor: pointer;
}

.album .album-image {
  margin-bottom: 0.75rem;
}

.album .album-name {
  margin-bottom: 0px;
  text-align: center;
}

.album .album-name a {
  display: block;
  font-size: 16px;
  color: #212529;
  margin-bottom: 0px;
}


.wrap-khachhang {
  background: url(../images/bg_khachhang.jpg) no-repeat center center;
  background-size: cover;
}
.wrap-khachhang .title-submain,
.wrap-khachhang .title-main h2,
.wrap-khachhang .title-main h3{
  color: #fff;
}
.wrap-khachhang .title-submain::after {
  background: url('data:image/svg+xml,<svg width="56" height="77" viewBox="0 0 56 77" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.5333 4C48.5333 5.91459 50.0854 7.46667 52 7.46667C53.9146 7.46667 55.4667 5.91459 55.4667 4C55.4667 2.08541 53.9146 0.533334 52 0.533334C50.0854 0.533334 48.5333 2.08541 48.5333 4ZM0.533334 73C0.533334 74.9146 2.08541 76.4667 4 76.4667C5.91459 76.4667 7.46667 74.9146 7.46667 73C7.46667 71.0854 5.91459 69.5333 4 69.5333C2.08541 69.5333 0.533334 71.0854 0.533334 73ZM24 4V4.65H52V4V3.35H24V4ZM4 73H4.65V24H4H3.35V73H4ZM24 4V3.35C12.5953 3.35 3.35 12.5953 3.35 24H4H4.65C4.65 13.3133 13.3133 4.65 24 4.65V4Z" fill="%23ffffff"/></svg>') no-repeat;
  background-size: 100%;
}
.khachhang-item{
  position: relative;
  padding: 15px;
  color: #fff;
}
.khachhang-item .b_l{
  width: 2px;
  height: 30%;
  background: #fff;
  position: absolute;
  bottom: 0px;
  left: 14%;
}
.khachhang-item .b_r{
  width: 86%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0px;
  left: 14%;
}
.khachhang-item .t_l{
  width: 60%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 37%;
  left: 40%;
}
.khachhang-item .t_r{
  width: 2px;
  height: 63%;
  background: #fff;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.khachhang-item .image {
  width: 140px;
}
.khachhang-item .image,
.khachhang-item .image img{
  border-radius: 100%;
}
.khachhang-item .info {
  padding-top: 5%;
  width: calc(100% - 160px);
}

.khachhang-item .name {
  font-family: 'SVN-Poppins';
  font-size: 20px;
  color: var(--color-main);
}
.khachhang-item .subname {
  font-family: 'SVN-Poppins';
  font-weight: 500;
  font-size: 15px;
  color: #747474;
  margin-bottom: 15px;
}

.wrap-khachhang .slick-khachhang {
}
.wrap-khachhang .slick-slide {
  position: relative;
  padding: 27px 0px;
}

.wrap-album {
}

.wrap-album a{
  position: relative;
  color: #fff;
}
.wrap-album a:hover{
  color: var(--color-submain);
}
.wrap-album .info{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000 100%);
}

.wrap-album .name{
  font-family: 'Goldman', sans-serif;
  font-size: 20px;
}


.web-item{}
.web-item .photo{
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.web-item:hover .photo span{
  background-position: bottom;
  background-repeat: no-repeat;
}
.web-item .photo span{
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  -webkit-transition: all 3s ease-in-out 0s;
  -moz-transition: all 2s ease-in-out 0s;
  -ms-transition: all 2s ease-in-out 0s;
  transition: all 2s ease-in-out 0s;
  background-position: top;
  background-repeat: no-repeat;
}
.web-item:hover .info{
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.web-item .info{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  width: 100%;
  text-align: center;
  padding: 10px 10px;
  left: 0;
  bottom: -20px;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.35);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #fff;
}
.web-item .info .name{
  font-size: 1.1rem;
}
.web-item .info .price{}
.web-item .info .price span{font-size: 1.4rem;}
.web-item .info .d-flex{}
.web-item .info .d-flex a{
  color: #fff;
  border-bottom: 2px solid;
  font-size: 0.9rem;
  padding: 2px 14px;
  transition: 0.4s ease;
  text-transform: capitalize;
}
.web-item .info .d-flex a:hover{
  color: var(--second);
}


/* Product */
.wrap-product {
  margin-bottom: 50px;
}

.cart-product {
  margin-bottom: 0px;
}

.cart-product span {
  cursor: pointer;
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
}

/* Product Detail */

.camket-pro-detail {
  position: sticky;
  top: 100px;
  width: 23%;
}

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

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

.owl-pro-detail {
  padding: 0;
}

.control-pro-detail button {
  background-color: rgba(255,255,255,0.5);
  color: #222222;
  opacity: 1;
  width: 25px;
  font-size: 23px;
}

.control-pro-detail button:hover {
  opacity: 0.7;
}

.control-pro-detail button.owl-prev {
  left: 0px;
}

.control-pro-detail button.owl-next {
  right: 0px;
}

.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 {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}
.title-pro-detail h2{
  font-family: "Oswald", sans-serif;
  text-transform: capitalize;
  font-size: 35px;
  display: block;
  font-weight: 600;
  color: #333;
}

.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;
}

.desc-pro-detail ul li,
.desc-pro-detail ol li{
  position: relative;
  list-style: none;
  padding: 10px 10px 10px 35px;
  font-weight: 500;

}
.desc-pro-detail ul li::before,
.desc-pro-detail ol li::before{
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background: url(../images/icon_check.png) no-repeat center center;
  background-size: 28px;
  position: absolute;
  left: 0px;
  top: 10px;
}

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

.attr-pro-detail li {
  margin-bottom: 0px;
}

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

.attr-content-pro-detail {
  display: inline-block;
  margin-bottom: 0px;
}
.brand-pro-detail {}
.brand-pro-detail a{
    background: var(--color-red);
    color: #fff;
    border-radius: 2px;
    padding: 2px 5px;
}
.price-new-pro-detail {
    font-weight: 700;
    font-size: 23px;
    color: var(--color-red);
}
.price-old-pro-detail {
    font-weight: 400;
    color: var(--color-gray);
    text-decoration: line-through;
    padding-left: 10px;
}

.color-pro-detail {
  cursor: pointer;
  vertical-align: top;
  position: relative;
  width: 48px;
  height: 32px;
  margin: 0 8px 5px 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border: 1px solid #dadada;
  transition: 0.3s;
  border-radius: 2px;
}

.size-pro-detail {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 48px;
  position: relative;
  margin: 0 8px 0 0;
  border: 1px solid #dadada;
  border-radius: 2px;
  font-size: 12px;
  transition: 0.3s;
}

.size-pro-detail.active,
.color-pro-detail.active {
  border-color: var(--color-dark-red);
}

.size-pro-detail.active:after,
.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"],
.size-pro-detail input[type="radio"] {
  display: none;
}

.quantity-pro-detail {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  height: 45px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #dfdfdf;
}

.quantity-pro-detail span {
  line-height: 25px;
  padding: 0px;
  width: 45px;
  height: 100%;
  color: #000;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.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: 100%;
  border: none;
  width: calc(100% - 90px);
  text-align: center;
  font-size: 15px;
}
.cart-pro-detail {max-width: 400px;}

.cart-pro-detail a {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  width: calc(100% / 2 - 5px);
  height: 45px;
  border-radius: 5px;
}

.cart-pro-detail a.addnow {
  background: #fff;
  color: var(--color-red);
}

.cart-pro-detail a.addnow:hover {
  color: #fff;
  background: var(--color-red);
}

.cart-pro-detail a.buynow {
  background-color: #333;
}

.cart-pro-detail a.buynow:hover {
  background-color: var(--color-dark-red);
  color: #fff;
}

.cart-pro-detail a i {
  vertical-align: top;
  margin-right: 8px;
  font-size: 24px;
  position: relative;
  top: -2px;
}

.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: 15px;
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1rem;
}

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

/* News */

.pic-news {
  width: 210px;
}

.pic-news img {
  width: 100%;
}

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

.name-news {
  color: #252525;
  font-size: 17px;
  line-height: normal;
  font-weight: 600;
}

.name-news.text-split {
  -webkit-line-clamp: 2;
}

.name-news:hover {
  color: var(--background-static);
}

.time-news {
  color: var(--color-gray);
  margin-bottom: 10px;
}

.desc-news {
  color: #676767;
  margin-top: 5px;
  line-height: 22px;
}

.news .news-name {
  margin-bottom: 0.5rem;
}

.news .news-name a {
  color: #333;
  font-size: 16px;
}

.news .news-name a.text-split {
  -webkit-line-clamp: 2;
}

.news .news-name a:hover {
  color: #ec2d3f;
}

.news .news-time {
  color: #84878a;
  margin-bottom: 0.25rem;
}

.news .news-desc {
  color: #333333;
  margin-top: 5px;
  line-height: 22px;
}

.othernews b {
  margin-bottom: 10px;
  font-size: 15px;
}

/*News orther*/
.othernews {
	position: sticky;
	top: 60px;
	z-index: 11;
}
.news-other{
}
.pic-news-other{
  width: 40%;
  border-radius: 7px;
  overflow: hidden;
}
.info-news-other{
    width: 60%;
    padding-left: 10px;
}
.name-news-other{
	color: #252525;
  font-size: 15px;
  font-weight: 600;
}
.name-news-other:hover{
    color: var(--color-main);
}
.name-news-other.text-split{
  -webkit-line-clamp: 4;
}

.baogia-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--color-main);
  border-radius: 5px;
}

.baogia-item h3{
  padding: 0px 10px;
  font-size: 16px;
  margin-bottom: 0px;
}
.baogia-item span{
  font-size: 18px;
  transition: 0.3s;
  background: var(--color-main);
  color: #fff;
  display: flex;
  width: 80px;
  height: 66px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border-radius: 3px;
}

.baogia-item:hover {
  color: var(--color-main);
}


/* Contact */
.form-floating.form-floating-cus>input,.form-floating-cus>select{
    height: 45px;
    padding: 1rem 0;
}
.form-floating.form-floating-cus>textarea{
    height: 100px;
}
.form-floating.form-floating-cus>label{padding: 10px 0px;color: var(--color-gray);}
.contact-article {
  margin-bottom: 3rem;
}

.contact-input {
  position: relative;
  margin-bottom: 10px;
}
.contact-input input, .contact-input textarea{
	border-radius: 0;
	border-top: none;
	border-left: none;
	border-right: none;
}
.contact-input input:focus, .contact-input textarea:focus{
	box-shadow: none;
	outline: none;
}
.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;
}

/* Newsletter */
.newsletter-slogan {
  margin-bottom: 0.5rem;
  color: var(--color-gray);
}

#frm-newsletter {
  padding: 30px;
  background: var(--color-main);
}

.newsletter-input {
  position: relative;
  width: calc(100%);
  margin-bottom: 15px;
}

.newsletter-input input,
.newsletter-input textarea {
  border: 0px;
  height: 56px;
  background-color: #1563AC;
}
.newsletter-input input::placeholder,
.newsletter-input textarea::placeholder {
  color: #7EB8EE;
  font-size: 15px;
}
.newsletter-input textarea {
  height: 120px;
  resize: none;
}

.newsletter-button input[type="submit"] {
  border: 0px;
}

/* Thêm vào CSS của bạn */
.fancybox-tiktok-layout{
  width: auto !important;
  padding: 0;
  background: transparent;
}

/* Blink */
.blink {
  -webkit-animation-name: blink;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blink;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.wrap-frame {
  position: fixed;
  width: 50px;
  height: auto;
  right: 20px;
  bottom: 100px;
  z-index: 10;
}
/* Button Frame */
.btn-frame {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-bottom: 30px;
}

.btn-frame i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--color-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 i svg {
  fill: #fff;
}

.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(--color-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 span {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  opacity: 0;
  padding: 6px 45px 6px 20px;
  border-radius: 30px;
  color: #fff;
  background-color: var(--color-main);
  white-space: nowrap;
  transition: all .3s ease-in-out;
  width: 0px;
}
.btn-frame:hover span {
  opacity: 1;
  width: 220px;
}

/* Messenger */
.js-facebook-messenger-top-header{
	background: #487dfc;
	color: #fff;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 5px 5px 0 0;
}
.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: #1182fc;
  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 {
  width: 250px;
  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-head {
  width: 220px;
  color: #ffffff;
  background: #1182fc;
  display: block;
  position: relative;
  width: 220px;
  background: #1182fc;
  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-head {
  color: #ffffff;
  background: #1182fc;
  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;
}

/* Cart Fix */
.cart-fixed {
  position: fixed;
  right: 20px;
  bottom: 390px;
  z-index: 10;
  background: #4b4f56;
  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: 20px;
}

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

/* Toolbar */
@keyframes tada {
  0% {
    transform: scaleX(1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.3, 1.3, 1.3) rotate(3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.3, 1.3, 1.3) rotate(-3deg);
  }

  to {
    transform: scaleX(1);
  }
}

.toolbar {
  background: var(--color-main);
  width: 100%;
  padding: 3vw;
  bottom: 0px;
  position: fixed;
  z-index: 500;
  height: auto;
  left: 0px;
  max-height: 65px;
}

.toolbar ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
}

.toolbar ul li {
  text-align: center;
  width: 25%;
}

.toolbar ul li a {
  display: block;
  width: 100%;
  cursor: pointer;
}

.toolbar ul li a img {
  height: 20px;
  width: 20px;
  animation: tada 1.2s infinite;
}

.toolbar ul li a span {
  color: #fff;
  font-size: 10px;
}

/* Fixbar */
.fixbar {
  bottom: 0;
  display: block;
  background: #f0eff4;
  border-top: 1px solid #ddd;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  margin: 0;
  z-index: 500;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 50px;
}

.fixbar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.fixbar ul li {
  margin: 0 auto 10px;
  text-align: center;
  width: 25%;
  float: left;
}

.fixbar .icon-cart-mobile,
.fixbar .icon-cart-new,
.fixbar .icon-home-new,
.fixbar .icon-hotdeal-new {
  width: 20px;
  height: 20px;
  display: block;
  margin: 8px auto 0;
}

.fixbar .icon-cart-mobile {
  background: url(../images/cart-mobile.png) no-repeat;
}

.cart-total-head-mobile {
  font-size: 10px;
  position: absolute;
  background: red;
  color: #fff !important;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  line-height: 15px;
  top: 5px;
  margin-left: 5px;
}

.fixbar ul li a {
  font-size: 11px;
  text-decoration: none;
  color: #333;
}

.fixbar ul li a i {
  font-size: 20px;
}

/* Plugbar */
.plugbar {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #eae6e6;
  width: 100%;
  right: 0;
  max-width: 767px;
  margin: 0 auto;
  background: #ffffff;
  padding: 9px 10px 10px 7px;
  z-index: 10;
}

.plugbar ul {
  list-style: none;
  padding: 0;
  margin: 0px;
  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;
}

.plugbar ul li {
  width: 20%;
  float: left;
}

.plugbar ul li a {
  display: block;
  color: #696969;
  font-size: 12px;
  text-align: center;
  position: relative;
}

.plugbar ul li a i {
  font-size: 20px;
  color: #696969;
}

.plugbar ul li a span {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -40px;
  left: calc(50% - 50px / 2);
  font-size: 14px;
  display: block;
  border: 1px solid rgba(234, 230, 230, 0.5);
  border-radius: 100%;
}

/* Combo Phone */
.support-online {
  position: fixed;
  z-index: 999;
  left: 10px;
  bottom: 0px;
}

.support-online a {
  position: relative;
  margin: 20px 10px;
  text-align: left;
  width: 40px;
  height: 40px;
}

.support-online i {
  width: 40px;
  height: 40px;
  background: #43a1f3;
  color: #ffffff;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  position: relative;
  z-index: 999;
}

.support-online a {
  display: block;
}

.support-online a span {
  border-radius: 2px;
  text-align: center;
  background: #67b634;
  padding: 9px;
  display: none;
  width: 180px;
  margin-left: 10px;
  position: absolute;
  color: #ffffff;
  z-index: 999;
  top: 0px;
  left: 40px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-animation: headAnimation 0.7s 1;
  animation: headAnimation 0.7s 1;
}

.support-online a:hover span {
  display: block;
}

.support-online a span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #67b634 transparent transparent;
  position: absolute;
  left: -10px;
  top: 10px;
}

.support-online .kenit-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -10px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75;
  right: -10px;
}

.support-online .kenit-alo-circle {
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  border-color: #0089b9;
  opacity: 0.5;
}

.support-online .support-online .btn-support {
  cursor: pointer;
}

.support-online .mes i {
  background: orange;
}

.support-online .sms i {
  background: red;
}

.support-online .call-now i {
  background: green;
}

/* Phone Switch */
.widget-mobile {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10px;
  z-index: 9999999;
}

#my-phone-circle {
  position: relative;
  width: 50px !important;
  height: 50px !important;
}

.wcircle-open .wcircle-icon i:before {
  content: "\f00d";
}

.wcircle-icon {
  background: var(--color-main);
  border-radius: 50%;
  position: relative !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wcircle-icon:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background: var(--color-main);
  border: 1px solid #ffffff;
  border-radius: 50%;
  left: -5px;
  top: -5px;
  -webkit-animation: pulse 1s infinite ease-in-out;
  animation: pulse 1s infinite ease-in-out;
}

.wcircle-icon:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background: rgba(204, 44, 50, 0.5);
  border-radius: 50%;
  left: -15px;
  top: -15px;
  -webkit-animation: zoomIn 2s infinite ease-in-out;
  animation: zoomIn 2s infinite ease-in-out;
}

.wcircle-menu {
  position: absolute !important;
  left: 0;
  top: 0;
  display: none;
}

.wcircle-menu-item {
  width: 50px;
  height: 50px;
  background: var(--color-main);
  border-radius: 50%;
  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;
}

.wcircle-menu-item img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.wcircle-menu-item i {
  font-size: 25px;
  color: #ffffff;
  position: relative;
  z-index: 9999;
}

.wcircle-icon i {
  font-size: 25px;
  color: #ffffff;
  position: relative;
  z-index: 9999;
}

.shake-anim {
  -webkit-animation: shake-anim 1s infinite ease-in-out;
  animation: shake-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.video-main {
  position: relative;
  height: 400px;
}

.video-main iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.listvideos {
  width: 100%;
  height: 40px;
  padding: 0px 10px;
  border: 1px solid #ccc;
  color: var(--color-black);
  margin-top: 10px;
  cursor: pointer;
}

.item-video1 img {
  max-height: 292px;
}

.item-video2 img {height: 102px;}

.pic-video {
  position: relative;
  cursor: pointer;
}

.pic-video: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 center center;
  cursor: pointer;
  background-size: cover;
}

.pic-video img {
  width: 100%;
}

.pic-video-2 {
  position: relative;
  cursor: pointer;
}

.pic-video-2: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 center center;
  cursor: pointer;
  background-size: cover;
}

.pic-video-2 img {
  width: 100%;
}

.name-video {
  font-size: 16px;
  color: var(--color-black);
  margin-bottom: 0px;
}

.owl-video {
  margin-top: 10px;
}

.newshome-intro .name-newshome {
  margin: 10px 0;
}

.newshome-intro .view-newshome {
  margin-top: 10px;
}

.newshome-scroll {
  width: 50%;
  overflow: hidden;
  max-height: 406px;
}

.news-slick {
  display: flex;
  margin-bottom: 20px;
}

.news-slick h3 {
  margin: 0;
}

.news-slick h3 a.name-newshome {
  margin-bottom: 10px;
}

.news-slick .img {
  width: 150px;
}

.news-slick .info {
  width: calc(100% - 150px);
  padding-left: 15px;
}

.flex_ttnb {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.newshome-intro {
  width: calc(50% - 20px);
}

.pic-newshome-normal {
  float: left;
  width: 34%;
  margin-right: 3%;
  margin-bottom: 0px;
}

.pic-newshome-normal img {
  width: 100%;
}

.info-newshome-normal {
  float: left;
  width: calc(100% - 37%);
}
.name-newshome {
  color: var(--color-black);
  font-size: 14px;
  line-height: normal;
}

.name-newshome.text-split {
  -webkit-line-clamp: 2;
}

.name-newshome.text-split a {
  color: #000;
}

.time-newshome {
  color: var(--color-gray);
  margin-bottom: 10px;
}

.desc-newshome {
  color: var(--color-black);
  margin-bottom: 0px;
  text-align: justify;
}

.desc-home-cl.text-split {
  -webkit-line-clamp: 2;
}

.view-newshome {
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  color: #000;
}

.view-newshome:hover {
  color: #000;
}



.box-product {
  position: relative;
  margin-bottom: 30px;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
.box-product::before{
  content: '';
  display: none;
  position: absolute;
  width: 105%;
  height: 105%;
  top: 0px;
  left: -2.5%;
  background: url(../images/bg_product.png) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}

.box-product .icon{
  width: 80px;
  height: 2px;
  background: #333;
  margin: 0 auto 1rem;
}

.pic-product {
  background: #ffffff;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}

.pic-product img {
  width: 100%;
}

.product-tool {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.product-tool a {
  cursor: pointer;
  width: 50%;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  background-color: rgb(0 0 0 / 0.6);
}

.product-tool a:hover {
  background-color: rgb(0 0 0 / 0.8);
}

.product-tool a svg {
  margin-right: 5px;
}

.product-tool a span {
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 300;
}

.box-product:hover .product-tool {
  opacity: 1;
  visibility: visible;
}

.box-product .line {
  margin: 1rem 0;
  border-bottom: 1px dotted #ccc;
}

.name-product {
  font-family: 'Goldman', sans-serif;
  min-height: 40px;
  font-size: 18px;
  color: var(--color-black);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
  -webkit-line-clamp: 2;
}

.name-product:hover {
  color: var(--color-main);
}

.price-product {
  position: relative;
  font-family: 'Goldman', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #333;
  text-align: left;
}

.price-product::after{
  content: '';
  position: absolute;
  top: -10px;
  right: 0px;
  width: 49px;
  height: 37px;
  background: url(../images/bg_price.jpg) no-repeat;
}

.price-product span {
  position: relative;
}

.price-new {
  position: relative;
  color: var(--color-submain);
  display: block;
  text-align: center;
  font-weight: 600;
}

.price-new b{
  position: relative;
  font-weight: 500;
  z-index: 2;
}

.price-old {
  padding-left: 10px;
  color: var(--color-gray);
  text-decoration: line-through;
}
.box-product.hot {
  margin: 0px;
  padding: 0px;
  border-radius: 20px;
  overflow: hidden;
}
.box-product.hot::before{
  display: none;
}

.box-product.hot .pic-product{
  margin-bottom: 0px;
}
.box-product.hot .info{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 15px 0px;
  background-color: rgba(105, 215, 249, 0.5);
}
.box-product.hot .name-product,
.box-product.hot .price-product,
.box-product.hot .price-product .price-new{
  color: #fff;
}


.price-per {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #ffffff;
  background: var(--color-red);
  font-size: 11px;
  border-radius: 2px;
  width: 45px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  z-index: 10;
}
.cart-product {
  margin-bottom: 0px;
}

.cart-product span {
  cursor: pointer;
  width: calc(50% - 3px);
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
  padding: 7px 5px;
  border-radius: 3px;
}

.cart-add {
  background-color: var(--color-red);
}

.cart-add:hover {
  background-color: var(--color-dark-red);
}

.cart-buy {
  background-color: var(--color-green);
}

.cart-buy:hover {
  background-color: var(--color-dark-green);
}
.dm-noibat {
  max-width: 1000px;
  position: relative;
  margin: auto;
  margin-bottom: 40px;
}

.dm-noibat a {
  cursor: pointer;
  color: #333;
  transition: 0.4s;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  position: relative;
  display: block;
  background: #f7f7f7;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  height: 100%;
  padding: 10px;
}

.dm-noibat a:hover,
.dm-noibat a.active {
  background: var(--background-static);
  color: #fff;
}

.cats-bar {
  width: 50px;
  padding-top: 3px;
  position: relative;
}

.cats-bar-icon {
  width: 30px;
  cursor: pointer;
}

.cats-bar-icon span {
  display: block;
  width: 100%;
  height: 2px;
  background: #505050;
  transition: all 0.3s;
  position: relative;
}

.cats-bar-icon span + span {
  margin-top: 5px;
}

.cats-bar-icon.active span:nth-child(1) {
  animation: ease 0.7s top forwards;
}

.cats-bar-icon.not-active span:nth-child(1) {
  animation: ease 0.7s top-2 forwards;
}

.cats-bar-icon.active span:nth-child(2) {
  animation: ease 0.7s scaled forwards;
}

.cats-bar-icon.not-active span:nth-child(2) {
  animation: ease 0.7s scaled-2 forwards;
}

.cats-bar-icon.active span:nth-child(3) {
  animation: ease 0.7s bottom forwards;
}

.cats-bar-icon.not-active span:nth-child(3) {
  animation: ease 0.7s bottom-2 forwards;
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }

  50% {
    top: 6px;
    transform: rotate(0);
  }

  100% {
    top: 6px;
    transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
    top: 6px;
    transform: rotate(45deg);
  }

  50% {
    top: 6px;
    transform: rotate(0deg);
  }

  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }

  50% {
    bottom: 8px;
    transform: rotate(0);
  }

  100% {
    bottom: 8px;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 8px;
    transform: rotate(135deg);
  }

  50% {
    bottom: 8px;
    transform: rotate(0);
  }

  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes scaled {
  50% {
    transform: scale(0);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

.cats-owl.list-hot {
  width: calc(100% - 50px);
}

.choose-list{}
.choose-list button {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 5px 15px;
  background-color: transparent;
  color: #696969;
  border: 0px solid var(--color-main);
  outline: none;
  transition: all .3s ease-in-out;
}
.choose-list button span{
  position: relative;
  z-index: 3;
  font-size: 20px;
}

.choose-list button:hover,
.choose-list button.choosed{
  color: var(--color-main);
}
.choose-list button.choosed::before,
.choose-list button:hover::before{
  background-color: var(--color-main);
}

/* dat lich */
.div-datlich {
  width: 46%;
}
.form-booking {
}
.newsletter-booking {
  margin-bottom: 5px;
}
.newsletter-booking input {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--background-static);
  background: none;
  padding: 0;
}
.newsletter-booking input::placeholder {
}
.newsletter-booking textarea {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--background-static);
  background: none;
  margin-bottom: 10px;
  padding: 0;
}
.newsletter-booking textarea::placeholder {
}
.newsletter-checkbox {
}
.newsletter-checkbox input {
  outline: none;
  width: 15px;
  height: 15px;
}
.d-dongy {
}
.label-checkbox {
  color: #7e7e7e;
  position: relative;
  top: 1px;
  margin-left: 10px;
}
.booking-button {
}
.booking-button input {
  width: 86px;
  height: 37px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}
.khung-datlich {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px;
  border: 1px solid var(--background-static);
  border-radius: 20px;
}
.desc-dongy {
  color: #7e7e7e;
  font-size: 13px;
  font-style: italic;
  margin-top: 5px;
}
.btn-datlich {
  position: fixed;
  bottom: 455px;
  right: 10px;
  padding: 10px;
  border-radius: 5px;
  z-index: 99;
  background: #333;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none !important;
}
.btn-datlich i {
  font-size: 20px;
}
.btn-datlich:hover {
  color: #ffff00;
  transition: 0.2s;
}
