.backgroundWrp {
  max-height: 100%;
}
.backgroundWrp .imgWrp {
  width: 100%;
  animation: 24s linear 0s infinite normal both running brPiyi;
  min-width: 120%;
  margin-right: 40px;
}
@keyframes brPiyi {
  0% {
    transform:translateX(0)
  }
  100% {
    transform:translateX(-100%)
  }
}
@keyframes brPiyiDown {
  0% {
    transform:translateX(-100%)
  }
  100% {
    transform:translateX(0)
  }
}
/**/
.home-video .video-wrap video{
  border-radius: 20px;
  overflow: hidden;
}
.home-video .video-wrap img{
  width: 100%;
  display: block;
}
.visit_us-head {
  position: relative;
}
.visit_us-head h2 {
  position: absolute;
  bottom: -27px;
  right: 10%;
  font-size: 150px;
  text-transform: uppercase;
  font-family: 'Nasalization';
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.visit_us-head img {
  width: 100%;
  display: block;
}
.visit_us-head {
  position: relative;
  margin-bottom: 100px;
}
.visit_us-contact {
  display: flex;
  padding: 0 10% 50px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.visit_us-contact-title {
  width: 100%;
  text-transform: uppercase;
}
.visit_us-contact-title h3 {
  font-family: 'Nasalization';
  font-weight: 700;
  margin-block: 30px;
  font-size: 45px;
}
.visit_us-box h3 {
  display: none;
}
.visit_us-contact label {
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'Nasalization';
  font-weight: 700;
  margin-bottom: 18px;
}
.visit_us-content p {
  padding-left: 30px;
  color: #5B5B5B;
  font-weight: 700;
  margin-bottom: 30px;
}
.visit_us-content a {
  font-weight: 500;
  color: #000000;
}
.fixed-mxh {
  position: fixed;
  top: 35%;
  left: 0;
  background-color: #000000d4;
  border-radius: 0 20px 20px 0;
  padding: 20px 15px 20px 12px;
}
.fixed-mxh a {
  position: relative;
  display: inline-block;
  width: 20px;
  margin: 8px 0;
}
.fixed-mxh a img{
  transition: .3s all;
}
.fixed-mxh a img.icon-noti {
  position: absolute;
  right: -7px;
  top: -4px;
  width: 13px;
}
.fixed-mxh a:hover img:not(.icon-noti){
  transform: scale(1.1);
  filter: brightness(1000%) saturate(0%);
}
.item-work {
  padding: 10px;
}
.item_work_img {
  border-radius: 40px;
  overflow: hidden;
}
.item_work_img img {
  height: calc(100vh - 250px);
  object-fit: cover;
  border-radius: 40px;
}
.page-template-page-work .item_work_img img {
/*  height: calc(100vh - 200px);*/
}
.item_work_content h4 {
  font-size: 22px;
  font-weight: 800;
  display: inline-block;
  min-width: 30%;
  margin-right: 20px;
}
.work-cat {
  color: #9E9E9E;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
}
.work-cat a{
  color: #9E9E9E;
}
.item_work_content {
  margin: 15px 0 0;
  padding-bottom: 10px;
}
.slick-list{
/*  padding: 0 !important;*/
}
.slick-arrow{
  position: absolute;
  top: 50%;
}
.slick-prev.slick-arrow {
  display: none;
}
/**/
.single-work-banner-list .slick-slide{
  margin: 10px 10px 0;
}
.item-single-work-banner img {
  /*  margin: 10px;*/
  height: calc(100vh - 226px);
  object-fit: cover;
  border-radius: 40px;
}
.item-single-work-banner a:focus,
.item-single-work-banner a:focus-visible{
  outline: none;
}
.slick-next.slick-arrow {
  right: 50px;
  color: transparent;
  background-color: #9E9E9E;
  border: 0;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-image: url(../images/arow-right.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.slick-prev.slick-arrow {
  left: 50px;
  color: transparent;
  background-color: #9E9E9E;
  border: 0;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-image: url(../images/arow-right.png);
  background-size: 20px;
  background-repeat: no-repeat;
  z-index: 1;
  transform: rotate(180deg);
  background-position: 28px center;
}
/**/
.single-work-breacum{
  padding-left: 10px;
}
.single-work-breacum, .single-work-breacum a {
    color: #9E9E9E;
    font-weight: 600;
    text-transform: uppercase;
}
.single-work-breacum span {
  color: #000;
}
.single-work-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9;
  position: relative;
  background-color: #EEECED;
}
.single-work-summary .item_work_content {
  flex: 1;
}
.single-work-summary a.btn-call-info {
  position: relative;
  border: 1px solid #9E9E9E;
  margin-right: 20px;
  padding: 1px 35px;
  border-radius: 20px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  overflow: hidden;
  margin-top: 20px;
}
.single-work-summary .item_work_content h4 {
  min-width: auto;
  margin-right: 60px;
}
.single-work-summary a.btn-call-info img{
  width: 0;
  transition: .3s all;
}
.about-box3-content ul a,
.about-box1-content ul a{
  position: relative;
  overflow: hidden;
}
/*@media only screen and (min-width: 768px) {*/
.about-box3-content ul a::after,
.about-box1-content ul a::after,
.single-work-summary a.btn-call-info::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  display: block;
  position: absolute;
  left: 250px;
  top: 15px;
  z-index: -1;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  transition: 1s all;
/*  opacity: 0;*/
}
/*}*/
.single-work-summary a.btn-call-info:hover {
  color: #fff;
}
.about-box3-content ul a:hover::after,
.about-box1-content ul a:hover::after,
.single-work-summary a.btn-call-info:hover::after {
  opacity: 1;
  transform: scale(5.0);
}
/**/
.single-work-main .overlay{
  background-color: #EEECED;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .3s all;
}
.single-work-content {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #EEECED;
  max-width: 650px;
  padding: 50px 50px 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(670px);
  transition: .5s all;
  width: 100%;
}
.single-work-content h1 {
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
}
.info-work {
  margin: 0;
  padding: 5px 0;
  list-style: none;
  background-color: #0000002e;
  border-radius: 20px;
}
.info-work li+li {
  border-top: 1px solid #8D8D8D;
  /*! padding: 0px; */
}
li {
}
.info-work li {
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;
}
.single-work-main.active .single-work-content {
  transform: translateX(0);
  z-index: 3;
}
.single-work-summary a.btn-call-info{
  transition: .3s all;
}
.single-work-summary a.btn-call-info.active {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  border: 0;
  padding: 1px 40px;
}
.single-work-summary a.btn-call-info.active img{
  display: block;
  margin-left: 5px;
  width: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.single-work-main.active .overlay{
  opacity: .7;
  visibility: visible;
  z-index: 2;
}
/* Style the scrollbar */
.scroll-container {
/*  scrollbar-width: thin; /* Options: auto, thin, none */
/*  scrollbar-color: #888 #f1f1f1; /* thumb color, track color */
}
::-webkit-scrollbar {
  width: 5px;
}
/* Style the scrollbar thumb */
::-webkit-scrollbar-thumb {
  background-color: #888; 
  border-radius: 10px;    
}
/* Style the scrollbar track */
::-webkit-scrollbar-track {
  background-color: #f1f1f1; 
}
/* Style on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #555; 
}
/**/
.item_work_img-row {
  overflow: hidden;
  border-radius: 30px;
}
.item_work_img-row img {
  aspect-ratio: 1/1;
  border-radius: 30px;
  width: 100%;
  object-fit: cover;
}
.list-work-row .item_work_content h4 {
  display: block;
  margin-right: 0;
  margin-bottom: 0;
}
.list-work-row .item-work {
  text-align: center;
}
/**/
.list-work-view{
  animation: slideUp 0.5s ease-out;
}
.list-view-row{
  display: none;
}
.custom-vỉew-work a{
  opacity: .5;
  margin-left: 5px;
  display: inline-block;
  width: 20px;
}
.custom-vỉew-work a.active{
  opacity: 1;
}
.list-work-row .col-work {
  display: none;
}
#loadMore {
  text-align: center;
  display: block;
  width: 100%;
  background-color: transparent;
  border: 0;
  padding: 50px 0;
}
#loadMore span {
  cursor: pointer;
  border: 0;
  background-color: transparent;
  font-size: 30px;
  line-height: 1;
}
#loadMore img {
  width: 24px;
  margin-left: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .visit_us-head h2 {
    bottom: -7px;
    font-size: 80px;
  }
}
@media only screen and (max-width: 640px) {
  .visit_us {
    background-size: cover;
    background-color: #fff;
  }
  .visit_us-head h2 {
    bottom: -10px;
    font-size: 40px;
  }
  .visit_us-contact-title h3 {
    margin-block: 20px;
    font-size: 25px;
  }
  .fixed-mxh {
    top: 25%;
    background-color: #000000d4;
    border-radius: 0 10px 10px 0;
    padding: 15px 10px 15px 10px;
  }
  .fixed-mxh a {
    width: 15px;
  }
  .visit_us-contact {
    padding: 0 20px 50px;
    flex: 1;
    flex-direction: column;
    justify-content: flex-end;
  }


  .visit_us-box {
    position: relative;
  }
  .visit_us-box h3 {
    display: block;
    font-size: 18px;
    margin: 0;
    height: 40px;
    display: flex;
    align-items: center;
  }
  .visit_us-box {
    border: 1px solid #1c1c1c;
    width: 100%;
    border-radius: 30px;
    padding: 1px 20px;
    margin-bottom: 10px;
    cursor: pointer;
  }
  .visit_us-box .visit_us-content {
    display: none;
  }
  .active-sft h3{
    display: none;
  }
  .visit_us-contact label {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .visit_us-content p {
    color: #1c1c1c;
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 16px;
  }

  #show-sft, #hide-sft {
    font-size: 14px;
    margin: 0;
    text-align: right;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
  }
  .visit_us-box.active-sft {
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    padding: 20px;
  }


  html {
    min-height: 100vh;
  }
  .home {
    height: ;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
  .home .full-content {
    flex: 1;
    display: flex;
  }
  .home #primary {
    width: 100%;
  }
  .home #main {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .home .visit_us {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
/*  */
  .item_work_content h4 {
    font-size: 18px;
    margin-bottom: 1px;
  }
  .item_work_content .work-cat {
    display: block;
  }
  .item_work_content {
    margin: 10px 0 20px;
  }
  .item-work {
    margin: 0;
  }
  .single-work-breacum {
    padding: 0;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .item-single-work-banner img {
    height: auto;
    border-radius: 15px;
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .single-work-summary .item_work_content {
    margin: 10px 0;
  }
  .single-work-summary a.btn-call-info {
    margin: 10px 0;
    font-size: 13px;
  }
  .single-work-summary {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0 10px;
    left: 0;
  }

  .single-work-main .single-work-content {
/*    height: calc(100vh - 170px);*/
    height: 100vh;
    z-index: 3;
    padding: 20px;
    padding-top: 170px;
    width: calc(100% + 20px);
    position: fixed;
    bottom: 55px;
    top: auto;

  }
  .single-work-main.active .single-work-content {
    transform: translateX(10px);
  }
  .single-work-main.active .overlay{
    opacity: 1;
  }
/*  */
  .item_work_img img {
    height: auto !important;
    border-radius: 20px;
  }
  .item_work_img {
    border-radius: 20px;
  }
  .single-work-summary .item_work_content h4 {
    margin-right: 0;
  }
  .single-work-banner-list {
    margin-bottom: 90px;
  }
}