/** home-pj**/

a:hover {
    color: #000;
    text-decoration: none;
}
.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;
}

@media screen and (max-width:550px) {
    .KvContentH1 {
        font-size: 3em;
        font-weight: 700;
    }
    
    .KvContentp {
        font-size: 1.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 img {
    max-height: 163px;
}
.list-item h4 {
    font-size: 16px;
    padding: 10px 0;
}
.btn-warning {
    padding: 0em 2em;
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 37px;
    border-radius: 50px;
}

.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: #ffc107;
    border-color: #ffc107;
    color: #FFF;
}
    .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;

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


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

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

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

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

.homepj-tab .uk-subnav-pill li a {
    padding-left: 0;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid #EEE;
    padding-bottom: 20px;
    padding-top: 20px;
}

.homepj-tab .uk-subnav-pill > .uk-active > a {
    font-size: 24px;
    background-color: #FFF;
    color: #000;
    font-weight: 700;
}


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

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

.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:hover a h4 {
    -webkit-transition: .3s;
    transition: .3s;
    color: #ffc107;
    padding: 0.5em 2em;
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
    line-height: 37px;
    border-radius: 50px;
    display: inline;
}

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

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

.list-photo img {
    max-height: 116px;
}
.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;
    }
.homepj-tab .uk-subnav-pill li a {
    padding-bottom: 0px;
    padding-top: 0px;
}
}
.uk-lightbox {
    background: #0000009e;
}
@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;}
    .pjhome-discover p ,.pjhome-discover h2{ color: #000 !important;}
}

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

    .list-photo img {
        max-height: 76px;
    }
    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;
        padding: 0;
    }

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

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

}

/** Footer CSS**/

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

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

}
.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: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 37px;
    border-radius: 50px;
}
.btn-ghost:hover{
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.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: #f6c344;
    width: 50%;
    display: block;
    margin: 0 auto;
    border-radius: 25px;
}

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

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