/* -----------------------------------------------------------
	common
----------------------------------------------------------- */
body {
    font-family: Helvetica, sans-serif;
    color: #121212;
    background: #D6E2C0;
}

.pl-0 {
    padding-left: 0;
}

img {
    max-width: 100%;
}

.page-content {
    min-height: calc(100vh - 252px);
}

a,
button,
.btn {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.over {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.over:hover {
    opacity: 0.7;
}

.mb-60 {
    margin-bottom: 60px;
}
/* start slideshow */
.vb-hidden {
    visibility: hidden;
}

.hs-wrapper {
    width: 100%;
    height: 243px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.hs-wrapper img {
    top: 0px;
    left: 0px;
    position: absolute;
    animation: showMe 2.1s linear infinite 0s forwards;
    animation-play-state: paused;
}

/* .hs-wrapper:hover img {
    animation-play-state: running;
}

.hs-wrapper:hover img {
    animation-play-state: paused;
} */

.hs-active {
    animation-play-state: running !important;
}

.hs-deactive {
    animation: none !important;
}

@keyframes showMe {
    0% {
        visibility: visible;
        z-index: 100;
    }

    17% {
        visibility: visible;
        z-index: 100;
    }

    55% {
        visibility: hidden;
        z-index: 0;
    }

    92% {
        visibility: visible;
        z-index: 100;
    }

    100% {
        visibility: visible;
        z-index: 100;
    }
}

.hs-wrapper img:nth-child(1) {
    animation-delay: 0.5s;
    z-index: 9;
}

.hs-wrapper img:nth-child(2) {
    animation-delay: 1s;
    z-index: 8;
}

.hs-wrapper img:nth-child(3) {
    animation-delay: 1.5s;
    z-index: 7;
}

.hs-wrapper img:nth-child(4) {
    animation-delay: 2s;
    z-index: 6;
}

@media only screen and (max-width: 1399px) {
    .hs-wrapper {
        height: 212px;
    }
}
@media only screen and (max-width: 1199px) {
    .hs-wrapper {
        height: 177px;
    }
}
@media only screen and (max-width: 991px) {
    .hs-wrapper {
        height: 132px;
    }
}
@media only screen and (max-width: 767px) {
    .hs-wrapper {
        height: 150px;
    }
}
@media only screen and (max-width: 575px) {
    .hs-wrapper {
        height: 56vw;
    }
}
/* end slideshow */

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1330px;
    }
}

.list-style-none {
    list-style: none !important;
}

.hover-style-1 {
    position: relative;
}
.hover-style-1:hover:after {
    width: 40px;
}
.hover-style-1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 3px;
    background: #D6E2C0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.hover-style-2 {
    position: relative;
}
.hover-style-2:hover:after {
    width: 100%;
}
.hover-style-2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 3px;
    background: #D6E2C0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.5s ease;
}

.btn-go-to-top {
    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;
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: auto;
    height: auto;
    -webkit-transform: translate(0, 200px);
    transform: translate(0, 200px);
    background: none;
    border: 0;
    outline: 0;
    border-radius: 50%;
    font-size: 50px;
    color: #fff;
    white-space: nowrap;
    padding: 0;
    z-index: 999;
}
.btn-go-to-top:hover {
    color: #D6E2CF;
}
.btn-go-to-top:hover circle {
    fill: #D6E2CF;
}
.btn-go-to-top.active {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.btn-go-to-top .txt {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    margin-right: 10px;
}
.btn-go-to-top svg {
    width: 1em;
    height: 1em;
}
.btn-go-to-top circle {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.txt {
    font-size: 14px;
    line-height: 1.7857142857;
}
@media only screen and (min-width: 768px) {
    .txt {
        font-size: 16px;
        line-height: 1.5625;
    }
}
.txt-sm {
    font-size: 13px;
}
@media only screen and (min-width: 768px) {
    .txt-sm {
        font-size: 14px;
        line-height: 1.7857142857;
    }
}
.txt-md {
    font-size: 18px;
    line-height: 1.3888888889;
}
.txt-bold {
    font-weight: bold;
}
.txt-price {
    font-weight: bold;
    color: #a7a7a7;
}

.w-auto {
    width: auto !important;
}

img.round-lg {
    border-radius: 12px;
}
@media only screen and (min-width: 768px) {
    img.round-lg {
        border-radius: 20px;
    }
}

.main-content .box-bg-white {
    background: white;
    border-radius: 20px;
    padding: 20px 15px;
}
@media only screen and (min-width: 1200px) {
    .main-content .box-bg-white {
        padding: 35px 30px;
    }
}
@media only screen and (min-width: 1400px) {
    .main-content .box-bg-white {
        padding: 50px;
    }
}

.box-nav-menu {
    background: white;
    padding: 15px;
    border-radius: 12px;
    position: sticky;
    top: 90px;
}
@media only screen and (min-width: 768px) {
    .box-nav-menu {
        padding: 20px;
        border-radius: 20px;
    }
}
.box-nav-menu .title {
    font-size: 14px;
    color: #a7a7a7;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
    .box-nav-menu .title {
        font-size: 16px;
    }
}
.box-nav-menu .nav {
    display: block;
}
.box-nav-menu .nav .nav-link {
    font-size: 13px;
    color: #a7a7a7;
    border: 0;
    background: none;
    padding: 3px 0;
}
@media only screen and (min-width: 768px) {
    .box-nav-menu .nav .nav-link {
        font-size: 14px;
    }
}
.box-nav-menu .nav .nav-link.active {
    color: #121212;
    font-size: 14px;
    font-weight: bold;
}
@media only screen and (min-width: 768px) {
    .box-nav-menu .nav .nav-link.active {
        font-size: 16px;
    }
}

/* -----------------------------------------------------------
	button
----------------------------------------------------------- */
.btn-dark {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 14px;
    color: #fff !important;
    background: #121212;
    border: 0;
    text-decoration: none;
    outline: 0;
    border-radius: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8.5px 20px;
}
.btn-dark:hover {
    color: #fff !important;
    background: #2c2c2c;
}
.btn-dark:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(18, 18, 18, 0.1);
    box-shadow: 0 0 0 0.25rem rgba(18, 18, 18, 0.1);
}
.btn-dark.btn-view-all {
    min-width: 160px;
}
.btn-dark.btn-view-all:hover .ic-arrow {
    left: 5px;
}
.btn-dark.btn-view-all .ic-arrow {
    position: relative;
    left: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-left: 15px;
}

.btn-slider-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #121212;
    outline: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn-slider-arrow:hover {
    background: #2c2c2c;
}
.btn-slider-arrow.swiper-button-disabled {
    cursor: not-allowed;
    background: #969696 !important;
}

/* -----------------------------------------------------------
	heading
----------------------------------------------------------- */
.title-lg {
    position: relative;
    padding-bottom: 8px;
    margin: 0 0 30px;
}
.title-lg.text-white:after {
    background: #fff;
}
.title-lg.text-white .lg {
    color: #fff;
}
.title-lg.text-white .md {
    color: #a7a7a7;
}
.title-lg:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25px;
    height: 5px;
    background: #121212;
    border-radius: 5px;
}
.title-lg .lg {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.1875;
    color: #121212;
}
/* .con-brand .title-lg .lg {
    color: #fff;
}
.con-brand .title-lg:after {
    background: #fff;
} */
@media only screen and (max-width: 1199px) {
    .title-lg .lg {
        font-size: 18px;
    }
}
@media only screen and (max-width: 991px) {
    .title-lg .lg {
        font-size: 16px;
    }
}
.title-lg .md {
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5625;
    color: #a7a7a7;
}
@media only screen and (max-width: 991px) {
    .title-lg .md {
        font-size: 14px;
    }
}
.title-lg.no-after::after {
    display: none;
}

.title-md {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 20px;
}
.title-md .no {
    color: #D6E2C0;
    padding-right: 5px;
}
@media only screen and (max-width: 1199px) {
    .title-md {
        font-size: 18px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 991px) {
    .title-md {
        font-size: 16px;
    }
}
.title-md a {
    color: #121212;
}

.title-sm {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5625;
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    .title-sm {
        font-size: 18px;
        line-height: 1.3888888889;
        margin-bottom: 15px;
    }
}
.title-sm a {
    color: #121212;
}

/* -----------------------------------------------------------
	.main-header
----------------------------------------------------------- */
@-webkit-keyframes translateDown {
    from {
        -webkit-transform: translateY(-700px);
        transform: translateY(-700px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes translateDown {
    from {
        -webkit-transform: translateY(-700px);
        transform: translateY(-700px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.main-header {
    position: relative;
    width: 100%;
    background: white;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /* padding: 26px 0; */
    z-index: 1000;
}
@media only screen and (max-width: 1199px) {
    .main-header {
        /* padding: 12px 0; */
    }
}
.main-header.fixed {
    position: fixed;
    top: -1px;
    left: 0;
    -webkit-transform: translateY(-700px);
    transform: translateY(-700px);
    -webkit-animation: translateDown 1s forwards;
    animation: translateDown 1s forwards;
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    border-bottom-color: transparent;
    padding: 0;
    z-index: 999;
    background: #fff !important;
}
.main-header.fixed .logo-header img {
    width: 230px;
}
@media only screen and (max-width: 991px) {
    .main-header.fixed .logo-header img {
        width: 250px;
    }
}
@media only screen and (max-width: 767px) {
    .main-header.fixed .logo-header img {
        width: 250px;
    }
}
@media only screen and (max-width: 575px) {
    .main-header.fixed .logo-header img {
        width: 200px;
    }
}
.main-header.fixed .main-nav > li > a:after {
    bottom: -19px;
}
.main-header .btn-menu {
    outline: 0;
    border: 0;
    line-height: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
.main-header .btn-menu:hover path {
    stroke: #e9d9b9;
}
.main-header .btn-menu path {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.main-header .box-navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
}
.main-header .box-navs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-header .main-nav > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}
@media only screen and (max-width: 1399px) {
    .main-header .main-nav > li {
        margin: 0;
    }
}
.main-header .main-nav > li > a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    color: #121212;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 10px;
}
@media only screen and (max-width: 1199px) {
    .main-header .main-nav > li > a {
        font-size: 15px;
        padding: 0 7px;
    }
}
@media only screen and (max-width: 1067px) {
    .main-header .main-nav > li > a {
        font-size: 13px;
    }
}
@media only screen and (max-width: 991px) {
    .main-header .main-nav > li > a {
        font-size: 15px;
    }
}
.main-header .main-nav > li > a.active,
.main-header .main-nav > li > a:hover {
    color: #D6E2C0;
}
.main-header .main-nav > li > a.active:after {
    width: 100%;
}
.main-header .main-nav > li > a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -19px;
    width: 0;
    height: 5px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-radius: 3px;
    background: #D6E2C0;
}
@media only screen and (max-width: 1199px) {
    .main-header .main-nav > li > a:after {
        bottom: -28px;
    }
}
.main-header .logo-header .logo-white {
    display: none;
}
.main-header .logo-header .logo-dark {
    display: block;
}

.logo-header {
    display: inline-block;
    vertical-align: middle;
}
.logo-header img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 230px;
}
@media only screen and (max-width: 1499px) {
    .news-title {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 1299px) {
    .news-title {
        font-size: 1.5rem;
    }
}
@media only screen and (max-width: 1199px) {
    .logo-header img {
        width: 250px;
    }
}
@media only screen and (max-width: 991px) {
    .news-title {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 767px) {
    .logo-header img {
        width: 250px;
    }
    .news-title {
        font-size: 0.7rem;
    }
}
@media only screen and (max-width: 575px) {
    .logo-header img {
        width: 230px;
    }
    .page-home .right {
        display: none;
    }
    .news-title {
        font-size: 0.6rem;
    }
}
@media only screen and (max-width: 414px) {
    .logo-header img {
        width: 80px;
    }
}
.page-home .main-header:not(.fixed) {
    position: static;
    top: 0;
    left: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
}
.page-home .main-header:not(.fixed) .btn-menu:hover path {
    stroke: #e9d9b9;
}
.page-home .main-header:not(.fixed) .btn-menu path {
    stroke: #0009;
}
.page-home .main-header:not(.fixed) .main-nav > li > a {
    color: #121212;
}
.page-home .main-header:not(.fixed) .main-nav > li > a.active,
.page-home .main-header:not(.fixed) .main-nav > li > a:hover {
    color: #D6E2C0;
}
.page-home .main-header:not(.fixed) .main-nav > li > a:after {
    display: none;
}
.page-home .main-header:not(.fixed) .logo-header .logo-white {
    display: block;
}
.page-home .main-header:not(.fixed) .logo-header .logo-dark {
    display: none;
}

/* -----------------------------------------------------------
	off canvas menu
----------------------------------------------------------- */
.offcanvas {
    background-color: whitesmoke;
}

.offcanvas.show {
    width: 100%;
    border: 0;
}
.offcanvas .main-nav {
    text-align: center;
    padding-left: 0;
}
.offcanvas .main-nav li {
    display: block;
    margin-bottom: 38px;
}
.offcanvas .main-nav li a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-weight: bold;
    font-size: 17px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}
.offcanvas .main-nav li a:hover,
.offcanvas .main-nav li a.active {
    color: #D6E2C0;
}
.offcanvas .main-nav li a:hover:after,
.offcanvas .main-nav li a.active:after {
    opacity: 1;
    width: 100%;
}
.offcanvas .main-nav li a:after {
    opacity: 0;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 3px;
    width: 0;
    background: #D6E2C0;
    border-radius: 2px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/* -----------------------------------------------------------
	.main-footer
----------------------------------------------------------- */
.main-footer {
    background: #000c;
    padding-bottom: 20px;
    position: relative;
}
.main-footer .box-text-lg {
    /* background: transparent url(../../images/bg-footer.png) no-repeat center
        center; */
    background-size: contain;
    text-align: center;
    padding: 30px 0;
}
.main-footer .logo img {
    max-width: 300px;
}
.main-footer .box-nav ul {
    list-style-type: none;
    text-align: center;
}
.main-footer .box-nav li {
    padding-bottom: 10px;
}
.main-footer .box-nav a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: unset;
    text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
    .main-footer .box-nav a {
        font-size: 12px;
    }
}
@media only screen and (max-width: 387px) {
    .main-footer .box-nav a {
        font-size: 11px;
    }
}
@media only screen and (max-width: 361px) {
    .main-footer .box-nav a {
        font-size: 10px;
    }
}
@media only screen and (max-width: 336px) {
    .main-footer .box-nav a {
        font-size: 9px;
    }
}
@media only screen and (max-width: 315px) {
    .main-footer .box-nav a {
        font-size: 8px;
    }
}
.main-footer .col-nav {
    padding-bottom: 0px;
}
.main-footer p {
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .main-footer .logo img {
        max-width: 250px;
    }
}

.nav-tabs {
    border-bottom: 0;
}
.nav-tabs .nav-link {
    outline: 0;
    font-weight: bold;
    font-size: 16px;
    color: #a7a7a7;
    background: #E7EFD7;
    border: 0;
    border-radius: 30px;
    padding: 6px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
    color: #121212;
    background: #D6E2C0;
}
.nav-tabs .nav-link.nav-link-white {
    background: #fff;
}
.nav-tabs .nav-link.nav-link-white:hover,
.nav-tabs .nav-link.nav-link-white.active {
    color: #121212;
    background: #D6E2C0;
}
@-webkit-keyframes animationOpenModal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes animationOpenModal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.modal {
    opacity: 0;
}
.modal.show {
    opacity: 1;
    -webkit-animation-name: animationOpenModal;
    animation-name: animationOpenModal;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

.modal-backdrop {
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
}
.modal-backdrop.show {
    opacity: 1;
    -webkit-animation-name: animationOpenModal;
    animation-name: animationOpenModal;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

/* -----------------------------------------------------------
	con-breadcrumb
----------------------------------------------------------- */
.con-breadcrumb {
    padding-top: 22px;
}
.con-breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.con-breadcrumb ul li {
    display: inline-block;
    vertical-align: middle;
}
.con-breadcrumb ul li .breadcrumb-link {
    font-weight: normal;
    font-size: 12px;
    line-height: 1.3333333333;
    color: #121212;
    text-decoration: none;
}
.con-breadcrumb ul li a.breadcrumb-link:hover {
    text-decoration: underline;
}
.con-breadcrumb ul li .ic-arrow {
    vertical-align: -0.3em;
    color: #121212;
    margin: 0 12px;
}
.con-breadcrumb ul li span span {
    font-weight: bold;
}

/* -----------------------------------------------------------
	.con-home-slider
----------------------------------------------------------- */
.con-home-slider {
    position: relative;
    max-height: calc(100vh - 102px);
    background: #fff;
}
.con-home-slider .box-slider {
    color: #fff;
}
.con-home-slider .swiper-pagination {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: auto;
    top: auto;
    width: auto;
    z-index: 2;
}
@media only screen and (max-width: 991px) {
    .con-home-slider .swiper-pagination {
        left: 20px;
        bottom: 20px;
    }
}
.con-home-slider .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cecece;
    margin-right: 10px;
    margin-left: 0;
}
.con-home-slider
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    background: #D6E2C0;
}
.con-home-slider .swiper-slide {
    position: relative;
}
/* .con-home-slider .swiper-slide:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 18, 18, 0.3);
    z-index: 2;
} */
.con-home-slider .img-thumb {
    /* display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    padding-bottom: 56.2%; */
    
    width: 100%;
    max-height: calc(100vh - 102px);
    object-fit: contain;
}
@media only screen and (max-width: 767px) {
    .con-home-slider .img-thumb {
        /* padding-bottom: 70%; */
    }
}
@media only screen and (max-width: 575px) {
    .con-home-slider .img-thumb {
        /* padding-bottom: 120%; */
    }
}
.con-home-slider .box-barcode,
.con-home-slider .box-detail-top {
    position: absolute;
    top: 164px;
    z-index: 3;
}
@media only screen and (max-width: 1199px) {
    .con-home-slider .box-barcode,
    .con-home-slider .box-detail-top {
        top: 110px;
    }
}
@media only screen and (max-width: 991px) {
    .con-home-slider .box-barcode,
    .con-home-slider .box-detail-top {
        top: 90px;
    }
}
@media only screen and (max-width: 767px) {
    .con-home-slider .box-barcode,
    .con-home-slider .box-detail-top {
        right: 15px;
    }
}
.con-home-slider .box-barcode {
    right: 30px;
}
.con-home-slider .box-barcode .txt {
    font-size: 12px;
    line-height: 1.3333333333;
    color: #fff;
    margin-bottom: 10px;
}
.con-home-slider .box-barcode .img-barcode {
    width: 193px;
}
@media only screen and (max-width: 1399px) {
    .con-home-slider .box-barcode .img-barcode {
        width: 100px;
    }
}
@media only screen and (max-width: 991px) {
    .con-home-slider .box-barcode .img-barcode {
        width: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .con-home-slider .box-barcode .img-barcode {
        width: 50px;
    }
}
@media only screen and (max-width: 575px) {
    .con-home-slider .box-barcode .img-barcode {
        width: 12vw;
    }
}
.con-home-slider .box-detail-top {
    left: 0;
    width: 100%;
    padding: 0 30px;
}
@media only screen and (max-width: 767px) {
    .con-home-slider .box-detail-top {
        padding: 0 15px;
    }
}
.con-home-slider .box-detail-bottom {
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 100%;
    text-align: left;
    padding: 0 30px;
}
@media only screen and (max-width: 1199px) {
    .con-home-slider .box-detail-bottom {
        bottom: 0%;
    }
}
@media only screen and (max-width: 767px) {
    .con-home-slider .box-detail-bottom {
        padding: 0 15px;
    }
}
.con-home-slider .txt-lg {
    font-size: 96px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 15px;
}
@media only screen and (max-width: 1599px) {
    .con-home-slider .txt-lg {
        font-size: 80px;
    }
}
@media only screen and (max-width: 1399px) {
    .con-home-slider .txt-lg {
        font-size: 70px;
    }
}
@media only screen and (max-width: 1199px) {
    .con-home-slider .txt-lg {
        font-size: 60px;
    }
}
@media only screen and (max-width: 991px) {
    .con-home-slider .txt-lg {
        font-size: 45px;
    }
}
@media only screen and (max-width: 767px) {
    .con-home-slider .txt-lg {
        font-size: 35px;
    }
}
@media only screen and (max-width: 575px) {
    .con-home-slider .txt-lg {
        font-size: 8vw;
    }
}
.con-home-slider .txt-sub-lg {
    font-size: 48px;
    margin-bottom: 11vw;
}
@media only screen and (max-width: 1599px) {
    .con-home-slider .txt-sub-lg {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1399px) {
    .con-home-slider .txt-sub-lg {
        font-size: 35px;
        margin-bottom: 4vw;
    }
}
@media only screen and (max-width: 1199px) {
    .con-home-slider .txt-sub-lg {
        font-size: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .con-home-slider .txt-sub-lg {
        font-size: 25px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .con-home-slider .txt-sub-lg {
        font-size: 21px;
    }
}
@media only screen and (max-width: 575px) {
    .con-home-slider .txt-sub-lg {
        font-size: 5vw;
    }
}
.con-home-slider .txt-md {
    display: table;
    font-size: 48px;
    line-height: 1.4583333333;
    border-top: 1px solid #a7a7a7;
    padding: 20px 40px 0 20px;
}
@media only screen and (max-width: 1599px) {
    .con-home-slider .txt-md {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1399px) {
    .con-home-slider .txt-md {
        font-size: 35px;
    }
}
@media only screen and (max-width: 1199px) {
    .con-home-slider .txt-md {
        font-size: 26px;
        padding: 10px 20px 0 10px;
    }
}
@media only screen and (max-width: 991px) {
    .con-home-slider .txt-md {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .con-home-slider .txt-md {
        font-size: 18px;
    }
}
@media only screen and (max-width: 575px) {
    .con-home-slider .txt-md {
        font-size: 4vw;
    }
}
.con-home-slider .txt-md span {
    font-weight: bold;
    color: #e9d9b9;
}

/* -----------------------------------------------------------
	.con-camper-lifestyle
----------------------------------------------------------- */
.con-camper-lifestyle {
    background: #E7EFD7;
    padding: 20px 0 20px;
}
@media only screen and (max-width: 767px) {
    .con-camper-lifestyle {
        padding: 40px 0 10px;
    }
}
.con-camper-lifestyle.for-news .box-list .item .title-item {
    margin-bottom: 10px;
}
.con-camper-lifestyle.four-columns .box-list .list .item .box-thumb img {
    height: 182px;
}
@media only screen and (max-width: 1399px) {
    .con-camper-lifestyle.four-columns .box-list .list .item .box-thumb img {
        height: 154px;
    }
}
@media only screen and (max-width: 1199px) {
    .con-camper-lifestyle.four-columns .box-list .list .item .box-thumb img {
        height: 127px;
    }
}
@media only screen and (max-width: 991px) {
    .con-camper-lifestyle.four-columns .box-list .list .item .box-thumb img {
        height: 132px;
    }
}
@media only screen and (max-width: 767px) {
    .con-camper-lifestyle.four-columns .box-list .list .item .box-thumb img {
        height: 148px;
    }
}
@media only screen and (max-width: 575px) {
    .con-camper-lifestyle.four-columns .box-list .list .item .box-thumb img {
        height: 56vw;
    }
}
.con-camper-lifestyle .box-list {
    overflow: hidden;
}
.con-camper-lifestyle .box-list .list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
}
@media only screen and (max-width: 991px) {
    .con-camper-lifestyle .box-list .list {
        margin-left: -10px;
        margin-right: -10px;
    }
}
.con-camper-lifestyle .box-list .item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
    .con-camper-lifestyle .box-list .item {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.con-camper-lifestyle .box-list .item a {
    text-decoration: none;
}
.con-camper-lifestyle .box-list .item .box-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 10px;
}
.con-camper-lifestyle .box-list .item .box-thumb img {
    height: 182px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media only screen and (max-width: 1399px) {
    .con-camper-lifestyle .box-list .item .box-thumb img {
        height: 140px;
    }
}
@media only screen and (max-width: 1199px) {
    .con-camper-lifestyle .box-list .item .box-thumb img {
        height: 110px;
    }
}
@media only screen and (max-width: 991px) {
    .con-camper-lifestyle .box-list .item .box-thumb img {
        height: 110px;
    }
}
@media only screen and (max-width: 767px) {
    .con-camper-lifestyle .box-list .item .box-thumb img {
        height: 120px;
    }
}
@media only screen and (max-width: 575px) {
    .con-camper-lifestyle .box-list .item .box-thumb img {
        height: 56vw;
    }
}
.con-camper-lifestyle .box-list .item .title-item {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
    .con-camper-lifestyle .box-list .item .title-item {
        font-size: 18px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 991px) {
    .con-camper-lifestyle .box-list .item .title-item {
        font-size: 16px;
    }
}
.con-camper-lifestyle .box-list .item .title-item a {
    color: #121212;
}
.con-camper-lifestyle .box-list .item .txt {
    font-size: 16px;
    line-height: 1.5625;
}
@media only screen and (max-width: 991px) {
    .con-camper-lifestyle .box-list .item .txt {
        font-size: 14px;
    }
}
.con-camper-lifestyle .box-list .item .txt-date {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5625;
    color: #a7a7a7;
}
@media only screen and (max-width: 991px) {
    .con-camper-lifestyle .box-list .item .txt-date {
        font-size: 14px;
    }
}
.page-lifestyle {
    padding: 0;
}
/* -----------------------------------------------------------
	.con-lineup
----------------------------------------------------------- */
.con-lineup {
    padding: 30px 0 20px;
}
.lineup-box {
    background: #fbfdfc;
    border-radius: 20px;
    padding: 10px;
    height: 100%;
}
@media only screen and (max-width: 767px) {
    .con-lineup {
        padding: 40px 0 10px;
    }
}
.con-lineup .box-list {
    overflow: hidden;
}
.con-lineup .box-list .list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
}
@media only screen and (max-width: 991px) {
    .con-lineup .box-list .list {
        margin-left: -10px;
        margin-right: -10px;
    }
}
.con-lineup .box-list .item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
    .con-lineup .box-list .item {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.con-lineup .box-list .item a {
    text-decoration: none;
}
.con-lineup .box-list .item .box-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
}
.con-lineup .box-list .item .box-thumb img {
    height: 243px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media only screen and (max-width: 1399px) {
    .con-lineup .box-list .item .box-thumb img {
        height: 212px;
    }
}
@media only screen and (max-width: 1199px) {
    .con-lineup .box-list .item .box-thumb img {
        height: 177px;
    }
}
@media only screen and (max-width: 991px) {
    .con-lineup .box-list .item .box-thumb img {
        height: 132px;
    }
}
@media only screen and (max-width: 767px) {
    .con-lineup .box-list .item .box-thumb img {
        height: 150px;
    }
}
@media only screen and (max-width: 575px) {
    .con-lineup .box-list .item .box-thumb img {
        height: 56vw;
    }
}
.con-lineup .box-list .item .title-item {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 19px;
}
.con-lineup .box-list .item .title-item p{
    font-weight: 400;
    font-size: 16px;
}
@media only screen and (max-width: 1199px) {
    .con-lineup .box-list .item .title-item {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 991px) {
    .con-lineup .box-list .item .title-item {
        font-size: 16px;
    }
    .con-lineup .box-list .item .title-item p {
        font-size: 14px;
    }
}
.con-lineup .box-list .item .title-item a {
    color: #121212;
}
.con-lineup .box-list .item .txt {
    font-size: 16px;
    line-height: 1.5625;
}
@media only screen and (max-width: 991px) {
    .con-lineup .box-list .item .txt {
        font-size: 14px;
    }
}
.con-lineup .table tr th,
.con-lineup .table tr td {
    font-size: 16px;
    line-height: 1.5625;
}
@media only screen and (max-width: 991px) {
    .con-lineup .table tr th,
    .con-lineup .table tr td {
        font-size: 14px;
    }
}
.con-lineup .table tr th {
    width: 26%;
    color: #a7a7a7;
    font-weight: bold;
    padding-left: 0;
}
@media only screen and (max-width: 1199px) {
    .con-lineup .table tr th {
        width: 30%;
    }
}
/* -----------------------------------------------------------
	.con-brand
----------------------------------------------------------- */
.con-brand {
    background: transparent url(../../images/bg-brand.jpg) no-repeat center top;
    padding: 30px 0 50px;
    background-size: cover;
}
.con-about-us {
    background: #E7EFD7;
    padding: 30px 0 20px;
}
.con-lineup {
    background: #E7EFD7;
    padding: 30px 0 20px;
}
.coming-soon {
    width: 182px;
}
@media only screen and (max-width: 1200px) {
    .content-location .coming-soon {
        width: 65% !important;
        top: 26% !important;
        left: 25% !important;
    }
}
@media only screen and (max-width: 991px) {
    .coming-soon {
        width: 149px;
    }

    .content-location .coming-soon {
        width: 35% !important;
    }
}
@media only screen and (max-width: 767px) {
    .con-brand {
        padding: 40px 0;
    }
    .coming-soon {
        width: 146px;
    }

    .content-location .coming-soon {
        width: 45% !important;
    }
}
@media only screen and (max-width: 320px) {
    .coming-soon {
        width: 140px;
    }

    .content-location .coming-soon {
        width: 65% !important;
        top: 25% !important;
        left: 25% !important;
    }
}
.con-brand .swiper-slide {
    overflow: hidden;
    border-radius: 5px;
}

/* -----------------------------------------------------------
	.con-lifestyle
----------------------------------------------------------- */
.con-lifestyle {
    background: #E7EFD7;
    padding: 30px 0 100px;
}

.lifestyle-box {
    background: #fbfdfc;
    border-radius: 20px;
    padding: 10px;
    height: 100%;
}

.con-lifestyle .title-item {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.25;
    margin-top: 10px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
    .con-lifestyle .title-item {
        font-size: 18px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 991px) {
    .con-lifestyle .title-item {
        font-size: 16px;
    }
}
.con-lifestyle .title-item a {
    color: #121212;
    text-decoration: none;
}
.con-lifestyle .txt {
    font-size: 16px;
    line-height: 1.5625;
}
@media only screen and (max-width: 991px) {
    .con-lifestyle .txt {
        font-size: 14px;
    }
}
.con-lifestyle .txt-date {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5625;
    color: #a7a7a7;
}
@media only screen and (max-width: 991px) {
    .con-lifestyle .txt-date {
        font-size: 14px;
    }
}

/* -----------------------------------------------------------
	.con-location
----------------------------------------------------------- */
.con-location {
    background: #fbfdfc;
    padding: 30px 0 100px;
}
.con-location .col-nav {
    max-height: calc(100vh - 245px);
}
@media only screen and (max-width: 1199px) {
    .con-location {
        padding-bottom: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .con-location {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 991px) {
    .con-location .col-nav {
        margin-bottom: 30px;
    }
}
.con-location .nav-tabs {
    margin-bottom: 10px;
}
.con-location .nav-tabs .nav-link {
    margin-bottom: 10px;
}
.con-location .box-nav {
    min-height: 781px;
}
@media only screen and (max-width: 1399px) {
    .con-location .box-nav {
        min-height: 700px;
    }
}
@media only screen and (max-width: 1199px) {
    .con-location .box-nav {
        min-height: 600px;
    }
}
@media only screen and (max-width: 991px) {
    .con-location .box-nav {
        min-height: 0;
    }
}
.con-location .mCSB_scrollTools .mCSB_draggerRail {
    background: none;
}
.con-location .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    opacity: 0;
    width: 6px;
    background: #a7a7a7;
}
.con-location .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
    background: #8e8e8e;
}
.con-location .box-list {
    height: 726px;
}
@media only screen and (max-width: 1399px) {
    .con-location .box-list {
        height: 650px;
    }
}
@media only screen and (max-width: 1199px) {
    .con-location .box-list {
        height: 550px;
    }
}
@media only screen and (max-width: 991px) {
    .con-location .box-list {
        height: 400px;
    }
}
.con-location
    .box-list:hover
    .mCSB_scrollTools
    .mCSB_dragger
    .mCSB_dragger_bar {
    opacity: 1;
}
.con-location .box-list .list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.con-location .box-list .item {
    border: 2px solid transparent;
    border-radius: 20px;
    margin-bottom: 35px;
    cursor: pointer;
    padding: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.con-location .box-list .item:hover {
    border-color: #D6E2C0;
}
.con-location .box-list .item .box-thumb {
    margin-bottom: 10px;
}
.con-location .box-list .item .box-thumb img {
    width: 70%;
    height: 150px;
    margin-left: 15%;
    border-radius: 10px;
}
@media only screen and (max-width: 1199px) {
    .con-location .box-list .item .box-thumb img {
        height: 110px;
    }
}
@media only screen and (max-width: 991px) {
    .con-location .box-list .item .box-thumb img {
        height: 250px;
    }
}
@media only screen and (max-width: 767px) {
    .con-location .box-list .item .box-thumb img {
        height: 170px;
    }
}
@media only screen and (max-width: 460px) {
    .con-location .box-list .item .box-thumb img {
        height: 161px;
    }
}
@media only screen and (max-width: 403px) {
    .con-location .box-list .item .box-thumb img {
        height: 151px;
    }
}
@media only screen and (max-width: 385px) {
    .con-location .box-list .item .box-thumb img {
        height: 139px;
    }
}
@media only screen and (max-width: 290px) {
    .con-location .box-list .item .box-thumb img {
        height: 100px;
    }
}
.con-location .box-list .item .title-item {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3888888889;
    color: #121212;
}
.con-location .box-list .item .type {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #a7a7a7;
}
@media only screen and (max-width: 991px) {
    .con-location .box-list .item .title-item {
        font-size: 16px;
    }
}
.con-location .box-list .item .table tr th,
.con-location .box-list .item .table tr td {
    font-size: 14px;
    line-height: 1.5;
}
.con-location .box-list .item .table tr th {
    width: 26%;
    color: #a7a7a7;
    font-weight: bold;
    padding-left: 0;
}
@media only screen and (max-width: 1199px) {
    .con-location .box-list .item .table tr th {
        width: 30%;
    }
}
.con-location .box-map {
    position: relative;
    height: 100%;
    max-height: calc(100vh - 245px);
}
.con-location .box-list {
    max-height: calc(100vh - 346px);
}
@media only screen and (max-width: 991px) {
    .con-location .box-map {
        height: 450px;
    }
}
@media only screen and (max-width: 767px) {
    .con-location .box-map {
        height: auto;
        padding-bottom: 80%;
    }
}
.con-location .box-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

/* -----------------------------------------------------------
	.con-news-detail
----------------------------------------------------------- */
.con-news-detail .title-lg {
    margin-bottom: 10px;
}
.con-news-detail .title-lg .md {
    margin-top: 8px;
}
.con-news-detail .main-content {
    max-width: 1125px;
    margin: 0 auto;
}
.con-news-detail .box-full-img img.img-rec-lg {
    border: 1px solid #D6E2CF;
}

/* -----------------------------------------------------------
	.con-lineup
----------------------------------------------------------- */
.page-lineup {
    padding: 0;
}
.page-lineup .list {
    list-style: none;
    padding: 0;
}
.page-lineup .box-list {
    overflow: hidden;
}
.page-lineup .box-list .list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
}
@media only screen and (max-width: 991px) {
    .page-lineup .box-list .list {
        margin-left: -10px;
        margin-right: -10px;
    }
}
.page-lineup .box-list .item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
    .page-lineup .box-list .item {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.page-lineup .box-list .item a {
    text-decoration: none;
}
.page-lineup .box-list .item .box-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 10px;
}
.page-lineup .box-list .item .title-item {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3888888889;
    margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
    .page-lineup .box-list .item .title-item {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 991px) {
    .page-lineup .box-list .item .title-item {
        font-size: 16px;
    }
}
.page-lineup .box-list .item .title-item a {
    color: #121212;
}
.page-lineup .box-list .item .txt {
    font-size: 16px;
    line-height: 1.5625;
}
@media only screen and (max-width: 991px) {
    .page-lineup .box-list .item .txt {
        font-size: 14px;
    }
}
.page-lineup .box-list.list-long-size .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
@media only screen and (min-width: 576px) {
    .page-lineup .box-list.list-long-size .col {
        max-width: 50%;
    }
}
@media only screen and (min-width: 768px) {
    .page-lineup .box-list.list-long-size .col {
        max-width: 33.3%;
    }

    .item-lifestyle {
        margin-left: -20px;
    }
}
@media only screen and (min-width: 992px) {
    .page-lineup .box-list.list-long-size .col {
        max-width: 25%;
    }
}
@media only screen and (min-width: 1200px) {
    .page-lineup .box-list.list-long-size .col {
        max-width: 20%;
    }

    .item-lifestyle {
        margin-left: -55px;
    }
}
.page-lineup .box-lineup {
    border-top: 1px solid #a7a7a7;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
    .page-lineup .box-lineup {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.page-lineup .box-lineup:first-child {
    border-top: 0;
    padding-top: 0;
}
.page-lineup .box-lineup .box-video {
    border-radius: 20px;
    overflow: hidden;
}
.page-lineup .box-lineup .box-video iframe {
    height: 350px;
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .page-lineup .box-lineup .box-video iframe {
        height: 400px;
    }
}
@media only screen and (min-width: 992px) {
    .page-lineup .box-lineup .box-video iframe {
        height: 480px;
    }
}
@media only screen and (min-width: 1200px) {
    .page-lineup .box-lineup .box-video iframe {
        height: 582px;
    }
}
.page-lineup .main-content--lineup {
    background: #fbfdfc;
    /* background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fbfdfc),
        to(#f7f6f2)
    );
    background: linear-gradient(to bottom, #fbfdfc, #f7f6f2); */
    padding-top: 20px;
    padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
    .page-lineup .main-content--lineup {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.icon-instagram {
    margin-right: 15px;
}
.page-lineup .box-lineup .box-list .item .box-thumb,
.page-lineup .box-lineup .list .img,
.page-lineup .main-content--lineup .box-list .item .box-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.page-lineup .box-lineup .box-list .item .box-thumb img,
.page-lineup .box-lineup .list .img img,
.page-lineup .main-content--lineup .box-list .item .box-thumb img {
    height: 186px;
    -o-object-fit: cover;
    object-fit: cover;
}
.img-barcode-small {
    width: 100px !important;
}
#img-barcode {
    width: 25px;
}
.img-logo-social {
    width: 30px;
}
.img-logo-jcta,.img-logo-jrva {
    width: 80px;
}
.img-logo-jcta-mobile,.img-logo-jrva-mobile {
    width: 80px;
}
@media only screen and (max-width: 1453px) {
    .img-logo-jcta,.img-logo-jrva {
        width: 65px;
    }
}
@media only screen and (max-width: 1399px) {
    .page-lineup .box-lineup .box-list .item .box-thumb img,
    .page-lineup .box-lineup .list .img img,
    .page-lineup .main-content--lineup .box-list .item .box-thumb img {
        height: 158px;
    }
}
@media only screen and (max-width: 1199px) {
    .page-lineup .box-lineup .box-list .item .box-thumb img,
    .page-lineup .box-lineup .list .img img,
    .page-lineup .main-content--lineup .box-list .item .box-thumb img {
        height: 131px;
    }
    .img-barcode:hover {
        transform: translate(0, 0) scale(5);
        transition: all .15s;
    }
}
@media only screen and (max-width: 1562px) {
    .img-logo-jcta,.img-logo-jrva {
        width: 50px;
    }
    .img-logo-social {
        width: 25px;
    }
    #img-barcode, #img-barcode-footer {
        width: 21px !important;
    }
}
@media only screen and (max-width: 1020px) {
    .img-logo-social {
        width: 22px;
    }
}
@media only screen and (max-width: 1453px) {
    .img-logo-jcta,.img-logo-jrva {
        width: 39px;
    }
}
@media only screen and (max-width: 767px) {
    .page-lineup .box-lineup .box-list .item .box-thumb img,
    .page-lineup .box-lineup .list .img img,
    .page-lineup .main-content--lineup .box-list .item .box-thumb img {
        height: 148px;
    }
}
@media only screen and (max-width: 575px) {
    .page-lineup .box-lineup .box-list .item .box-thumb img,
    .page-lineup .box-lineup .list .img img,
    .page-lineup .main-content--lineup .box-list .item .box-thumb img {
        height: 56vw;
    }
}

.img-barcode:hover {
    transform: translate(0, 90%) scale(5);
    transition: all .15s;
}

#nav-link-barcode::after {
    content: none !important;
}
#nav-link-barcode {
    z-index: 10;
}
#nav-link-barcode img {
    width: 21px !important;
}

.main-header {
    background-color: #fff !important;
}

@media only screen and (max-width: 767px) {
    .btn_all, .btn-location-view-more, .btn-location-view-less, .btn-line-up-view-more, .btn-line-up-view-less{
        font-size: 12px;
    }
}

@media only screen and (max-width: 404px) {
    .btn_all, .btn-location-view-more, .btn-location-view-less, .btn-line-up-view-more, .btn-line-up-view-less{
        font-size: 12px;
    }
}
.con-camper-about-us {
    background: #E7EFD7;
}
.con-camper-about-us td {
    border-left: 0;
    border-right: 0;
    padding: 10px
}

.nav-link-menu {
    padding: 0.5rem !important;
}

.page-link  {
    color: #121212;
}

.page-link:hover, .page-link:focus {
    color: #121212;
}

.page-item.active .page-link {
    background-color: #121212;
    border-color: #121212;
}

#contact {
    background: transparent url(../../images/bg-brand.jpg) no-repeat center top;
    height: 150px;
    padding-top: 70px;
    background-size: cover;
}

#contact a {
    text-decoration: none;
}

#contact img {
    margin-bottom: 1.5px;
}

#contact span {
    margin-left: 5px;
    font-size: 16px;
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    .wrap-barcode {
        margin-top: 0 !important;
    }
    .wrap-blog {
        margin-top: 1px !important;
    }
}

.wrap-box-nav {
    display: flex;
    justify-content: center;
    width: 100%;
}

.wrap-box-nav .box-nav {
    width: 100%;
}

.seven-cols .col-sm-1, .seven-cols .col-sm-2 {
    width: 14.285714285714285714285714285714%;
}

.seven-cols .col-sm-4 {
    width: 28.5714286%;
}

@media only screen and (max-width: 1199px) {
    .seven-cols .col-sm-2 {
        width: 17%;
    }
    .seven-cols .col-sm-1 {
        width: 12%;
    }
}

@media only screen and (max-width: 767px) {
    .seven-cols .col-sm-1, .seven-cols .col-sm-2, .seven-cols .col-sm-4 {
        width: 25%;
    }

    .wrap-page-bottom div {
        width: 30%;
    }
}
@media only screen and (max-width: 479px) {
    .seven-cols .col-sm-1 {
        width: 19%;
    }
    .seven-cols .col-sm-2 {
        width: 31%;
    }
}

.wrap-page-bottom {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 1199px) {
    .wrap-page-bottom .col-2 {
        width: 21%;
    }
}

@media only screen and (max-width: 991px) {
    .wrap-page-bottom a {
        font-size: 14px;
    }

    .wrap-page-bottom .col-2 {
        width: 24%;
    }
}

@media only screen and (max-width: 408px) {
    .wrap-page-bottom a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 381px) {
    .wrap-page-bottom div {
        width: 40%;
    }
}

.contact-fixed {
    height:75px !important;
    padding-top: 30px !important;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-transform: translateY(-0px);
    transform: translateY(-0px);
    -webkit-transition: 1s forwards;
    transition: 1s forwards;
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
}

.header-contact {
    background-color: #D6E2C0;
    padding: 6px 5px 6px 5px;
    border-radius: 5px;
}

.header-contact a {
    font-weight: 900 !important;
}

.header-contact a:hover {
    color: #E7EFD7 !important;
}

.footer-contact {
    margin-top: -15px;
    margin-bottom: 30px;
}

.footer-contact a {
    background-color: #D6E2C0;
    padding: 8px 15px 8px 15px;
    border-radius: 5px;
    color: #000;
    text-decoration: none;
    font-weight: 900;
}

.footer-contact a:hover {
    color: #E7EFD7 !important;
}

.offcanvas .header-contact {
    background-color: transparent;
}

.offcanvas .header-contact a{
    background-color: #D6E2C0;
    padding: 10px;
    border-radius: 5px;
}

.wrap-page-bottom .col-first {
    width: 13.5%;
}

.wrap-page-bottom .col-second {
    width: 21%;
}

@media only screen and (max-width: 1199px) {
    .wrap-page-bottom .col-first {
        width: 19%;
    }
    
    .wrap-page-bottom .col-second {
        width: 29%;
    }
}

@media only screen and (max-width: 991px) {
    .wrap-page-bottom .col-first {
        width: 28%;
    }
    
    .wrap-page-bottom .col-second {
        width: 40%;
    }
}

@media only screen and (max-width: 471px) {
    .wrap-page-bottom .col-first {
        width: 44%;
    }
    
    .wrap-page-bottom .col-second {
        width: 63%;
    }
}

.main-header .main-nav-left > li > a {
    font-size: 15px;
}
@media only screen and (max-width: 1521px) {
    .main-header .main-nav-left > li > a {
        font-size: 14px;
        padding: 0 7px;
    }
}
@media only screen and (max-width: 1405px) {
    .main-header .main-nav-left > li > a {
        padding: 0 6px;
    }
}
@media only screen and (max-width: 1225px) {
    .main-header .main-nav-left > li > a {
        font-size: 13px;
    }
}
@media only screen and (max-width: 1169px) {
    .main-header .main-nav-left > li > a {
        padding: 0 5px;
    }
}
@media only screen and (max-width: 1149px) {
    .main-header .main-nav-left > li > a {
        font-size: 12px;
    }
}
@media only screen and (max-width: 1093px) {
    .main-header .main-nav-left > li > a {
        padding: 0 4px;
    }
}
@media only screen and (max-width: 1073px) {
    .main-header .main-nav-left > li > a {
        font-size: 11px;
    }
}
@media only screen and (max-width: 1017px) {
    .main-header .main-nav-left > li > a {
        padding: 0 3px;
    }
}
@media only screen and (max-width: 997px) {
    .main-header .main-nav-left > li > a {
        padding: 0 2px;
    }
}
@media only screen and (max-width: 991px) {
    .main-header .main-nav-left > li > a {
        padding: 0 5px;
    }
}
@media only screen and (max-width: 657px) {
    .main-header .main-nav-left > li > a {
        padding: 0 4px;
    }
}
@media only screen and (max-width: 647px) {
    .main-header .main-nav-left > li > a {
        padding: 0 3px;
    }
}
@media only screen and (max-width: 637px) {
    .main-header .main-nav-left > li > a {
        padding: 0 2px;
    }
}
@media only screen and (max-width: 627px) {
    .main-header .main-nav-left > li > a {
        padding: 0 1px;
    }
}
@media only screen and (max-width: 617px) {
    .main-header .main-nav-left > li > a {
        font-size: 10px;
        padding: 0 1px;
    }
}
@media only screen and (max-width: 589px) {
    .main-header .main-nav-left > li > a {
        font-size: 9px;
    }
}
@media only screen and (max-width: 469px) {
    .main-header .main-nav-left > li > a {
        font-size: 8px;
    }
}
@media only screen and (max-width: 441px) {
    .main-header .main-nav-left > li > a {
        font-size: 7px;
    }

    #logo-home img, .offcanvas-header .logo-header img {
        width: 70%;
    }
}
@media only screen and (max-width: 353px) {
    .main-header .main-nav-left > li > a {
        font-size: 6px;
    }
}
@media only screen and (max-width: 325px) {
    .main-header .main-nav-left > li > a {
        font-size: 5px;
    }
}

@media only screen and (max-width: 991px) {
    #logo-home {
        width: 90%;
    }
}
@media only screen and (max-width: 866px) {
    #logo-home {
        width: 85%;
    }
}
@media only screen and (max-width: 501px) {
    #logo-home {
        width: 75%;
    }
}