/* device more than 1025px */

.desktop-main {
    display: block;
}

.pcjt-main-box {
    display: none;
}

.pcjt-section-2 {
    display: flex;
    flex-direction: column;
    background-color: var(--pcjt-black);
    padding: 2vw;
    justify-content: center;
    height:43%;
}

.pcjt-section-2-title {
    display: flex;
    flex-direction: row;
    font-size: 4vw;
    color: var(--pcjt-white);
    font-family: "Neo Sans Pro Regular";
}

.pcjt-section-2-title-1 {
    color: var(--pcjt-yellow);
}

.pcjt-section-3 {
    display: flex;
    flex-direction: column;
    background-color: var(--pcjt-yellow);
    padding-bottom:0vw;
/*    height:57%;*/
}

.pcjt-section-3-1 {
    display: flex;
    flex-direction: row;
    padding: 1.5vw;
    align-items: center;
    justify-content: flex-start;
}

.pcjt-section-3-1-1 {
    display: flex;
    flex-direction: column;
    width: 50%;
/*    background-image: url("../images/pcjt-logo.svg");*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    height: 8vh;
}

.pcjt-section-3-1-2 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.btn-btn1 {
    color: #ffffff;
    background-color: #040f2b;
    border-color: #040f2b;
    cursor: pointer;
    width: 70%;
    height: 6vh;
    border-radius: 0.6vw;
    font-family: "Neo Sans Pro Regular";
    font-size: 1.2vw;
}

.btn-btn1:hover,
.btn-btn1:focus,
.btn-btn1:active,
.btn-btn1.active,
.open .dropdown-toggle.btn-btn1 {
    color: #ffffff;
    background-color: #141414;
    background-color: #141414;
}

.btn-btn1:active,
.btn-btn1.active,
.open .dropdown-toggle.btn-btn1 {
    background-image: none;
}

.pcjt-section-4 {
    display: flex;
    flex-direction: column;
    padding-left: 2vw;
}

.pcjt-section-4-title-1 {
    font-family: "Neo Sans Pro Bold";
    font-size: 2vw;
    padding-bottom: 1vh;
}

.pcjt-section-4-title-2 {
    font-family: "Neo Sans Pro Light";
    font-size: 1.5vw;
}

.pcjt-section-5 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 2vh;
    width: 100%;
    flex-wrap: wrap;
}

.pcjt-section-5-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1vw;
}

.pcjt-section-5-item-1 {
    display: flex;
    flex-direction: row;
    font-family: "Neo Sans Pro Regular";
    color: #ffffff;
    font-size: 2vw;
}

.pcjt-section-5-item-2 {
    display: flex;
    flex-direction: row;
    font-family: "Neo Sans Pro Bold";
    color: var(--pcjt-black);
    font-size: 1.5vw;
}

.pcjt-section-6 {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: var(--pcjt-white);
    padding: 1vw;
    padding-top: 1.5vh;
}

.pcjt-section-6-1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.pcjt-section-6-1-title-1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-family: "Neo Sans Pro Bold";
    font-size: 3vw;
    color: var(--pcjt-black);
    align-items: center;
}

.pcjt-section-6-1-title-2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-family: "Neo Sans Pro Bold";
    font-size: 4vw;
    color: var(--pcjt-green);
    align-items: center;
}

.pcjt-section-7 {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 1.5vh;
}

.pcjt-section-7-1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    font-family: "Proxima Nova Light";
    font-size: 1vw;
    padding: 1vw;
}

.pcjt-section-8 {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 1.5vh;
    padding-bottom: 1.5vh;
}

.pcjt-section-8-1 {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2vw;
}

.pcjt-section-8-1-1 {
    display: flex;
    flex-direction: column;
    width: 45%;
    background-image: url("../images/brand1.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 10vh;
    padding: 2%;
}

.pcjt-section-8-1-2 {
    display: flex;
    flex-direction: column;
    width: 45%;
    background-image: url("../images/brand2.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 10vh;
    padding: 2%;
}

.pcjt-section-8-1-3 {
    display: flex;
    flex-direction: column;
    width: 45%;
    background-image: url("../images/brand3.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 5vh;
    padding: 2%;
}

.pcjt-section-8-1-4 {
    display: flex;
    flex-direction: column;
    width: 45%;
    background-image: url("../images/brand4.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 8vh;
    padding: 2%;
}

.pcjt-section-8-1-5 {
    display: flex;
    flex-direction: column;
    width: 45%;
    background-image: url("../images/brand5.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 10vh;
    padding: 2%;
}

.pcjt-section-8-1-6 {
    display: flex;
    flex-direction: column;
    width: 45%;
    background-image: url("../images/brand6.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 10vh;
    padding: 2%;
}

.pcjt-section-9-1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: var(--pcjt-purple);
    padding: 2vw;
    height: 100%;
    justify-content: center;
}

.pcjt-section-9-1-title-1 {
    font-family: "Neo Sans Pro Light";
    color: var(--pcjt-white);
    font-size: 3vw;
}

.pcjt-section-9-1-title-2 {
    font-family: "Neo Sans Pro Bold";
    color: var(--pcjt-white);
    font-size: 5vw;
}

.pcjt-section-9-1-title-3 {
    font-family: "Neo Sans Pro Bold";
    color: var(--pcjt-yellow);
    font-size: 5vw;
}

.pcjt-section-9-1-title-4 {
    font-family: "Neo Sans Pro Bold";
    color: var(--pcjt-yellow);
    font-size: 5vw;
}

.pcjt-section-9 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 3vh;
}

.pcjt-section-9-2 {
    display: flex;
    flex-direction: column;
    background-color: var(--pcjt-white);
}

.pcjt-section-9-2-0 {
    display: flex;
    flex-direction: column;
}

.pcjt-section-9-2-title-1 {
    display: flex;
    flex-direction: column;
    font-family: "Neo Sans Pro Medium";
    font-size: 1.3vw;
    color: var(--pcjt-purple);
    padding-top: 1vh;
    padding-left: 1.5vw;
}

.pcjt-section-9-3 {
    display: flex;
    flex-direction: column;
    padding: 1vw;
}

.pcjt-section-9-3-1 {
    display: flex;
    flex-direction: column;
    padding-bottom: 1vh;
}

.pcjt-section-9-3-1-1 {
    display: flex;
    flex-direction: row;
}

.pcjt-section-9-3-1-1-1 {
    display: flex;
    flex-direction: column;
    width: 0.8vw;
    background-image: url("../images/bullet.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.pcjt-section-9-3-1-1-2 {
    display: flex;
    flex-direction: column;
    font-family: "Neo Sans Pro Medium";
    font-size: 1.1vw;
    padding-left: 1vw;
}

.pcjt-section-9-3-1-2 {
    display: flex;
    flex-direction: column;
    font-family: "Neo Sans Pro Light";
    font-size: 1vw;
    padding-left: 3vw;
}

.pcjt-section-10 {
    display: flex;
    flex-direction: column;
    padding: 3vw;
    padding-top: 2vw;
    width: 100%;
}

.pcjt-section-10-1 {
    display: flex;
    flex-direction: column;
    padding-bottom: 1.5vh;
    width: 100%;
}

.pcjt-section-10-1-title {
    display: flex;
    flex-direction: column;
    font-family: "Neo Sans Pro Bold";
    font-size: 1vw;
    padding-bottom: 1vh;
    color: var(--pcjt-black);
}

.pcjt-section-10-1-input {
    display: flex;
    flex-direction: column;
    font-family: "Neo Sans Pro Light";
    font-size: 1vw;
    padding: 0.5vw;
    border-radius: 5px;
    outline: none;
    border-style: solid;
    border-width: 1px;
    border-color: var(--pcjt-black);
}

.pcjt-section-10-1-button {
    color: #ffffff;
    background-color: #ffbe00;
    border-color: #040f2b;
    font-family: "Neo Sans Pro Light";
    font-size: 1vw;
    padding-top: 1vh;
    padding-bottom: 1vh;
    cursor: pointer;
    border-radius: 10px;
    outline: none;
}

.pcjt-section-10-1-button:hover,
.pcjt-section-10-1-button:focus {
    color: #ffffff;
    background-color: #040f2b;
    border-color: #040f2b;
}

.pcjt-section-11 {
    display: flex;
    flex-direction: column;
}

.pcjt-section-11-1 {
    display: flex;
    flex-direction: column;
    background-color: var(--pcjt-black);
    padding: 3vw;
}

.pcjt-section-11-1-title-1 {
    display: flex;
    flex-direction: column;
    font-family: "Neo Sans Pro Light";
    color: var(--pcjt-white);
    font-size: 3vw;
}

.pcjt-section-11-1-title-2 {
    display: flex;
    flex-direction: column;
    font-family: "Neo Sans Pro Bold";
    color: var(--pcjt-white);
    font-size: 5vw;
}

.pcjt-section-11-1-title-3 {
    display: flex;
    flex-direction: column;
    font-family: "Neo Sans Pro Bold";
    color: var(--pcjt-yellow);
    font-size: 5vw;
}

.pcjt-section-11-2 {
    display: flex;
    flex-direction: column;
    background-color: var(--pcjt-white);
}

.pcjt-section-11-2-0-1 {
    display: flex;
    flex-direction: column;
    background-color: var(--pcjt-black);
    height: 100%;
    width: 100%;
}

.pcjt-section-11-2-0-2 {
    display: flex;
    flex-direction: column;
    background-color: var(--pcjt-yellow);
    height: 100%;
    width: 100%;
}

.swiper-container {
    width: 100%;
    padding-top: 1vh;
    padding-bottom: 1vh;
}

.swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 300px;
    height: 300px;
}

.pcjt-section-11-2-slider-1 {
    background-image: url("../images/lifestyle-images/1.jpg");
}

.pcjt-section-11-2-slider-2 {
    background-image: url("../images/lifestyle-images/2.jpg");
}

.pcjt-section-11-2-slider-3 {
    background-image: url("../images/lifestyle-images/3.jpg");
}

.pcjt-section-11-2-slider-4 {
    background-image: url("../images/lifestyle-images/4.jpg");
}

.pcjt-section-11-2-slider-5 {
    background-image: url("../images/lifestyle-images/5.jpg");
}

.pcjt-section-11-2-slider-6 {
    background-image: url("../images/lifestyle-images/6.jpg");
}

.pcjt-section-11-2-slider-7 {
    background-image: url("../images/lifestyle-images/7.jpg");
}

.pcjt-section-11-2-slider-8 {
    background-image: url("../images/lifestyle-images/8.jpg");
}

.pcjt-section-11-3 {
    display: flex;
    flex-direction: column;
    background-color: var(--pcjt-yellow);
    padding: 2vw;
    padding-bottom: 1vw;
}

.pcjt-section-11-3-title-1 {
    display: flex;
    flex-direction: column;
    font-family: "Neo Sans Pro Bold";
    color: var(--pcjt-white);
    font-size: 5vw;
}

.pcjt-section-11-3-title-2 {
    display: flex;
    flex-direction: column;
    font-family: "Neo Sans Pro Regular";
    color: var(--pcjt-black);
    font-size: 1.5vw;
    padding-top: 1vh;
}

.pcjt-section-11-4 {
    display: flex;
    flex-direction: row;
    background-color: var(--pcjt-yellow);
    padding: 2vw;
    justify-content: center;
}

.pcjt-section-11-4-1:hover {
    animation-name: pcjt-section-11-4-link-animation;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.pcjt-section-11-4-link {
    text-decoration: none;
    font-size: 3vw;
    color: var(--pcjt-black);
    padding-left: 1.5vw;
    padding-right: 1.5vw;
}

.pcjt-section-11-4-link:active {
    color: var(--pcjt-black);
}

.pcjt-section-11-4-link:link {
    color: var(--pcjt-black);
}

.pcjt-section-11-4-link:visited {
    color: var(--pcjt-black);
}

.pcjt-section-11-4-link:hover {
    color: var(--pcjt-purple);
}

@keyframes pcjt-section-11-4-link-animation {
    0% {
        color: var(--pcjt-black);
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(-10deg);
    }
    20% {
        transform: rotate(10deg);
    }
    30% {
        transform: rotate(-5deg);
    }
    40% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        color: var(--pcjt-purple);
    }
}

.pcjt-section-12 {
    display: flex;
    flex-direction: column;
    background-color: var(--pcjt-black);
    height: 100vh;
}

.pcjt-section-12-1 {
    display: flex;
    flex-direction: column;
    padding: 2vw;
}

.pcjt-section-12-1-title-1 {
    display: flex;
    flex-direction: column;
    font-family: "Neo Sans Pro Light";
    color: var(--pcjt-white);
    font-size: 3vw;
}

.pcjt-section-12-1-title-2 {
    display: flex;
    flex-direction: column;
    font-family: "Neo Sans Pro Bold";
    color: var(--pcjt-yellow);
    font-size: 5vw;
}

.pcjt-section-12-2 {
    display: flex;
    flex-direction: column;
}

.pcjt-section-12-2-1 {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow-y: scroll;
    cursor: grab;
}

.pcjt-section-12-2-hexa {
    border: 0px;
    float: left;
    text-align: center;
    height: 35px;
    width: 60px;
    font-size: 22px;
    background: #f0f0f0;
    color: #3c3c3c;
    position: relative;
    margin-top: 15px;
}

.pcjt-section-12-2-hexa:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 15px solid #f0f0f0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    top: -15px;
}

.pcjt-section-12-2-hexa:after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 15px solid #f0f0f0;
    bottom: -15px;
}

.pcjt-section-12-2-timeline {
    position: relative;
    padding: 0;
    width: 100%;
    margin-top: 20px;
    list-style-type: none;
}

.pcjt-section-12-2-timeline:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: " ";
    display: block;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background: rgb(213, 213, 213);
    background: -moz-linear-gradient( top, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(100%, rgba(125, 185, 232, 1)));
    background: -webkit-linear-gradient( top, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
    background: -o-linear-gradient( top, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
    background: -ms-linear-gradient( top, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
    background: linear-gradient( to bottom, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
    z-index: 5;
}

.pcjt-section-12-2-timeline li {
    padding: 2em 0;
}

.pcjt-section-12-2-timeline .pcjt-section-12-2-hexa {
    width: 16px;
    height: 10px;
    position: absolute;
    background: var(--pcjt-purple);
    z-index: 5;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -30px;
    margin-top: 0;
}

.pcjt-section-12-2-timeline .pcjt-section-12-2-hexa:before {
    border-bottom: 4px solid var(--pcjt-purple);
    border-left-width: 8px;
    border-right-width: 8px;
    top: -4px;
}

.pcjt-section-12-2-timeline .pcjt-section-12-2-hexa:after {
    border-left-width: 8px;
    border-right-width: 8px;
    border-top: 4px solid var(--pcjt-purple);
    bottom: -4px;
}

.pcjt-section-12-2-direction-l,
.pcjt-section-12-2-direction-r {
    float: none;
    width: 100%;
    text-align: center;
}

.pcjt-section-12-2-flag-wrapper {
    text-align: center;
    position: relative;
}

.pcjt-section-12-2-flag {
    font-family: "Neo Sans Pro Bold";
    position: relative;
    display: inline;
    background: rgb(255, 255, 255);
    font-weight: 600;
    z-index: 15;
    padding: 6px 10px;
    text-align: left;
    border-radius: 5px;
}

.pcjt-section-12-2-direction-l .pcjt-section-12-2-flag:after,
.pcjt-section-12-2-direction-r .pcjt-section-12-2-flag:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -15px;
    height: 0;
    width: 0;
    margin-left: -8px;
    border: solid transparent;
    border-bottom-color: rgb(255, 255, 255);
    border-width: 8px;
    pointer-events: none;
}

.pcjt-section-12-2-direction-l .pcjt-section-12-2-flag {
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.pcjt-section-12-2-direction-r .pcjt-section-12-2-flag {
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.pcjt-section-12-2-time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
    line-height: 1em;
    vertical-align: middle;
    color: #fff;
}

.pcjt-section-12-2-direction-l .pcjt-section-12-2-time-wrapper {
    float: none;
}

.pcjt-section-12-2-direction-r .pcjt-section-12-2-time-wrapper {
    float: none;
}

.pcjt-section-12-2-time {
    font-family: "Neo Sans Pro Regular";
    background: var(--pcjt-yellow);
    display: inline-block;
    padding: 8px;
}

.pcjt-section-12-2-desc {
    font-family: "Neo Sans Pro Light";
    position: relative;
    margin: 1em 0 0 0;
    padding: 1em;
    background: rgb(254, 254, 254);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    z-index: 15;
}

.pcjt-section-12-2-direction-l .pcjt-section-12-2-desc,
.pcjt-section-12-2-direction-r .pcjt-section-12-2-desc {
    position: relative;
    margin: 1em 1em 0 1em;
    padding: 1em;
    z-index: 15;
}


/* Timeline */

.pcjt-section-12-2-timeline {
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
}

.pcjt-section-12-2-timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.pcjt-section-12-2-timeline .pcjt-section-12-2-hexa {
    left: -28px;
    right: auto;
    top: 8px;
}

.pcjt-section-12-2-timeline .pcjt-section-12-2-direction-l .pcjt-section-12-2-hexa {
    left: auto;
    right: -28px;
}

.pcjt-section-12-2-direction-l {
    position: relative;
    width: 310px;
    float: left;
    text-align: right;
}

.pcjt-section-12-2-direction-r {
    position: relative;
    width: 310px;
    float: right;
    text-align: left;
}

.pcjt-section-12-2-flag-wrapper {
    display: inline-block;
}

.pcjt-section-12-2-flag {
    font-size: 14px;
}

.pcjt-section-12-2-direction-l .pcjt-section-12-2-flag:after {
    left: auto;
    right: -16px;
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(254, 254, 254);
    border-width: 8px;
}

.pcjt-section-12-2-direction-r .pcjt-section-12-2-flag:after {
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(254, 254, 254);
    border-width: 8px;
    left: -8px;
}

.pcjt-section-12-2-time-wrapper {
    display: inline;
    vertical-align: middle;
    margin: 0;
}

.pcjt-section-12-2-direction-l .pcjt-section-12-2-time-wrapper {
    float: left;
}

.pcjt-section-12-2-direction-r .pcjt-section-12-2-time-wrapper {
    float: right;
}

.pcjt-section-12-2-time {
    padding: 5px 10px;
}

.pcjt-section-12-2-direction-r .pcjt-section-12-2-desc {
    margin: 1em 0 0 0.75em;
}


/* Timeline */

.pcjt-section-13 {
    display: flex;
    flex-direction: column;
    background-color: var(--pcjt-purple);
    height: 100%;
}

.pcjt-section-13-1 {
    display: flex;
    flex-direction: column;
    padding: 2vw;
}

.pcjt-section-13-1-title-1 {
    display: flex;
    flex-direction: column;
    font-family: "Neo Sans Pro Light";
    color: var(--pcjt-white);
    font-size: 3vw;
}

.pcjt-section-13-1-title-2 {
    display: flex;
    flex-direction: column;
    font-family: "Neo Sans Pro Bold";
    color: var(--pcjt-yellow);
    font-size: 5vw;
}

.pcjt-section-13-2 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pcjt-section-13-2-1 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pcjt-section-13-2-1-swiper-container {
    width: 100%;
    height: 100%;
    padding: 0;
}

.pcjt-section-13-2-1-swiper-slide {
    font-family: "Neo Sans Pro Regular";
    text-align: center;
    color: var(--pcjt-white);
    /* background: #fff; */
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center center;
    background-size: contain 100%;
    background-repeat: no-repeat;
    height: 100%;
}

.pcjt-section-13-2-1-swiper-slide-text {
    width: 100%;
    text-align: center;
    padding: 4vw;
    font-size: 2vw;
    background-color: var(--pcjt-black);
    opacity: 0.7;
}

.pcjt-section-13-2-1-swiper-slide-1 {
    background-image: url("../images/news-highlights/1.jpg") !important;
    height: 100%;
}

.pcjt-section-13-2-1-swiper-slide-2 {
    background-image: url("../images/news-highlights/3.jpg") !important;
    height: 100%;
}

.pcjt-section-13-2-1-swiper-slide-3 {
    background-image: url("../images/news-highlights/4.jpg") !important;
    height: 100%;
}

.pcjt-section-13-2-1-swiper-slide-4 {
    background-image: url("../images/news-highlights/5.jpg") !important;
    height: 100%;
}

.pcjt-section-14 {
    display: flex;
    flex-direction: column;
    background-color: var(--pcjt-yellow);
    height: 100%;
}

.pcjt-section-14-1 {
    display: flex;
    flex-direction: column;
    padding: 2vw;
}

.pcjt-section-14-1-title-1 {
    display: flex;
    flex-direction: column;
    font-family: "Neo Sans Pro Light";
    color: var(--pcjt-white);
    font-size: 3vw;
}

.pcjt-section-14-1-title-2 {
    display: flex;
    flex-direction: column;
    font-family: "Neo Sans Pro Bold";
    color: var(--pcjt-purple);
    font-size: 5vw;
}

.pcjt-section-14-1-title-3 {
    display: flex;
    flex-direction: column;
    font-family: "Neo Sans Pro Bold";
    color: var(--pcjt-purple);
    font-size: 5vw;
}
.pcjt-section-14-1-title-4-1 {
    display: flex;
    flex-direction: column;
    font-family: "Neo Sans Pro Light";
    color: #fff;
    font-size: 5vw;
    font-weight: 600;
    text-align: center;
    line-height: 1;
}
.pcjt-section-14-1-title-4-2 {
    display: flex;
    flex-direction: column;
    font-family: "Neo Sans Pro Bold";
    color: #fff;
    font-size: 6vw;
    text-align: center;
    line-height: 1;
}

.pcjt-section-14-2 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pcjt-section-14-2-1 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pcjt-section-14-2-1-swiper-container {
    width: 100%;
    height: 100%;
    background: #000;
}

.pcjt-section-14-2-1-swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 32px;
    height: fit-content;
}

.pcjt-section-14-2-1-parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    /* width: 130%; */
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    /* background-image: url(""); */
}

.pcjt-section-14-2-1-title {
    font-size: 4vw;
    font-weight: 300;
    font-family: "Neo Sans Pro Bold";
}

.pcjt-section-14-2-1-subtitle {
    font-size: 3vw;
    font-family: "Neo Sans Pro Regular";
}

.pcjt-section-14-2-1-text {
    font-size: 1.3vw;
    max-width: 100%;
    line-height: 1.3;
    font-family: "Neo Sans Pro Light";
}

.pcjt-section-15 {
    display: flex;
    flex-direction: column;
    background-color: var(--pcjt-black);
    height: 100%;
}

.pcjt-section-15-1 {
    display: flex;
    flex-direction: column;
    padding: 2vw;
}

.pcjt-section-15-1-title-1 {
    display: flex;
    flex-direction: column;
    font-family: "Neo Sans Pro Light";
    color: var(--pcjt-white);
    font-size: 3vw;
}

.pcjt-section-15-1-title-2 {
    display: flex;
    flex-direction: column;
    font-family: "Neo Sans Pro Bold";
    color: var(--pcjt-yellow);
    font-size: 5vw;
}

.pcjt-section-15-1-title-3 {
    display: flex;
    flex-direction: column;
    font-family: "Neo Sans Pro Bold";
    color: var(--pcjt-yellow);
    font-size: 5vw;
}

.pcjt-section-15-2 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pcjt-section-15-2-slider-container {
    width: 100%;
    height: 100%;
    padding-top: 4vh;
}

.pcjt-section-15-2-slider {
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* width: 100%; */
    width: 20vw;
    height: 40vh;
}

.pcjt-section-15-2-slider-1 {
    background-image: url("../images/product-images/1.jpg");
}

.pcjt-section-15-2-slider-2 {
    background-image: url("../images/product-images/2.jpg");
}

.pcjt-section-15-2-slider-3 {
    background-image: url("../images/product-images/3.jpg");
}

.pcjt-section-16 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--pcjt-white);
    justify-content: center;
    height: 100%;
}

.pcjt-section-16-1 {
    display: flex;
    flex-direction: column;
    font-family: "Neo Sans Pro Bold";
    color: var(--pcjt-black);
    font-size: 3vw;
    text-align: center;
    padding: 2vw;
}

.pcjt-section-16-2 {
    display: flex;
    flex-direction: column;
    font-family: "Proxima Nova Light";
    color: var(--pcjt-black);
    font-size: 1.0vw;
    text-align: center;
    padding: 3vw;
    padding-top: 1vw;
}

.pcjt-section-16-3 {
    display: flex;
    flex-direction: row;
    background-color: var(--pcjt-white);
    padding: 1vw;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pcjt-section-16-3-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.8vw;
}

.pcjt-section-16-3-1:hover {
    animation-name: pcjt-section-16-3-link-animation;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.pcjt-section-16-3-link {
    text-decoration: none;
    font-size: 3vw;
    color: var(--pcjt-yellow);
}

.pcjt-section-16-3-text {
    text-decoration: none;
    font-size: 0.8vw;
    color: var(--pcjt-black);
    font-family: "Proxima Nova Light";
    cursor: pointer;
    text-align: center;
    padding-top: 1vw;
}

.pcjt-section-16-3-link:active {
    color: var(--pcjt-yellow);
}

.pcjt-section-16-3-link:link {
    color: var(--pcjt-yellow);
}

.pcjt-section-16-3-link:visited {
    color: var(--pcjt-yellow);
}

.pcjt-section-16-3-link:hover {
    color: var(--pcjt-black);
}

@keyframes pcjt-section-16-3-link-animation {
    0% {
        color: var(--pcjt-yellow);
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(-10deg);
    }
    20% {
        transform: rotate(10deg);
    }
    30% {
        transform: rotate(-5deg);
    }
    40% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        color: var(--pcjt-black);
    }
}

.pcjt-section-16-0 {
    display: flex;
    flex-direction: column;
    background-image: url("../images/background.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.pcjt-section-16-4 {
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/logo-black.png");
    background-size: contain;
    width: 100%;
    height: 25vh;
    padding: 1vw;
}

.pcjt-section-16-5 {
    display: flex;
    flex-direction: column;
}

.pcjt-section-16-5-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.2vw;
    font-family: "Neo Sans Pro Light";
    padding: 1vw;
    padding-bottom: 2vh;
    cursor: pointer;
}

.pcjt-section-16-5-1:hover {
    color: var(--pcjt-yellow);
}

.rm_container ul li{
    width: 375px!important;
    height: 46vh!important;
}
.war-hores-bg-1{
    background: #000;
    background-image: url('../../img/SOLDIER-1.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
}
.war-hores-bg-2{
    background: #000;
    background-image: url('../../img/SOLDIER-bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.branch-network{
    background: #000;
    background-image: url('../../img/branchs.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.pcjt-section-13-2-1-swiper-w-slide-1 {
    background-image: url("../../img/SOLDIER-2.jpg") !important;
    height: 100%;
}
.pcjt-section-13-2-1-swiper-w-slide-2 {
    background-image: url("../../img/SOLDIER-3.jpg") !important;
    height: 100%;
}
.war-next{
    width: 60px;
    height: 60px;
    border: 1px solid #456;
    border-radius: 100%;
}
.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}


@media screen and (max-width: 900px) {
    .pcjt-section-3{
        margin-top: 20px;
        text-align: center;
    }
    .pcjt-section-4-title-1 {
        font-size: 8vw;
    }
    .pcjt-section-4-title-2{
        font-size: 4vw;
    }
    .pcjt-section-5-item-1{
        font-size: 4vw;
    }
    .pcjt-section-5-item-2{
        font-size: 4vw;
    }
    .btn-btn1{
        font-size: 4vw;
    }
}