header#header {
  position: relative;
  z-index: 100;
  min-height: 70px;
  background-color: #F7F8FA;
}
header#header.position-fixed {
  min-height: 110px;
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
}
header#header.position-fixed .menu-bar-res span{
  color: #fff;
}
header#header.position-fixed #hamburger:before,
header#header.position-fixed #hamburger:after,
header#header.position-fixed #hamburger span {
  background: var(--color-main);
}

.header-top {
  background-color: #f9f9f9;
}
.header-bottom {
  padding: 1rem 0;
}
.header-bottom.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  padding: .5rem 0;
}

.header-bottom.fixed .logo:first-child img{
  max-width: 80px;
}
.header-bottom.fixed .logo:last-child img{
  max-width: 120px;
}

header#header.position-fixed .header-bottom.fixed .menu-bar-res span{
  color: var(--color-main);
}
header#header.position-fixed .header-bottom.fixed #hamburger:before,
header#header.position-fixed .header-bottom.fixed #hamburger:after,
header#header.position-fixed .header-bottom.fixed #hamburger span {
  background: var(--color-main);
}

.header-bottom .hotline a {
  color: var(--color-main);
  font-size: 18px;
  font-weight: bold;
}
.header-bottom .hotline svg{
  fill: var(--color-main);
  animation: tada 1.2s infinite;
}
.header-bottom .lang a{
  color: #fff;
}
.header-bottom .lang a:hover{
  color: var(--color-main);
}

.header-bottom.fixed .lang a{
  color: #333;
}

.header-bottom.fixed .lang a:hover{
  color: var(--color-main);
}

.logo {
}

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

.wrap-about .title-main h2 {
  font-size: 47px;
}
.wrap-about .about-img{
  padding: 50px;
  background: url(../images/bg_about.jpg) no-repeat center center;
  background-size: 100%;
}

.wrap-banner .container {
  margin-top: -200px;
}
.wrap-banner .product-item .name a{
  font-size: 15px;
}
.wrap-banner .product-item.drgraft {
  border-radius: 7px;
  box-shadow: 0px 0px 5px #999;
  background-color: #fff;
  transform: scale(1.1);
}
.wrap-banner .product-item.drgraft .detail{
  opacity: 1;
}
.wrap-banner .container .owl-carousel {
  position: relative;
  border-bottom: 3px solid #cbcbcb;
}
.wrap-banner .container .owl-carousel::after{
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  left: 25%;
  width: 25%;
  height: 3px;
  background-color: var(--color-main);
}

.wrap-product-hot {
  background-color: #fff;
}

.wrap-product-hot .btn-main{
  border-radius: 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-cotmoc {
  color: #fff;
}
.cotmoc-item-second{
  margin-top: 113px;
}
.cotmoc-item {
  position: relative;
  padding: 20px 50px;
  text-align: center;
  border-radius: 10px;
  z-index: 2;
}

.cotmoc-item .name{
  min-height: 67px;
}

.cotmoc-item .month {
  margin-bottom: 25px;
}

.cotmoc-item .month:after{
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  margin: 5px auto;
  background-color: #fff;
}
.cotmoc-item .dot {
  position: relative;
  z-index: 2;
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--color-main);
  border-radius: 20px;
  margin: 20px auto;
}
.cotmoc-item:hover{
  background-color: var(--color-main);
}
.cotmoc-item:hover .dot {
  background-color: #fff;
}
.wrap-cotmoc .url {
  display: block;
  font-size: 20px;
  color: #fff;
  padding: 10px 30px;
  border-bottom: 2px solid transparent;
}
.wrap-cotmoc .url:hover{
  color: var(--color-main);
  border-color: var(--color-main);
}

.wrap-cotmoc .owl-item{
  position: relative;
}
.wrap-cotmoc .owl-item::before{
  content: '';
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  z-index: 1;
}
.wrap-cotmoc .control-owl {
  position: relative;
  top: auto;
  left: auto;
  width: 250px;
}
.wrap-cotmoc .control-owl button{
  position: relative;
  left: auto;
  right: auto;
  background: transparent;
  opacity: 1;
}
.wrap-cotmoc .control-owl button svg{
  stroke: #fff;
}
.wrap-cotmoc .control-owl button:hover svg{
  stroke: var(--color-main);
}

.wrap-cotmoc .control-owl::after{
  content: '';
  display: block;
  width: calc(100% - 90px);
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 45px;
}
.wrap-cotmoc .urlhash .url.active {
  color: var(--color-main);
  border-color: var(--color-main);
}

.wrap-trainghiem .title-main h2{
  font-size: 40px;
}

.cotloi-item h3{
  font-size: 20px;
}

.wrap-hoatdong img{
  border-radius: 20px;
}

#tabsProDetail {
  position: sticky;
  top: 70px;
  z-index: 10;
  background-color: #fff;
}

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

.wrap-news {
}
.wrap-news a.position-relative::after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 40%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
}
.wrap-news a.position-relative .name {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
  padding: 2rem;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
.wrap-news a.position-relative .name .author{
  font-size: 15px;
  text-transform: capitalize;
  line-height: 1;
}

.news-item {
  position: relative;
}
.news-item .image{
}
.wrap-news .news-item .info {
  width: calc(100% - 215px);
}
.news-item .time{
  margin-bottom: 8px;
  font-size: .875rem;
  color: #616161;
}
.news-item .name{
  position: relative;
  font-size: 18px;
  color: #333;
}
.news-item:hover .name{
  color: var(--color-main)
}
.news-item .desc{
  color: #616161;
}
.news-item .readmore a{
  font-size: 14px;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}
.news-item .readmore a:hover{
  letter-spacing: 2px;
}
.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);
}
.first-news-item .news-item {
  display: flex;
  align-items: center;
}
.first-news-item .news-item .image{
  margin-bottom: 0px;
}
.first-news-item .news-item .name{
  font-size: 22px;
}

.wrap-chamsoc .product-item .desc {
  position: absolute;
  top: 5px;
  right: 5px;
}

.wrap-video .image {
  border-radius: 20px;
  overflow: hidden;
}
.wrap-video .btn-play{
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.wrap-video .btn-play svg{
  color: #fff;
}

/* 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-top: 30px;
  padding-bottom: 10px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.product-item .image{
  margin-bottom: 30px;
}
.product-item .name {
  font-weight: 400;
  -webkit-line-clamp: 2;
}
.product-item .name a{
  display: block;
  padding: 0px 10px;
  font-size: 16px;
}
.product-item .price{
  margin-bottom: 10px;
}
.product-item .detail{
  margin-bottom: 0px;
  opacity: 0;
  transition: opacity .5 ease-in-out;
}
.product-item .detail a{
  color: #686868;
  text-transform: uppercase;
  font-size: 12px;
}

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


/* 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 */
.slideshow {
  position: relative;
}

.slideshow-item {
  display: block;
  cursor: pointer;
}

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

.control-slideshow {
  opacity: 0;
}

/* Slide Video */
.slide-video {
  position: relative;
  width: 100%;
  height: 100vh;
  text-align: center;
  overflow: hidden;
}
.slide-video video{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
}

.slide-content {
  position: absolute;
  bottom: 5%;
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
  text-shadow: 0px 0px 3px #333;
}


.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_khachhang.jpg) no-repeat center top;
  background-size: cover;
}



.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 {
  text-align: center;
}

.left-pro-detail .MagicZoom {
  background-color: #ffffff;
}

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

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

.control-pro-detail button {
  background-color: transparent;
  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-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{
  text-transform: capitalize;
  font-size: 18px;
  display: block;
  font-weight: 600;
}

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

.cart-pro-detail a {
  display: inline-block;
  padding: 14px;
  text-align: center;
  text-transform: capitalize;
  cursor: pointer;
  border-radius: 50px;
  width: calc(100% / 2 - 5px);
}

.cart-pro-detail a.addnow {
  background-color: #ccc;
}

.cart-pro-detail a.addnow:hover {
  background-color: #999;
}

.cart-pro-detail a.buynow {
}

.cart-pro-detail a.buynow:hover {
}

.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: 0px;
  border-bottom: 2px solid transparent;
  font-size: 16px;
  color: #333;
  text-transform: capitalize;
  font-weight: 500;
  padding: 15px 30px;
}

.tabs-pro-detail .nav-tabs .nav-link.active,
.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
  border-bottom: 2px solid var(--color-main);
}

/* 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%;
}
.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(--background-static);
}
.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); font-size: 14px;}
.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 {
  height: 55px;
  display: flex;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}

.newsletter-input {
  position: relative;
  height: 100%;
  width: calc(100% - 80px);
}

.newsletter-input input {
  border-radius: 0px;
  border: 0px;
  height: 100%;
  width: 100%;
  box-shadow: none !important;
}

.newsletter-button {
  width: 80px;
}

.newsletter-button input[type="submit"] {
  border: 0px;
  color: #fff;
  text-transform: uppercase;
  height: 100%;
  border-radius: 5px;
  background: var(--color-main);
  width: 100%;
  box-shadow: none !important;
}



/* 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;
  margin-bottom: 20px;
}

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

.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: 14px;
  color: var(--color-black);
  margin-bottom: 10px;
}

.name-product:hover {
}

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

.price-product {
  margin-bottom: 10px;
}

.price-product span {

}

.price-new {
  font-size: 16px;
  color: var(--color-main);
  font-weight: 600;
}

.price-old {
  padding-left: 10px;
  color: var(--color-gray);
  text-decoration: line-through;
}

.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;
}
.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 span{
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 0 10px;
}
.choose_list span:last-child:after{
  display: none;
}
.choose_list span:after{
  content:'';
  width: 1px;
  height: 10px;
  background: #ddd;
  position: absolute;
  right: 0;
  top: 6px;
}
.choose_list span.choosed{
  color:#f00;
}
.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;
}

.countdown {
  display: flex;
  align-items: baseline;
  text-align: center;
  font-size: 4rem;
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  background: rgb(255,233,170);
  background: linear-gradient(135deg, rgba(255,233,170,1) 0%, rgba(255,166,118,1) 100%);
}

.countdown > span:not(.space) {
  position: relative;
  display: inline-block;
  min-width: 100px;
  margin: 10px;
  padding: 10px;
  font-weight: bold;
  text-shadow: 0px 0px 50px #333333;
}
.countdown span.text {
  display: block;
  font-size: 17px;
}

.category-item {
  width: 100px;
  margin: auto;
}
.category-img img{
  max-width: 100px;
}

@media (min-width: 1300px) {
  .wrap-content {
    max-width: 1280px;
  }
}


@media (max-width: 1024px) {
	.contact-input{
		margin-bottom: 15px;
	}
  .flex-cus,
  .row-video, .row-20 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .mg-cus,
  .mg-video, .col-20 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .content-text img {
    height: auto !important;
  }

  .padding-top-bottom {
    padding: 2rem 0;
  }

  .pad-top {
    padding-top: 2rem;
  }

  .pad-bottom {
    padding-bottom: 2rem;
  }

  .mg-top {
    margin-top: 2rem;
  }

  .mg-bottom {
    margin-bottom: 2rem;
  }

  .title-detail-main {
    font-size: 20px;
  }

  .cart-fixed {
    bottom: 220px;
  }

  .btn-frame {
    display: none;
  }

  .cart-pro-detail {
    width: 100%;
    margin-top: 10px;
  }

  .pad-bottom {
    padding-bottom: 2rem !important;
  }

  .pad-top {
    padding-top: 2rem !important;
  }

  .padding-top-bottom {
    padding: 2rem 0 !important;
  }

  .menu {
    display: none;
  }

  .menu-res {
    display: flex;
    justify-content: center;
  }

  .product-tool {
    opacity: 1;
    visibility: visible;
    position: initial;
  }

  .product-tool a span {
    display: none;
  }
}

@media (max-width: 992px) {

	.othernews{
		position: initial;
	}
  .footer-title:after {
    width: 100%;
  }

  #fanpage-facebook {
    width: 300px;
    overflow: hidden;
    margin: auto;
  }
  
  .time-news {
    display: none;
  }

  .copyright,
  .statistic {
    width: 100%;
    text-align: center;
  }

  .footer-ul li {
    width: calc(100% / 2 - 5px);
  }

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

@media (max-width: 768px) {
  .item-video1 img {
    height: 250px;
  }

  .right-intro {
    width: 100%;
  }

  .left-intro {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .left-pro-detail,
  .right-pro-detail {
    width: 100%;
    margin: 0px;
  }

  .left-pro-detail,
  .top-contact .article-contact {
    margin-bottom: 30px;
  }

  .pic-news {
  width: 40%;
  }
	.info-news{
		width: 60%;
		padding-left: 10px;
	}
	.name-news{
		font-size: 15px;
	}
	.desc-news.text-split{
		-webkit-line-clamp:2;
	}

}

@media (max-width: 576px) {
	.toast-cus{
		left: 5px;
		width: calc(100% - 10px);
	}
  .box-readmore {
    width: calc(100% - 5px);
  }
  .newshome-scroll {
    width: 100%;
  }

  .newshome-intro {
    width: 100%;
    margin-bottom: 20px;
  }

  .top-contact .form-contact .button-contact .file-contact span b {
    max-width: 105px;
  }

  .cart-pro-detail {
    flex-wrap: wrap;
  }

  .cart-pro-detail a {
    width: 100%;
    text-align: center;
    margin: 0px !important;
  }

  .cart-pro-detail a:first-child {
    margin-bottom: 5px !important;
  }
}
