﻿/* LESS Document */
/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 20px;
}
.t1 h1,
.t1 h2,
.t1 h3,
.t1 h4,
.t1 h5,
.t1 h6 {
  color: #02205d;
}
.t2 h1,
.t2 h2,
.t2 h3,
.t2 h4,
.t2 h5,
.t2 h6 {
  color: #7a6b48;
}
.t3 h1,
.t3 h2,
.t3 h3,
.t3 h4,
.t3 h5,
.t3 h6 {
  color: #d9510a;
}
.t4 h1,
.t4 h2,
.t4 h3,
.t4 h4,
.t4 h5,
.t4 h6 {
  color: #136b71;
}
.t5 h1,
.t5 h2,
.t5 h3,
.t5 h4,
.t5 h5,
.t5 h6 {
  color: #980619;
}
.t6 h1,
.t6 h2,
.t6 h3,
.t6 h4,
.t6 h5,
.t6 h6 {
  color: #2a025d;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.875em;
}
ul:not(:last-child),
ol:not(:last-child) {
  margin-bottom: 25px;
}
ul.ui-widget li.ui-menu-item:before {
  display: none;
}
ul {
  padding-left: 2.5ch;
}
ul > li:not(:last-child) {
  margin-bottom: 15px;
}
ul > li:before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #666;
  margin-right: 11px;
  margin-left: -18px;
}
ol {
  list-style: decimal;
  padding-left: 2.5ch;
}
ol > li:not(:last-child) {
  margin-bottom: 8px;
}
.com-my-dollars-bar.onScreen > .wrap {
  position: static;
}
.com-my-dollars-bar > .wrap {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  background-color: #e7f0f9;
  padding: 10px 0;
  overflow: hidden;
  box-shadow: 0 -15px 15px rgba(0, 0, 0, 0.02);
}
.com-my-dollars-bar .container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 20px;
}
.com-my-dollars-bar h1 {
  color: #0075c1;
  font-weight: 400;
  font-size: 1.5em;
  margin-bottom: 0;
}
.com-my-dollars-bar .group {
  display: flex;
}
.com-my-dollars-bar .current {
  position: relative;
  text-align: center;
}
.com-my-dollars-bar .current:before {
  content: "";
  display: block;
  width: 230px;
  height: 230px;
  border: solid 18px #0075c1;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.com-my-dollars-bar .current h2 {
  color: #0075c1;
  font-weight: 400;
  font-size: 3em;
  margin-bottom: 0;
}
.com-my-dollars-bar .current .label {
  color: #0075c1;
}
.com-my-dollars-bar .btns {
  margin-left: 50px;
}
.com-my-dollars-bar .btns .btn.sty1 {
  background-color: #098084;
}
#pop_promo {
    max-width: 500px;
    background-color: #FFF;
    padding: 32px 24px;
    text-align: left;
    margin: 0 auto;
}

#pop_promo .wrap {
    padding: 0;
}

#pop_promo h2 {
    color: #0075c1;
    font-weight: normal;
    font-size: 1.3em;
    line-height: 120%;
}

#pop_promo .btns {
    text-align: left;
}

#pop_promo .btns > * {
    display: inline-block;
    padding: 8px 20px;
    font-size: 0.92em;
    color: #FFF;
    text-align: center;
    border-radius: 100px;
    border: none;
    background-color: #0075c1;
    line-height: 120%;
    font-family: "Montserrat", "PingFang TC", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
    margin-right: 4px;
    cursor: pointer;
}

#pop_promo .pop-modal-dismiss {
    background-color: #EEE;
    color: #666;
}

#pop_promo .msg {
    margin-top: 12px;
    color: #F00;
    line-height: 120%;
}


#pop_filter {
  padding: 0 5px 20px 5px;
}
#pop_filter .group {
  margin-bottom: 20px;
}
#pop_filter .group > h1 {
  font-weight: normal;
  font-size: 1em;
  border-bottom: solid 1px #DDD;
  padding: 10px 0;
  color: #000;
}
.addon-select-item {
    padding: 10px;
    border: solid 1px #0075c1;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.addon-select-item .pic {
    position: relative;
    height: auto;
    background-position: center;
    background-size: cover;
}

.addon-select-item .pic:before {
    content: "";
    display: block;
    padding-top: 75%;
}

.addon-select-item .wrap {
    padding: 10px 5px;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.addon-select-item .checkbox {
    width: 30px;
}

.addon-select-item .info {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.addon-select-item .info .r2 {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.addon-select-item .info .cat {
    font-size: 0.82em;
    color: #999;
    margin-bottom: 10px;
    line-height: 1.2;
}

.addon-select-item .info .name {
    color: #0075c1;
    line-height: 1.2;
    font-size: 0.92em !important;
    margin-bottom: 0 !important;
}

.addon-select-item .info .desc {
    color: #999;
    font-size: 0.92em;
    line-height: 1.5;
    margin-top: 4px;
}

.addon-select-item .info .price {
    color: #000;
}

.addon-select-item .info .more {
    width: 32px;
    height: 32px;
    background-color: #c60a76;
    display: block;
    border-radius: 50%;
    text-align: center;
}

.addon-select-item .info .more:before {
    content: "\e6e2";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #FFF;
    line-height: 32px;
}

.addon-select-item .info .more:hover {
    background-color: #0075c1;
}
.addon-select-item {
  padding: 10px;
  border: solid 1px #0075c1;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.addon-select-item .pic {
  position: relative;
  height: auto;
  background-position: center;
  background-size: cover;
}
.addon-select-item .pic:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.addon-select-item .wrap {
  padding: 10px 5px;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.addon-select-item .checkbox {
  width: 30px;
}
.addon-select-item .info {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.addon-select-item .info .r2 {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.addon-select-item .info .cat {
  font-size: 0.82em;
  color: #999;
  margin-bottom: 10px;
  line-height: 1.2;
}
.addon-select-item .info .name {
  color: #0075c1;
  line-height: 1.2;
  font-size: 0.92em !important;
  margin-bottom: 0 !important;
}
.addon-select-item .info .desc {
  color: #999;
  font-size: 0.92em;
  line-height: 1.5;
  margin-top: 4px;
}
.addon-select-item .info .price {
  color: #000;
}
.addon-select-item .info .more {
  width: 32px;
  height: 32px;
  background-color: #c60a76;
  display: block;
  border-radius: 50%;
  text-align: center;
}
.addon-select-item .info .more:before {
  content: "\e6e2";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #FFF;
  line-height: 32px;
}
.addon-select-item .info .more:hover {
  background-color: #0075c1;
}
.com-list-heading {
  text-align: center;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0075c1;
  font-size: 1.7em;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.com-list-heading:before,
.com-list-heading:after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #0075c1;
  display: block;
  margin: 0 20px;
}
.com-product-list-item {
  background-color: #FFF;
  border: solid 1px #DDD;
  padding: 8px;
  position: relative;
  height: 100%;
}
.com-product-list-item a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.com-product-list-item .label {
    position: absolute;
    left: 14px;
    font-size: 0.82em;
    color: #FFF;
    background-color: #c60a76;
    line-height: 100%;
    padding: 10px 5px 5px 5px;
    z-index: 4;
    top: 0;
    border-radius: 0 0 4px 4px;
}
.com-product-list-item .label.q {
    background-color: #0075c1;
}
.com-product-list-item .pic {
  position: relative;
  height: auto;
  background-position: center;
  background-size: cover;
}
.com-product-list-item .pic:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.com-product-list-item .info {
  padding: 10px 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.com-product-list-item .info .r2 {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.com-product-list-item .info .cat {
  font-size: 0.82em;
  color: #999;
  margin-bottom: 10px;
  line-height: 1.2;
}
.com-product-list-item .info .name {
  color: #0075c1;
  line-height: 1.2;
  font-size: 0.92em;
}
.com-product-list-item .info .desc {
  color: #999;
  font-size: 0.92em;
  line-height: 1.5;
  margin-top: 10px;
}
.com-product-list-item .info .price {
  color: #000;
}
.com-product-list-item .info .more {
  width: 32px;
  height: 32px;
  background-color: #c60a76;
  display: block;
  border-radius: 50%;
  text-align: center;
}
.com-product-list-item .info .more:before {
  content: "\e6e2";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #FFF;
  line-height: 32px;
}
.com-product-list-item .info .more:hover {
  background-color: #0075c1;
}
.com .com {
  margin-bottom: 0;
}
.com.no-margin {
  margin: 0;
}
.no-margin {
  margin: 0;
}
.com-rich {
  margin-bottom: 40px;
}
.com-rich h1:not(:first-child),
.com-rich h2:not(:first-child),
.com-rich h3:not(:first-child),
.com-rich h4:not(:first-child),
.com-rich h5:not(:first-child),
.com-rich h6:not(:first-child) {
  margin-top: 40px;
}
.com-nav-index.sty1 {
  text-align: center;
  margin-bottom: 20px;
}
.com-nav-index.sty1 .row {
  margin: 0 -5px;
}
.com-nav-index.sty1 .row > .col {
  padding: 0 5px;
  margin-bottom: 10px;
}
.com-nav-index.sty1 .item {
  height: 100%;
}
.com-nav-index.sty1 .item a {
  height: 100%;
  position: relative;
  display: block;
  border: solid 1px #CCC;
  padding: 50px 30px 90px 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.t1 .com-nav-index.sty1 .item a {
  background-color: rgba(223, 230, 237, 0.4);
}
.t2 .com-nav-index.sty1 .item a {
  background-color: rgba(238, 232, 223, 0.4);
}
.t3 .com-nav-index.sty1 .item a {
  background-color: rgba(251, 237, 230, 0.4);
}
.t4 .com-nav-index.sty1 .item a {
  background-color: rgba(209, 224, 226, 0.4);
}
.t5 .com-nav-index.sty1 .item a {
  background-color: rgba(248, 228, 231, 0.4);
}
.t6 .com-nav-index.sty1 .item a {
  background-color: rgba(229, 225, 236, 0.4);
}
.t1 .com-nav-index.sty1 .item a {
  border-color: #dfe6ed;
}
.t2 .com-nav-index.sty1 .item a {
  border-color: #eee8df;
}
.t3 .com-nav-index.sty1 .item a {
  border-color: #fbede6;
}
.t4 .com-nav-index.sty1 .item a {
  border-color: #d1e0e2;
}
.t5 .com-nav-index.sty1 .item a {
  border-color: #f8e4e7;
}
.t6 .com-nav-index.sty1 .item a {
  border-color: #e5e1ec;
}
.com-nav-index.sty1 .item a:after {
  content: "\f10b";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 1.5em;
  display: block;
  color: #FFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: auto;
  bottom: 25px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.t1 .com-nav-index.sty1 .item a:after {
  background-color: #02205d;
}
.t2 .com-nav-index.sty1 .item a:after {
  background-color: #7a6b48;
}
.t3 .com-nav-index.sty1 .item a:after {
  background-color: #d9510a;
}
.t4 .com-nav-index.sty1 .item a:after {
  background-color: #136b71;
}
.t5 .com-nav-index.sty1 .item a:after {
  background-color: #980619;
}
.t6 .com-nav-index.sty1 .item a:after {
  background-color: #2a025d;
}
.com-nav-index.sty1 .item a h3 {
  margin-bottom: 15px;
}
.com-nav-index.sty1 .item a .desc {
  font-size: 0.92em;
}
.t1 .com-nav-index.sty1 .item a .desc {
  color: #66789d;
}
.t2 .com-nav-index.sty1 .item a .desc {
  color: #ab8e5d;
}
.t3 .com-nav-index.sty1 .item a .desc {
  color: #b56840;
}
.t4 .com-nav-index.sty1 .item a .desc {
  color: #66989d;
}
.t5 .com-nav-index.sty1 .item a .desc {
  color: #b44f5b;
}
.t6 .com-nav-index.sty1 .item a .desc {
  color: #77669d;
}
.com-nav-index.sty1 .item:hover a {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.t1 .com-nav-index.sty1 .item:hover a {
  background-color: rgba(223, 230, 237, 0.25);
}
.t2 .com-nav-index.sty1 .item:hover a {
  background-color: rgba(238, 232, 223, 0.25);
}
.t3 .com-nav-index.sty1 .item:hover a {
  background-color: rgba(251, 237, 230, 0.25);
}
.t4 .com-nav-index.sty1 .item:hover a {
  background-color: rgba(209, 224, 226, 0.25);
}
.t5 .com-nav-index.sty1 .item:hover a {
  background-color: rgba(248, 228, 231, 0.25);
}
.t6 .com-nav-index.sty1 .item:hover a {
  background-color: rgba(229, 225, 236, 0.25);
}
.com-nav-index.sty1 .item:hover a:after {
  text-indent: 5px;
}
.t1 .com-nav-index.sty1 .item:hover a:after {
  background-color: #2756b5;
}
.t2 .com-nav-index.sty1 .item:hover a:after {
  background-color: #ad872e;
}
.t3 .com-nav-index.sty1 .item:hover a:after {
  background-color: #d9510a;
}
.t4 .com-nav-index.sty1 .item:hover a:after {
  background-color: #1a8c94;
}
.t5 .com-nav-index.sty1 .item:hover a:after {
  background-color: #c33748;
}
.t6 .com-nav-index.sty1 .item:hover a:after {
  background-color: #5516a5;
}
.com-nav-index.sty2 {
  text-align: center;
  margin-bottom: 20px;
}
.com-nav-index.sty2 .cat .head {
  border-bottom: solid 2px #999;
  font-size: 1.25em;
  padding: 14px;
}
.t1 .com-nav-index.sty2 .cat .head {
  color: #02205d;
}
.t2 .com-nav-index.sty2 .cat .head {
  color: #7a6b48;
}
.t3 .com-nav-index.sty2 .cat .head {
  color: #d9510a;
}
.t4 .com-nav-index.sty2 .cat .head {
  color: #136b71;
}
.t5 .com-nav-index.sty2 .cat .head {
  color: #980619;
}
.t6 .com-nav-index.sty2 .cat .head {
  color: #2a025d;
}
.t1 .com-nav-index.sty2 .cat .head {
  border-color: #02205d;
}
.t2 .com-nav-index.sty2 .cat .head {
  border-color: #7a6b48;
}
.t3 .com-nav-index.sty2 .cat .head {
  border-color: #d9510a;
}
.t4 .com-nav-index.sty2 .cat .head {
  border-color: #136b71;
}
.t5 .com-nav-index.sty2 .cat .head {
  border-color: #980619;
}
.t6 .com-nav-index.sty2 .cat .head {
  border-color: #2a025d;
}
.com-nav-index.sty2 .cat .group h5 {
  margin: 0;
  padding: 20px 0 10px 0;
}
.com-nav-index.sty2 .cat .group .item a {
  display: block;
  padding: 30px;
  margin-bottom: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.t1 .com-nav-index.sty2 .cat .group .item a {
  background-color: #dfe6ed;
}
.t2 .com-nav-index.sty2 .cat .group .item a {
  background-color: #eee8df;
}
.t3 .com-nav-index.sty2 .cat .group .item a {
  background-color: #fbede6;
}
.t4 .com-nav-index.sty2 .cat .group .item a {
  background-color: #d1e0e2;
}
.t5 .com-nav-index.sty2 .cat .group .item a {
  background-color: #f8e4e7;
}
.t6 .com-nav-index.sty2 .cat .group .item a {
  background-color: #e5e1ec;
}
.com-nav-index.sty2 .cat .group .item a h2 {
  font-size: 1.35em;
  margin-bottom: 12px;
}
.t1 .com-nav-index.sty2 .cat .group .item a .desc {
  color: #66789d;
}
.t2 .com-nav-index.sty2 .cat .group .item a .desc {
  color: #ab8e5d;
}
.t3 .com-nav-index.sty2 .cat .group .item a .desc {
  color: #b56840;
}
.t4 .com-nav-index.sty2 .cat .group .item a .desc {
  color: #66989d;
}
.t5 .com-nav-index.sty2 .cat .group .item a .desc {
  color: #b44f5b;
}
.t6 .com-nav-index.sty2 .cat .group .item a .desc {
  color: #77669d;
}
.t1 .com-nav-index.sty2 .cat .group .item a:hover {
  background-color: rgba(223, 230, 237, 0.7);
}
.t2 .com-nav-index.sty2 .cat .group .item a:hover {
  background-color: rgba(238, 232, 223, 0.7);
}
.t3 .com-nav-index.sty2 .cat .group .item a:hover {
  background-color: rgba(251, 237, 230, 0.7);
}
.t4 .com-nav-index.sty2 .cat .group .item a:hover {
  background-color: rgba(209, 224, 226, 0.7);
}
.t5 .com-nav-index.sty2 .cat .group .item a:hover {
  background-color: rgba(248, 228, 231, 0.7);
}
.t6 .com-nav-index.sty2 .cat .group .item a:hover {
  background-color: rgba(229, 225, 236, 0.7);
}
.com-nav-index.sty2 .cat.c2 .head {
  color: #136b71;
  border-color: #136b71;
}
.com-nav-index.sty2 .cat.c2 .group h5 {
  color: #136b71;
}
.com-nav-index.sty2 .cat.c2 .group .item a {
  background-color: #dfede7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.com-nav-index.sty2 .cat.c2 .group .item a h2 {
  color: #136b71;
}
.com-nav-index.sty2 .cat.c2 .group .item a .desc {
  color: #459499;
}
.com-nav-index.sty2 .cat.c2 .group .item a:hover {
  background-color: rgba(223, 237, 231, 0.7);
}
.com-path {
  border-bottom: solid 1px #DDD;
  padding: 10px 0;
  font-size: 0.82em;
  margin-bottom: 30px;
}
.com-path a {
  color: #999;
}
.com-path a:not(:last-child):after {
  content: "\e649";
  margin: 0 8px;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 0.8em;
}
.com-path a:hover {
  color: #0075c1;
}
.com-downloads {
  padding: 25px 0;
  border-top: solid 2px #DDD;
}
.t1 .com-downloads {
  border-color: #66789d;
}
.t2 .com-downloads {
  border-color: #ab8e5d;
}
.t3 .com-downloads {
  border-color: #b56840;
}
.t4 .com-downloads {
  border-color: #66989d;
}
.t5 .com-downloads {
  border-color: #b44f5b;
}
.t6 .com-downloads {
  border-color: #77669d;
}
.com-downloads .row {
  margin: 0 -6px;
}
.com-downloads .row > .col {
  padding: 0 6px;
}
.com-downloads .item {
  padding: 20px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  border: solid 1px #DDD;
  margin-bottom: 12px;
}
.com-downloads .item a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.com-downloads .item a .ico {
  margin-right: 15px;
  min-width: 40px;
}
.com-downloads .item a .info {
  color: #444;
}
.com-downloads .item a .info .name {
  display: block;
  font-weight: 700;
  line-height: 120%;
  font-size: 0.95em;
}
.com-downloads .item a .info .size {
  display: block;
  font-size: 0.8em;
  color: #999;
}
.com-tab {
  margin-bottom: 30px;
}
.com-tab nav .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.com-tab nav .wrap a {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  display: block;
  padding: 18px 12px;
  color: #CCC;
  border-bottom: solid 2px #EEE;
  font-size: 1.3em;
  line-height: 125%;
}
.com-tab nav .wrap a.current {
  color: #0075c1;
  border-bottom: none;
  border-left: solid 2px #EEE;
  border-right: solid 2px #EEE;
  border-top: solid 4px #0075c1;
}
.com-tab .tab-contents {
  padding: 30px;
  border: solid 2px #EEE;
  border-top: none;
}
.com-table img {
  max-width: 40vw;
  height: auto !important;
}
.com-table thead a {
  color: #fff;
}
.com-table.sty1 {
  overflow-x: auto;
  border-left: solid 1px #EEE;
  border-right: solid 1px #EEE;
}
.com-table.sty1 table {
  min-width: 100%;
}
.com-table.sty1 thead td {
  background-color: #098084;
  color: #FFF;
}
.com-table.sty1 tbody {
  border-top: solid 1px #EEE;
}
.com-table.sty1 tr {
  border-bottom: solid 1px #EEE;
}
.com-table.sty1 td {
  padding: 10px;
  text-align: center;
  border-right: solid 1px #EEE;
  line-height: 125%;
  vertical-align: middle;
}
.com-table.sty1 td:first-child {
  text-align: left;
}
.com-table.sty1 td:last-child {
  border-right: none;
}
.com-table.sty1 td.stick {
  -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.08);
}
.com-table.sty1 h1,
.com-table.sty1 h2,
.com-table.sty1 h3,
.com-table.sty1 h4,
.com-table.sty1 h5,
.com-table.sty1 h6 {
  margin-bottom: 0;
  line-height: 125%;
}
.com-accordion {
  margin-bottom: 30px;
}
.com-accordion .item > .head {
  cursor: pointer;
  color: #098084;
  font-size: 1.6em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.com-accordion .item > .head:after {
  content: "\e65f";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 12px;
}
.com-accordion .item > .body {
  display: none;
  color: #555;
}
.com-accordion .item.active > .head:after {
  content: "\e65c";
}
.t1 .com-accordion .item.disable {
  background-color: rgba(223, 230, 237, 0.4);
}
.t2 .com-accordion .item.disable {
  background-color: rgba(238, 232, 223, 0.4);
}
.t3 .com-accordion .item.disable {
  background-color: rgba(251, 237, 230, 0.4);
}
.t4 .com-accordion .item.disable {
  background-color: rgba(209, 224, 226, 0.4);
}
.t5 .com-accordion .item.disable {
  background-color: rgba(248, 228, 231, 0.4);
}
.t6 .com-accordion .item.disable {
  background-color: rgba(229, 225, 236, 0.4);
}
.com-accordion .item.disable > .head {
  cursor: auto;
  font-weight: 700;
}
.com-accordion .item.disable > .head:after {
  display: none;
}
.com-accordion .item.disable > .body {
  display: block;
}
.t1 .com-accordion .item:hover {
  background-color: rgba(223, 230, 237, 0.4);
}
.t2 .com-accordion .item:hover {
  background-color: rgba(238, 232, 223, 0.4);
}
.t3 .com-accordion .item:hover {
  background-color: rgba(251, 237, 230, 0.4);
}
.t4 .com-accordion .item:hover {
  background-color: rgba(209, 224, 226, 0.4);
}
.t5 .com-accordion .item:hover {
  background-color: rgba(248, 228, 231, 0.4);
}
.t6 .com-accordion .item:hover {
  background-color: rgba(229, 225, 236, 0.4);
}
.com-passrate {
  margin-bottom: 30px;
}
.com-passrate .head {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.com-passrate .head .info {
  font-size: 0.92em;
}
.t1 .com-passrate .head .info {
  color: #02205d;
}
.t2 .com-passrate .head .info {
  color: #7a6b48;
}
.t3 .com-passrate .head .info {
  color: #d9510a;
}
.t4 .com-passrate .head .info {
  color: #136b71;
}
.t5 .com-passrate .head .info {
  color: #980619;
}
.t6 .com-passrate .head .info {
  color: #2a025d;
}
.com-passrate .head .info h3 {
  margin-bottom: 5px;
}
.com-passrate .head .info p {
  line-height: 130%;
}
.com-passrate .head .select {
  min-width: 200px;
  margin: 6px 0;
}
.com-passrate .body .list {
  border: solid 1px #CCC;
}
.t1 .com-passrate .body .list {
  border-color: #dfe6ed;
}
.t2 .com-passrate .body .list {
  border-color: #eee8df;
}
.t3 .com-passrate .body .list {
  border-color: #fbede6;
}
.t4 .com-passrate .body .list {
  border-color: #d1e0e2;
}
.t5 .com-passrate .body .list {
  border-color: #f8e4e7;
}
.t6 .com-passrate .body .list {
  border-color: #e5e1ec;
}
.com-passrate .body .list .item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-weight: 700;
  padding: 12px 30px;
}
.t1 .com-passrate .body .list .item:nth-child(even) {
  background-color: rgba(223, 230, 237, 0.7);
}
.t2 .com-passrate .body .list .item:nth-child(even) {
  background-color: rgba(238, 232, 223, 0.7);
}
.t3 .com-passrate .body .list .item:nth-child(even) {
  background-color: rgba(251, 237, 230, 0.7);
}
.t4 .com-passrate .body .list .item:nth-child(even) {
  background-color: rgba(209, 224, 226, 0.7);
}
.t5 .com-passrate .body .list .item:nth-child(even) {
  background-color: rgba(248, 228, 231, 0.7);
}
.t6 .com-passrate .body .list .item:nth-child(even) {
  background-color: rgba(229, 225, 236, 0.7);
}
.t1 .com-passrate .body .list .item .month {
  color: #66789d;
}
.t2 .com-passrate .body .list .item .month {
  color: #ab8e5d;
}
.t3 .com-passrate .body .list .item .month {
  color: #b56840;
}
.t4 .com-passrate .body .list .item .month {
  color: #66989d;
}
.t5 .com-passrate .body .list .item .month {
  color: #b44f5b;
}
.t6 .com-passrate .body .list .item .month {
  color: #77669d;
}
.com-passrate .body .list .item .rate {
  color: #333;
  font-size: 1.2em;
}
.com-passrate .body .avg {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #FFF;
  font-weight: 700;
  padding: 20px 30px;
}
.t1 .com-passrate .body .avg {
  background-color: #2756b5;
}
.t2 .com-passrate .body .avg {
  background-color: #ad872e;
}
.t3 .com-passrate .body .avg {
  background-color: #d9510a;
}
.t4 .com-passrate .body .avg {
  background-color: #1a8c94;
}
.t5 .com-passrate .body .avg {
  background-color: #c33748;
}
.t6 .com-passrate .body .avg {
  background-color: #5516a5;
}
.com-passrate .body .avg .rate {
  font-size: 1.2em;
}
.com-news-list {
  margin-bottom: 30px;
}
.com-news-list .filters {
  max-width: 300px;
  margin-bottom: 20px;
}
.com-news-list .list {
  border: solid 1px #CCC;
}
.t1 .com-news-list .list {
  border-color: #dfe6ed;
}
.t2 .com-news-list .list {
  border-color: #eee8df;
}
.t3 .com-news-list .list {
  border-color: #fbede6;
}
.t4 .com-news-list .list {
  border-color: #d1e0e2;
}
.t5 .com-news-list .list {
  border-color: #f8e4e7;
}
.t6 .com-news-list .list {
  border-color: #e5e1ec;
}
.t1 .com-news-list .list .item:nth-child(even) {
  background-color: rgba(223, 230, 237, 0.5);
}
.t2 .com-news-list .list .item:nth-child(even) {
  background-color: rgba(238, 232, 223, 0.5);
}
.t3 .com-news-list .list .item:nth-child(even) {
  background-color: rgba(251, 237, 230, 0.5);
}
.t4 .com-news-list .list .item:nth-child(even) {
  background-color: rgba(209, 224, 226, 0.5);
}
.t5 .com-news-list .list .item:nth-child(even) {
  background-color: rgba(248, 228, 231, 0.5);
}
.t6 .com-news-list .list .item:nth-child(even) {
  background-color: rgba(229, 225, 236, 0.5);
}
.com-news-list .list .item a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 15px 20px;
}
.t1 .com-news-list .list .item a {
  color: #66789d;
}
.t2 .com-news-list .list .item a {
  color: #ab8e5d;
}
.t3 .com-news-list .list .item a {
  color: #b56840;
}
.t4 .com-news-list .list .item a {
  color: #66989d;
}
.t5 .com-news-list .list .item a {
  color: #b44f5b;
}
.t6 .com-news-list .list .item a {
  color: #77669d;
}
.com-news-list .list .item a .date {
  font-size: 0.85em;
  font-weight: 700;
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.com-news-list .list .item a .title {
  -webkit-box-flex: 9;
  -moz-box-flex: 9;
  -webkit-flex: 9;
  -ms-flex: 9;
  flex: 9;
}
.com-news-list .list .item a .ico {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}
.com-news-list .list .item a .ico:after {
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\f10b";
  display: inline-block;
  line-height: 38px;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  color: #FFF;
  text-align: center;
  font-size: 1.3em;
}
.t1 .com-news-list .list .item a .ico:after {
  background-color: #66789d;
}
.t2 .com-news-list .list .item a .ico:after {
  background-color: #ab8e5d;
}
.t3 .com-news-list .list .item a .ico:after {
  background-color: #b56840;
}
.t4 .com-news-list .list .item a .ico:after {
  background-color: #66989d;
}
.t5 .com-news-list .list .item a .ico:after {
  background-color: #b44f5b;
}
.t6 .com-news-list .list .item a .ico:after {
  background-color: #77669d;
}
.t1 .com-news-list .list .item:hover {
  background-color: rgba(223, 230, 237, 0.2);
}
.t2 .com-news-list .list .item:hover {
  background-color: rgba(238, 232, 223, 0.2);
}
.t3 .com-news-list .list .item:hover {
  background-color: rgba(251, 237, 230, 0.2);
}
.t4 .com-news-list .list .item:hover {
  background-color: rgba(209, 224, 226, 0.2);
}
.t5 .com-news-list .list .item:hover {
  background-color: rgba(248, 228, 231, 0.2);
}
.t6 .com-news-list .list .item:hover {
  background-color: rgba(229, 225, 236, 0.2);
}
.t1 .com-news-list .list .item:hover a .ico:after {
  background-color: #2756b5;
}
.t2 .com-news-list .list .item:hover a .ico:after {
  background-color: #ad872e;
}
.t3 .com-news-list .list .item:hover a .ico:after {
  background-color: #d9510a;
}
.t4 .com-news-list .list .item:hover a .ico:after {
  background-color: #1a8c94;
}
.t5 .com-news-list .list .item:hover a .ico:after {
  background-color: #c33748;
}
.t6 .com-news-list .list .item:hover a .ico:after {
  background-color: #5516a5;
}
.com-callforact {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -moz-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.com-callforact a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  border: solid 1px #CCC;
  padding: 16px 24px;
  font-weight: 700;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.t1 .com-callforact a {
  border-color: #dfe6ed;
}
.t2 .com-callforact a {
  border-color: #eee8df;
}
.t3 .com-callforact a {
  border-color: #fbede6;
}
.t4 .com-callforact a {
  border-color: #d1e0e2;
}
.t5 .com-callforact a {
  border-color: #f8e4e7;
}
.t6 .com-callforact a {
  border-color: #e5e1ec;
}
.t1 .com-callforact a {
  color: #02205d;
}
.t2 .com-callforact a {
  color: #7a6b48;
}
.t3 .com-callforact a {
  color: #d9510a;
}
.t4 .com-callforact a {
  color: #136b71;
}
.t5 .com-callforact a {
  color: #980619;
}
.t6 .com-callforact a {
  color: #2a025d;
}
.com-callforact a:after {
  content: "\f10b";
  margin-left: 24px;
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2em;
}
.com-callforact a:hover {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
  transform: translateX(8px);
  -webkit-box-shadow: -6px 2px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -6px 2px 6px rgba(0, 0, 0, 0.05);
  box-shadow: -6px 2px 6px rgba(0, 0, 0, 0.05);
}
.t1 .com-callforact a:hover {
  background-color: rgba(223, 230, 237, 0.4);
}
.t2 .com-callforact a:hover {
  background-color: rgba(238, 232, 223, 0.4);
}
.t3 .com-callforact a:hover {
  background-color: rgba(251, 237, 230, 0.4);
}
.t4 .com-callforact a:hover {
  background-color: rgba(209, 224, 226, 0.4);
}
.t5 .com-callforact a:hover {
  background-color: rgba(248, 228, 231, 0.4);
}
.t6 .com-callforact a:hover {
  background-color: rgba(229, 225, 236, 0.4);
}
.com-ppl-info {
  margin-bottom: 30px;
  border: solid 1px #DDD;
}
.com-ppl-info .row .col {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.com-ppl-info .info {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 15px;
}
.com-ppl-info .info h4 {
  margin-bottom: 15px;
}
.t1 .com-ppl-info .info h4 {
  color: #2756b5;
}
.t2 .com-ppl-info .info h4 {
  color: #ad872e;
}
.t3 .com-ppl-info .info h4 {
  color: #d9510a;
}
.t4 .com-ppl-info .info h4 {
  color: #1a8c94;
}
.t5 .com-ppl-info .info h4 {
  color: #c33748;
}
.t6 .com-ppl-info .info h4 {
  color: #5516a5;
}
.com-ppl-info .info h5 {
  color: #666;
  margin-bottom: 5px;
}
.com-head-share {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.com-head-share h1 {
  margin-bottom: 0;
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.com-head-share .share {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.com-head-share .share .label {
  font-size: 0.85em;
  margin-right: 15px;
  color: #999;
}
.com-head-share .share nav {
  font-size: 0.9em;
}
.com-head-share .share nav .addthis_button_facebook {
  color: #3b5997;
}
.com-head-share .share nav .addthis_button_linkedin {
  color: #0172b1;
}
.com-head-share .share nav .addthis_button_more {
  color: #888;
}
.com-head-share .share nav .fa-inverse:before {
  line-height: 220%;
}
.com-filter fieldset {
  margin-bottom: 15px;
}
.com-filter fieldset .label {
  font-size: 0.85em;
  line-height: 130%;
}
.t1 .com-filter fieldset .label {
  color: #66789d;
}
.t2 .com-filter fieldset .label {
  color: #ab8e5d;
}
.t3 .com-filter fieldset .label {
  color: #b56840;
}
.t4 .com-filter fieldset .label {
  color: #66989d;
}
.t5 .com-filter fieldset .label {
  color: #b44f5b;
}
.t6 .com-filter fieldset .label {
  color: #77669d;
}
.com-filter .advanced {
  display: none;
}
.com-filter .adv-toggle {
  font-size: 0.92em;
}
.t1 .com-filter .adv-toggle {
  color: #2756b5;
}
.t2 .com-filter .adv-toggle {
  color: #ad872e;
}
.t3 .com-filter .adv-toggle {
  color: #d9510a;
}
.t4 .com-filter .adv-toggle {
  color: #1a8c94;
}
.t5 .com-filter .adv-toggle {
  color: #c33748;
}
.t6 .com-filter .adv-toggle {
  color: #5516a5;
}
.com-filter .adv-toggle:after {
  content: " +";
}
.com-filter .adv-toggle.on:after {
  content: " -";
}
.com-info-list {
  margin-bottom: 30px;
  border: solid 1px #CCC;
}
.t1 .com-info-list {
  border-color: rgba(2, 32, 93, 0.2);
}
.t2 .com-info-list {
  border-color: rgba(122, 107, 72, 0.2);
}
.t3 .com-info-list {
  border-color: rgba(217, 81, 10, 0.2);
}
.t4 .com-info-list {
  border-color: rgba(19, 107, 113, 0.2);
}
.t5 .com-info-list {
  border-color: rgba(152, 6, 25, 0.2);
}
.t6 .com-info-list {
  border-color: rgba(42, 2, 93, 0.2);
}
.com-info-list .item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
}
.t1 .com-info-list .item:nth-child(even) {
  background-color: rgba(2, 32, 93, 0.1);
}
.t2 .com-info-list .item:nth-child(even) {
  background-color: rgba(122, 107, 72, 0.1);
}
.t3 .com-info-list .item:nth-child(even) {
  background-color: rgba(217, 81, 10, 0.1);
}
.t4 .com-info-list .item:nth-child(even) {
  background-color: rgba(19, 107, 113, 0.1);
}
.t5 .com-info-list .item:nth-child(even) {
  background-color: rgba(152, 6, 25, 0.1);
}
.t6 .com-info-list .item:nth-child(even) {
  background-color: rgba(42, 2, 93, 0.1);
}
.com-info-list .item .label {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  font-weight: bold;
  padding: 0 20px;
}
.com-info-list .item .content {
  -webkit-box-flex: 5;
  -moz-box-flex: 5;
  -webkit-flex: 5;
  -ms-flex: 5;
  flex: 5;
  padding: 0 20px;
}
.com-info-list .item .content .highlight {
  font-weight: 700;
}
.com-pager {
  margin: 40px 0;
  text-align: center;
}
.com-pager input {
  margin-right: 6px;
}
.com-pager a,
.com-pager input {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: solid 1px #CCC;
  background-color: #FFF;
  padding: 0;
}
.t1 .com-pager a,
.t1 .com-pager input {
  border-color: rgba(2, 32, 93, 0.3);
}
.t2 .com-pager a,
.t2 .com-pager input {
  border-color: rgba(122, 107, 72, 0.3);
}
.t3 .com-pager a,
.t3 .com-pager input {
  border-color: rgba(217, 81, 10, 0.3);
}
.t4 .com-pager a,
.t4 .com-pager input {
  border-color: rgba(19, 107, 113, 0.3);
}
.t5 .com-pager a,
.t5 .com-pager input {
  border-color: rgba(152, 6, 25, 0.3);
}
.t6 .com-pager a,
.t6 .com-pager input {
  border-color: rgba(42, 2, 93, 0.3);
}
.com-pager a.btn-prev,
.com-pager a.btn-next {
  position: relative;
  color: #0075c1;
}
.com-pager a.btn-prev.disabled,
.com-pager a.btn-next.disabled {
  border: solid 1px #DDD;
  color: #DDD;
}
.com-pager a.btn-prev:before,
.com-pager a.btn-next:before {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.com-pager a.btn-prev:hover,
.com-pager a.btn-next:hover {
  background-color: #0075c1;
  color: #FFF;
}
.com-pager a.btn-prev {
  margin-left: 10px;
}
.com-pager a.btn-prev:before {
  content: "\e64a";
}
.com-pager a.btn-next:before {
  content: "\e649";
}
@media (max-width: 1023px) {
  .com-my-dollars-bar .wrap {
    padding: 4px 0;
  }
  .com-my-dollars-bar .container {
    padding-right: 12px;
    padding-left: 12px;
    justify-content: space-around;
  }
  .com-my-dollars-bar .container > h1 {
    display: none;
  }
  .com-my-dollars-bar .container .current:before {
    width: 160px;
    height: 160px;
    border: solid 12px #0075c1;
  }
  .com-my-dollars-bar .container .current h2 {
    font-size: 2em;
  }
  .com-my-dollars-bar .container .current .label {
    font-size: .75em;
  }
  .com-my-dollars-bar .container .group {
    display: none;
    font-size: .8em;
    margin-left: 10px;
  }
  .com-my-dollars-bar .container .group .expire {
    line-height: 130%;
  }
  .com-my-dollars-bar .container .group .btns {
    margin-left: 0;
    margin-top: 8px;
  }
  .com-my-dollars-bar .container .group .btns .btn.sty1 {
    padding: 2px 15px;
  }
  .com-path {
    margin-bottom: 10px;
  }
  .com-head-share {
    display: block;
    margin-bottom: 15px;
  }
  .com-head-share h1 {
    margin-bottom: 10px;
  }
  #pop_filter {
    text-align: left;
    display: none;
    padding: 30px 5px;
    max-height: 100vh;
    overflow-y: auto;
  }
  .mfp-wrap #pop_filter {
    display: block;
  }
}
@media (max-width: 767px) {
  .com-table.card tbody tr {
    display: block;
    border: solid 3px #def6f7;
    max-width: 92%;
    margin: 25px auto;
  }
  .com-table.card tbody tr:hover {
    background-color: #FFF !important;
  }
  .com-table.card tbody td {
    display: flex;
    border: none;
    padding: 14px 12px;
  }
  .com-table.card tbody td:not(:last-child) {
    border-bottom: dotted 1px #DDD;
  }
  .com-table.card tbody td > div.label {
    text-align: left;
    min-width: 24% !important;
    width: 24%;
    padding-right: 8px;
    font-size: 0.92em;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.6em;
  }
  h3 {
    font-size: 1.4em;
  }
  h4 {
    font-size: 1.2em;
  }
  h5 {
    font-size: 1em;
  }
  h6 {
    font-size: 0.875em;
  }
  .page-head {
    padding: 18px 10px;
    color: #FFF;
  }
  .page-head .path {
    margin-bottom: 5px;
  }
  .com-nav-index.sty1 .item a {
    padding: 30px 20px 80px 20px;
  }
  .com-nav-index.sty2 {
    margin: 0 -12px;
  }
  .com-nav-index.sty2 .row {
    margin: 0 -4px;
  }
  .com-nav-index.sty2 .row > .col {
    padding: 0 4px;
  }
  .com-nav-index.sty2 .cat .group .item a {
    padding: 30px 10px;
  }
  .com-tab {
    margin: 30px -20px;
  }
  .com-tab nav {
    overflow: auto;
  }
  .com-tab nav .wrap a {
    padding: 14px 10px;
    font-size: 1.05em;
  }
  .com-tab .tab-contents {
    padding: 20px ;
  }
  .com-passrate .body .list .item {
    padding: 12px 20px;
  }
  .com-passrate .body .avg {
    padding: 20px 20px;
  }
  .com-news-list .filters {
    max-width: none;
  }
  .com-news-list .list .item a {
    display: block;
    position: relative;
  }
  .com-news-list .list .item a .title {
    padding-right: 10%;
  }
  .com-news-list .list .item a .ico {
    position: absolute;
    right: 12px;
    top: 12px;
  }
  .com-news-list .list .item a .ico:after {
    line-height: 30px;
    width: 30px;
    height: 30px;
    font-size: 1em;
  }
  .com-head-share h1 {
    font-size: 1.5em;
  }
  .com-head-share .share {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .com-filter {
    position: relative;
  }
  .com-info-list .item {
    display: block;
  }
  .com-info-list .item .label {
    text-align: left;
    font-size: 0.85em;
  }
}
