/** home-pj**/

a:hover {
  color: #000;
  text-decoration: none;
}

#top-banner .uk-position-center {
  /* background: #e00; */
  /* color: #e00; */
  margin-top: 15vw;
}

#top-banner h1{
  font-size: 3.2rem;
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.3),
    0 -1px 0 rgba(0, 0, 0, 0.3);
}

.text-yellow{
  color:#FAF7E5 !important;
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.3),
    0 -1px 0 rgba(0, 0, 0, 0.3);
}

.uk-slideshow-items .fa-arrow-down-long {
  position: relative;
  animation-name: arrow-action;
  animation-duration: 3s;
  animation-delay: 1.5s;

}


@keyframes arrow-action {
  0% {
    left: 0px;
    top: 0px;
  }

  70% {
    left: 0px;
    top: 1em;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}

.bk-yellow-light {
  background: linear-gradient(to bottom, #ffffff 0%, #FAF6E5 100%);
}

#solutions {
  background: linear-gradient(to top, #ffffff 0%, #faf6e5a8 100%);
}

.box-keypoint .uk-card {
  /*background-color: #FAF6E5;*/
  background: radial-gradient(circle farthest-corner at top, #f2edd7, #faf6e596);
  border: solid 1px #EDEDED;
  border-radius: 1.5em;
  padding-bottom: 25px;
  padding-top: 25px;
}

.box-keypoint .uk-card:hover{
  background-color: #FAF6E5 !important;
  box-shadow: none !important;
}

.box-keypoint .uk-card img {
  width: 128px;
}

.box-keypoint h5 {
  /*color: #FAF6E5;*/
  font-weight: 600;
  color: #333030;
}

.box-keypoint p {
  font-size: 1rem;
  font-weight: 400;
  /*color: #FAF6E5;*/
  color: #333030;
}

.btn-play {
  opacity: 0.95;
}

/* .navbar-site:before {
  border-left: 1px solid #555;
  margin-left: 10px;
  content: "　";
} */

a.navbar-brand span {
  font-size: 18px;
  font-weight: 500;
  color: #222;
}

.KvContentH1 {
  font-size: 5em;
  font-weight: 700;
}

.KvContentp {
  font-size: 2.5em;
  font-weight: 500;
}

h2 {
  font-size: 2.5rem;
  font-weight: 700;
}

h3 {
  font-size: 32px;
  font-weight: 500;
}

p {
  font-size: 18px;
}

.list-photo {
  width: 280px;
  height: 240px;
}

.list-text h3 {
  font-size: 1.5rem;
  color: #343434;
  font-weight: 500;
}

.list-text {
  margin-bottom: 1.5em;
}

.list-item h4 {
  font-size: 1rem;
  /* padding: 10px 0; */
  color: #343434;
  line-height: 1.5em;
}

.list-item a.text-center h4 {
  font-weight: 600;
  font-size: 1.2rem;
}

.btn-warning {
  padding: 0em 2em;
  color: #212529;
  background-color: #FEE900;
  border-color: #FEE900;
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
  letter-spacing: 1px;
  line-height: 37px;
  border-radius: 50em;
}

.btn-warning:hover{
  background-color: #F1D141;
  border-color: #F1D141;
}

.btn-white {
  border-radius: 50px;
  letter-spacing: 2px;
  line-height: 37px;
  margin-top: 0px;
  padding: 0em 2em;
  text-transform: uppercase;
  transition: border 0.5s, color 0.5s, background 0.5s;
  -webkit-transition: border 0.5s, color 0.5s, background 0.5s;
  border: 2px solid #FFF;
  margin: 1em 0;
  min-width: 180px;
  font-weight: 600;
  font-size: 15px;
  color: #333;
}

.btn-white:hover {
  background-color: #FEE900;
  border-color: #FEE900;
  color: #FFF;
}

.icon-buy-now::after {
  content: '\f105';
  font-family: "Font Awesome 5 Pro";
  width: 10px;
  border-color: transparent;
  vertical-align: -0.01em;
  font-weight: 200;
  margin-left: 0.7em;
}

.uk-slidenav {
  color: #000 !important;
  background-color: #fff;
  border-radius: 50%;
  padding: 10px 15px;
  -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 7%), 0 3px 10px 0 rgb(0 0 0 / 7%), 0 5px 10px 0 rgb(0 0 0 / 7%);
  box-shadow: 0 2px 4px 0rgb(0 0 0/7%), 0 3px 10px 0rgb(0 0 0/7%), 0 5px 10px 0rgb(0 0 0/7%);
}

ul.uk-slider-items a {
  margin: 5px;
}

ul.pj-circle-check {
  list-style: none;
  font-size: 18px;
  line-height: 1.5;
  padding-left: 10px;
}

ul.pj-circle-check li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
}

ul.pj-circle-check li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\e122";
  font-weight: 300;
  padding-right: 0.5em;

}

.homepj-yellow {
  background-color: #FEE900 !important;
  padding: 0 !important;
  max-width: 200px;
  height: 1px;
}


.lg-content {
  max-width: 1600px;
}

.uk-overlay-dark {
  background: rgba(51, 48, 48, .5);
}

.homepj-tab p b {
  font-weight: 600;
}

.homepj-tab .uk-subnav {
  display: block;
}

.uk-subnav li a img {
  padding: 10px;
  max-width: 90px;
}

.uk-subnav li.uk-active a img {
  /*-webkit-filter: brightness(2) sepia(1) contrast(5) hue-rotate(360deg);
  filter: brightness(2) sepia(1) contrast(5) hue-rotate(360deg);*/
  -webkit-filter: invert(52%) sepia(82%) saturate(2494%) hue-rotate(0deg) brightness(104%) contrast(92%);
  filter: invert(52%) sepia(82%) saturate(2494%) hue-rotate(0deg) brightness(104%) contrast(92%);
}

.homepj-tab .uk-subnav-pill li a {
  font-size: 1.5rem;
  color: #333030;
  font-weight: 500;
  padding: 10px;
  /* padding-top: 20px; */
  /* border-radius: 15px; */
  text-transform: capitalize;
  max-width: 80%;
  border-bottom: solid 1px #DCDCDC;
}

.homepj-tab .uk-subnav-pill li a:hover {
  background: #F8F8F8;
}


#component-nav h3 {
  font-size: 2rem;
  font-weight: 700;
}

.uk-subnav-pill>*>a:hover {
  background: none;
}

.homepj-tab .uk-subnav-pill>.uk-active>a {
  background-color: #fff;
  color: #FF9300;
  font-weight: 600;
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.3),
    0 -1px 0 rgba(0, 0, 0, 0.3);
}


.uk-transition-toggle:hover .uk-position-medium.uk-position-top-left.uk-overlay.mt-5 {
  opacity: 0;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

.uk-transition-toggle * {
  -webkit-transition: .6s;
  transition: .6s;
}

.uk-transition-slide-bottom.home-discover {
  /*-webkit-transform: translateY(85%);
    transform: translateY(85%);*/
  opacity: 1;
}

p.uk-margin-remove.pt-md-5 {
  min-height: 230px;
}

.uk-thumbnav>*> ::after {
  background: rgba(0, 0, 0, 0.3);
}



.uk-thumbnav img {
  height: 67px;
}

.btn-msg-close {
  border-color: #333;
}

.modal-pane {
  display: none;
}

.modal-pane.active {
  display: block;
}

.modal-pane-success>div {
  min-height: 400px;
}

.modal.show .modal-dialog {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.homepj-product-list a i {
  -webkit-transition: .3s;
  transition: .3s;
}

.homepj-product-list .list-item a h4 {
  font-size: 1rem;
  /* padding: 10px 0; */
  color: #343434;
  line-height: 1rem;
  padding: 0.5rem 2rem;
  display: inline;
}

.homepj-product-list .list-item:hover a h4 {
  -webkit-transition: .3s;
  transition: .3s;
  color: #212529;
  background-color: #FEE900;
  border-color: #FEE900;
  border-radius: 50em;
}

.homepj-product-list .list-item:hover a i {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-transition: .2s;
  transition: .2s;
}

.uk-lightbox {
  background: #0000009e;
}


/** Footer CSS**/

footer.footer {
  background-color: #F1D141;
}

.footer a {
  color: #000;
}

.footer a:hover {
  color: #333;
}

.footer h4 {
  color: #000;
}

.footer .region-row {
  border-bottom: 1px solid #505050;
}

.footer .copyright .nav {
  border-top: 1px solid #505050;
}

.footer .copyright {
  font-weight: 400;
}

.footer .nav li {
  font-size: 1.2em;
  font-weight: 400;
}

/** Footer CSS**/



.navbar.pj-home {
  background: #fff;
}

.nav-hr {
  border-top: 1px solid #EEE;
  margin: 5px;
}

h6.dropdown-header {
  color: #000;
  padding-bottom: 0;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
}

.navbar.pj-home .dropdown-menu {
  z-index: 1111;
}

.navbar.pj-home .dropdown-item {

  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 2.65;

}

.navbar.pj-home .dropdown-item {}

.navbar.pj-home .dropdown-item:focus,
.navbar.pj-home .dropdown-item:hover {}

.pj-home a.navbar-brand img {
  max-height: none;
  margin-bottom: 3px;
}

.navbar.pj-home a.nav-link {

  font-size: 1.15rem;
  padding: .75em 1.25em;
  font-weight: 400;
}

.navbar.pj-home a.nav-link:hover {}

.navbar.pj-home svg {}

.btn-ghost-white:link {
  min-width: auto;
  border-width: 1px;
  font-weight: normal;
}

.btn-ghost {
  padding: 0em 2em;
  color: #212529;
  background-color: #fff;
  border-color: #000;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  /* letter-spacing: 2px; */
  line-height: 2.5em;
  border-radius: 8px;
}

.btn-ghost:hover {
  color: #212529;
  background-color: #FEE900;
  border-color: #FEE900;
}

.tx-blue {
  color: #426fff;
}

.tx-yellow {
  color: #fae900;
}

.tx-pink {
  color: #fd57ea;
}

.tx-orange {
  color: rgb(255, 121, 0);
}

.tx-green {
  color: #68cd02;
}

/* product page sub-nav: begin */

.vs-spec {
  background-color: #232c3aee !important;
  margin-top: 0 !important;
}

.vs-spec.affix {
  z-index: 10000 !important;
}

.vs-spec .vs-container {
  max-width: 1600px;
}

.vs-spec .navbar a {
  color: #fff;
}

.vs-spec .navbar-brand {
  padding-left: 1.1em;
  font-weight: bolder;
}

/* product page sub-nav: end */

/* gallery dialog: begin */

#vsProductGallery.show {
  z-index: 10005;
}

#overview .thumb-list a i {
  height: 100px !important;
}

/* gallery dialog: end */

/* support: begin */

.collapsable-link {
  font-weight: bolder;
  font-size: 1.1em;
}

.collapsable-link::before {
  content: '\f054';
  font-family: 'Font Awesome 5 Pro';
  margin-right: 0.8em;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 0.8em;
}

.collapsable-link.collapsed::before {

  -webkit-transform: none;

  transform: none;
}

.faq-section {
  margin: 2em 0;
}

.faq-section::after {
  content: ' ';
  height: 1px;
  width: 100%;
  background-color: #e7e7e7;
  margin-top: 2em;
  display: block;
}

.side-nav .nav-pills .nav-link.active {
  background-color: #232c3a;
}

.uk-slideshow-nav {
  display: none;
}

/* support: end */

.reimageBtn {
  background-color: #FEE900;
  width: 50%;
  display: block;
  margin: 0 auto;
  border-radius: 25px;
}

/* .reimageBtn h4{
    color: #ccc;
} */

.test {
  background-color: #426fff;
  width: 50px;
  height: 50px;
}

#support .uk-position-cover{
  background-image: linear-gradient(to bottom, rgb(255 255 255 / 73%), rgb(255 255 255 / 32%) 80%);
}


@media (max-width: 1366px) {

  p.uk-margin-remove.pt-md-5 {
    padding-top: 2em !important;
    padding-bottom: 4em;
    min-height: 230px;
  }

  .uk-transition-slide-bottom.home-discover {
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
    opacity: 1;
  }

  .homepj-tab .uk-subnav-pill li a,
  .homepj-tab .uk-subnav-pill>.uk-active>a {
    font-size: 16px;
  }
}

@media (max-width: 1240px) {

  p.uk-margin-remove.pt-md-5 {
    padding-top: 0em !important;
    margin-top: 0 !important;
    padding-bottom: 0em;
    min-height: 230px;
  }

  .pjhome-discover .uk-transition-slide-bottom {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }

  .pjhome-discover .uk-position-medium {
    margin: 0;
    max-width: 100%;
    -webkit-transform: inherit;
    transform: inherit;
  }

  .pjhome-discover .uk-position-medium.uk-position-center-left,
  .pjhome-discover .uk-position-bottom-right {
    position: inherit !important;
  }

  .pjhome-discover .uk-overlay-dark {
    background: initial;
  }
}

@media (max-width: 996px) {
  p.uk-margin-remove.pt-md-5 {

    min-height: inherit;
  }

  .list-text h3 {
    font-size: 20px;
  }

  .list-item h4 {
    font-size: 14px;
    padding: 10px 0;
  }

  a.navbar-brand img {
    max-width: 110px;
  }

  .homepj-tab .uk-subnav-pill li a,
  .homepj-tab .uk-subnav-pill>.uk-active>a {
    font-size: inherit;
  }

  .uk-subnav li a img {
    max-width: 60px;
  }

  .home-thumb .uk-thumbnav {
    display: none;
  }

}


@media screen and (max-width:550px) {
  .KvContentH1 {
    font-size: 3em;
    font-weight: 700;
  }

  .KvContentp {
    font-size: 1.5em;
    font-weight: 500;
  }
}

@media (max-width: 480px) {
  .uk-container {
    padding: 0;
  }

  h1 {
    font-size: 1.85rem;
    font-weight: 900;
    width: 75vw;
    margin: auto;
  }

  h2 {
    font-size: 1.5rem;
    color: #333030;
    width: 75vw;
    margin: 0.5em auto;
  }

  .uk-grid>.uk-grid-margin {
    margin-top: 15px;
  }


  .uk-accordion-title {
    padding: 1em;
    color: #212529;
    background-color: #FEE900;
    border-color: #FEE900;
    font-weight: 600;
    font-size: 15px;
    border-radius: 8px;
  }

  .uk-accordion-title:hover {
    color: #212529;
  }

  .uk-accordion-title::before {
    display: none;
    /*
  background:none;
  
  content: '\f107';
    font-family: "Font Awesome 5 Pro";
    width: 10px;
    border-color: transparent;
    vertical-align: -0.01em;
    font-weight: 200;
    */
  }

  .uk-open>.uk-accordion-title::before {
    display: none;
    /*
  background:none;
  content: '\f106';
    font-family: "Font Awesome 5 Pro";
    width: 10px;
    border-color: transparent;
    vertical-align: -0.01em;
    font-weight: 200;
    */
  }

  .uk-accordion>:nth-child(n+2) {
    margin-top: 5px;
  }

  h4.icon-buy-now {
    color: #FEE900;
    padding: 0.5em 2em;
    color: #212529;
    background-color: #FEE900;
    border-color: #FEE900;
    line-height: 37px;
    border-radius: 50em;
    display: inline;
  }

  .uk-accordion-content {
    padding: 1.5em .5em;
    margin: auto;
  }

  #solutions {
    background: none;
  }

  .uk-dotnav>.uk-active>* {
    background-color: #FEE900;
    border-color: transparent;
  }

  .homepj-tab .uk-subnav-pill li a img {
    margin: 0 10px 0 5px;
    padding: 0;
    max-width: 82px;
  }

  .homepj-tab .uk-subnav-pill li a {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333030;
    padding: 0;
    margin: 0 .5em;
    /* padding-top: 20px; */
    border-radius: 0;
    /* text-transform: capitalize; */
    max-width: 100%;
    border-bottom: solid 1px #DCDCDC;
  }

  .homepj-tab .uk-subnav-pill li a:focus, 
  .homepj-tab .uk-subnav-pill li a:hover {
    font-size: 1.1rem;
    font-weight: 600;
    background-color: #fff;
    color: #FF9300;
  }

  .homepj-tab .uk-subnav-pill li a:focus img, 
  .homepj-tab .uk-subnav-pill li a:hover img {
    -webkit-filter: invert(52%) sepia(82%) saturate(2494%) hue-rotate(0deg) brightness(104%) contrast(92%);
    filter: invert(52%) sepia(82%) saturate(2494%) hue-rotate(0deg) brightness(104%) contrast(92%);
  }
  
  .uk-card-small.uk-card-body {
    padding: 0 10px;
}

}
