@charset "utf-8";
/* CSS Document */
*, ::after, ::before {
    box-sizing: initial;
}

.advan-solution *, .advan-solution *::before, .advan-solution *::after {
    box-sizing: border-box !important;
}
/*----------------------------------------
  modules - color settings
----------------------------------------*/
.border {
    border: 1px solid #ccc;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-2 {
    border-bottom: 2px solid;
}

.border-top-2 {
    border-top: 2px solid;
}

.border-bottom-3 {
    border-bottom: 3px solid;
}

.border-bottom-4 {
    border-bottom: 4px solid;
}

.border-primary {
    border-color: #cccccc !important;
}

.border-blue {
    border-color: #004280;
}

.border-secondary {
    border-color: #546f87 !important;
}

.border-shade {
    border-color: #e5e5e5;
}

.bg-grayBlue {
    background-color: #385572;
}

.bg-dark {
    background-color: #cccccc;
}

.bg-light {
    background-color: #f3f3f3;
}

a.text-primary {
    color: #004280 !important;
    /*color: #265e93!important;*/
    text-decoration: none;
}

    a.text-primary:hover {
        color: #004280 !important;
    }
/*----------------------------------------
  modules - site-title
----------------------------------------*/
.adv-site-title {
    height: 108px;
    position: absolute;
    line-height: 1.2em;
    z-index: 500;
    top: 40px;
    width: 100%;
    max-width: 600px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .adv-site-title {
        top: 25px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
/*----------------------------------------
  modules - Module Title
----------------------------------------*/
.adv-section-heading {
    text-align: center;
}

    .adv-section-heading h2 {
        font-weight: bold;
    }

    .adv-section-heading h3 {
        font-size: 26px;
        line-height: 1.5em;
    }

.adv-col-heading h3 {
    font-size: 26px;
}

@media (max-width: 768px) {
    .adv-col-heading h3 {
        font-size: 18px;
    }
}
/*----------------------------------------
  modules - buttons
----------------------------------------*/
.btn {
    font-size: 14px;
    padding: .5em 1.5em;
}

.btn-link {
    color: #004280;
}

    .btn-link:hover {
        color: #004280;
        text-decoration: underline !important;
    }

.btn-primary, a.btn-primary {
    color: #fff;
    background-color: #336899;
    border-color: #336899;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #004280;
        border-color: #004280;
        text-decoration: none !important;
    }

.btn-secondary {
    color: #004280;
    background-color: #fff;
    border-color: #ffff;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #004280;
        border-color: #004280;
        text-decoration: none !important;
    }

.btn-outline-primary {
    color: #004280;
    background-color: transparent;
    background-image: none;
    border-color: #004280;
    text-decoration: none !important;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #004280;
        border-color: #004280;
    }

.btn-outline-secondary {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    text-decoration: none !important;
}

    .btn-outline-secondary:hover {
        color: #004280;
        background-color: #fff;
        border-color: #fff;
    }

.btn-nobr-primary {
    color: #004280;
    background-color: transparent;
    border: 0;
    padding: 0 0;
}
/* link style */
.text-link, .text-link a {
    color: #004280;
    text-decoration: none;
}

.btn {
    text-decoration: none;
}

    .text-link:hover, .text-link a:hover, .btn.btn-link:hover {
        color: #004280;
        text-decoration: underline !important;
    }
/*----------------------------------------
  modules - Main Banner
----------------------------------------*/
/*
.adv-key-visual-carousel .owl-item img {
  display: block;
  width: 100%;
}
.adv-key-visual-carousel {
  height: 100%;
  max-height: 450px;
}
.adv-key-visual-carousel.owl-theme .owl-nav {
  margin: 0 auto;
  width: 100%;
  position: absolute;
  display: block !important;
  bottom: 20px;
}
.adv-key-visual-carousel.owl-theme .owl-nav .owl-next, .adv-key-visual-carousel .owl-nav .owl-prev {
  color: #fff;
  font-size: 36px;
  margin: 0px;
  padding: 0 15px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
}
.adv-key-visual-carousel.owl-theme .owl-pages {
  color: #fff;
  background: transparent;
  border-radius: 0;
  padding: 0 0;
  margin: 0;
}
.adv-key-visual-carousel.owl-theme span.owl-pages-current {
  font-size: 26px;
  font-weight: bold !important;
  background: transparent;
  border-radius: 0;
  padding: 0 0;
  margin: 0;
  color: #fff;
}
.adv-key-visual-carousel.owl-theme span.owl-pages-count {
  font-size: 16px;
  font-weight: bold !important;
  background: transparent;
  border-radius: 0;
  padding: 0 0;
  margin: 0;
  color: #fff;
}
.adv-key-visual-dark.owl-theme .owl-nav .owl-next, .adv-key-visual-dark.owl-theme .owl-nav .owl-prev, .adv-key-visual-dark.owl-theme .owl-nav .owl-pages, .adv-key-visual-dark.owl-theme .owl-nav span.owl-pages-count, .adv-key-visual-dark.owl-theme .owl-nav span.owl-pages-current {
  color: #33487b;
}
.adv-key-visual-carousel.owl-theme .owl-dots {
  display: none;
}
.adv-key-visual-carousel.owl-theme .owl-nav div:hover, .adv-key-visual-carousel.owl-theme .owl-pages span:hover {
  background: transparent;
}*/



/* Default caption style*/

/*
.adv-key-visual-carousel .carousel-caption {
  position: absolute;
  right: auto;
  top: 160px;
  bottom: auto;
  left: 0;
  z-index: 1000;
  text-align: left;
  padding: 0;
  color: #fff;
}
.adv-key-visual-carousel .carousel-caption h3 {
  margin: 0;
  font-weight: normal;
}
.adv-key-visual-carousel .carousel-caption .btn {
  border-radius: 0;
  margin: 0;
  margin-top: 30px;
  font-size: 16px;
  color: #f3f3f3;
  background-color: transparent;
  background-image: none;
  border-color: #f3f3f3;
}
.adv-key-visual-carousel .carousel-caption .btn:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.adv-key-visual-carousel .carousel-caption .btn-secondary {
  margin-left: 20px;
}
*/

/* default text */

/*
.adv-key-visual-dark .carousel-caption {
  color: #000;
}
.adv-key-visual-dark .carousel-caption .btn {
  color: #265e93;
  background-color: transparent;
  background-image: none;
  border-color: #265e93;
}
.adv-key-visual-dark .carousel-caption .btn:hover {
  color: #004280;
  background-color: transparent;
  border-color: #004280;
}*/



/* white text*/

/*
.adv-key-visual-light .carousel-caption {
  padding: 0;
  color: #fff;
}
.adv-key-visual-light .carousel-caption .btn {
  color: #f3f3f3;
  background-color: transparent;
  background-image: none;
  border-color: #f3f3f3;
}
.adv-key-visual-light .carousel-caption .btn:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
@media screen and (max-width:768px) {
  .adv-key-visual-carousel {
    height: 100%;
    max-height: 350px;
    overflow: hidden;
  }
  .adv-key-visual-carousel .adv-key-visual-slide img {
    width: auto;
    background-color: rgba(0, 0, 0, 0.75);
  }
  .adv-key-visual-carousel .carousel-caption {
    top: 135px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .adv-key-visual-dark .adv-key-visual-slide img {
    width: auto;
    background-color: rgba(255, 255, 255, 0.75);
  }
  .adv-key-visual-carousel .carousel-caption .btn {
    margin-top: 15px;
    font-size: 14px;
  }
  .adv-key-visual-carousel.owl-theme .owl-nav {
    display: none !important;
  }
  .adv-key-visual-carousel.owl-theme .owl-dots {
    display: block !important;
    position: absolute;
    bottom: 10px;
    width: 100%;
  }
}

*/
/*----------------------------------------
  modules - Navbar
----------------------------------------*/
.fixed-top {
    opacity: .95;
    z-index: 100;
}

.sticky-top {
    z-index: 100;
}

.navbar {
    padding: 10px 0px;
}

.adv-sticky-nav {
    background-color: #385572;
    border-bottom: 4px solid #e5e5e5;
}

h2.navbar-site-name {
    color: #fff !important;
    display: none;
    line-height: 1em;
    width: 100%;
    padding: 10px 5px 0 5px;
    margin: 0 0 0 0;
}

.navbar-brand {
    font-size: 26px;
}

.fixed-top h2.navbar-site-name {
    display: flex;
}

.navbar-sm {
    display: none;
}

.navbar .navbar-nav .nav-item {
    font-size: 16px;
    font-weight: bold;
    border-left: 1px solid #546f87 !important;
}

.navbar .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: bold;
    padding: .3rem 2rem;
}

.navbar .navbar-nav .nav-item:first-child {
    border-left: 0 !important;
    padding-left: 0;
}

    .navbar .navbar-nav .nav-item:first-child .nav-link {
        padding-left: 0 !important;
    }

.navbar .navbar-nav .nav-link.active {
    text-decoration: underline !important;
}

.navbar-sm .nav-item select {
    font-size: 16px;
    font-weight: bold;
    padding: .5rem .5rem .5rem 0;
    border: 0;
    color: #fff !important;
    background-color: transparent;
    height: auto;
    min-height: 40px !important;
}

.navbar-sm .nav-item option {
    font-weight: bold;
    line-height: 1.5em;
    border: 0;
    color: #000 !important;
    background-color: transparent;
}

    .navbar-sm .nav-item option:focus {
        outline: none !important;
    }

@media (max-width: 768px) {
    .navbar {
        padding: .45rem 1rem;
    }

        .navbar .navbar-nav .nav-item {
            border-left: 0 !important;
            padding-top: 0px;
            padding-bottom: 0px;
            border-bottom: 0;
        }

    .nav-link {
    }

    .navbar-lg, .navbar-brand {
        display: none;
    }

    .navbar-sm {
        display: inline-block;
    }

    .navbar .btn {
        float: right;
    }
}
/*---------------------------------------
   module - button-list
----------------------------------------*/
.button-list .btn {
    margin: 5px;
}
/*----------------------------------------
  modules - View More
----------------------------------------*/
.link-more {
    text-align: center;
    padding: 0;
}

    .link-more .btn-link:hover {
        opacity: 1;
    }

    .link-more .btn-link {
        font-size: 16px;
        text-decoration: none;
        padding: 0 10px 0 0;
    }

.text-white .link-more .btn-link {
    color: #fff;
}
/*---------------------------------------
   module - fast-fact
----------------------------------------*/
.fast-fact {
    padding: 20px;
    color: #004280;
    font-style: italic;
}

    .fast-fact .fast-fact-title {
        font-size: 48px;
        font-weight: normal;
        line-height: 1.2em;
    }

    .fast-fact .fast-fact-text {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.2em;
    }
/*----------------------------------------
  modules - Paragraph/Overview
----------------------------------------*/
.adv-paragraph p {
    font-size: 16px;
    line-height: 1.5em;
}
/*----------------------------------------
  modules - Cards-Defualt
----------------------------------------*/
.card-deck {
    margin-right: 0;
    margin-left: 0;
}

.text-white .card {
    border: 0;
}

.card {
    border-radius: 0 !important;
    border: 1px solid rgba(0, 0, 0, .125);
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
}

    .card .card-wrapper {
        position: relative;
        height: 100%;
    }
        /*Card - Without images*/ /*2022 by Becky*/
        .card .card-wrapper.noPic .card-img-wrap {
            text-align: center;
            height: 45px;
            overflow: hidden;
            border-bottom: #ccc 1px solid;
            background: url(https://www.advantech.com/css/solution/css-img/card-title.png) no-repeat right, rgba(4, 25, 45, 0.95);
            background: url(https://www.advantech.com/css/solution/css-img/card-title.png) no-repeat right, -webkit-linear-gradient(90deg, rgba(64, 97, 128, 0.95), rgba(4, 25, 45, 0.95));
            background: url(https://www.advantech.com/css/solution/css-img/card-title.png) no-repeat right, -o-linear-gradient(90deg, rgba(64, 97, 128, 0.95));
            background: url(https://www.advantech.com/css/solution/css-img/card-title.png) no-repeat right, -moz-linear-gradient(90deg, rgba(64, 97, 128, 0.95), rgba(4, 25, 45, 0.95));
            background: url(https://www.advantech.com/css/solution/css-img/card-title.png) no-repeat right, linear-gradient(90deg, rgba(64, 97, 128, 0.95), rgba(4, 25, 45, 0.95));
        }
        /**/
        .card .card-wrapper h3 {
            font-size: 18px;
            line-height: 1.4em;
            max-height: 3em;
            overflow: hidden;
            font-weight: normal;
            text-decoration: none;
            margin-bottom: 10px;
        }

            .card .card-wrapper h3 a {
                color: #004280;
                text-decoration: none;
            }

        .card .card-wrapper a:hover {
            text-decoration: none;
        }

    .card .card-body .card-text {
        font-size: 14px;
        line-height: 1.4em;
        height: auto;
        color: #4d4d4d;
        max-height: 7em;
        overflow: hidden;
        font-weight: normal;
        margin-bottom: 10px;
    }
    /*.card .card-text:after {    
    content:" ... ";
}*/
    .card .card-wrapper .card-readMore {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(4, 25, 45, 0.95);
        background: -webkit-linear-gradient(rgba(64, 97, 128, 0.95), rgba(4, 25, 45, 0.95));
        background: -o-linear-gradient(rgba(64, 97, 128, 0.95), rgba(4, 25, 45, 0.95));
        background: -moz-linear-gradient(rgba(64, 97, 128, 0.95), rgba(4, 25, 45, 0.95));
        background: linear-gradient(rgba(64, 97, 128, 0.95), rgba(4, 25, 45, 0.95));
        opacity: 0;
        z-index: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 1.5em;
        padding: 20px;
    }

    .card .card-wrapper:hover .card-readMore {
        opacity: 1;
        -webkit-transition: opacity 0.3s linear;
        -moz-transition: opacity 0.3s linear;
        -o-transition: opacity 0.3s linear;
        -ms-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear;
    }

    .card .card-wrapper:hover {
        -webkit-transition: -webkit-transform 0.3s linear;
        -moz-transition: -moz-transform 0.3s linear;
        -o-transition: -o-transform 0.3s linear;
        transition: transform 0.3s linear;
    }

        .card .card-wrapper:hover .card-readMore-text h3, .card .card-wrapper:hover .card-readMore-text h3 a {
            color: #ffffff !important;
            text-align: left;
            height: auto !important;
        }

    .card .card-readMore-text .card-text {
        font-size: 14px;
        line-height: 1.5em;
        color: #ffffff !important;
        text-align: left;
        height: auto !important;
        max-height: 100% !important;
    }

    .card .card-readMore-text p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    /*
.card .card-body .btn {
  background-color: transparent;
  background-image: none;
  border-color: #004280;
  color: #004280;
  opacity: 1;
}
.card .card-body .btn:hover {
  opacity: 1.0;
}*/
    .card .card-readMore .btn {
        background-color: transparent;
        background-image: none;
        border-color: #fff;
        color: #fff;
        margin: 0px 5px 10px 5px;
    }

    .card .card-img-wrap a img {
        border: 0;
    }

    .card .card-body h3 {
        color: #000;
    }

.card-primary .card-body {
    color: #000;
}
/*.card-primary .card-readMore-wrap  {
    display: none;
}*/
.card-secondary {
    border: 0;
    background-color: transparent;
}

    .card-secondary .card-wrapper {
        position: static !important;
    }

    .card-secondary a.card-readMore-wrap {
        display: none;
    }

    .card-secondary .card-body .btn {
        background-color: transparent;
        background-image: none;
        border-color: #004280;
        color: #004280;
    }

        .card-secondary .card-body .btn:hover {
            background-color: #004280;
            border-color: #004280;
            color: #fff;
            text-decoration: none !important;
        }

    .card-secondary .card-wrapper {
        text-align: center;
    }
/*----------------------------------------
  modules - Cards-Simple
---------------------------------------- */
.card-simple {
    border: 0 !important;
}

    .card-simple .card-wrapper a.card-readMore-wrap {
        display: none;
    }

    .card-simple .card-body {
        background: rgba(0, 0, 0, 0.65);
        bottom: 0;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding: 10px;
        position: absolute;
    }

    .card-simple .card-wrapper h3, .card-simple .card-wrapper h3 a {
        color: #fff !important;
        max-height: auto !important;
        margin-bottom: 0;
    }

    .card-simple .card-body .card-text, .card-simple .card-body button {
        display: none;
    }

.text-white .card-simple .card-wrapper h3 {
    color: #000 !important;
}

    .text-white .card-simple .card-wrapper h3 a {
        color: #004280 !important;
    }

.text-white .card-simple .card-body {
    background: rgba(255, 255, 255, 0.8) !important;
}
/*----------------------------------------
  modules - Cards-Panel
----------------------------------------*/
#card-panel .card {
    padding: 1rem;
}

    #card-panel .card a.card-readMore-wrap, #card-panel .card .card-body .btn {
        display: none;
    }

    #card-panel .card .card-img-wrap {
        float: left;
        display: block;
        width: 40%;
        padding: 0 0;
    }

        #card-panel .card .card-img-wrap img {
            width: 100%;
            max-width: 300px;
        }

    #card-panel .card .card-body {
        float: right;
        display: block;
        width: 58%;
        padding: 0 0;
    }

    #card-panel .card .card-wrapper h3, #card-panel .card .card-wrapper h3 a {
        font-size: 72px;
        font-weight: bold;
        line-height: 1em !important;
        max-height: auto !important;
        overflow: visible;
        margin-bottom: 0;
        color: #265e93;
    }

    #card-panel .card .card-body .card-text {
        font-size: 18px;
        line-height: 1.4em;
        height: auto;
        max-height: 100% !important;
        overflow: inherit;
        margin-bottom: 0;
        font-weight: normal;
    }

    #card-panel .card .card-text:after {
        content: " ";
    }
/*----------------------------------------
  modules - Responsive Card-Deck , Card
----------------------------------------*/
@media (max-width: 768px) {
    #card-panel .card .card-img-wrap {
        float: none;
        width: 100%;
        margin-bottom: 1rem;
        text-align: center;
    }

    #card-panel .card .card-body {
        float: none;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 580px) {
    .card-deck {
        margin-right: auto;
        margin-left: auto;
    }

        .card-deck .card {
            margin-right: 10px;
            margin-left: 10px;
        }

    .card-primary .card-body {
        min-height: auto !important;
    }

    .card .card-wrapper:hover .card-readMore {
        opacity: 0;
    }
}

@media (min-width: 576px) {
    #card-panel .card {
        margin-right: 10px;
        margin-left: 10px;
    }

        #card-panel .card .card-wrapper h3, #card-panel .card .card-wrapper h3 a {
            font-size: 48px;
        }
}
/*----------------------------------------
  modules - owl-carousel
----------------------------------------*/
.owl-nav {
    display: table;
    margin: 0 auto;
    /*margin-top: 2rem;*/
    color: #33487b;
}

    .owl-nav > div, .owl-nav > span {
        display: inline-block;
        line-height: 2rem;
        padding: 0 2px
    }

    .owl-nav .fas {
        font-size: 36px;
        padding: 0 15px;
        cursor: pointer;
    }

.owl-pages {
    font-size: 16px;
}

span.owl-pages-current {
    font-size: 26px;
    font-weight: bold !important;
}

.owl-nav .disabled {
    opacity: .7;
}

.text-white .owl-nav, .text-white .owl-nav .owl-prev:after, .text-white .owl-nav .owl-next:before {
    color: #fff !important;
}

.owl-dot-container {
    color: #fff;
}

    .owl-dot-container span {
        display: block;
        padding: 3rem 1rem 1rem;
        cursor: pointer;
    }

@media (min-width: 992px) {
    .owl-dot-container span {
        padding-top: 5rem
    }
}

@media (min-width: 1200px) {
    .owl-dot-container span {
        padding-top: 6rem;
        padding-bottom: 2rem
    }
}
/*--- Card owl-carousel ---*/
.adv-card-carousel .card-deck, .adv-card-carousel.card-deck {
    padding: 0 2%;
}

.adv-card-carousel .owl-nav .owl-prev, .adv-card-carousel .owl-theme .owl-nav .owl-prev {
    position: absolute;
    margin: 0 auto;
    width: auto;
    text-align: left;
    top: 50%;
    left: 0;
    padding: 0;
    transform: translate(0, -50%);
}

.adv-card-carousel .owl-nav .owl-next, .adv-card-carousel .owl-theme .owl-nav .owl-next {
    position: absolute;
    margin: 0 auto;
    width: auto;
    text-align: left;
    top: 50%;
    right: 0;
    padding: 0;
    transform: translate(0, -50%);
}

.adv-card-carousel .owl-theme .owl-pages {
    position: absolute;
    bottom: 20px;
}

.adv-card-carousel .owl-theme .owl-nav .owl-next {
    padding: 0 !important;
}

.adv-card-carousel .owl-theme .owl-nav .owl-next, .adv-card-carousel .owl-nav .owl-prev, .adv-card-carousel .owl-theme .owl-pages, .adv-card-carousel .owl-theme span.owl-pages-current, .adv-card-carousel .owl-theme span.owl-pages-count {
    color: #336899;
}

.adv-card-carousel .owl-nav .fas::before {
    background: #336899;
    width: 36px;
    border-radius: 36px;
    color: #fff;
    padding: 4px 8.5px;
    font-size: 20px;
}

.adv-card-carousel .owl-next:hover .fas::before, .adv-card-carousel .owl-prev:hover .fas::before {
    background-color: #004280;
}

.adv-card-carousel .owl-pages, .adv-card-carousel .owl-theme .owl-pages .owl-pages-current, .adv-card-carousel .owl-theme .owl-pages .owl-pages-count {
    cursor: default;
}

    .adv-card-carousel .owl-theme .owl-pages:hover, .adv-card-carousel .owl-theme .owl-pages .owl-pages-current:hover, .adv-card-carousel .owl-theme .owl-pages .owl-pages-count:hover {
        color: #336899;
    }

@media screen and (max-width: 1200px) {
    .row-maxwidth-95pct {
        width: 90%;
    }
}
/*----------------------------------------
  modules - Video with playlist
----------------------------------------*/
#adv-content-video-playlist .adv-col-heading h3 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: .25rem;
    line-height: 1em;
}

#adv-content-video-playlist .card {
    margin-left: 0;
    margin-right: 0;
}

#adv-content-video-playlist .list-group-item:first-child {
    display: none;
}

@media (max-width:767.98px) {
    #adv-content-video-playlist .adv-col-heading h3 {
        margin-top: 3rem;
    }
}

.list-group-item {
    padding-top: 20px 0;
    background-color: transparent;
}

.list-group-item-title {
    width: 100%;
    font-size: 18px;
    margin-bottom: 1.5rem;
}

.list-group-item-text {
    float: left;
    width: 70%;
    color: #4d4d4d;
}

.list-group-item:first-child {
    border-top: 0;
}

.list-group-item-img {
    float: left;
    width: 25%;
    margin-right: 3%;
    border: 1px solid #ccc;
}

    .list-group-item-img .img-thumbnail {
        padding: 0;
        border: 0;
        border-radius: 0;
        width: 100%;
    }

    .list-group-item-img .img-fluid {
        width: 100%;
    }

.noPic .list-group-item-img {
    display: none;
}

.noPic .list-group-item-text {
    float: none;
    width: 100%;
}

@media (max-width:580px) {
    .list-group-item-inner {
        width: 100%;
        display: block;
        padding-left: 10px;
        padding-right: 10px;
    }

    .list-group-item-img {
        float: none;
        width: 100%;
        height: 0;
        padding-bottom: 56%;
        margin-bottom: 1rem;
        margin-left: auto;
        margin-right: auto;
    }

    .list-group-item-text {
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
/*-------------------------------------------
    module single-post
----------------------------------------------*/
.single-post-img {
    float: right;
    width: 66%;
    height: 450px;
    overflow: hidden;
}

    .single-post-img img {
        width: 100%;
    }

.single-post-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 40%;
    min-height: 215px;
    width: auto;
    height: auto;
    padding: 25px;
    background: rgba(255, 255, 255, .85);
    border: #ccc 1px solid;
    position: absolute;
    left: 0;
    top: 10%;
}

    .single-post-text h3 {
        font-size: 18px;
        color: #000;
        line-height: 1.2em;
        font-weight: bold;
    }

    .single-post-text h4 {
        font-size: 14px;
        line-height: 1.4em;
        font-weight: normal;
        margin-bottom: 20px;
    }

    .single-post-text .single-post-btn .btn {
        background-color: transparent;
        background-image: none;
        border-color: #336899;
        color: #336899;
        padding: .5em 1em;
    }

        .single-post-text .single-post-btn .btn:hover {
            background-color: #004280;
            border-color: #004280;
            color: #fff;
        }

@media (max-width: 960px) {
    .single-post-img {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .single-post-img {
        width: 100%;
        height: auto;
        float: none;
    }

    .single-post-text {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 215px;
        max-width: 100%;
        width: 100%;
        height: auto;
        position: relative;
        float: none;
        top: -60px;
    }
}
/*-------------------------------------------
    module -  switch items
----------------------------------------------*/
.adv-switch-items {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .adv-switch-items .pc-container {
        display: none;
    }

    .adv-switch-items .item-background {
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
    }

    .adv-switch-items .switch-items-nav {
        background-color: rgba(255, 255, 255, 0.6);
        border: 1px solid #eee;
        border-bottom: none;
        position: relative;
        width: 100%;
        z-index: 10;
    }

        .adv-switch-items .switch-items-nav .switch-items-title {
            transition-duration: .5s;
            transition-property: background;
            border-bottom: 1px solid #eee;
            padding: 1rem;
            cursor: pointer;
        }

            .adv-switch-items .switch-items-nav .switch-items-title h4 {
                margin: 0;
            }

            .adv-switch-items .switch-items-nav .switch-items-title:hover, .adv-switch-items .switch-items-nav .switch-items-title.active {
                background-color: #eaeaea;
            }

@media (min-width: 768px) {
    .adv-switch-items .pc-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        z-index: 1;
    }

    .adv-switch-items .switch-items-nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

        .adv-switch-items .switch-items-nav .mobile-container {
            display: none;
        }

    .adv-switch-items .adv-cover-content-box h3 {
        font-size: 28px;
        line-height: 1.3em;
    }
}

.adv-switch-items .adv-cover-content {
    width: 100%;
    background-position: center left;
    background-size: cover;
}

.adv-switch-items .adv-cover-content-container {
    background: linear-gradient(190deg, transparent, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, 1) 100%);
    height: 100%;
    padding: 3rem;
}

.adv-switch-items .adv-cover-content-box {
    bottom: 3rem;
}

.adv-switch-items .pc-container .adv-cover-content-box {
    position: absolute;
}

.adv-switch-items .adv-cover-content-box h3 {
    font-size: 36px;
    line-height: 1.3em;
}

.adv-switch-items .adv-cover-content-box p {
    font-size: 18px;
}

.adv-switch-items .adv-cover-content-btns a {
    background-color: transparent;
    border: 1px solid #fff;
}
/*-------------------------------------------
    module -   Carousel Nav
----------------------------------------------*/
.adv-carousel-nav {
    display: table;
    margin: 0 auto;
}

    .adv-carousel-nav > div {
        display: inline-block;
        line-height: 2rem;
        padding: 0 10px;
        color: #004280;
    }

.adv-carousel-nav-pages-current, .adv-carousel-nav-prev > i, .adv-carousel-nav-next > i {
    font-size: 26px;
    font-weight: bold;
}

.adv-carousel-nav-prev > i, .adv-carousel-nav-next > i {
    cursor: pointer;
}

.adv-carousel-nav-pages-count, .adv-carousel-nav-pages-separator {
    opacity: 1;
    font-weight: bold;
    font-size: 16px;
}

.adv-carousel-nav .disabled {
    opacity: .8;
}

.adv-carousel-nav-pages-separator {
    font-size: 1.5rem;
}
/*-------------------------------------------
    module -   Compare Product
----------------------------------------------*/
.adv-compare-product .desc-break {
    display: block;
    display: -webkit-box;
    max-height: 4.5em;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.adv-compare-product .compare-product {
    background-color: white;
    border: 1px solid #ccc;
}

    .adv-compare-product .compare-product h3 {
        padding: 10px 20px;
    }

    .adv-compare-product .compare-product .btn {
        margin: 0 auto;
        display: table;
        margin-bottom: 1rem;
        color: white;
        background-color: #007bff;
    }

        .adv-compare-product .compare-product .btn:hover {
            background-color: #006fe6;
        }

.adv-compare-product .compare-title {
    list-style: none;
    padding: 0;
}

    .adv-compare-product .compare-title li {
        padding: 2px 20px;
        cursor: pointer;
        transition-duration: .3s;
    }

        .adv-compare-product .compare-title li.active, .adv-compare-product .compare-title li:hover {
            color: #007bff;
            position: relative;
        }

            .adv-compare-product .compare-title li.active:before, .adv-compare-product .compare-title li:hover:before {
                content: '';
                position: absolute;
                display: block;
                width: 2px;
                height: 100%;
                left: 0;
                top: 0;
                background-color: #007bff;
            }

.adv-compare-product .compare-product-desc {
    height: 4.5em;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    margin: 10px 0;
    padding-right: 1rem;
    text-align: center;
}

.adv-compare-product .slide-fade-enter-active {
    transition: all 2s ease;
}

.adv-compare-product .slide-fade-leave-active {
    transition: all 2s cubic-bezier(1, 0.5, 0.8, 1);
}

.adv-compare-product .slide-fade-enter, .adv-compare-product .slide-fade-leave-to {
    opacity: 0;
}

.adv-compare-product .img-fluid {
    max-height: 12em;
}
/*-------------------------------------------
    module -   Cover Content 
----------------------------------------------*/
.adv-cover-content {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.adv-cover-content-box p {
    max-height: 3em;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.adv-cover-content-btns {
    margin-bottom: 1rem;
}

    .adv-cover-content-btns .btn {
        color: #fff;
        margin-right: 1rem;
        border: #fff 1px solid;
        background-color: transparent;
    }

.adv-cover-content .item-content-text {
    padding: 1rem 2rem;
    color: white;
    width: 100%;
}

.adv-cover-content-container {
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    padding: 1rem 2rem;
}

.adv-cover-content-box {
    max-width: 600px;
}
/*-------------------------------------------
    module -    Event List
----------------------------------------------*/
.adv-event-list .table {
    min-width: 500px;
    max-width: 1000px;
    margin: 0 auto;
}

.adv-event-list .event-title, .adv-event-list .event-date, .adv-event-list .event-location, .adv-event-list .event-booth, .adv-event-list .event-value {
    display: inline-block;
    line-height: 1.5;
    padding: 1rem;
    color: #666;
    vertical-align: middle;
    text-align: center;
}

.adv-event-list .event-title {
    margin-bottom: 0;
}

.adv-event-list .event-body a {
    border: 1px solid #666;
    transition-duration: .2s;
    transition-property: color, background;
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1rem;
}

    .adv-event-list .event-body a:hover {
        background-color: rgba(0, 0, 0, 0.6);
    }

        .adv-event-list .event-body a:hover .event-value {
            color: #fff;
        }

.adv-event-list.event-dark .event-title, .adv-event-list.event-dark .event-date, .adv-event-list.event-dark .event-location, .adv-event-list.event-dark .event-booth, .adv-event-list.event-dark .event-value {
    color: #fff;
}

.adv-event-list.event-dark .event-body a {
    border: 1px solid #fff;
    transition-duration: .2s;
    transition-property: color, background;
    background-color: rgba(0, 0, 0, 0.6);
}

    .adv-event-list.event-dark .event-body a:hover {
        background-color: rgba(255, 255, 255, 0.9);
    }

        .adv-event-list.event-dark .event-body a:hover .event-value {
            color: #666;
        }

.adv-event-list .event-title {
    width: 30%;
}

.adv-event-list .event-date {
    width: calc(30% - 10px);
}

.adv-event-list .event-location {
    width: calc(25% - 10px);
}

.adv-event-list .event-booth {
    width: calc(15% - 10px);
}
/*-------------------------------------------
    module -  Jumbotron
----------------------------------------------*/
.adv-jumbotron {
    padding: 8rem 2rem 4rem 2rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .adv-jumbotron .adv-jumbotron-image {
        padding-right: 30px;
    }

        .adv-jumbotron .adv-jumbotron-image.order-last {
            padding-left: 30px;
        }

    .adv-jumbotron.noPic .adv-jumbotron-image {
        display: none;
    }

    .adv-jumbotron.noPic .adv-jumbotron-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

.adv-jumbotron-btns {
    margin-top: 2rem;
}

    .adv-jumbotron-btns .btn {
        /*color: #fff;*/
        margin-right: 1rem;
    }

.adv-jumbotron.adv-value-light h2, .adv-jumbotron.adv-value-light p, .adv-jumbotron.adv-value-light .btn {
    color: #fff;
}

@media (min-width: 992px) {
    .adv-jumbotron h2, .adv-jumbotron p {
        width: 60%;
    }
}

@media (min-width: 768px) {
    .adv-jumbotron h2, .adv-jumbotron p {
        width: 70%;
    }

    .adv-jumbotron .adv-jumbotron-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .adv-jumbotron .adv-jumbotron-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}
/*-------------------------------------------
    module -  Jumbotron Carousel
----------------------------------------------*/
.adv-jumbotron-carousel {
    position: relative;
    padding-top: 7rem;
}

    .adv-jumbotron-carousel.adv-value-light {
        color: #fff;
    }

.adv-jumbotron-carousel-nav h3 {
    display: block;
    cursor: pointer;
    padding: 2rem 1rem 1rem 1rem;
    background-color: rgba(51, 60, 67, 0.6);
    height: 100%;
}

.adv-jumbotron-carousel-nav:hover h3 {
    background-color: rgba(51, 60, 67, 0.8);
}

.adv-jumbotron-carousel-container {
    z-index: 0;
}

@media (min-width: 1200px) {
    .adv-jumbotron-carousel-navs {
        position: absolute;
        left: 50%;
        top: 0;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        z-index: 1;
    }

    .adv-jumbotron-carousel-nav h3 {
        padding: 5rem 1rem 2rem 1rem;
        background-color: rgba(51, 60, 67, 0.6);
    }
}
/*-------------------------------------------
    module -  ExpanderI tems
----------------------------------------------*/
.adv-expander-items {
    /*border: 1px solid #eee;
    border-bottom: none;*/
}

    .adv-expander-items .expander-item {
        background-color: rgba(255, 255, 255, 0.35);
        float: left;
        width: 100%;
        background-clip: padding-box;
        border-left: 2px solid rgba(255, 255, 255, 0);
    }

    .adv-expander-items .adv-expander-items-container {
        float: left;
        overflow: hidden;
        transition: height .24s ease-out;
        width: 100%;
    }

    .adv-expander-items .expander-title {
        display: flex;
        align-items: center;
        transition-duration: .5s;
        transition-property: background;
        padding: 1rem;
        float: left;
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.15);
        background-clip: padding-box;
        border-bottom: 2px solid rgba(255, 255, 255, 0);
        border-top: 2px solid rgba(255, 255, 255, 0);
        border-left: 2px solid rgba(255, 255, 255, 0);
    }

        .adv-expander-items .expander-title img {
            display: none;
        }

        .adv-expander-items .expander-title h4 {
            margin: 0;
        }

        .adv-expander-items .expander-title:hover, .adv-expander-items .expander-title.active {
            background-color: rgba(255, 255, 255, 0.35);
        }

    .adv-expander-items .items-repository {
        display: none;
    }
    /*adv-jumbotron*/
    .adv-expander-items .adv-jumbotron {
        border-bottom: 1px solid #ccc;
        padding: 1rem;
        width: 100%;
    }
    /*light*/
    .adv-expander-items.expander-items-light .expander-title h4 {
        color: #fff;
        flex-grow: 1;
        margin: 0;
    }

    .adv-expander-items.expander-items-light .expander-title i {
        display: block;
        font-size: 22px;
        color: #fff;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .adv-expander-items.expander-items-light .expander-title.active i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .adv-expander-items .item-content-light p {
        color: white;
    }

    .adv-expander-items .item-content-light .btn {
        background-color: rgba(255, 255, 255, 0);
        color: #fff;
        border-color: #fff;
    }

        .adv-expander-items .item-content-light .btn:hover {
            background-color: rgba(255, 255, 255, 1);
            color: #004280;
        }
    /*dark*/
    .adv-expander-items.expander-items-dark {
        border: #ccc 1px solid;
    }

    .adv-expander-items .expander-item.item-content-dark {
        background-color: rgba(255, 255, 255, 1);
        background-clip: padding-box;
        border-left: 1px solid #ccc;
    }

    .adv-expander-items .item-content-dark .btn.btn-primary {
        border: 1px solid #336899;
        background-color: #336899;
        color: #fff;
    }

        .adv-expander-items .item-content-dark .btn.btn-primary:hover {
            border-color: #004280;
            background-color: #004280;
        }

    .adv-expander-items .item-content-dark .btn.btn-outline-secondary {
        border: 1px solid #004280;
        background-color: #fff;
        color: #004280;
    }

        .adv-expander-items .item-content-dark .btn.btn-outline-secondary:hover {
            background-color: #004280;
            color: #fff;
        }

    .adv-expander-items.expander-items-dark .expander-title {
        background-color: rgba(255, 255, 255, 1);
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }

        .adv-expander-items.expander-items-dark .expander-title:hover, .adv-expander-items.expander-items-dark .expander-title.active {
            background-color: #ccc;
        }

@media only screen and (max-width: 767px) {
    .adv-expander-items .adv-jumbotron-image img {
        margin-bottom: 1rem;
    }
}

@media (min-width: 768px) {
    .adv-expander-items .expander-title {
        text-align: center;
        display: flex;
        align-items: center;
    }

        .adv-expander-items .expander-title h4 {
            margin-top: 5px;
        }

        .adv-expander-items .expander-title img {
            display: block;
        }

    .adv-expander-items {
        border: none;
    }

        .adv-expander-items .adv-jumbotron {
            border-bottom: none;
        }

        .adv-expander-items.expander-items-light .expander-title i {
            display: none;
        }
}
/*Overwrite adv-jumbotron.css Style for Content*/
.adv-jumbotron .adv-jumbotron-image {
    padding-right: 0px;
}

@media (min-width: 992px) {
    .adv-jumbotron h2, .adv-jumbotron p {
        width: 98%;
    }
}

@media (min-width: 768px) {
    .adv-jumbotron h2, .adv-jumbotron p {
        width: 98%;
    }

    .adv-jumbotron .adv-jumbotron-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 52.5%;
        flex: 0 0 52.5%;
        max-width: 52.5%;
        padding-right: 30px;
    }

    .adv-jumbotron .adv-jumbotron-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47.5%;
        flex: 0 0 47.5%;
        max-width: 47.5%;
    }
}
/*-------------------------------------------
    module -  Scenario Diagram
----------------------------------------------*/
.adv-scenario-diagram-desktop {
    position: relative;
}

    .adv-scenario-diagram-desktop img {
        vertical-align: middle;
        width: 100%;
    }

.adv-scenario-diagram-dots {
    list-style-type: none;
}

    .adv-scenario-diagram-dots li {
        position: absolute;
        box-shadow: 0 0 2rem rgba(255, 255, 255, 0.8);
        background-image: radial-gradient(#f13237 0%, #d5191e 100%);
        display: block;
        opacity: 0;
        width: 1rem;
        height: 1rem;
    }

        .adv-scenario-diagram-dots li.active, .adv-scenario-diagram-dots li:hover {
            opacity: 1;
            animation-name: twinkle-1;
            animation-duration: 1s;
            animation-iteration-count: infinite;
            -moz-box-shadow: 0 0 2rem rgba(255, 87, 34, 0.9);
            -webkit-box-shadow: 0 0 2rem rgba(255, 87, 34, 0.9);
            box-shadow: 0 0 2rem rgba(255, 87, 34, 0.9);
            width: 1.75rem;
            height: 1.75rem;
        }

.adv-scenario-diagram-features {
    display: none;
}

.adv-scenario-diagram-desktop .adv-scenario-diagram-feature {
    color: #fff;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 0;
    width: 260px;
    padding: 1rem;
    cursor: pointer;
    background-color: rgba(14, 75, 123, 0.8);
    font-size: 0.875rem;
}

    .adv-scenario-diagram-desktop .adv-scenario-diagram-feature h3 {
        margin-bottom: 0;
    }

    .adv-scenario-diagram-desktop .adv-scenario-diagram-feature ul {
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        margin-bottom: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }

        .adv-scenario-diagram-desktop .adv-scenario-diagram-feature ul li {
            list-style-position: inside;
        }

    .adv-scenario-diagram-desktop .adv-scenario-diagram-feature.active ul {
        max-height: 500px;
        margin-top: 1rem;
        padding-top: 1rem;
        opacity: 1;
        visibility: visible;
    }

.adv-scenario-diagram-mobile {
    display: block;
}

    .adv-scenario-diagram-mobile .adv-scenario-diagram-feature {
        color: #fff;
        padding: 1rem 3rem;
        border: 1px solid #ccc;
        background-color: rgba(14, 75, 123, 0.8);
    }

        .adv-scenario-diagram-mobile .adv-scenario-diagram-feature ul li {
            list-style-type: none;
        }

    .adv-scenario-diagram-mobile .owl-nav {
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        color: white;
        width: 100%;
        font-size: 2rem;
        line-height: 2rem;
        height: 2rem;
        margin-top: 0;
    }

        .adv-scenario-diagram-mobile .owl-nav > div {
            position: absolute;
        }

        .adv-scenario-diagram-mobile .owl-nav .owl-prev {
            left: 0;
        }

        .adv-scenario-diagram-mobile .owl-nav .owl-next {
            right: 0;
        }

@media (min-width: 992px) {
    .adv-scenario-diagram-dots li {
        height: 1.5rem;
        width: 1.5rem;
        cursor: pointer;
        opacity: 1;
    }

    .adv-scenario-diagram-features {
        display: block;
    }

    .adv-scenario-diagram-mobile {
        display: none !important;
    }
}

@keyframes twinkle-1 {
    50% {
        transform: scale(1.1)
    }
}
/*-------------------------------------------
    module -  Highlight Card Deck
----------------------------------------------*/
.adv-switch-item-content {
    background-size: cover;
    width: 100%
}

    .adv-switch-item-content .desc-break {
        display: block;
        display: -webkit-box;
        max-height: 72px;
        line-height: 1.5;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .adv-switch-item-content .btn-group {
        list-style-type: none;
        display: block;
        padding: 0
    }

        .adv-switch-item-content .btn-group li, .adv-switch-item-content .btn-group .btn {
            display: inline-block;
            margin-right: 5px;
            margin-top: 5px
        }

    .adv-switch-item-content .btn {
        border: 1px solid white;
        color: white
    }

        .adv-switch-item-content .btn:hover {
            background-color: #e1e1e1;
            color: #333
        }

    .adv-switch-item-content .item-content-text {
        padding: 1rem 2rem;
        color: white;
        width: 100%
    }

        .adv-switch-item-content .item-content-text.item-content-bg-gradient {
            background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.7));
            padding-top: 3rem
        }

        .adv-switch-item-content .item-content-text.item-content-bg-fill {
            background-color: rgba(0, 0, 0, 0.7)
        }

.adv-switch-items {
    position: relative
}

    .adv-switch-items .pc-container {
        display: none
    }

    .adv-switch-items .item-background {
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0
    }

@media (min-width: 768px) {
    .adv-switch-items .pc-container {
        display: block;
        z-index: 1
    }
}

.adv-switch-items .switch-items-nav {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #eee;
    border-bottom: none;
    position: relative;
    z-index: 10
}

    .adv-switch-items .switch-items-nav .switch-items-title {
        transition-duration: .5s;
        transition-property: background;
        border-bottom: 1px solid #eee;
        padding: 1rem;
        cursor: pointer
    }

        .adv-switch-items .switch-items-nav .switch-items-title h4 {
            margin: 0
        }

        .adv-switch-items .switch-items-nav .switch-items-title:hover, .adv-switch-items .switch-items-nav .switch-items-title.active {
            background-color: #eaeaea
        }

@media (min-width: 768px) {
    .adv-switch-items .switch-items-nav .mobile-container {
        display: none
    }
}

.adv-highlight-card-deck .highlight-card-deck {
    position: relative;
    overflow: hidden;
    height: 450px;
    margin-bottom: 1rem
}

    .adv-highlight-card-deck .highlight-card-deck .highlight-card-deck-container {
        transition-duration: .5s;
        transition-property: left;
        height: 100%;
        position: relative
    }

    .adv-highlight-card-deck .highlight-card-deck .highlight-card-deck-item {
        height: 100%;
        position: absolute;
        padding: 5px;
    }

    .adv-highlight-card-deck .highlight-card-deck .item-content {
        height: 100%;
        overflow: hidden
    }
/*-------------------------------------------
    module -  Weight Carousel
----------------------------------------------*/
.adv-weight-carousel-viewport {
    position: relative;
    overflow: hidden;
    height: 450px;
    margin-bottom: 1rem;
}

.adv-weight-carousel-container {
    transition-duration: .5s;
    transition-property: left;
    height: 100%;
    position: relative;
}

.adv-weight-carousel-item {
    height: 100%;
    position: absolute;
    padding: 5px;
}

.adv-weight-carousel .adv-cover-content {
    height: 100%;
    overflow: hidden;
    position: relative;
}

    .adv-weight-carousel .adv-cover-content .adv-cover-content-container {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        display: table;
    }

    .adv-weight-carousel .adv-cover-content .adv-cover-content-box p {
        display: none;
    }


/* Navebar*/
#primary-nav .navbar .navbar-nav .nav-item, #secondary-nav .navbar .navbar-nav .nav-item {
    border-left: none !important;
}

@media (max-width: 768px) {
    #primary-nav .navbar .navbar-nav .nav-item, #secondary-nav .navbar .navbar-nav .nav-item {
        text-align: left;
    }
}
