/* Thêm vào CSS của bạn */
.fancybox-tiktok-layout{
  width: auto !important;
  padding: 0;
  background: transparent;
}
div#header {
  position: relative;
  z-index: 10;
}
div#header.fixed{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header-top {
  color: #fff;
  background-color: var(--color-main);
}
.header-top a{
  display: flex;
  align-items: center;
  padding: 10px 0px;
  color: #fff;
}
.header-top a svg{
  margin-right: 10px;
}

.header-top a:hover{
  color: var(--color-hover)
}
.header-top marquee{
  padding-top: 4px;
}

.header-bottom {
  position: relative;
}

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

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

.header-bottom.fixed .logo{
  width: 70px;
}
.header-bottom .hotline .icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #e2e2e2;
  border-radius: 100%;
}

.header-bottom .hotline a{
  display: block;
  font-weight: bold;
  color: #333;
}
.header-bottom .hotline a:hover{
  color: #ff0000;
}

.wrap-link {
  background: #F5F6FB;
}

.wrap-taisao {
  position: relative;
}
.taisao-item {
  padding: 20px;
  background: var(--linear-1);
  color: #fff;
  border-radius: 16px;
}
.taisao-item .icon{
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--linear-2);
  border-radius: 100%;
  margin-bottom: 20px;
}
.taisao-item .icon img{
  width: 27px;
  height: 27px;
}
.taisao-item .name{
  font-size: 18px;
  font-weight: bold;
}
.taisao-item .desc{
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.wrap-vanhoa {
  position: relative;
  background: linear-gradient(180deg, #0080D3 0%, #0074BF 100%);;
}
.wrap-vanhoa .title-main {
  display: flex;
  align-items: center;
}
.wrap-vanhoa .title-main::before{
  content: '';
  display: block;
  width: 3px;
  height: 35px;
  margin-right: 20px;
  background: var(--linear-2);
}
.wrap-vanhoa .row.row-vanhoa {
  flex-wrap: nowrap;
}
.wrap-vanhoa .row.row-vanhoa .col-lg-6{
  margin-left: -8.333333%;
  margin-top: 12%;
}
.slider-vanhoa {
  position: relative;
  z-index: 2;
}
.slider-vanhoa .slick-prev {
  left: auto;
  right: 50px;
}
.slider-vanhoa .slick-next {
  right: 0px;
}

.slider-vanhoa .slick-prev,
.slider-vanhoa .slick-next {
  top: auto;
  bottom: 0px;
  transform: translate(0);
}

.vanhoa-arrow {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.vanhoa-btn {
  padding: 15px 20px;
  background-color: #fff;
  opacity: .7;
  cursor: pointer;
}
.vanhoa-btn:hover {
  opacity: 1;
}
.vanhoa-btn.vanhoa-next{
  color: #fff;
  background: var(--color-main);
}

.slider-vanhoa-thumb a{
  padding: 20px 20px 20px 18%;
  background: #fff;
}
.slider-vanhoa-thumb h3{
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.slider-vanhoa-thumb p{
  color: #454545;
}

.wrap-chungnhan .desc {
  font-size: 18px;
}

.wrap-product-list{
  position: relative;
  background: var(--linear-1);
}
.wrap-product-list .title-main {
  margin-top: -60px;
  margin-bottom: 60px;
}

.product-list-item {
  position: relative;
  border-radius: 20px;
  background-color: #fff;
  padding: 40px;
  color: #333;
  max-width: 410px;
  margin: 0px auto;
}
.product-list-item .desc{
  color: #333;
}
.product-list-item .icon{
  position: absolute;
  width: 175px;
  height: 175px;
  border-radius: 100%;
  overflow: hidden;
  border: 12px solid #fff;
  right: -4%;
  top: -5%;
}
.product-list-item .name{
  display: inline-block;
  padding: 12px 20px;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--color-main);
  border-radius: 5px;
  font-weight: bold;
  background-color: rgba(17, 61, 151, 0.1);
}
.view-pdf {
  color: gray;
  text-decoration: underline;
}
.view-pdf:hover{
  color: var(--color-main);
}

.wrap-feedback {
  position: relative;
  background: var(--linear-1);
}


.wrap-brand h5{
  font-size: 21px;
  font-weight: 700;
  color: var(--color-main);
}
.wrap-brand .inner {
  padding: 20px;
  border: 1px solid #e4e4e4;
  background-color: #f6f6f6;
  border-radius: 5px;
  overflow: hidden;
}

.wrap-doitac {
  background-color: #f5f5f5;
}
.wrap-doitac .owl-item{
  padding: 10px 0px;
}
.doitac-item {
  display: flex;
  align-items: center;
  min-height: 128px;
  padding: 15px;
  background-color: #fff;
  border-radius: 50px 0px 50px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.wrap-about {
  position: relative;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 37%;
}
.wrap-about .counter-kinhnghiem{
  padding: 80px 40px;
  border: 1px solid var(--color-main);
  text-align: center;
  width: 270px;
  color: #454545;
}
.wrap-about .counter-kinhnghiem .counter{
  font-family: 'Roboto', sans-serif;
  font-size: 169px;
  line-height: 169px;
  font-weight: 400;
  color: var(--color-main);
  letter-spacing: -10px;
}

.wrap-about .counter-kinhnghiem h2{
  font-size: 62px;
  line-height: 60px;
  font-weight: 100;
  color: #9c9c9c;
  margin-bottom: 0px;
}
.wrap-about .counter-kinhnghiem p{
  font-size: 20px;
  font-weight: 600;
  color: #9c9c9c;
  text-transform: uppercase;
}

.wrap-about .about-info {
  position: relative;
  width: calc(100% - 70px);
}

.wrap-about .name {
  display: flex;
  align-items: end;
  text-transform: uppercase;
  font-size: 38px;
  color: var(--color-main);
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 30px;
}
.wrap-about .name::after{
  content: '';
  display: block;
  width: 110px;
  height: 2px;
  margin-left: 30px;
  background-color: var(--color-main);
}
.wrap-about .desc {
  font-size: 22px;
  font-weight: 300;
  color: #454545;
  padding-bottom: 90px;
}

.wrap-about .about-counter {
  position: absolute;
  left: 0;
  bottom: 0;
}
.wrap-about .about-counter .counter-item {
}
.wrap-about .about-counter sup{
}

.wrap-about .about-counter .counter,
.wrap-about .about-counter sup{
  font-weight: bold;
  font-size: 36px;
}

.wrap-about .about-counter .counter {
  line-height: 55px;
}

.wrap-about .about-counter p {
  text-transform: uppercase;
  font-size: 14px;
  color: #999;
}

.wrap-cotloi {
  position: relative;
  color: #fff;
  background: url(../images/bg_cotloi.jpg) no-repeat;
  background-size: 100% 100%;
}
.wrap-cotloi .title{
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: var(--linear-2);
  background-clip: text;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 36px;
}

.wrap-cotloi .title-main h2{
  font-weight: 700;
  text-transform: capitalize;
  font-size: 89px;
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}

.wrap-cotloi .title-main h2 span{
  text-shadow: none;
}

.cotloi-item {
  position: relative;
  min-height: 180px;
  background: rgba(234, 230, 230, 0.1);
  flex-direction: column;
  overflow: hidden;
}
.cotloi-item .image {
  margin-bottom: 15px;
}
.cotloi-item .image img{
  width: 50px;
  height: 50px;
}
.cotloi-item h3.name{
  text-align: center;
  font-size: 18px;
  color: #fff;
  min-height: 43px;
  font-weight: 400;
}
.cotloi-item h4.name{
  font-size: 16px;
}
.cotloi-item .info{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
  color: var(--color-main);
  background: var(--linear-2);
  transition: all .5s ease-in-out;
  transform: translateY(-150%);
}
.cotloi-item:hover .info{
  transform: translateY(0%);
}

.wrap-history {
  position: relative;
  background-color: #F5F6FB;
}
.history-item {
  position: relative;
}
.history-item .info {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  max-width: 450px;
}
.history-item .name {
  font-size: 36px;
  font-weight: 600;
}
.history-item .image{
  position: relative;
}
.history-item .image::after{
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #F5F6FB;
  clip-path: polygon(0 69%, 0 0, 100% 0%);
}

.history-item .info-2 {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 10;
  padding: 20px;
  max-width: 450px;
  color: #e5e5e5;
  background-color: rgba(0, 128, 211, 0.6);
}
.history-item .info-2::before{
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 1px solid rgba(0, 128, 211, 0.6);
}
.history-item .info-2 .name{
  display: flex;
  align-items: end;
  font-size: 24px;
  line-height: 1;
  color: #fff;
}
.history-item .info-2 .name::after{
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  margin-left: 10px;
  background-color: #e5e5e5;
}

.year-item {
  padding: 40px 0px;
  cursor: pointer;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.year-item span {
  display: block;
  width: 26px;
  height: 26px;
  background: #D9D9D9;
  border: 2px solid #fff;
  border-radius: 100%;
  margin: 0px auto;
}
.year-item.slick-current{
  transform: scale(1.6) translateY(-5px);
  color: var(--color-main);
}
.year-item.slick-current span {
  background: var(--color-main);
}

.slider-nav {
  position: absolute;
  width: 100%;
  transform: rotate(-19deg);
  top: 22.5%;
  left: 0px;
  z-index: 11;
}

.wrap-banlanhdao {

}

.banlanhdao-item .info{
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 38%;
  padding: 50px;
  padding-right: 150px;
  background: var(--color-main);
  color: #fff;
}

.banlanhdao-item .position{
  font-size: 16px;
  font-weight: 400;
}
.banlanhdao-item .name{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 20px;
}
.banlanhdao-item .content{
  width: 57%;
  padding: 50px;
  padding-left: 150px;
  background: #EFF1FA;
}
.banlanhdao-item .content .seguisb{
  font-weight: 600;
}


.banlanhdao-item .content .scroll{
  height: 300px;
  overflow: auto;
}

.banlanhdao-item .image{
  position: absolute;
  right: -120px;
  bottom: 0px;
  max-width: 240px;
}

.banlanhdao-sly,
.nhanvien-sly {
  width: 100%;
  height: 340px;
}

.slidee {
  margin: 0px -15px;
}
.slidee::after{
  content: '';
  display: block;
  clear: both;
}
.nhanvien-item {
  float: left;
  width: 230px;
  padding: 0px 15px;
}
.nhanvien-item .image {
  background-color: #EFF1FA;
}
.scrollbar { position: relative; width: 100%; height: 2px; background-color: #EFF1FA; }
.scrollbar .handle {
  cursor: pointer;
  position: absolute;
  top: -1px;
	width: 388px; /* overriden if dynamicHandle: 1 */
	height: 4px;
	background: var(--color-main);
}
.wrap-banlanhdao .owl-carousel .image{
  background: #EFF1FA;
}


.wrap-product-hot {
  background-color: #fff;
}
.control-product-hot button{
  opacity: 1;
}
.control-product-hot button:hover{
  opacity: .8;
}
.control-product-hot button.owl-prev {
  left: -55px;
}
.control-product-hot button.owl-next {
  right: -55px;
}

.wrap-banner .owl-carousel {
  border-radius: 15px;
  overflow: hidden;
}


.wrap-tieuchi {
}

.tieuchi-item {
  padding: 0px;
  cursor: pointer;
}
.tieuchi-item .image {
  position: relative;
  width: 40px;
  margin-right: 5px;
  vertical-align: -.3rem;
}
.tieuchi-item .image img{
  position: relative;
  z-index: 2;
}
.tieuchi-item .info {
  position: relative;
  z-index: 2;
}

.tieuchi-item .name{
  font-weight: bold;
  color: var(--color-main);
  font-size: 16px;
  margin-bottom: 0px;
}

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

.border-15 {
  border-radius: 15px;
}

.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;
  background-size: 100% 100%;
  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: 34%;
  height: 23%;
  background: url(../images/bg_tiktok_icon.png) no-repeat;
  background-size: 100% 100%;
}
.wrap-tiktok .tiktok-container .tiktok-button:hover {
  color: #f00;
}

.wrap-tiktok .tiktok-container .tiktok-button .btn-frame{
  position: absolute;
  top: 40%;
  left: 44%;
  color: #fff;
}
.wrap-tiktok .tiktok-container .tiktok-button .btn-frame i,
.wrap-tiktok .tiktok-container .tiktok-button .btn-frame .kenit-alo-circle {
  background-color: #12A7E7;
}

.wrap-newsletter .quangcao-item{
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

#frm-newsletter {
  border-radius: 20px;
  padding: 40px 10px 20px;
  background: url(../images/bg_newsletter.jpg) no-repeat center center;
}
#frm-newsletter .title-main {
  margin-bottom: 0px;
}
#frm-newsletter .title-main h2{
  color: #fff;
  font-size: 34px;
}
#frm-newsletter .title-submain{
  font-weight: 300;
  color: #fff;
}

.frm-content {
  padding: 20px;
  border-radius: 10px;
}


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

.newsletter-input input,
.newsletter-input textarea {
  border-color: rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  height: 56px;
  background-color: rgba(255, 255, 255, 0.26);
}
.newsletter-input input::placeholder,
.newsletter-input textarea::placeholder {
  color: #ccc;
  font-size: 13px;
}
.newsletter-input textarea {
  resize: none;
}
.newsletter-input svg {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
}
.newsletter-button input[type="submit"] {
  display: block;
  margin: 0px auto;
  border: 0px;
  border-radius: 50px;
  color: var(--color-main);
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 40px;
  background: #fff;
}
.newsletter-button input[type="submit"]:hover {
  color: #fff;
  background: var(--color-main);
}

#frm-advisory .newsletter-input input{
  border-color: #F2F2F2;
  height: 44px;
  border-radius: 8px;
  background-color: #F2F2F2;
}
#frm-advisory .newsletter-input input::placeholder {
  font-size: 14px;
}
#frm-advisory .newsletter-button input[type="submit"] {
  text-transform: capitalize;
  font-weight: 400;
  border-radius: 8px;
  margin: 0px;
  color: #fff;
  background: var(--color-main);
}


.wrap-news {
}

.news-item {
  padding: 10px;
  text-align: center;
  border: 1px solid var(--color-main);
  transition: all .5s cubic-bezier(.25,.8,.25,1);
}

.news-item .image {
  position: relative;
  overflow: hidden;
}

.news-item .info {
  position: relative;
  width: 90%;
  margin: -55px auto 20px;
  padding: 0px;
  z-index: 10;
  color: #aeaeae;
}

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

.news-item .time{
  margin: 0px auto;
  width: 65px;
  height: 82px;
  border-bottom: 1px solid var(--color-main);
  text-align: center;
  color: #222;
  font-size: 16px;
  padding-top: 25px;
  margin-bottom: 15px;
  line-height: 20px;
  background: url(../images/bg_time.png) no-repeat top center;
  background-size: cover;
}
.news-item .time span:first-child{
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #222;
}

.news-item .time span:last-child{
  display: block;
}

.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 {
  margin-bottom: 0px;
}
.news-item .readmore a{
  border-radius: 5px;
  padding: 12px 25px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  background-color: var(--color-main);
}

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

.news-item.serivce{
  border-radius: 10px;
  background-color: #fff;
}
.news-item.serivce .image{
  border-radius: 10px;
}

.news-hot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.news-hot .image{
  width: 40%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0px;
}
.news-hot .info{
  padding: 10px 0px;
  width: calc(100% - 45%);
}
.news-hot .name{
  font-weight: 600;
  font-size: 17px;
}
.news-hot .time{
  font-size: 14px;
  color: #aaaaaa;
  margin-bottom: 5px;
}
.news-hot .desc{
  color: #585858;
  -webkit-line-clamp: 4;
}
.news-hot .readmore .btn{
  padding: 10px 20px;
}
.slider-news .news-hot {
  flex-direction: column;
}
.slider-news .news-hot .image{
  width: 100%;
  margin-bottom: 20px;
}
.slider-news .news-hot .info{
  width: 100%;
}
.slider-news .news-hot .name{
  font-size: 18px;
}

.slider-news-thumbs {
}
.slider-news-thumbs .slick-slide.slick-current.slick-active .news-hot{
  background: #e1e1e1;
}
.slider-news-thumbs .name {
  font-size: 15px;
}


.wrap-video {
  position: relative;
}
.wrap-video a {
  position: relative;
}
.wrap-video a:not(.btn-main)::before{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000 100%);
}

.wrap-video .btn-frame{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 11;
}
.wrap-video .btn-frame i{
  color: var(--color-main);
  background: #fff;
}

.wrap-video .btn-frame .kenit-alo-circle {
  border-color: #fff;
}
.wrap-video .btn-frame .kenit-alo-circle-fill {
  background: rgba(255, 255, 255, 0.4);
}
.slider-video a::before {
  display: none !important;
}
.slider-video .name {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  font-size: 26px;
  color: #fff;
}
.slider-video .btn-frame{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.slider-video .btn-frame i{
  color: var(--color-main);
  background: #fff;
}

.slider-video .btn-frame .kenit-alo-circle {
  border-color: #fff;
}
.slider-video .btn-frame .kenit-alo-circle-fill {
  background: rgba(255, 255, 255, 0.4);
}
.slider-video-thumbs {
  margin: 0px -0.5rem;
}
.slider-video .slide {
  overflow: hidden;
  border-radius: 10px;
}
.slider-video-thumbs {
  margin: 0px -12.5px;
}
.slider-video-thumbs .slide {
  padding: 0px 12.5px;
}
.slider-video-thumbs .slide a{
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px;
}
.slider-video-thumbs .name{
  position: absolute;
  font-size: 14px;
  bottom: 0px;
  left: 0px;
  margin: 10px;
  color: #fff;
}


.wrap-khachhang {
  position: relative;
  background: var(--linear-1);
}
.khachhang-item {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}
.wrap-khachhang .control-khachhang {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-top: 30px;
  position: relative;
}
.wrap-khachhang .control-khachhang button{
  position: relative;
  left: auto;
  right: auto;
  background: #fff;
}
.wrap-khachhang .control-khachhang button svg{
  stroke: #333;
}

/* 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 {
  height: 38px;
  padding: 0px 7px;
  border-radius: 4px;
  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;
  background-color: var(--color-main);
  border-radius: 100%;
}

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

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

.slideshow {
  position: relative;
  width: 100%;
}
.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-item .info{
  position: absolute;
  top: 20%;
  left: 5%;
  color: #fff;
  max-width: 510px;
}
.slideshow-item .info h4{
  font-size: 46px;
  font-family: 'Rockyeah Brush';
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: var(--linear-2);
  background-clip: text;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.slideshow-item .info h2{
  font-size: 52px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.slideshow-item .info p{
  font-size: 18px;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

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

.control-slideshow {
  opacity: 0;
}


.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-list {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.service-list .name{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  min-height: 65px;
  padding: 10px 20px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000 100%);
  transition: all .5s ease-in-out;
}
.service-list .info{
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  transition: all .5s ease-in-out;
  transform: translateY(-150%);
}
.service-list:hover .info{
  transform: translateY(0%);
}
.service-list:hover .name {
  transform: translateY(150%);
}

.service-list .info h3{
  font-size: 18px;
  text-transform: uppercase;
}
.service-list .info .desc {
  font-size: 14px;
}
.service-list .info button {
  padding: 8px 16px;
  color: #fff;
  background-color: var(--color-submain);
  font-size: 15px;
}
.service-list .info button span{
  display: inline-block;
  padding-top: 3px;
}
.service-list .info button:hover {
  background-color: var(--color-main);
  color: #fff;
}

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


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

.baithuoc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  width: 160px;
}
.baithuoc-item img{
  width: 63px;
}

.news-cat .image{
  width: 140px;
}

.news-cat .info{
  width: calc(100% - 160px);
}
.news-cat .name{
  font-size: 28px;
}

/* 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-name {
  text-align: center;
  font-size: 16px;
  color: #212529;
  margin-bottom: 0px;
}
.video .btn-frame{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.video .btn-frame i{
  color: var(--color-main);
  background: #fff;
}

.video .btn-frame .kenit-alo-circle {
  border-color: #fff;
}
.video .btn-frame .kenit-alo-circle-fill {
  background: rgba(255, 255, 255, 0.4);
}

/* 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-album {
}

.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-size: 25px;
  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 {
  display: flex;
  padding: 10px 0px;
  margin-bottom: 0px;
}

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

.attr-content-pro-detail {
  width: calc(100% - 170px);
  margin-bottom: 0px;
}

.attr-content-pro-detail a{
  color: var(--color-main);
}
.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: 25px;
    color: var(--color-main);
}
.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;
}

.detail-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.product-detail .sidebar ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.product-detail .sidebar ul li {
  border-bottom: 1px solid #e4e8ed;
}
.product-detail .sidebar ul li a{
  display: block;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
}
.product-detail .sidebar ul li.active,
.product-detail .sidebar ul li:last-child{
  border-bottom: none;
}
.product-detail .sidebar ul li.active a,
.product-detail .sidebar ul li a:hover{
  color: #000;
  background-color: #EEF0F7;
}

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


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

/* 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;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  overflow: hidden;
  max-width: 310px;
}

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

.pic-product {
  background: #ffffff;
  position: relative;
  margin-bottom: 1.5rem;
  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 .attr-product {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  padding-right: 20px;
}

.box-product:hover .attr-product {
  opacity: 1;
  visibility: visible;
}
.box-product .attr-product li{
  padding: 5px 0px;
}

.name-product {
  min-height: 40px;
  font-size: 18px;
  color: var(--color-black);
  text-align: center;
  margin-bottom: .5rem;
  -webkit-line-clamp: 2;
}

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

.price-product {
  position: relative;
  font-size: 16px;
  margin-bottom: 0px;
  color: #333;
}

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