header#header {
}
header#header.fixed{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}


.header-top {
  color: #fff;
  font-weight: 600;
  background-color: #354F5A;
}
.header-bottom {
}
.header-bottom.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
}

.header-bottom .logo{
  position: relative;
  z-index: 1000;
  display: block;
}
.header-bottom.fixed .logo{
  width: 70px !important;
  height: 70px !important;
}
.header-bottom.fixed .logo *{
  width: 70px !important;
  height: 70px !important;
}


.header-bottom .hotline {
}

.header-bottom .hotline .icon{
  width: 45px;
  height: 45px;
  background: var(--color-main);
  text-align: center;
  line-height: 45px;
  color: #fff;
  border-radius: 4px;
}
.header-bottom .hotline span{
  display: block;
  line-height: 20px;
}

.header-bottom .hotline a{
  display: block;
  font-family: 'Oswald';
  font-weight: 500;
  font-size: 23px;
  color: #E72525;
  line-height: 30px;
}

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

.wrap-about {
}

.wrap-about .title-submain {
}

.wrap-about .title-main h2 {
  font-size: 64px;
}
.wrap-about .about-info{
}

.wrap-product-hot {
  background: url(../images/bg_product_hot.jpg) no-repeat center center;
  background-size: cover;
}

.wrap-product-hot .title-submain{
  color: var(--color-main);
}
.wrap-product-hot .title-main h2{
  color: #fff;
}
.wrap-product-hot .content {
}


.wrap-product-list .title-main h2{
  font-size: 30px;
}


.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 .title-submain{
  color: var(--color-main);
}
.wrap-newsletter .title-main h2{
  color: #fff;
}

.wrap-newsletter .hotline {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 48px;
  color: var(--color-main);
}

#frm-newsletter {
  padding: 40px;
  background: url(../images/bg_newsletter_left.png) no-repeat center center;
  background-size: 100% 100%;
}


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

.wrap-quytrinh {
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
}
.quytrinh-item {
  position: relative;
}

.quytrinh-item:hover .name{
  color: var(--color-main);
}
.quytrinh-item:nth-child(odd){
  padding-bottom: 5rem;
}
.quytrinh-item:nth-child(even){
  padding-top: 5rem;
}
.quytrinh-item::before{
  content: '';
  display: block;
  position: absolute;
  top: 30%;
  right: -14%;
  width: 83px;
  height: 24px;
  background: url(../images/arrow_quytrinh.png) no-repeat;
  background-size: 100%;
}
.quytrinh-item:nth-child(even)::before{
  background: url(../images/arrow_quytrinh2.png) no-repeat;
}
.quytrinh-item:last-child::before{
  background: none;
}

.wrap-project {
  background: #fff;
}
.project-item {
  display: block;
}
.project-item .name{
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
}

.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 {
  text-align: center;
}
.news-item .image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.news-item .info {
  position: relative;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background-color: #fff;
  z-index: 10;
  border-radius: 10px;
  transform: translateY(-50%);
  box-shadow: 0px 5px 10px #ccc;
  color: #aeaeae;
}

.news-item .info svg{
  fill: var(--color-main);
}

.news-item .time{
  width: 65px;
  height: 65px;
  border: 1px solid var(--color-main);
  text-align: center;
  font-size: 14px;
  padding-top: 15px;
  line-height: 20px;
}
.news-item .time span{
  display: block;
  font-size: 22px;
  font-weight: bold;
}

.news-item .author{
  font-size: 14px;
  color: #aaaaaa;
} 

.news-item .name a{
  position: relative;
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
}
.news-item .name a:hover{
  color: var(--color-main);
}
.news-item .desc{
  color: #616161;
}
.news-item .readmore a{
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background-color: var(--color-main);
  border-radius: 100%;
}

.news-item .readmore a:hover{
  background-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);
}


.wrap-video a {
  position: relative;
}
.wrap-video .play{
  position: absolute;
  width: 78px;
  height: 78px;
  cursor: pointer;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: url(../images/play.png) no-repeat;
  background-size: 100%;
}

.wrap-video a:hover .play{
  background: url(../images/play_hover.png) no-repeat;
  background-size: 100%;
}

/* 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: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.menu-bar-res {
  height: 40px;
  padding: 0px 10px;
  background: var(--color-main);
}

#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: #ec2d3f;
  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 #ec2d3f;
  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: #ec2d3f;
  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: #ec2d3f;
}

.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{
  text-transform: uppercase;
  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;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--color-main);
  border-radius: 30px;
  box-shadow: 1px 1px 0px #fff;
}
.slide-center a:hover{
  background-color: #BE1217;
}

.owl-tieuchi .owl-item{
  padding: 10px;
}

.slideshow {
  position: relative;
  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 {
  display: block;
  cursor: pointer;
}

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


.tieuchi-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  margin: 10px 0px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 2px 2px 10px #999;
  cursor: pointer;
}
.tieuchi-item .image {
  position: relative;
}
.tieuchi-item .image::before {
  content: '';
  position: absolute;
  width: 66px;
  height: 54px;
  top: -10px;
  left: 10px;
  background: url(../images/bg_tieuchi.png) no-repeat;
  z-index: 1;
}
.tieuchi-item .image img{
  position: relative;
  z-index: 2;
}
.tieuchi-item .info {
  position: relative;
  z-index: 2;
  width: calc(100% - 70px);
}

.tieuchi-item .name{
  color: var(--color-main);
  font-size: 18px;
  text-transform: uppercase;
}

.tieuchi-item .desc{
  margin-bottom: 0px;
  color: #868686;
  font-size: 15px;
  -webkit-line-clamp: 2;
}



.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;
  text-transform: uppercase;
  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 {
  cursor: pointer;
  margin-bottom: 1rem;
}

.video .video-image {
  position: relative;
  margin-bottom: 0.75rem;
}

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

.video .video-name {
  text-align: center;
  font-size: 16px;
  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-service {
  background: #f8f7f7 url(../images/bg_service.svg) no-repeat center center;
}
.wrap-service .wrap-content{
  position: relative;
}
.wrap-service .star {
  position: absolute;
  top: 0px;
  left: 5%;
  -webkit-animation: dance 1.5s alternate infinite;
  animation: dance 1.5s alternate infinite;
}

.wrap-service .triangle {
  position: absolute;
  z-index: 22;
  top: 10%;
  right: -85px;
  width: 78px;
  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;
}
.service-list-wrap {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}
.service-list {
  background: #fff;
  padding: 35px 30px 30px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 0 10px 0;
  transition: 0.5s;
  box-shadow: 0px 0px 5px #e5e5e5;
}
.service-list::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: url(../images/finace-service-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  transition: 0.5s;
}
.service-list:hover::before{
  width: 100%;
}
.service-list:hover .name,
.service-list:hover .desc {
  color: #fff;
}
.service-list:hover .number{
  background: #fff;
  color: #333;
}


.service-list .number{
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  background: var(--color-main);
  color: #fff;
  font-size: 16px;
  transition: 0.7s;
}
.service-list .name{
  font-size: 18px;
  line-height: 26px;
  color: #232323;
  font-weight: 500;
  width: 85%;
  margin: 27px 0 20px 0;
  transition: 0.5s;
  -webkit-line-clamp: 1;
}


.service-list .desc {
  color: #a1a1a1;
}

.service-list .readmore a {
  border-radius: 20px;
  background-color: #ffffff;
  border: 1px solid rgba(35, 35, 35, 0.1);
  padding: 9px 20px 9px 20px;
  font-size: 14px;
  color: #232323;
  font-weight: 400;
  text-align: center;
  text-transform: inherit;
  transition: 0.5s;
}

.wrap-device {
  padding: 120px 0px 80px 0px;
  background: url(../images/bg_device.svg) no-repeat top center;
  background-size: cover;
}

.wrap-procedure .col-28{
  width: 28%;
}

.wrap-procedure .col-44{
  width: 44%;
}

.procedure-list{
  position: relative;
  box-shadow: 0px 0px 30px 0px #00000014;
  border-radius: 10px;
  background: #fff;
  z-index: 1;
}
.procedure-list:hover {
  transition: color .3s ease;
  color: #fff;
}
.procedure-list::before{
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 0;
  transition: .5s;
  z-index: -1;
  background: #FF3C00;
  border-radius: 7px;
}
.procedure-list:hover::before{
  width: 100%;
}

.procedure-list-left{
  border-left: 3px solid var(--color-main);
  text-align: right;
  padding: 38px 65px 38px 10px;
}
.procedure-list-left::before{
  left: 0;
}

.procedure-list-right{
  border-right: 3px solid var(--color-main);
  text-align: left;
  padding: 38px 10px 38px 65px;
}

.procedure-list-right::before{
  right: 0;
}

.procedure-list-left:nth-child(1){
  margin: 0px -80px 0px 60px
}
.procedure-list-left:nth-child(2){
  margin: 30px -27px 30px 27px
}
.procedure-list-left:nth-child(3){
  margin: 0px -80px 0px 60px
}
.procedure-list-right:nth-child(1){
  margin: 0px 60px 0px -80px
}
.procedure-list-right:nth-child(2){
  margin: 30px 27px 30px -27px
}
.procedure-list-right:nth-child(3){
  margin: 0px 60px 0px -80px
}


.procedure-list .number{
  position: absolute;
  padding: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.procedure-list .number::before{
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-position: center;
  left: 0;
  top: 0;
}
.procedure-list .number span {
  position: relative;
  font-size: 40px;
  color: var(--color-main);
}
.procedure-list-left .number{
  right: -55px;
}
.procedure-list-right .number{
  left: -55px;
}
.procedure-list-right .number::before{
  background: url(../images/shape1.png) no-repeat;
}

.procedure-list-left .number::before{
  background: url(../images/shape2.png) no-repeat;
}

.wrap-khonggian {
  background: url(../images/bg_khonggian.svg) no-repeat center top;
  background-size: 100%;
}
.khonggian-item {
  position: relative;
  overflow: hidden;
}
.khonggian-item::before {
  position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    content: "";
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 5px;
}
.khonggian-item::after {
  position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(5, 9, 29, 0.99) 0%, rgba(5, 9, 29, 0) 64%, rgba(5, 9, 29, 0) 100%);
    content: "";
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 5px;
}
.khonggian-item .info{
  position: absolute;
  left: 0;
  bottom: -100%;
  right: 0;
  text-align: center;
  background: var(--color-main);
  margin: auto;
  padding: 20px 30px 14px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 1;
  width: 100%;
  opacity: 0;
  color: #fff;
}
.khonggian-item:hover::before{
	opacity:1;
}
.khonggian-item:hover .info{
  bottom: 0;
	opacity:1;
}


.wrap-khachhang {
  /* background: url(../images/bg_section.jpg) repeat; */
}
.wrap-khachhang .khachhang-item .image,
.wrap-khachhang .khachhang-item .image img{
  border-radius: 100%;
}
.wrap-khachhang .khachhang-item .image {
  border: 4px solid var(--color-main);
}
.wrap-khachhang .owl-item.active.center .khachhang-item .image{
  padding: 20px;
  border: 1px solid var(--color-main);
}

.wrap-khachhang .khachhang-item .info {
  text-align: center;
  width: 300%;
  margin-left: -100%;
  opacity: 0;
}
.wrap-khachhang .owl-item.active.center .info {
  opacity: 1;
}

.wrap-khachhang .khachhang-item .info .icon{
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0px auto;
  margin-top: -35px;
  background: url(../images/comment.png) no-repeat center center;
  background-size: cover;
}
.wrap-khachhang .khachhang-item .info h6 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: var(--color-main);
  font-weight: 400;
}

.wrap-khachhang .khachhang-item .info h5 {
  font-family: '1FTV Avilock';
  font-size: 26px;
}

.wrap-khachhang .khachhang-item .info p {
  font-size: 15px;
  -webkit-line-clamp: 4;
}

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

.wrap-album img{
  border-radius: 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: "TimeNewRoman", 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{
    margin-bottom: 15px;
}
.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;
}


/* 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);
}
.form-newsletter {
}

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

.newsletter-input input,
.newsletter-input textarea {
  height: 56px;
  border: 1px solid #fff;
}
.newsletter-input input::placeholder,
.newsletter-input textarea::placeholder {
  font-size: 16px;
}
.newsletter-input textarea {
  height: 80px;
  resize: none;
}

.newsletter-button input[type="submit"] {
  border: 0px;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 20px;
  background: var(--color-main);
  box-shadow: none !important;
  font-weight: 600;
}
.newsletter-button input[type="submit"]:hover {
  background: var(--color-submain);
}

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

/* 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;
}

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

.btn-frame i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1182fc;
  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: #1182fc;
  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;
}

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

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

/* 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(--background-static);
  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;
  background-color: #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.box-product::before{
  content: '';
  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: 3rem;
  border-radius: 10px;
  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;
}

.name-product {
  font-size: 17px;
  color: var(--color-black);
  text-align: center;
  margin-bottom: 10px;
}

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

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

.price-product {
  font-size: 18px;
  margin-bottom: 0px;
  color: #333;
  flex-wrap: wrap;
}

.price-product span {
}

.price-new {
  position: relative;
  color: var(--color-main);
  display: block;
  text-align: center;
}
.price-new::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
  background: url(../images/bg_product_price.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 1;
}
.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: 10px 30px;
  margin: 5px 10px;
  text-transform: uppercase;
  background: transparent;
  border: none;
  outline: none;
}
.choose_list button span{
  position: relative;
  z-index: 3;
  font-size: 20px;
}
.choose_list button::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 106%;
  top: 0px;
  left: 0px;
  z-index: 2;
  display: block;
  border: 2px solid #F9F871;
  transform: skew(-30deg);
}

.choose_list button::before{
  content:'';
  display: block;
  position: absolute;
  width: 96%;
  height: 105%;
  top: -5px;
  left: 15px;
  border: 2px solid var(--color-main);
  z-index: 1;
  transform: skew(-30deg);
  transition: all .3s ease-in-out;
}

.choose_list button:hover,
.choose_list button.choosed{
  color: #fff;
}
.choose_list button.choosed::before,
.choose_list button:hover::before{
  background-color: var(--color-main);
}
.choose_list_status {
  display: flex;
  align-items: center;
}
.choose_list_status button{
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 10px 30px;
  margin: 5px 10px;
  text-transform: uppercase;
  background: transparent;
  border: none;
  outline: none;
  font-family: "Goldman", sans-serif;
  font-size: 40px;
  color: var(--color-main);
}
.choose_list_status button span{
  position: relative;
  z-index: 3;
}
.choose_list_status button::before{
  content:'';
  display: block;
  position: absolute;
  width: 130%;
  height: 100%;
  top: -5px;
  left: 10px;
  z-index: 1;
  transform: skew(-30deg);
  transition: all .3s ease-in-out;
  background-color: transparent;
  border: 2px solid var(--color-main);
}
.choose_list_status button::after{
  content: '';
  position: absolute;
  width: 130%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 2;
  display: block;
  border: 2px solid #F9F871;
  transform: skew(-30deg);
  border: 2px solid var(--color-main);
}
.choose_list_status button:nth-child(2) {
  z-index: 10;
  margin-top: 25px;
  color: #fff;
}
.choose_list_status button:nth-child(2)::before{
  width: 100%;
  background-color: var(--color-main);
}
.choose_list_status button:nth-child(2)::after{
  display: none;
}


.btn_sp{}
.btn_sp a{
    color: #000;
    text-transform: uppercase;
    background: #e6e6e6;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
.btn_sp a:hover{
  color: #f00;
}
.d-title-choose-list{
  margin-bottom: 20px;
  border: 1px solid #ddd;
  padding: 5px;
}
.d-title-choose-cat{}
/* 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;
}
