@charset "utf-8";
/*Component layout*/
.rounded-0 {
  border-radius: 0 !important;
}
img {
  vertical-align: middle;
  border-style: none;
}
/*----------------------------------------
  modules - Cards Defualt (2022.9)
----------------------------------------*/
.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;
}
.adv-key-visual-carousel.adv-card-deck .card {
	margin-left: 10px;
    margin-right: 10px;
}
.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-deck .card {
    margin-bottom: 15px;
}
@media (min-width: 576px){
	.card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
	}
	.card-deck .card {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px;
	}
}
.card .card-linkmask {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  /*display: none;*/
}
.card .card-wrapper {
  position: relative;
  /*height: 100%;*/
  box-sizing: border-box;
}
.card .card-body {
  /*flex: 1 1 auto;*/
  padding: 1rem 1rem 0;
  background-color: #fff;
  width: 100%;
}
.card .card-img-wrap img {
  max-width: 100%;
  width: 100%;	
}
.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/resources_center/css-img/card-title.png) no-repeat right, rgba(4, 25, 45, 0.95);
  background: url(https://www.advantech.com/css/resources_center/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/resources_center/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/resources_center/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/resources_center/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-weight: 500;
  line-height: 1.4em;
  color: #004280;
  text-decoration: none;
  margin-bottom: 0.25rem;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;	
}
.card .card-wrapper h4 {
  font-weight: 500;	
  color: #666;
  margin: 0.25rem 0;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;	
}

html[lang=zh-tw] .card .card-wrapper h3 ,html[lang=zh-tw] .card .card-wrapper h4, html[lang=zh-cn] .card .card-wrapper h3 ,html[lang=zh-cn] .card .card-wrapper h4, html[lang=ja-jp] .card .card-wrapper h3 , html[lang=ja-jp] .card .card-wrapper h4, html[lang=ko-kr] .card .card-wrapper h3 ,html[lang=ko-kr] .card .card-wrapper h4, html[lang=vi-vn] .card .card-wrapper h3 ,html[lang=vi-vn] .card .card-wrapper h4 {
  font-weight: bold;
}
.card .card-wrapper h4.status-bottom {
  margin-top: 30px;
  margin-bottom: 0;
}
.card .card-body .card-text {
  line-height: 1.5em;
  height: auto;
  color: #4d4d4d;
  font-weight: normal;
  margin: 0.25rem 0 0.75rem 0;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;	
}
.card .card-btn {
	padding: 0.5rem 1rem 1rem;
}
.card .btn {
  background-image: none;
  border-color: #004280;
  font-size: 14px;
  min-width: max-content;
  width: 48%;
  position: relative;
  z-index: 2;
  margin: 0;	
}
.card .btn i {
  margin-left: 5px;
}
.card .btn-primary {
  margin-right: 2%;
  border-color: #336899;
  color: #fff;
  background: rgba(0, 66, 128, .8);
}
.card .btn-primary:hover {
  background: rgba(0, 66, 128, 1);
  border-color: #004280;
}
.card .btn-secondary:hover {
  color: #fff;
}
.card.card-mask-light .card-body, .card.card-mask-dark .card-body {
  position: absolute;
  bottom: 0;
  padding: 0.75rem 1rem;
}
.card.card-mask-light .card-body {
  background-color: rgba(255, 255, 255, .85);
}
.card.card-mask-dark .card-body {
  background-color: rgba(0, 0, 0, .75);
}
.card.card-mask-light .card-text, .card.card-mask-dark .card-text {
  display: none;
}
.card.card-mask-dark h3, .card.card-mask-dark h4, .card.card-mask-dark .btn-primary, .card.card-mask-dark .btn-secondary {
  color: #fff;
  border-color: #fff;
}
/*----------------------------------------
  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;
  }
}
@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;
  }
}
/*card-group-complex*/
.card-group-complex .card {
  width: 31.5%;
  float: left;
  margin: 0;
}
.card-group-complex .card:first-child {
  width: 66.5%;
  float: left;
  margin-right: 2%;
}
.card-group-complex .card:last-child {
  margin-top: 2%;
}
.card-group-complex .card-body {
  background: rgba(0, 0, 0, 0.65);
  bottom: 0;
  width: 100%;
  position: absolute;
  box-sizing: border-box;
}
.card-group-complex .card .card-wrapper:hover {
  position: static !important;
}
@media (max-width:768px) {
  .card-group-complex .card, .card-group-complex .card:first-child, .card-group-complex .card:last-child {
    width: calc(100% - 20px);
    float: none;
    margin-top: 3%;
    margin-left: 10px;
    margin-right: 10px;
  }
}
/*----------------------------------------
  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;
}
@media (max-width:767.98px) {
  #adv-content-video-playlist .adv-col-heading h3 {
    margin-top: 3rem;
  }
  #adv-content-video-playlist .adv-col-heading {
    margin-top: 5%;
  }
}
.list-group-item {
  position: relative;
  display: block;
  color: #212529;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, .125);
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}
.list-group-item-title {
  width: 100%;
  font-size: 18px;
}
.list-group-item-text {
  float: right;
  width: 70%;
  color: #4d4d4d;
}
.list-group-item:first-child {
  border-top: 0;
}
.list-group-item-img {
  float: left;
  width: 25%;
}
.list-group-item-img .img-thumbnail {
  padding: 0;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.list-group-item-img .img-fluid {
  width: 100%;
	
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
#adv-content-video-playlist .card-wrapper .card-readMore, #adv-content-video-playlist .card-wrapper button {
  display: none;
}
#card-deck1 .card .card-info-title a, #card-deck2 .card .card-info-title a, #card-deck3 .card .card-info-title a {
  color: #fff;
}
#adv-content-video-playlist .adv-col-heading {
  padding-left: 0;
  padding-right: 0;
}
#adv-content-video-playlist .adv-col-heading h3 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0.25rem;
  line-height: 1em;
}
/*----------------------------------------
  modules - list group flush
----------------------------------------*/
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  padding: 1rem 0;
}
.list-group-flush ul.list-group-wrap {
	padding-left:0;
}
.list-group-flush .list-group-wrap.title-right .list-group-item .list-group-item-inner .list-group-item-title {
  float: right;
  width: 65%;
  margin-bottom: 15px;
}
.list-group-flush .list-group-item .list-group-item-img {
  width: 32%;
}
.list-group-flush .list-group-item .list-group-item-text {
  float: right;
  width: 65%;
}
.list-group-flush .list-group-item .list-group-item-text p {
  margin-bottom: 1rem;
}
.list-group-flush .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush .list-group-item:last-child {
  border-bottom: 0;
}
@media (max-width:580px) {
  .list-group-flush .list-group-item .list-group-item-title, .list-group-flush .list-group-item .list-group-item-img, .list-group-flush .list-group-wrap.title-right .list-group-item .list-group-item-inner .list-group-item-title {
    float: none;
    width: 100%;
  }
  .list-group-item-inner {
    width: 100%;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
  .list-group-item-img {
    float: none;
    width: 100%;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
  .list-group-flush .list-group-item .list-group-item-text {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #card-panel .card .card-img-wrap img {
    width: 100%;
    max-width: 220px;
  }
  .list-group-item-title {
    float: none;
    width: 100%;
  }
  .list-group-item-img {
    width: 100%;
  }
}
/*-------------------------------------------
    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
}

/*-------------------------
   carousel card
--------------------------*/

#main-banner-wrapper .banner-wrapper .banner-item {
    position: relative;
}

#main-banner-wrapper .banner-wrapper .owl-nav.light .owl-next, #main-banner-wrapper .banner-wrapper .owl-nav.light .owl-prev {
	color: #fff;
    font-size: 36px;
    margin: 0px;
    padding: 0 15px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}
#main-banner-wrapper .banner-wrapper .owl-nav.dark .owl-next, #main-banner-wrapper .banner-wrapper .owl-nav.dark .owl-prev, #main-banner-wrapper .banner-wrapper .owl-nav.dark .owl-pages , #main-banner-wrapper .banner-wrapper .owl-nav.dark .owl-pages span {
	color:#33487b;
}
.adv-key-visual-carousel .owl-nav .owl-prev, .adv-key-visual-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-key-visual-dark.owl-theme .owl-nav .owl-next, .adv-key-visual-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-key-visual-carousel.owl-theme .owl-nav .owl-next {
	padding:0 !important;
}
.adv-key-visual-dark.owl-theme .owl-nav .owl-next, .adv-key-visual-dark .owl-nav .owl-prev, .adv-key-visual-dark.owl-theme .owl-pages, .adv-key-visual-dark.owl-theme span.owl-pages-current, .adv-key-visual-dark.owl-theme span.owl-pages-count {
    color: #336899;
}
 .adv-key-visual-carousel .owl-nav .fas::before {
	background: #fff;
    width: 36px;
    padding: 5px 11px;
    border-radius: 36px;
    color: #004280;
    font-size: 28px;
}
.adv-key-visual-carousel.adv-key-visual-dark .owl-nav .fas::before {
    background: #336688;
    width: 36px;
    padding: 5px 11px;
    border-radius: 36px;
    color: #fff;
    font-size: 28px;
}
#main-card-inner .adv-key-visual-carousel .owl-next:hover .fas::before, #main-card-inner .adv-key-visual-carousel .owl-prev:hover .fas::before {
	background-color: #004280;
}
.adv-key-visual-dark.owl-theme .owl-pages, .adv-key-visual-dark.owl-theme .owl-pages .owl-pages-current, .adv-key-visual-dark.owl-theme .owl-pages .owl-pages-count {
    cursor: default;
}
.adv-key-visual-dark.owl-theme .owl-pages:hover, .adv-key-visual-dark.owl-theme .owl-pages .owl-pages-current:hover, .adv-key-visual-dark.owl-theme .owl-pages .owl-pages-count:hover {
    color: #336899;
}
#main-card-inner.adv-key-visual-carousel.owl-theme.adv-card-deck .owl-pages {
bottom: inherit;
}
@media screen and (max-width: 1200px) {
	.row-maxwidth-95pct {
		width: 90%;
	}
}

/*Card - 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;
}

.adv-key-visual-dark.owl-theme .adv-card .owl-pages {
	position: relative;
	bottom: inherit;
}
.adv-key-visual-carousel.owl-theme .adv-card .owl-nav .owl-next {
    padding: 0;
}
.adv-key-visual-carousel.adv-card-deck {
	padding: 0 2%;
}
.adv-card-deck .owl-nav .fas {
	padding: 0 3%;
}
.adv-key-visual-carousel.adv-key-visual-dark.adv-card-deck .owl-nav .fas::before {
	padding: 4px 8.5px;
    font-size: 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-nav .owl-prev,.adv-key-visual-dark.owl-theme .owl-pages,.adv-key-visual-dark.owl-theme span.owl-pages-current, .adv-key-visual-dark.owl-theme span.owl-pages-count {
    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;
}
@media screen and (max-width:800px) {
	.adv-key-visual-carousel.adv-card-deck {
		max-height: initial;
	}
	.adv-key-visual-carousel.owl-theme.adv-card-deck .owl-dots {
		display: none!important;
	}
	.adv-key-visual-carousel.owl-theme.adv-card-deck .owl-nav {
		display: block!important;
	}
	.adv-card-deck .owl-nav .fas {
		padding: 0;
	}
}
/*----------------------------------------
  Card with icon
----------------------------------------*/
.adv-card-icon.card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}
.adv-card-icon .icon-wrapper {
	padding:20px;
}
.radius-10 {
	border-radius: 10px !important;
}
.center {
	text-align:center;
}
.adv-card-icon .icon-wrapper .card-icon-wrap.circle {
   width: 100px;
   height: 100px;
   text-align: center;
   background-color: #f2f2f2;
   border-radius: 100px;
   margin: 0 auto;
}

.adv-card-icon .icon-wrapper .card-icon-wrap i {
   font-size: 44px;
   line-height: 100px;
   color: #336899;
}
.adv-card-icon.card .card-body {
	padding-left:0;
	padding-right:0;
}
.adv-card-icon.card .card-body h3 {
	font-weight: 500;
	line-height: 1.3;
	color: #004280;
}
.adv-card-icon.card .card-body .card-text {
	margin-bottom: 0;
}

/*horizontal icon card*/
.adv-card-icon.card.horizontal .icon-wrapper {
	display:flex;
	gap:4%;
	align-items: center;
	padding: 25px 20px;
}
.adv-card-icon.card.horizontal .card-icon-wrap {
	width: 20%;
    text-align: center;
}
.adv-card-icon.card.horizontal .card-body {
	padding-top: 0;
}
.adv-card-icon.card.horizontal .icon-wrapper .card-icon-wrap i {
	line-height: normal;
}

@media screen and (max-width: 800px) {
	.adv-card-icon.card.horizontal .icon-wrapper {
		gap: 8%;
	}
	#main-card-inner.adv-key-visual-carousel {
		overflow: inherit; 
	}
}
