@charset "UTF-8";
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
    font-family: 'Noto Sans TC','微軟正黑體';
    font-weight: 300;
    letter-spacing: 1px;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

h5 {
  font-size: 120%;
}

h4 {
  font-size: 133.3333333333%;
  line-height: 160%;
}

h3 {
  font-size: 160%;
}

h2 {
  font-size: 200%;
}
@media (max-width: 991px) {
  h2 {
    font-size: 146.6666666667%;
  }
}

a {
  color: #fff;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #eee;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}

p {
  font-size: 100%;
}

body::-webkit-scrollbar {
    display: none;
}

body{
  background-color: #030050;
}

.line-height-normal {
  line-height: normal;
}

.text-justify {
  text-align: justify;
}
.text-underline {
  text-decoration: underline;
}
.text-color {
  color: #030050;
}
.text-orange {
  color: #C59C60;
  font-size: 100%;
}
.text-brown {
  color: #a26126;
}
.text-fb-blue {
  color: #2657a2;
}
.text-green2 {
  color: #4da6a0;
}
.text-red {
  color: #e13134;
}
.text-gray {
  color: #eee !important;
}
.text-purple {
  color: #8c2da3;
}
.text-bold {
  font-weight: bold;
}
.text-nowrap {
  white-space: nowrap;
}
.text-yellow {
  color: yellow;
}
.text-w {
  color: #fff !important;
}
.text-blue {
  color: #162271 !important;
}

.bg-gray {
  background: #f6f6f6;
}
.bg-red {
  background: red;
}
.bg-orange {
  background: #ff6000;
}
.bg-white {
  background: #fff;
}
.bg-black {
  background: #000;
}

.text0 {
  font-size: 0;
}

.text1 {
  font-size: 1rem;
}

.text2 {
  font-size: 2rem;
}

.text3 {
  font-size: 3rem;
}

.text4 {
  font-size: 4rem;
}

.text6 {
  font-size: 6rem;
}

.text12 {
  font-size: 12px;
}

.text13 {
  font-size: 13px !important;
}

.text14 {
  font-size: 14px !important;
}

.text16 {
  font-size: 16px !important;
}

.text18 {
  font-size: 18px !important;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text26 {
  font-size: 26px;
}

.text28 {
  font-size: 28px;
}

.text32 {
  font-size: 32px;
}

.text48 {
  font-size: 48px;
}

.text100 {
  font-size: 100px;
}

.line-h38 {
  line-height: 38px;
}

.w-100 {
  width: 100% !important;
}
.w-80 {
  width: 80% !important;
}
.w-60 {
  width: 60% !important;
}
.w-50 {
  width: 50% !important;
}
.w-25 {
  width: 25% !important;
}
.w-min-50px {
  min-width: 50px !important;
}
.w-80px {
  width: 80px !important;
}
.w-120px {
  width: 120px !important;
}
.w-175px {
  width: 175px !important;
  line-height: 30px !important;
}
.w-222px {
  width: 222px !important;
  text-align: left;
}
.w-320px {
  width: 320px !important;
  height: 64px;
}
.w-400px {
  width: 400px !important;
}
.w-100-img img {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}
.h-80 {
  height: 80% !important;
}
.h-75 {
  height: 75% !important;
}
.h-60 {
  height: 60% !important;
}
.h-50 {
  height: 50% !important;
}
.h-25 {
  height: 25% !important;
}
.h-45px {
  height: 45px !important;
}
.h-72px {
  height: 72px !important;
}
.h-120px {
  min-height: 120px !important;
}
.h-138px {
  min-height: 138px !important;
}
.h-170px {
  min-height: 170px !important;
}
.h-175px {
  min-height: 175px !important;
}
.h-195px {
  min-height: 195px;
}
.h-214px {
  min-height: 214px;
}
.h-240px {
  min-height: 240px !important;
}
.h-320px {
  min-height: 320px !important;
}
.h-400px {
  min-height: 400px !important;
}

.over-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.over-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 69px;
}
.over-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.over-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 96px;
}
.over-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px;
}
.over-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  height: 144px;
}

.number-items {
  counter-reset: num;
}
.number-items .number-list > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.number-items .number-list > li:before {
  counter-increment: num;
  content: counter(num) ".";
  font-size: 20px;
  font-style: italic;
  color: #dd5500;
  font-weight: bolder;
  position: absolute;
  top: -4px;
  left: 0;
}

ul.square > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
ul.square > li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: red;
  top: 9px;
  left: 0;
}

ul.custom-circle > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
@media (min-width: 769px) {
  ul.custom-circle > li:last-child {
    position: absolute;
    min-height: 100%;
  }
}
ul.custom-circle > li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #030050;
  top: 7.5px;
  left: 0;
}

ul.circle {
  padding-left: 20px;
}
ul.circle > li {
  list-style-type: circle;
  margin-bottom: 10px;
}

ul.decimal {
  padding-left: 20px;
}
ul.decimal > li {
  list-style-type: decimal;
  margin-bottom: 10px;
}

ul.disc {
  padding-left: 20px;
}
ul.disc > li {
  list-style-type: disc;
  margin-bottom: 10px;
}
ul.disc > li a {
  display: block;
}
ul.disc > li a:hover {
  color: #dd5500;
  text-decoration-line: underline;
}

ul.cjk {
  padding-left: 35px;
}
ul.cjk > li {
  list-style-type: cjk-decimal;
  margin-bottom: 10px;
}

.border-n {
  border: none !important;
}
.border-tb {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
.border-t-g {
  border-top: 1px solid #ddd;
}
.border-r {
  border-right: 1px solid #333;
}
.border-b-g {
  border-bottom: 1px solid #ededed;
}
.border-b-w {
  border-bottom: 1px solid #fff;
}
.border-b-g {
  border-bottom: 1px solid #ededed;
}
.border-b-2b {
  border-bottom: 2px solid #0f51a3;
}
.border-t-w {
  border-top: 1px solid #fff;
}
.border-md-r {
  border-bottom: 1px solid #000;
}
.border-t-2b {
  border-top: 2px solid #030050;
}
@media (min-width: 992px) {
  .border-md-r {
    border-right: 1px solid #000;
    border-bottom: none;
  }
}
.border-back {
  position: relative;
}
.border-back span {
  background: #fff;
  padding: 0 10px;
  font-size: inherit;
  font-weight: inherit;
}
.border-back:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.underline {
  text-decoration: underline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .btn-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-80px {
    width: 80px !important;
  }
  .w-lg-120px {
    width: 120px !important;
  }
  .w-lg-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-lg-240px {
    width: 240px !important;
  }
  .w-lg-360px {
    width: 360px !important;
  }
  .w-lg-400px {
    width: 400px !important;
  }
}
@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-88 {
    width: 88% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-80px {
    width: 80px !important;
  }
  .w-sm-120px {
    width: 120px !important;
  }
  .w-sm-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-sm-240px {
    width: 240px !important;
  }
  .w-sm-320px {
    width: 320px !important;
    height: 64px;
  }
  .w-sm-400px {
    width: 400px !important;
  }
}
.search-btn {
  color: #666;
  opacity: 0.8;
}
.search-btn:hover {
  color: #030050;
  opacity: 1;
}

.btn-line {
  border: 1px solid #ddd;
  color: #666;
  opacity: 0.8;
  border-radius: 5px;
}
.btn-line:hover {
  color: #fff;
  border: 1px solid #e27a12;
  background-color: #e27a12;
  opacity: 1;
}

.btn-custom {
  background: #f7f8f8;
  border: 1px solid #f7f8f8;
  border-radius: 30px;
  color: #ddd;
  opacity: 0.8;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 45px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color=#D6D6D6)"; /*IE 8*/ /*FF 3.5+*/
  -webkit-box-shadow: 0 5px 10px 3px rgba(214, 214, 214, 0.5); /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 5px 10px 3px rgba(214, 214, 214, 0.5); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#D6D6D6); /*IE 5.5-7*/
}
.btn-custom:hover, .btn-custom.active {
  background: #ddd;
  border: 1px solid #ddd;
  color: #fff;
  opacity: 1;
}

.btn-custom-w {
  background: #ddd;
  border: 1px solid #ddd;
  border-radius: 30px;
  color: #fff;
  opacity: 0.8;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 45px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color=#D6D6D6)"; /*IE 8*/ /*FF 3.5+*/
  -webkit-box-shadow: 0 5px 10px 3px rgba(214, 214, 214, 0.5); /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 5px 10px 3px rgba(214, 214, 214, 0.5); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#D6D6D6); /*IE 5.5-7*/
}
.btn-custom-w:hover, .btn-custom-w.active {
  background: #f7f8f8;
  border: 1px solid #f7f8f8;
  color: #ddd;
  opacity: 1;
}

.btn-custom01 {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  opacity: 1;
  font-size: 15px;
  padding: 5.75px 21.5px;
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color=#D6D6D6)";*/ /*IE 8*/ /*FF 3.5+*/
  /*-webkit-box-shadow: 0 5px 10px 3px rgba(214, 214, 214, 0.5);*/ /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  /*box-shadow: 0 5px 10px 3px rgba(214, 214, 214, 0.5);*/ /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  /*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#D6D6D6);*/ /*IE 5.5-7*/
}
.btn-custom01:hover, .btn-custom01.active {
  background: #fff;
  border: 1px solid #fff;
  color: #02004F;
  opacity: 1;
}

.btn-custom02 {
  background: #8f8f8f;
  border: 1px solid #8f8f8f;
  border-radius: 30px;
  color: #fff;
  opacity: 0.8;
  font-size: 15px;
  padding: 5.75px 21.5px;
  min-width: 145px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color=#D6D6D6)"; /*IE 8*/ /*FF 3.5+*/
  -webkit-box-shadow: 0 5px 10px 3px rgba(214, 214, 214, 0.5); /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 5px 10px 3px rgba(214, 214, 214, 0.5); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color=#D6D6D6); /*IE 5.5-7*/
}
.btn-custom02:hover, .btn-custom02.active {
  background: #ddd;
  border: 1px solid #ddd;
  color: #fff;
  opacity: 1;
}
.btn.btn-fav{
	color:#4B559A;
}
.btn-cart {
  display: inline-block;
  color: #fff;
  padding: 7.5px 15px;
  font-weight: 400;
  position: relative;
  border: 1px solid #fff;
  border-radius: none;
  background-color: none;
  background-color: transparent;
  transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
}
.section_product_items .btn-cart:hover {
  color: #030050;
  background-color: #f1790480;
}
.btn-cart:hover {
  color: #030050;
  background-color: #ffffff;
}

.form-inline .btn-cart:hover {
  color: #fff;
  background-color: #f17904;
}

.btn-cart2 {
  display: inline-block;
  color: #000;
  padding: 7.5px 50px 7.5px 15px;
  font-weight: 400;
  position: relative;
  border: 1px solid #000;
  border-radius: none;
  background-color: none;
  background-color: transparent;
}
.btn-cart2:hover {
  color: #fff;
  background-color: #030050;
}
.btn-cart3 {
    display: inline-block;
    color: #0f307a;
    padding: 7.5px 15px 7.5px 15px;
    font-weight: 400;
    position: relative;
    border: 1px solid #0f2f79;
    border-radius: none;
    background-color: none;
    background-color: transparent;
}
.btn-cart3:hover {
  color: #fff;
  background-color: #030050;
}
.btn-search-r {
  background: #030050;
  border: 1px solid #030050;
  border-radius: 30px;
  color: #fff;
  border-radius: 0;
}

.btn-facebook {
  background: #4064ac;
  color: #fff;
  opacity: 0.8;
}
.btn-facebook:hover {
  color: #fff;
  opacity: 1;
}

.btn-google {
  background: #fff;
  border: #000 1px solid;
  color: #000;
  opacity: 0.8;
}
.btn-google:hover {
  color: #000;
  opacity: 1;
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

h5 {
  font-size: 120%;
}

h4 {
  font-size: 133.3333333333%;
  line-height: 160%;
}

h3 {
  font-size: 160%;
}

h2 {
  font-size: 200%;
}
@media (max-width: 991px) {
  h2 {
    font-size: 146.6666666667%;
  }
}

a {
  color: #fff;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #eee;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}

p {
  font-size: 100%;
}

.line-height-normal {
  line-height: normal;
}

.text-justify {
  text-align: justify;
}
.text-underline {
  text-decoration: underline;
}
.text-color {
  color: #030050;
}
.text-orange {
  color: #C59C60;
  font-size: 100%;
}
.text-brown {
  color: #a26126;
}
.text-fb-blue {
  color: #2657a2;
}
.text-green2 {
  color: #4da6a0;
}
.text-red {
  color: #e13134;
}
.text-gray {
  color: #eee !important;
}
.text-purple {
  color: #8c2da3;
}
.text-bold {
  font-weight: bold;
}
.text-nowrap {
  white-space: nowrap;
}
.text-yellow {
  color: yellow;
}
.text-w {
  color: #fff !important;
}
.text-blue {
  color: #162271 !important;
}

.bg-gray {
  background: #f6f6f6;
}
.bg-red {
  background: red;
}
.bg-orange {
  background: #ff6000;
}
.bg-white {
  background: #fff;
}
.bg-black {
  background: #000;
}

.text0 {
  font-size: 0;
}

.text1 {
  font-size: 1rem;
}

.text2 {
  font-size: 2rem;
}

.text3 {
  font-size: 3rem;
}

.text4 {
  font-size: 4rem;
}

.text6 {
  font-size: 6rem;
}

.text12 {
  font-size: 12px;
}

.text13 {
  font-size: 13px !important;
}

.text14 {
  font-size: 14px !important;
}

.text16 {
  font-size: 16px !important;
}

.text18 {
  font-size: 18px !important;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text26 {
  font-size: 26px;
}

.text28 {
  font-size: 28px;
}

.text32 {
  font-size: 32px;
}

.text48 {
  font-size: 48px;
}

.text100 {
  font-size: 100px;
}

.line-h38 {
  line-height: 38px;
}

.w-100 {
  width: 100% !important;
}
.w-80 {
  width: 80% !important;
}
.w-60 {
  width: 60% !important;
}
.w-50 {
  width: 50% !important;
}
.w-25 {
  width: 25% !important;
}
.w-min-50px {
  min-width: 50px !important;
}
.w-80px {
  width: 80px !important;
}
.w-120px {
  width: 120px !important;
}
.w-175px {
  width: 175px !important;
  line-height: 30px !important;
}
.w-222px {
  width: 222px !important;
  text-align: left;
}
.w-320px {
  width: 320px !important;
  height: 64px;
}
.w-400px {
  width: 400px !important;
}
.w-100-img img {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}
.h-80 {
  height: 80% !important;
}
.h-75 {
  height: 75% !important;
}
.h-60 {
  height: 60% !important;
}
.h-50 {
  height: 50% !important;
}
.h-25 {
  height: 25% !important;
}
.h-45px {
  height: 45px !important;
}
.h-72px {
  height: 72px !important;
}
.h-120px {
  min-height: 120px !important;
}
.h-138px {
  min-height: 138px !important;
}
.h-170px {
  min-height: 170px !important;
}
.h-175px {
  min-height: 175px !important;
}
.h-195px {
  min-height: 195px;
}
.h-214px {
  min-height: 214px;
}
.h-240px {
  min-height: 240px !important;
}
.h-320px {
  min-height: 320px !important;
}
.h-400px {
  min-height: 400px !important;
}

.over-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.over-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 69px;
}
.over-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.over-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 96px;
}
.over-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px;
}
.over-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  height: 144px;
}

.number-items {
  counter-reset: num;
}
.number-items .number-list > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.number-items .number-list > li:before {
  counter-increment: num;
  content: counter(num) ".";
  font-size: 20px;
  font-style: italic;
  color: #dd5500;
  font-weight: bolder;
  position: absolute;
  top: -4px;
  left: 0;
}

ul.square > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
ul.square > li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: red;
  top: 9px;
  left: 0;
}

ul.custom-circle > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
@media (min-width: 769px) {
  ul.custom-circle > li:last-child {
    position: absolute;
    min-height: 100%;
  }
}
ul.custom-circle > li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #030050;
  top: 7.5px;
  left: 0;
}

ul.circle {
  padding-left: 20px;
}
ul.circle > li {
  list-style-type: circle;
  margin-bottom: 10px;
}

ul.decimal {
  padding-left: 20px;
}
ul.decimal > li {
  list-style-type: decimal;
  margin-bottom: 10px;
}

ul.disc {
  padding-left: 20px;
}
ul.disc > li {
  list-style-type: disc;
  margin-bottom: 10px;
}
ul.disc > li a {
  display: block;
}
ul.disc > li a:hover {
  color: #dd5500;
  text-decoration-line: underline;
}

ul.cjk {
  padding-left: 35px;
}
ul.cjk > li {
  list-style-type: cjk-decimal;
  margin-bottom: 10px;
}

.border-n {
  border: none !important;
}
.border-tb {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
.border-t-g {
  border-top: 1px solid #ddd;
}
.border-r {
  border-right: 1px solid #333;
}
.border-b-g {
  border-bottom: 1px solid #ededed;
}
.border-b-w {
  border-bottom: 1px solid #fff;
}
.border-b-g {
  border-bottom: 1px solid #ededed;
}
.border-b-2b {
  border-bottom: 2px solid #0f51a3;
}
.border-t-w {
  border-top: 1px solid #fff;
}
.border-md-r {
  border-bottom: 1px solid #000;
}
.border-t-2b {
  border-top: 2px solid #030050;
}
@media (min-width: 992px) {
  .border-md-r {
    border-right: 1px solid #000;
    border-bottom: none;
  }
}
.border-back {
  position: relative;
}
.border-back span {
  background: #fff;
  padding: 0 10px;
  font-size: inherit;
  font-weight: inherit;
}
.border-back:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.underline {
  text-decoration: underline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .btn-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-80px {
    width: 80px !important;
  }
  .w-lg-120px {
    width: 120px !important;
  }
  .w-lg-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-lg-240px {
    width: 240px !important;
  }
  .w-lg-360px {
    width: 360px !important;
  }
  .w-lg-400px {
    width: 400px !important;
  }
}
@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-88 {
    width: 88% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-80px {
    width: 80px !important;
  }
  .w-sm-120px {
    width: 120px !important;
  }
  .w-sm-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-sm-240px {
    width: 240px !important;
  }
  .w-sm-320px {
    width: 320px !important;
    height: 64px;
  }
  .w-sm-400px {
    width: 400px !important;
  }
}
.ml-0 {
  margin-left: 0px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-48 {
  margin-left: 48px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

/*------Margin right-------*/
.mr-0 {
  margin-right: 0px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

/*------Margin Top-------*/
.mt-0 {
  margin-top: 0px !important;
}

.mt-7 {
  margin-top: 7px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-52 {
  margin-top: 52px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

/*------Margin Bottom-------*/
.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-7-5 {
  margin-bottom: 7.5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-58 {
  margin-bottom: 58px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-83 {
  margin-bottom: 83px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.mtb-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

/*------Padding all-------*/
.p-60 {
  padding: 60px !important;
}

/*------Padding left-------*/
.pl-0 {
  padding-left: 0px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

/*------Padding right-------*/
.pr-0 {
  padding-right: 0px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/*------Padding Left Right-------*/
.plr-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.plr-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.plr-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.plr-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.plr-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.plr-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.plr-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.plr-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.plr-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

/*------Padding Top-------*/
.pt-0 {
  padding-top: 0px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-94 {
  padding-top: 94px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

/*------Padding-------*/
.p-15 {
  padding: 15px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-48 {
  padding: 48px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-38 {
  padding: 38px !important;
}

.p-30 {
  padding: 30px !important;
}

/*------Padding Bottom-------*/
.pb-0 {
  padding-bottom: 0px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-58 {
  padding-bottom: 58px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

/*------Padding  Top Bottom-------*/
.ptb-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.ptb-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.ptb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.ptb-11 {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

.ptb-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.ptb-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.ptb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.ptb-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.ptb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.ptb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.ptb-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.ptb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.ptb-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.ptb-58 {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}

.ptb-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.ptb-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.ptb-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.ptb-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.ptb-92 {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}

.ptb-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.ptb-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

.ptb-118 {
  padding-top: 118px !important;
  padding-bottom: 118px !important;
}

.ptb-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.ptb-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

.ptb-132 {
  padding-top: 132px !important;
  padding-bottom: 132px !important;
}

.ptb-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.ptb-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.ptb-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

.ptb-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

.ptb-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.ptb-240 {
  padding-top: 240px !important;
  padding-bottom: 240px !important;
}

@media (min-width: 768px) {
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pl-md-30 {
    padding-left: 30px !important;
  }
}
@media (max-width: 768px) {
  .pt-sm-30 {
    padding-top: 30px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

h5 {
  font-size: 120%;
}

h4 {
  font-size: 133.3333333333%;
  line-height: 160%;
}

h3 {
  font-size: 160%;
}

h2 {
  font-size: 200%;
}
@media (max-width: 991px) {
  h2 {
    font-size: 146.6666666667%;
  }
}

a {
  color: #fff;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #eee;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}

p {
  font-size: 100%;
}

.line-height-normal {
  line-height: normal;
}

.text-justify {
  text-align: justify;
}
.text-underline {
  text-decoration: underline;
}
.text-color {
  color: #030050;
}
.text-orange {
  color: #C59C60;
  font-size: 100%;
}
.text-brown {
  color: #a26126;
}
.text-fb-blue {
  color: #2657a2;
}
.text-green2 {
  color: #4da6a0;
}
.text-red {
  color: #e13134;
}
.text-gray {
  color: #eee !important;
}
.text-purple {
  color: #8c2da3;
}
.text-bold {
  font-weight: bold;
}
.text-nowrap {
  white-space: nowrap;
}
.text-yellow {
  color: yellow;
}
.text-w {
  color: #fff !important;
}
.text-blue {
  color: #162271 !important;
}

.bg-gray {
  background: #f6f6f6;
}
.bg-red {
  background: red;
}
.bg-orange {
  background: #ff6000;
}
.bg-white {
  background: #fff;
}
.bg-black {
  background: #000;
}

.text0 {
  font-size: 0;
}

.text1 {
  font-size: 1rem;
}

.text2 {
  font-size: 2rem;
}

.text3 {
  font-size: 3rem;
}

.text4 {
  font-size: 4rem;
}

.text6 {
  font-size: 6rem;
}

.text12 {
  font-size: 12px;
}

.text13 {
  font-size: 13px !important;
}

.text14 {
  font-size: 14px !important;
}

.text16 {
  font-size: 16px !important;
}

.text18 {
  font-size: 18px !important;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text26 {
  font-size: 26px;
}

.text28 {
  font-size: 28px;
}

.text32 {
  font-size: 32px;
}

.text48 {
  font-size: 48px;
}

.text100 {
  font-size: 100px;
}

.line-h38 {
  line-height: 38px;
}

.w-100 {
  width: 100% !important;
}
.w-80 {
  width: 80% !important;
}
.w-60 {
  width: 60% !important;
}
.w-50 {
  width: 50% !important;
}
.w-25 {
  width: 25% !important;
}
.w-min-50px {
  min-width: 50px !important;
}
.w-80px {
  width: 80px !important;
}
.w-120px {
  width: 120px !important;
}
.w-175px {
  width: 175px !important;
  line-height: 30px !important;
}
.w-222px {
  width: 222px !important;
  text-align: left;
}
.w-320px {
  width: 320px !important;
  height: 64px;
}
.w-400px {
  width: 400px !important;
}
.w-100-img img {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}
.h-80 {
  height: 80% !important;
}
.h-75 {
  height: 75% !important;
}
.h-60 {
  height: 60% !important;
}
.h-50 {
  height: 50% !important;
}
.h-25 {
  height: 25% !important;
}
.h-45px {
  height: 45px !important;
}
.h-72px {
  height: 72px !important;
}
.h-120px {
  min-height: 120px !important;
}
.h-138px {
  min-height: 138px !important;
}
.h-170px {
  min-height: 170px !important;
}
.h-175px {
  min-height: 175px !important;
}
.h-195px {
  min-height: 195px;
}
.h-214px {
  min-height: 214px;
}
.h-240px {
  min-height: 240px !important;
}
.h-320px {
  min-height: 320px !important;
}
.h-400px {
  min-height: 400px !important;
}

.over-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.over-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 69px;
}
.over-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.over-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 96px;
}
.over-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px;
}
.over-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  height: 144px;
}

.number-items {
  counter-reset: num;
}
.number-items .number-list > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.number-items .number-list > li:before {
  counter-increment: num;
  content: counter(num) ".";
  font-size: 20px;
  font-style: italic;
  color: #dd5500;
  font-weight: bolder;
  position: absolute;
  top: -4px;
  left: 0;
}

ul.square > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
ul.square > li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: red;
  top: 9px;
  left: 0;
}

ul.custom-circle > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
@media (min-width: 769px) {
  ul.custom-circle > li:last-child {
    position: absolute;
    min-height: 100%;
  }
}
ul.custom-circle > li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #030050;
  top: 7.5px;
  left: 0;
}

ul.circle {
  padding-left: 20px;
}
ul.circle > li {
  list-style-type: circle;
  margin-bottom: 10px;
}

ul.decimal {
  padding-left: 20px;
}
ul.decimal > li {
  list-style-type: decimal;
  margin-bottom: 10px;
}

ul.disc {
  padding-left: 20px;
}
ul.disc > li {
  list-style-type: disc;
  margin-bottom: 10px;
}
ul.disc > li a {
  display: block;
}
ul.disc > li a:hover {
  color: #dd5500;
  text-decoration-line: underline;
}

ul.cjk {
  padding-left: 35px;
}
ul.cjk > li {
  list-style-type: cjk-decimal;
  margin-bottom: 10px;
}

.border-n {
  border: none !important;
}
.border-tb {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
.border-t-g {
  border-top: 1px solid #ddd;
}
.border-r {
  border-right: 1px solid #333;
}
.border-b-g {
  border-bottom: 1px solid #ededed;
}
.border-b-w {
  border-bottom: 1px solid #fff;
}
.border-b-g {
  border-bottom: 1px solid #ededed;
}
.border-b-2b {
  border-bottom: 2px solid #0f51a3;
}
.border-t-w {
  border-top: 1px solid #fff;
}
.border-md-r {
  border-bottom: 1px solid #000;
}
.border-t-2b {
  border-top: 2px solid #030050;
}
@media (min-width: 992px) {
  .border-md-r {
    border-right: 1px solid #000;
    border-bottom: none;
  }
}
.border-back {
  position: relative;
}
.border-back span {
  background: #fff;
  padding: 0 10px;
  font-size: inherit;
  font-weight: inherit;
}
.border-back:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.underline {
  text-decoration: underline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .btn-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-80px {
    width: 80px !important;
  }
  .w-lg-120px {
    width: 120px !important;
  }
  .w-lg-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-lg-240px {
    width: 240px !important;
  }
  .w-lg-360px {
    width: 360px !important;
  }
  .w-lg-400px {
    width: 400px !important;
  }
}
@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-88 {
    width: 88% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-80px {
    width: 80px !important;
  }
  .w-sm-120px {
    width: 120px !important;
  }
  .w-sm-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-sm-240px {
    width: 240px !important;
  }
  .w-sm-320px {
    width: 320px !important;
    height: 64px;
  }
  .w-sm-400px {
    width: 400px !important;
  }
}
.header {
  position: fixed;
  width: 100%;
  top: 15px;
  left: 0;
  z-index: 999;
}
.header .logo {
  display: block;
  font-size: 0;
  padding: 0;
  position: relative;
}
.header.stick .logo {
  bottom: 10px;
}
@media (max-width: 991px) {
  .header .logo {
    top: 0;
    width: 51px;
    left: -14px;
  }
}
.header .logo img {
  width: 100%;
}
.header .header-menu {
  background: none;
}
@media (max-width: 991px) {
  .header .header-menu {
    padding: 10px 0;
  }
}
.header .header-menu .nav li {
  position: relative;
}
@media (max-width: 991px) {
  .header .header-menu .nav li {
    width: 100%;
  }
}
.header .header-menu .nav li .menu-link {
  padding: 18px 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  display: block;
  font-family: "Noto Sans TC", sans-serif;
}
.header .header-menu .nav li .li-menu-link {
  padding: 18px 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  font-family: "Noto Sans TC", sans-serif;
}
@media (max-width: 991px) {
  .header .header-menu .nav li .menu-link {
    padding: 30px;
    color: #fff;
  }
}
.header .header-menu .nav li.active .menu-link, .header .header-menu .nav li:hover .menu-link {
  color: #eee;
}
.header .header-menu .nav li .sec-ul {
  position: absolute;
  z-index: 9;
  top: 54px;
  left: 0px;
  white-space: nowrap;
  background-color: #b3d8ff;
  border-top: 3px solid #273c7d;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.2s linear;
  transition: visibility 0s, opacity 0.2s linear;
  border-radius: 6px;
  box-shadow: 0px 0px 20px #01002c;
}
@media (max-width: 991px) {
  .header .header-menu .nav li .sec-ul {
    visibility: visible;
    opacity: 1;
  }
}
.header .header-menu .nav li .sec-ul li {
  width: 100%;
  border-bottom: 1px solid #ffffffba;
}
.header .header-menu .nav li .sec-ul li:nth-last-child(1){
  border-bottom: 0px solid #ffffffba;
}
.header .header-menu .nav li .sec-ul li a {
  display: block;
  color: #030050;
  line-height: 1.2em;
  padding: 12px 15px;
  font-weight: 500;
}
.header .header-menu .nav li .sec-ul li a:hover {
  color: #fff;
  background-color: #273c7d;
}
.header .header-menu .nav li:hover .sec-ul {
  visibility: visible;
  opacity: 1;
}
.header .header-menu .nav #search-input {
  position: absolute;
  width: 250px;
  top: -5px;
  right: 50px;
  z-index: 2;
  border-radius: 12.5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#D67F31)";
  /*IE 8*/
  /*FF 3.5+*/
  -webkit-box-shadow: 2px 2px 5px 5px rgba(214, 127, 49, 0.2);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 2px 2px 5px 5px rgba(214, 127, 49, 0.2);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#D67F31);
  /*IE 5.5-7*/
}
.header .header-menu .nav #search-input .form-control {
  border-radius: 12.5px;
  padding: 0.375rem 1rem;
}
.header .header-menu .icon-menu {
  min-width: 500px;
  position: relative;
}
.header.stick {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: rgba(3, 0, 80, 0.2);
  z-index: 1049;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=0, Color=#000000)";
  /*IE 8*/
  /*FF 3.5+*/
  -webkit-box-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.2);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.2);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000);
  /*IE 5.5-7*/
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
@media (min-width: 992px) {
  .header.stick .header-menu {
    padding-top: 10px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    width: 500px;
  }
  .navbar-expand-lg .dropdown {
    width: 80%;
  }
  .navbar-expand-lg .dropdown .btn {
    color: #fff;
    padding: 0 15px;
    font-size: 14px;
  }
  .top-icon {
    padding: 0 15px;
  }
  .top-icon .top-icon-link {
    padding: 0 20px;
    position: relative;
  }
}
@media (max-width: 991px) {
  .navbar-expand-lg {
    padding: 0;
  }
  .navbar-expand-lg .dropdown {
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .navbar-expand-lg .dropdown .btn {
    color: #fff;
    padding: 0 0px;
    font-size: 14px;
  }
  .header {
    top: 0px;
  }
  .header .header-menu {
    padding: 4px 0;
    background-color: rgba(3, 0, 80, 1);
    z-index: 9999;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=0, Color=#000000)";
    /*IE 8*/
    /*FF 3.5+*/
    -webkit-box-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.2);
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.2);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000);
  }
  .header.sticker .header-menu{
    background-color: rgba(3, 0, 80, 0.2);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
  .header .header-menu .navbar-toggler {
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    background: -ms-linear-gradient(270deg, #DB9C32 15%, #C58417 85%);
    /* IE10+ */
    z-index: 9999;
    top: calc(50% - 19px);
  }
  .header .header-menu .navbar-toggler .icon-bar {
    background-color: #fff;
  }
  .header .header-menu .navbar-toggler.yes .icon-bar {
    background: 0 0;
  }
  .header .header-menu .navbar-toggler.yes .icon-bar:first-child,
.header .header-menu .navbar-toggler.yes .icon-bar:last-child {
    background-color: #fff;
  }
  .header .header-menu .navbar-collapse {
    margin-bottom: 60px;
  }
  .header .header-menu .navbar-collapse .nav li {
    margin-right: 0px;
  }
  .header .header-menu .navbar-collapse .nav li .input-group {
    padding: 20px 30px;
  }
  .header .header-menu .navbar-collapse .nav li a {
    display: block;
    padding: 20px 30px;
  }
  .header .header-menu .navbar-collapse .nav li .sec-ul {
    display: block;
    position: inherit;
    width: 100%;
    top: inherit;
    left: inherit;
  }
  .header .header-menu .navbar-collapse .nav li .sec-ul li {
    width: 100%;
    border: none;
  }
  .header .header-menu .navbar-collapse .nav li .sec-ul li a {
    padding: 10px 10px 10px 20px;
    display: block;
    color: #f4f4f4;
    background: #162271;
    border-bottom: 1px solid #ddd;
  }
  .header .header-menu .navbar-collapse .nav li .sec-ul li a:hover {
    color: #fff;
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    background: -ms-linear-gradient(270deg, #DB9C32 15%, #C58417 85%);
    /* IE10+ */
  }
  .header .header-menu .top-icon-link {
    text-align: center;
  }
  .header .header-menu nav .navbar-collapse {
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 49px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    opacity: 0;
    width: 100%;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
    -webkit-transition: top 0s 0.35s, left 0s 0.35s, right 0s 0.35s, opacity 0s 0.35s, -webkit-transform 0.35s 0s;
    transition: top 0s 0.35s, left 0s 0.35s, right 0s 0.35s, opacity 0s 0.35s, -webkit-transform 0.35s 0s;
    transition: top 0s 0.35s, left 0s 0.35s, right 0s 0.35s, opacity 0s 0.35s, transform 0.35s 0s;
    transition: top 0s 0.35s, left 0s 0.35s, right 0s 0.35s, opacity 0s 0.35s, transform 0.35s 0s, -webkit-transform 0.35s 0s;
    z-index: 98;
  }
  .header .header-menu nav .navbar-collapse.show {
    top: 56px;
    right: 0;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    padding-bottom: 70px;
    -webkit-transition: top 0s, left 0s 0.35s, right 0s 0.35s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
    -webkit-transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
    transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
    transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
    transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
  }
  .header.stick .top-header {
    padding: 3px 15px;
  }
}
@media (max-width: 991px) {
  .header nav .nav .dropdown-menu a:before {
    display: none;
  }
  .header nav {
    position: static;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header nav .nav .dropdown-menu {
    background: rgba(240, 151, 25, 0.66);
  }
  .header nav .navbar-toggler {
    background-color: #162271;
    position: absolute;
    top: calc(50% - 22px);
    right: 15px;
    outline: 0;
    padding: 11px;
  }
  .header nav .navbar-toggler span {
    color: #363636;
    background-color: #363636;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
  }
  .header nav .navbar-toggler .icon-bar {
    background: #005eac;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
  }
  .header nav .navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .header nav .navbar-toggler.yes .icon-bar {
    background: 0 0;
  }
  .header nav .navbar-toggler.yes span.icon-bar:first-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: 6px;
    background-color: #fff;
  }
  .header nav .navbar-toggler.yes span.icon-bar:last-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    bottom: 6px;
    background-color: #fff;
  }
  .header nav .nav {
    list-style: none;
    padding-left: 0;
    text-align: left;
  }
  .header nav .nav li.active_top > a {
    background: #317cbc;
    color: #fff;
  }
  .header nav .nav li ul {
    display: none;
    list-style: none;
    padding-left: 0;
  }
  .header nav .nav li ul li {
    border-bottom: none;
  }
  .header nav .nav li ul li a {
    display: block;
    padding: 20px;
  }
  .header nav .nav li ul li a:before {
    content: "▶";
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
  }
  .header nav .nav li ul li a:hover {
    background: #d4e7f8;
    color: #317cbc;
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

h5 {
  font-size: 120%;
}

h4 {
  font-size: 133.3333333333%;
  line-height: 160%;
}

h3 {
  font-size: 160%;
}

h2 {
  font-size: 200%;
}
@media (max-width: 991px) {
  h2 {
    font-size: 146.6666666667%;
  }
}

a {
  color: #fff;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #eee;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}

p {
  font-size: 100%;
}

.line-height-normal {
  line-height: normal;
}

.text-justify {
  text-align: justify;
}
.text-underline {
  text-decoration: underline;
}
.text-color {
  color: #030050;
}
.text-orange {
  color: #C59C60;
  font-size: 100%;
}
.text-brown {
  color: #a26126;
}
.text-fb-blue {
  color: #2657a2;
}
.text-green2 {
  color: #4da6a0;
}
.text-red {
  color: #e13134;
}
.text-gray {
  color: #eee !important;
}
.text-purple {
  color: #8c2da3;
}
.text-bold {
  font-weight: bold;
}
.text-nowrap {
  white-space: nowrap;
}
.text-yellow {
  color: yellow;
}
.text-w {
  color: #fff !important;
}
.text-blue {
  color: #162271 !important;
}

.bg-gray {
  background: #f6f6f6;
}
.bg-red {
  background: red;
}
.bg-orange {
  background: #ff6000;
}
.bg-white {
  background: #fff;
}
.bg-black {
  background: #000;
}

.text0 {
  font-size: 0;
}

.text1 {
  font-size: 1rem;
}

.text2 {
  font-size: 2rem;
}

.text3 {
  font-size: 3rem;
}

.text4 {
  font-size: 4rem;
}

.text6 {
  font-size: 6rem;
}

.text12 {
  font-size: 12px;
}

.text13 {
  font-size: 13px !important;
}

.text14 {
  font-size: 14px !important;
}

.text16 {
  font-size: 16px !important;
}

.text18 {
  font-size: 18px !important;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text26 {
  font-size: 26px;
}

.text28 {
  font-size: 28px;
}

.text32 {
  font-size: 32px;
}

.text48 {
  font-size: 48px;
}

.text100 {
  font-size: 100px;
}

.line-h38 {
  line-height: 38px;
}

.w-100 {
  width: 100% !important;
}
.w-80 {
  width: 80% !important;
}
.w-60 {
  width: 60% !important;
}
.w-50 {
  width: 50% !important;
}
.w-25 {
  width: 25% !important;
}
.w-min-50px {
  min-width: 50px !important;
}
.w-80px {
  width: 80px !important;
}
.w-120px {
  width: 120px !important;
}
.w-175px {
  width: 175px !important;
  line-height: 30px !important;
}
.w-222px {
  width: 222px !important;
  text-align: left;
}
.w-320px {
  width: 320px !important;
  height: 64px;
}
.w-400px {
  width: 400px !important;
}
.w-100-img img {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}
.h-80 {
  height: 80% !important;
}
.h-75 {
  height: 75% !important;
}
.h-60 {
  height: 60% !important;
}
.h-50 {
  height: 50% !important;
}
.h-25 {
  height: 25% !important;
}
.h-45px {
  height: 45px !important;
}
.h-72px {
  height: 72px !important;
}
.h-120px {
  min-height: 120px !important;
}
.h-138px {
  min-height: 138px !important;
}
.h-170px {
  min-height: 170px !important;
}
.h-175px {
  min-height: 175px !important;
}
.h-195px {
  min-height: 195px;
}
.h-214px {
  min-height: 214px;
}
.h-240px {
  min-height: 240px !important;
}
.h-320px {
  min-height: 320px !important;
}
.h-400px {
  min-height: 400px !important;
}

.over-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.over-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 69px;
}
.over-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.over-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 96px;
}
.over-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px;
}
.over-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  height: 144px;
}

.number-items {
  counter-reset: num;
}
.number-items .number-list > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.number-items .number-list > li:before {
  counter-increment: num;
  content: counter(num) ".";
  font-size: 20px;
  font-style: italic;
  color: #dd5500;
  font-weight: bolder;
  position: absolute;
  top: -4px;
  left: 0;
}

ul.square > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
ul.square > li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: red;
  top: 9px;
  left: 0;
}

ul.custom-circle > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
@media (min-width: 769px) {
  ul.custom-circle > li:last-child {
    position: absolute;
    min-height: 100%;
  }
}
ul.custom-circle > li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #030050;
  top: 7.5px;
  left: 0;
}

ul.circle {
  padding-left: 20px;
}
ul.circle > li {
  list-style-type: circle;
  margin-bottom: 10px;
}

ul.decimal {
  padding-left: 20px;
}
ul.decimal > li {
  list-style-type: decimal;
  margin-bottom: 10px;
}

ul.disc {
  padding-left: 20px;
}
ul.disc > li {
  list-style-type: disc;
  margin-bottom: 10px;
}
ul.disc > li a {
  display: block;
}
ul.disc > li a:hover {
  color: #dd5500;
  text-decoration-line: underline;
}

ul.cjk {
  padding-left: 35px;
}
ul.cjk > li {
  list-style-type: cjk-decimal;
  margin-bottom: 10px;
}

.border-n {
  border: none !important;
}
.border-tb {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
.border-t-g {
  border-top: 1px solid #ddd;
}
.border-r {
  border-right: 1px solid #333;
}
.border-b-g {
  border-bottom: 1px solid #ededed;
}
.border-b-w {
  border-bottom: 1px solid #fff;
}
.border-b-g {
  border-bottom: 1px solid #ededed;
}
.border-b-2b {
  border-bottom: 2px solid #0f51a3;
}
.border-t-w {
  border-top: 1px solid #fff;
}
.border-md-r {
  border-bottom: 1px solid #000;
}
.border-t-2b {
  border-top: 2px solid #030050;
}
@media (min-width: 992px) {
  .border-md-r {
    border-right: 1px solid #000;
    border-bottom: none;
  }
}
.border-back {
  position: relative;
}
.border-back span {
  background: #fff;
  padding: 0 10px;
  font-size: inherit;
  font-weight: inherit;
}
.border-back:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.underline {
  text-decoration: underline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .btn-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-80px {
    width: 80px !important;
  }
  .w-lg-120px {
    width: 120px !important;
  }
  .w-lg-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-lg-240px {
    width: 240px !important;
  }
  .w-lg-360px {
    width: 360px !important;
  }
  .w-lg-400px {
    width: 400px !important;
  }
}
@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-88 {
    width: 88% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-80px {
    width: 80px !important;
  }
  .w-sm-120px {
    width: 120px !important;
  }
  .w-sm-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-sm-240px {
    width: 240px !important;
  }
  .w-sm-320px {
    width: 320px !important;
    height: 64px;
  }
  .w-sm-400px {
    width: 400px !important;
  }
}
.footer .footer-body {
  padding: 40px 0 20px;
  background-color: #11367f;
}
.footer .footer-body li {
  color: #fff;
  position: relative;
  padding-left: 30px;
}
.footer .footer-body li i {
  position: absolute;
  left: 0px;
  top: 4px;
}
.footer .footer-body .share-list a {
  color: #fff;
  padding: 0 10px;
  font-size: 24px;
  font-weight: 600;
  display: block;
}
.footer .footer-body .share-list a:hover {
  color: #ddd;
}
@media (max-width: 768px) {
  .footer .footer-body .share-list a {
    padding: 0 7.5px;
  }
}
.footer .cpyright p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.footer p {
  margin-bottom: 0px;
}

.cd-top {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  display: inline-block;
  height: 71px;
  opacity: 0;
  width: 71px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  background: url(../images/top.png) center 50% no-repeat;
  visibility: hidden;
  color: #fff;
  z-index: 777;
}

@media (max-width: 767px) {
  .cd-top {
    bottom: 30px;
  }
}
.cd-top.cd-fade-out {
  visibility: visible;
  opacity: 0.5;
}

.cd-top.cd-fade-out:hover {
  opacity: 1;
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

h5 {
  font-size: 120%;
}

h4 {
  font-size: 133.3333333333%;
  line-height: 160%;
}

h3 {
  font-size: 160%;
}

h2 {
  font-size: 200%;
}
@media (max-width: 991px) {
  h2 {
    font-size: 146.6666666667%;
  }
}

a {
  color: #fff;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #eee;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}

p {
  font-size: 100%;
}

.line-height-normal {
  line-height: normal;
}

.text-justify {
  text-align: justify;
}
.text-underline {
  text-decoration: underline;
}
.text-color {
  color: #030050;
}
.text-orange {
  color: #C59C60;
  font-size: 100%;
}
.text-brown {
  color: #a26126;
}
.text-fb-blue {
  color: #2657a2;
}
.text-green2 {
  color: #4da6a0;
}
.text-red {
  color: #e13134;
}
.text-gray {
  color: #eee !important;
}
.text-purple {
  color: #8c2da3;
}
.text-bold {
  font-weight: bold;
}
.text-nowrap {
  white-space: nowrap;
}
.text-yellow {
  color: yellow;
}
.text-w {
  color: #fff !important;
}
.text-blue {
  color: #162271 !important;
}

.bg-gray {
  background: #f6f6f6;
}
.bg-red {
  background: red;
}
.bg-orange {
  background: #ff6000;
}
.bg-white {
  background: #fff;
}
.bg-black {
  background: #000;
}

.text0 {
  font-size: 0;
}

.text1 {
  font-size: 1rem;
}

.text2 {
  font-size: 2rem;
}

.text3 {
  font-size: 3rem;
}

.text4 {
  font-size: 4rem;
}

.text6 {
  font-size: 6rem;
}

.text12 {
  font-size: 12px;
}

.text13 {
  font-size: 13px !important;
}

.text14 {
  font-size: 14px !important;
}

.text16 {
  font-size: 16px !important;
}

.text18 {
  font-size: 18px !important;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text26 {
  font-size: 26px;
}

.text28 {
  font-size: 28px;
}

.text32 {
  font-size: 32px;
}

.text48 {
  font-size: 48px;
}

.text100 {
  font-size: 100px;
}

.line-h38 {
  line-height: 38px;
}

.w-100 {
  width: 100% !important;
}
.w-80 {
  width: 80% !important;
}
.w-60 {
  width: 60% !important;
}
.w-50 {
  width: 50% !important;
}
.w-25 {
  width: 25% !important;
}
.w-min-50px {
  min-width: 50px !important;
}
.w-80px {
  width: 80px !important;
}
.w-120px {
  width: 120px !important;
}
.w-175px {
  width: 175px !important;
  line-height: 30px !important;
}
.w-222px {
  width: 222px !important;
  text-align: left;
}
.w-320px {
  width: 320px !important;
  height: 64px;
}
.w-400px {
  width: 400px !important;
}
.w-100-img img {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}
.h-80 {
  height: 80% !important;
}
.h-75 {
  height: 75% !important;
}
.h-60 {
  height: 60% !important;
}
.h-50 {
  height: 50% !important;
}
.h-25 {
  height: 25% !important;
}
.h-45px {
  height: 45px !important;
}
.h-72px {
  height: 72px !important;
}
.h-120px {
  min-height: 120px !important;
}
.h-138px {
  min-height: 138px !important;
}
.h-170px {
  min-height: 170px !important;
}
.h-175px {
  min-height: 175px !important;
}
.h-195px {
  min-height: 195px;
}
.h-214px {
  min-height: 214px;
}
.h-240px {
  min-height: 240px !important;
}
.h-320px {
  min-height: 320px !important;
}
.h-400px {
  min-height: 400px !important;
}

.over-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.over-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 69px;
}
.over-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.over-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 96px;
}
.over-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px;
}
.over-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  height: 144px;
}

.number-items {
  counter-reset: num;
}
.number-items .number-list > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.number-items .number-list > li:before {
  counter-increment: num;
  content: counter(num) ".";
  font-size: 20px;
  font-style: italic;
  color: #dd5500;
  font-weight: bolder;
  position: absolute;
  top: -4px;
  left: 0;
}

ul.square > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
ul.square > li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: red;
  top: 9px;
  left: 0;
}

ul.custom-circle > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
@media (min-width: 769px) {
  ul.custom-circle > li:last-child {
    position: absolute;
    min-height: 100%;
  }
}
ul.custom-circle > li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #030050;
  top: 7.5px;
  left: 0;
}

ul.circle {
  padding-left: 20px;
}
ul.circle > li {
  list-style-type: circle;
  margin-bottom: 10px;
}

ul.decimal {
  padding-left: 20px;
}
ul.decimal > li {
  list-style-type: decimal;
  margin-bottom: 10px;
}

ul.disc {
  padding-left: 20px;
}
ul.disc > li {
  list-style-type: disc;
  margin-bottom: 10px;
}
ul.disc > li a {
  display: block;
}
ul.disc > li a:hover {
  color: #dd5500;
  text-decoration-line: underline;
}

ul.cjk {
  padding-left: 35px;
}
ul.cjk > li {
  list-style-type: cjk-decimal;
  margin-bottom: 10px;
}

.border-n {
  border: none !important;
}
.border-tb {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
.border-t-g {
  border-top: 1px solid #ddd;
}
.border-r {
  border-right: 1px solid #333;
}
.border-b-g {
  border-bottom: 1px solid #ededed;
}
.border-b-w {
  border-bottom: 1px solid #fff;
}
.border-b-g {
  border-bottom: 1px solid #ededed;
}
.border-b-2b {
  border-bottom: 2px solid #0f51a3;
}
.border-t-w {
  border-top: 1px solid #fff;
}
.border-md-r {
  border-bottom: 1px solid #000;
}
.border-t-2b {
  border-top: 2px solid #030050;
}
@media (min-width: 992px) {
  .border-md-r {
    border-right: 1px solid #000;
    border-bottom: none;
  }
}
.border-back {
  position: relative;
}
.border-back span {
  background: #fff;
  padding: 0 10px;
  font-size: inherit;
  font-weight: inherit;
}
.border-back:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.underline {
  text-decoration: underline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .btn-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-80px {
    width: 80px !important;
  }
  .w-lg-120px {
    width: 120px !important;
  }
  .w-lg-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-lg-240px {
    width: 240px !important;
  }
  .w-lg-360px {
    width: 360px !important;
  }
  .w-lg-400px {
    width: 400px !important;
  }
}
@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-88 {
    width: 88% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-80px {
    width: 80px !important;
  }
  .w-sm-120px {
    width: 120px !important;
  }
  .w-sm-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-sm-240px {
    width: 240px !important;
  }
  .w-sm-320px {
    width: 320px !important;
    height: 64px;
  }
  .w-sm-400px {
    width: 400px !important;
  }
}
.content {
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .content {
    padding-top: 56px;
    background-color: #030050;
  }
}

.contactus-form .form-custom {
  height: 50px;
  background-color: #f5f5f5;
}
@media (min-width: 769px) {
  .contactus-form .form-custom {
    min-width: 200px;
  }
}
.contactus-form textarea.form-custom {
  height: inherit;
}

.fancybox-item {
  display: block;
}
.fancybox-item .img-wrap {
  position: relative;
}
.fancybox-item .img-wrap .img-item {
  padding-top: 56.25%;
}
.fancybox-item .img-wrap:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.0);
  visibility: hidden;
  z-index: 2;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.fancybox-item .img-wrap:after {
  content: "\f144";
  -webkit-font-smoothing: antialiased;
  display: block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 3rem;
  z-index: 3;
  color: #ffffff;
  /*visibility: hidden;*/
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0.8;
}
.fancybox-item .img-wrap:hover:before, .fancybox-item .img-wrap:hover:after {
  opacity: 1;
}

.section-kv {
  font-size: 0;
  background-color: #030050;
}
.section-kv img {
  width: 100%;
}

.section00 {
  background-color: #030050;
  padding: 50px 0 0 0;
}
.section00 p {
  color: #fff;
}

.section-wrap01 {
  background-image: url(../images/index/s1-img01.png);
  background-size: cover;
}
@media (max-width: 991px) {
  .section-wrap01 {
    padding: 0;
    background-image: url(../images/index/s1-bg-mo.png);
    background-position: 0px 110vw;
    background-color: #03004f;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.section01 {
  padding: 13vw;
}
@media (max-width: 991px) {
  .section01 {
    padding: 0 0 50px 0;
  }
}
.section01 .section01-item p {
  color: #fff;
  font-size: 15px;
}
@media (max-width: 991px) {
  .section01 .section01-item .section01-img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    position: relative;
    left: -2vw;
  }
}

.section02 {
  position: relative;
  padding: 80px 0;
}
.section02 .section02_slick .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.section02 .section02_slick .slick-track .section02-item {
  text-align: center;
  position: relative;
}
.section02 .section02_slick .slick-track .section02-item h4 {
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  font-weight: 400;
}
.section02 .section02_slick .slick-track .section02-item h4:before {
  content: "";
  position: absolute;
  background-image: url(../images/index/y-point.png);
  width: 26px;
  height: 27px;
  right: -13px;
  top: -250px;
}
.section02 .section02_slick .slick-track .section02-item img {
  margin: 0 auto 50px;
}
.section02 .section02_slick .slick-track .section02-item .more {
  padding: 7.5px 15px;
}
@media (max-width: 991px) {
  .section02 .section02_slick .slick-dots {
    bottom: -55px;
  }
}

.section03 {
  position: relative;
  background-image: url(../images/index/s3-img01.png);
  background-size: cover;
  padding: 80px 0;
}
.section03 img {
  margin-bottom: 30px;
}
.section04 {
  font-size: 0;
}
.section04 img {
  width: 100%;
}

.section05 {
  background-image: url(../images/index/s5-bg.png);
  background-size: cover;
  padding: 50px 0;
}
@media (max-width: 991px) {
  .section05 {
    padding: 50px 0 80px;
  }
  .section05 .slick-dots {
    bottom: -35px !important;
  }
}
.section05 .section05-item .img-wrap .img-item {
  padding-top: 45%;
}
@media (max-width: 991px) {
  .section05 .section05-item .img-wrap .img-item {
    padding-top: 100%;
  }
}
.section05 .section05-item:hover .img-wrap {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#D67F31)";
  /*IE 8*/
  /*FF 3.5+*/
  -webkit-box-shadow: 2px 2px 5px 5px rgba(214, 127, 49, 0.2);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 2px 2px 5px 5px rgba(214, 127, 49, 0.2);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#D67F31);
  /*IE 5.5-7*/
}

.section06 { /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #030050 35%, #11367F 80%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1301FE", endColorstr="#F4F60C", GradientType="1"); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #030050), color-stop(80%, #11367F));
  background: linear-gradient(180deg, #030050 35%, #11367F 80%); /* W3C */
  padding: 50px 0;
}
.section06 .section05-item .img-wrap .img-item {
  padding-top: 56.25%;
}
.section06 .section05-item:hover .img-wrap {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#D67F31)";
  /*IE 8*/
  /*FF 3.5+*/
  /*-webkit-box-shadow: 2px 2px 5px 5px rgba(214, 127, 49, 0.2);*/
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  /*box-shadow: 2px 2px 5px 5px rgba(214, 127, 49, 0.2);*/
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  /*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#D67F31);*/
  /*IE 5.5-7*/
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -webkit-filter: drop-shadow(0px 0px 40px rgba(212, 192, 124, 0.6));
  filter: drop-shadow(0px 0px 40px rgba(212, 192, 124, 0.6));
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

h5 {
  font-size: 120%;
}

h4 {
  font-size: 133.3333333333%;
  line-height: 160%;
}

h3 {
  font-size: 160%;
}

h2 {
  font-size: 200%;
}
@media (max-width: 991px) {
  h2 {
    font-size: 146.6666666667%;
  }
}

a {
  color: #fff;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #eee;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}

p {
  font-size: 100%;
}

.line-height-normal {
  line-height: normal;
}

.text-justify {
  text-align: justify;
}
.text-underline {
  text-decoration: underline;
}
.text-color {
  color: #030050;
}
.text-orange {
  color: #C59C60;
  font-size: 100%;
}
.text-brown {
  color: #a26126;
}
.text-fb-blue {
  color: #2657a2;
}
.text-green2 {
  color: #4da6a0;
}
.text-red {
  color: #e13134;
}
.text-gray {
  color: #eee !important;
}
.text-purple {
  color: #8c2da3;
}
.text-bold {
  font-weight: bold;
}
.text-nowrap {
  white-space: nowrap;
}
.text-yellow {
  color: yellow;
}
.text-w {
  color: #fff !important;
}
.text-blue {
  color: #162271 !important;
}

.bg-gray {
  background: #f6f6f6;
}
.bg-red {
  background: red;
}
.bg-orange {
  background: #ff6000;
}
.bg-white {
  background: #fff;
}
.bg-black {
  background: #000;
}

.text0 {
  font-size: 0;
}

.text1 {
  font-size: 1rem;
}

.text2 {
  font-size: 2rem;
}

.text3 {
  font-size: 3rem;
}

.text4 {
  font-size: 4rem;
}

.text6 {
  font-size: 6rem;
}

.text12 {
  font-size: 12px;
}

.text13 {
  font-size: 13px !important;
}

.text14 {
  font-size: 14px !important;
}

.text16 {
  font-size: 16px !important;
}

.text18 {
  font-size: 18px !important;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text26 {
  font-size: 26px;
}

.text28 {
  font-size: 28px;
}

.text32 {
  font-size: 32px;
}

.text48 {
  font-size: 48px;
}

.text100 {
  font-size: 100px;
}

.line-h38 {
  line-height: 38px;
}

.w-100 {
  width: 100% !important;
}
.w-80 {
  width: 80% !important;
}
.w-60 {
  width: 60% !important;
}
.w-50 {
  width: 50% !important;
}
.w-25 {
  width: 25% !important;
}
.w-min-50px {
  min-width: 50px !important;
}
.w-80px {
  width: 80px !important;
}
.w-120px {
  width: 120px !important;
}
.w-175px {
  width: 175px !important;
  line-height: 30px !important;
}
.w-222px {
  width: 222px !important;
  text-align: left;
}
.w-320px {
  width: 320px !important;
  height: 64px;
}
.w-400px {
  width: 400px !important;
}
.w-100-img img {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}
.h-80 {
  height: 80% !important;
}
.h-75 {
  height: 75% !important;
}
.h-60 {
  height: 60% !important;
}
.h-50 {
  height: 50% !important;
}
.h-25 {
  height: 25% !important;
}
.h-45px {
  height: 45px !important;
}
.h-72px {
  height: 72px !important;
}
.h-120px {
  min-height: 120px !important;
}
.h-138px {
  min-height: 138px !important;
}
.h-170px {
  min-height: 170px !important;
}
.h-175px {
  min-height: 175px !important;
}
.h-195px {
  min-height: 195px;
}
.h-214px {
  min-height: 214px;
}
.h-240px {
  min-height: 240px !important;
}
.h-320px {
  min-height: 320px !important;
}
.h-400px {
  min-height: 400px !important;
}

.over-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.over-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 69px;
}
.over-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.over-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 96px;
}
.over-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px;
}
.over-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  height: 144px;
}

.number-items {
  counter-reset: num;
}
.number-items .number-list > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.number-items .number-list > li:before {
  counter-increment: num;
  content: counter(num) ".";
  font-size: 20px;
  font-style: italic;
  color: #dd5500;
  font-weight: bolder;
  position: absolute;
  top: -4px;
  left: 0;
}

ul.square > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
ul.square > li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: red;
  top: 9px;
  left: 0;
}

ul.custom-circle > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
@media (min-width: 769px) {
  ul.custom-circle > li:last-child {
    position: absolute;
    min-height: 100%;
  }
}
ul.custom-circle > li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #030050;
  top: 7.5px;
  left: 0;
}

ul.circle {
  padding-left: 20px;
}
ul.circle > li {
  list-style-type: circle;
  margin-bottom: 10px;
}

ul.decimal {
  padding-left: 20px;
}
ul.decimal > li {
  list-style-type: decimal;
  margin-bottom: 10px;
}

ul.disc {
  padding-left: 20px;
}
ul.disc > li {
  list-style-type: disc;
  margin-bottom: 10px;
}
ul.disc > li a {
  display: block;
}
ul.disc > li a:hover {
  color: #dd5500;
  text-decoration-line: underline;
}

ul.cjk {
  padding-left: 35px;
}
ul.cjk > li {
  list-style-type: cjk-decimal;
  margin-bottom: 10px;
}

.border-n {
  border: none !important;
}
.border-tb {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
.border-t-g {
  border-top: 1px solid #ddd;
}
.border-r {
  border-right: 1px solid #333;
}
.border-b-g {
  border-bottom: 1px solid #ededed;
}
.border-b-w {
  border-bottom: 1px solid #fff;
}
.border-b-g {
  border-bottom: 1px solid #ededed;
}
.border-b-2b {
  border-bottom: 2px solid #0f51a3;
}
.border-t-w {
  border-top: 1px solid #fff;
}
.border-md-r {
  border-bottom: 1px solid #000;
}
.border-t-2b {
  border-top: 2px solid #030050;
}
@media (min-width: 992px) {
  .border-md-r {
    border-right: 1px solid #000;
    border-bottom: none;
  }
}
.border-back {
  position: relative;
}
.border-back span {
  background: #fff;
  padding: 0 10px;
  font-size: inherit;
  font-weight: inherit;
}
.border-back:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.underline {
  text-decoration: underline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .btn-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-80px {
    width: 80px !important;
  }
  .w-lg-120px {
    width: 120px !important;
  }
  .w-lg-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-lg-240px {
    width: 240px !important;
  }
  .w-lg-360px {
    width: 360px !important;
  }
  .w-lg-400px {
    width: 400px !important;
  }
}
@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-88 {
    width: 88% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-80px {
    width: 80px !important;
  }
  .w-sm-120px {
    width: 120px !important;
  }
  .w-sm-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-sm-240px {
    width: 240px !important;
  }
  .w-sm-320px {
    width: 320px !important;
    height: 64px;
  }
  .w-sm-400px {
    width: 400px !important;
  }
}
.inside-content {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #030050 55%, #11367F 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1301FE", endColorstr="#F4F60C", GradientType="1");
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #030050), to(#11367F));
  background: linear-gradient(180deg, #030050 55%, #11367F 100%);
  /* W3C */
  position: relative;
  z-index: 2;
}
.contactus-form {
  border-radius: 0.75rem;
  height: inherit;
  padding: 0.75rem 0.75rem;
}

.login-section01 {
  min-height: 45vw;
  position: relative;
}
@media (max-width: 768px) {
  .login-section01 {
    min-height: 200vw;
  }
}
.login-section01 .login-item {
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.login-section01 h2 {
  color: #ddd;
  font-size: 30px;
  margin-bottom: 60px;
}
.login-section01 .form-group {
  width: 333px;
  margin: 0 auto;
}

.section-about01-title {
  position: relative;
  margin-bottom: 40px;
}
.section-about01-title:before {
  content: "";
  display: block;
  background: #fff;
  height: 1px;
  width: 45px;
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: 1;
}
.section-about01-title h3 {
  color: #fff;
  font-size: 28px;
  line-height: 44px;
  display: inline-block;
  position: relative;
  font-family: "Noto Serif TC", serif;
}
.section-about01-title h3:before {
  content: "";
  display: block;
  position: absolute;
  right: -70px;
  top: 3px;
  z-index: 1;
}
@media (max-width: 768px) {
  .section-about01-title h3 {
    font-size: 26px;
    line-height: 40px;
  }
}
.section-about01-title h3 span {
  font-size: 100%;
  display: inline-block;
}
.section-about01-title.s01 h3:before {
  background-image: url(../images/about/01_icon.png);
  height: 74px;
  width: 91px;
}
.section-about01-title.s04 h3:before {
  background-image: url(../images/about/01_icon.png);
  height: 74px;
  width: 91px;
}

.section-about01-title-center {
  position: relative;
  margin-bottom: 40px;
}
.section-about01-title-center:before {
  content: "";
  display: block;
  background: #fff;
  height: 1px;
  width: 45px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: -20px;
  z-index: 1;
}
.section-about01-title-center h3 {
  color: #fff;
  font-size: 28px;
  line-height: 44px;
  display: block;
  position: relative;
  text-align: center;
  font-family: "Noto Serif TC", serif;
}
.section-about01-title-center h3:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  top: -55px;
  z-index: 1;
}
@media (max-width: 768px) {
  .section-about01-title-center h3 {
    font-size: 26px;
    line-height: 40px;
  }
}
.section-about01-title-center h3 span {
  font-size: 100%;
  display: inline-block;
}
.section-about01-title-center.s02 h3:before {
  background-image: url(../images/about/02_icon.png);
  height: 74px;
  width: 103px;
}
.section-about01-title-center.s03 h3:before {
  background-image: url(../images/about/03_icon.png);
  height: 74px;
  width: 101px;
}

.section-about01-title02 {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}
.section-about01-title02 h3 {
  color: #fff;
  font-size: 28px;
  line-height: 44px;
  display: inline-block;
  position: relative;
  font-family: "Noto Serif TC", serif;
}
.section-about01-title02 h3:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/about/04_icon.png);
  height: 74px;
  width: 101px;
  left: -75px;
  top: -50px;
  z-index: 1;
}
@media (max-width: 768px) {
  .section-about01-title02 h3 {
    font-size: 26px;
    line-height: 40px;
  }
}
.section-about01-title02 h3 span {
  font-size: 100%;
  display: inline-block;
}

.section-about01 {
  background-image: url(../images/about/content-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 15vw;
}
.section-about01A.section-about01 {
  background-image: url(../images/about/s1-bg.png);
  background-size: cover;
}
@media (min-width: 992px) {
  .section-about01 {
    min-height: 60vw;
  }
}
.section-about01 img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .section-about01 img {
    width: 100%;
  }
}
.section-about01 .section-about01-item p {
  color: #fff;
}

.section-about02 {
  background-image: url(../images/about/s2-bg.png);
  background-size: cover;
  padding: 5vw 0;
  /*background-attachment: fixed;*/
}

.section-about03 {
  background-color: #030050;
  padding: 10vw 0 5vw;
}
@media (max-width: 768px) {
  .section-about03 {
    padding: 30vw 0 5vw;
  }
}
.section-about03 h4 {
  color: #b3d8ff;
}
.section-about03 p {
  color: #fff;
  text-align: center;
}

.section-about04 {
  background-image: url(../images/about/s4-bg.png);
  background-size: cover;
  padding: 5vw 0;
}
.section-about04 h2,
.section-about04 h3 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000)";
  /*IE 8*/
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000);
  /*IE 5.5-7*/
}

.section-about05 {
  background-image: url(../images/about/s5-bg.png);
  background-size: cover;
  padding: 5vw 0;
}
.section-about05 h2,
.section-about05 h3 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000)";
  /*IE 8*/
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000);
  /*IE 5.5-7*/
}

.section-about02 h2, .section-about02 h3 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000)";
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000);
}

.section-about06 {
  background-image: url(../images/about/s6-bg.png);
  background-size: cover;
  padding: 5vw 0;
}
.section-about06 h2,
.section-about06 h3 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000)";
  /*IE 8*/
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000);
  /*IE 5.5-7*/
}

.section-about07 {
  background-color: #030050;
  padding: 10vw 0 5vw;
}
@media (max-width: 768px) {
  .section-about07 {
    padding: 30vw 0 5vw;
  }
}
.section-about07 .section-about07-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .section-about07 .section-about07-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-about07 .section-about07-item .img-item {
  margin-right: 30px;
}
@media (max-width: 768px) {
  .section-about07 .section-about07-item .text-item {
    text-align: center;
  }
}
.section-about07 h4 {
  color: #b3d8ff;
}
.section-about07 p {
  color: #fff;
  text-align: center;
}

.section-about08 {
  background-image: url(../images/about/s8-bg.png);
  background-size: cover;
  padding: 5vw 0;
}
@media(min-width: 992px){
  .section-about08{
    background-image: url(../images/about/s8-bg.png);
    background-size: contain;
    padding: 5vw 0;
    background-repeat: no-repeat;
    background-color: #e4e8ed;
    position: relative;
  }
  .section-about08:after {
    content: "";
    background: linear-gradient(270deg, #e4e8ed, transparent);
    position: absolute;
    top: 0px;
    z-index: 1;
    width: 100%;
    display: block;
    height: 100%;
}
}
@media (max-width: 768px) {
  .section-about08 {
    background-color: rgba(255, 255, 255, 0.4);
    background-blend-mode: lighten;
    padding: 8vw 0;
  }
}
.section-about08 .section-title-center h2,
.section-about08 .section-title-center h3 {
  color: #030050;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000)";
  /*IE 8*/
  text-shadow: 2px 2px 8px #ffffff;
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000);
  /*IE 5.5-7*/
  -webkit-filter:drop-shadow(2px 2px 8px #ffffff);
}
.section-about08 .section-title-center img{
  -webkit-filter:drop-shadow(2px 2px 8px #ffffff);
}
.section-about09 {
  background-image: url(../images/about/s9-bg.png);
  background-size: cover;
  background-position: right center;
  padding: 15vw 0;
  position: relative;
  background-color: #11367f;
}
@media (max-width: 768px) {
  .section-about09 {
    background-image: url(../images/about/s9-bg-m.png);
  }
}
.section-about09 .section-about09-item h4 {
  color: #b3d8ff;
  text-align: center;
}
.section-about09 .section-about09-item p {
  color: #fff;
  text-align: center;
}
.section-about09 .section-about09-item img {
  width: 100%;
}

.section-contactus01 {
  background-image: url(../images/about/content-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 15vw 0 10vw;
}
.section-contactus01 i,
.section-contactus01 p,
.section-contactus01 label {
  color: #fff;
}
.section-contactus01 p {
  margin-bottom: 0px;
}
.section-contactus01 .form-control {
  background-color: transparent;
  border-radius: 0;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #fff;
  -webkit-filter: brightness(1.4);
}
.section-contactus01 textarea.form-control {
  border: 1px solid #fff;
  border-radius: 5px;
}
.section-contactus01 .recodeimg a {
  color: #fff;
}

.section-video {
  background-image: url(../images/about/content-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 15vw 0 10vw;
}
@media (min-width: 992px){
.section-video {
    min-height: 60vw;
}
}
.section-video .tab-content {
  padding: 0;
  margin: 0;
  border: none;
}

.section-qa {
  background-image: url(../images/about/content-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 15vw 0 10vw;
}
@media (min-width: 992px) {
  .section-qa {
    min-height: 60vw;
  }
}
.section-qa .tab-content {
  padding: 0;
  margin: 0;
  border: none;
}
.section-qa .qa-inner {
  margin-bottom: 40px;
}
.section-qa .qa-inner .qa-tab_cont {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.section-qa .qa-inner .qa-tab_cont .qa-tab_item_top {
  cursor: pointer;
  position: relative;
  font-size: 18px;
  display: block;
  padding-left: 15px;
}
.section-qa .qa-inner .qa-tab_cont .qa-tab_item_top span{
  position: absolute;
  left: -10px;
}
.section-qa .qa-inner .qa-tab_cont .qa-tab_item_top:after {
  position: absolute;
  content: "\f067";
  color: #eee;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 4px;
  right: -8px;
}
.section-qa .qa-inner .qa-tab_cont .qa-tab_item_bottom {
  margin-top: 20px;
  font-size: 18px;
  display: none;
}
.section-qa .qa-inner .qa-tab_cont.active_top .qa-tab_item_top:after {
  content: "\f068";
}
.section-qa .qa-inner .qa-tab_cont.active_top .qa-tab_item_bottom {
  display: block;
}

.section-news01 {
  background-image: url(../images/about/content-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 15vw 0 10vw;
}
@media (min-width: 992px){
.section-news01 {
    min-height: 60vw;
}
}
.section-news01 .news-items .img-wrap .img-item {
  padding-top: 60%;
}
.section-news01 .news-items .text-item {
  opacity: 0.9;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.section-news01 .news-items .text-item h4 {
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .section-news01 .news-items .text-item h4 {
    font-size: 14px;
  }
}
.section-news01 .news-items .text-item .border-item {
  position: relative;
}
.section-news01 .news-items .text-item .border-item:before {
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 0;
  background-color: #fff;
}
@media (max-width: 991px) {
  .section-news01 .news-items .text-item .border-item:before {
    width: 50%;
  }
}
.section-news01 .news-items .text-item .border-item span {
  display: inline-block;
  color: #fff;
}
@media (max-width: 991px) {
  .section-news01 .news-items .text-item .border-item span {
    font-size: 12px;
  }
}
.section-news01 .news-items:hover .text-item {
  opacity: 1;
}
.section-news01 .newsdetail-item h4,
.section-news01 .newsdetail-item span {
  color: #fff;
}
.section-news01 .newsdetail-item span {
  display: block;
}
.section-news01 .newsdetail-item .ck-area {
  color: #fff;
}

.section-history01 {
  background-image: url(../images/about/content-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 15vw 0 0 0;
  position: relative;
}
.section-history01 .section-history01-diamond {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0px;
  text-align: center;
}
@media(max-width: 991px){
  .section-history01 .section-history01-diamond {
  bottom: 40px;
}
}

.section-history02 {
  background-image: url(../images/history/bg02.png);
  background-size: cover;
  padding: 7.5% 0 30%;
  position: relative;
}
@media (max-width: 991px) {
  .section-history02 {
    padding: 7.5% 0 80%;
  }
}
.section-history02 .section-history02-img {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -22%;
  text-align: center;
  z-index: 2;
}
@media (max-width: 991px) {
  .section-history02 .section-history02-img {
    width: 90%;
    left: 5%;
  }
}
.section-history02 p {
  color: #fff;
}

.section-history03 {
  background-image: url(../images/history/bg03.png);
  background-size: contain;
  background-position: center 200px;
  padding: 30% 0 15%;
  position: relative;
  background-repeat: no-repeat;
  background-color: #030050;
}
@media (max-width: 991px) {
  .section-history03 {
    background-position: center 100px;
    padding: 70% 0 5%;
  }
}
.section-history03 p {
  color: #fff;
}

.section-history04 {
  background-image: url(../images/history/bg04.png);
  background-size: cover;
  background-position: center;
  padding: 5vw 0;
  position: relative;
}

.section-history05 {
  padding: 60px 0;
}

.section-album01 {
  background-image: url(../images/about/content-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 15vw 0 10vw;
}
.section-album01 .world-img {
  position: relative;
}
.section-album01 .world-img img {
  width: 100%;
}

.section-album02 {
  padding: 50px 0;
}
.section-album02 .section-album02-table {
  color: #fff;
  background-color: #030050;
}
@media (max-width: 991px) {
  .section-album02 .section-album02-table {
    width: 95%;
    margin: 0 auto;
  }
}
.section-album02 .section-album02-table [class^=col] {
  background-color: #2a3173;
  padding-top: 10px;
  padding-bottom: 10px;
  outline: 2px solid #030050;
}
.section-album02 .section-album02-table .col-md-2 {
  text-align: center;
  font-weight: bold;
}
.section-album02 .section-album02-table .col-md-2:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.section-album02 .section-album02-table .col-md-10 {
  padding: 0 15px;
  outline: none;
}
.section-album02 .section-album02-table > .row {
  border-bottom: 5px solid #030050;
}
@media (max-width: 991px) {
  .section-album02 .section-album02-table > .row {
    border-bottom: 10px solid #030050;
  }
  .section-album02 .section-album02-table > .row > .col-md-2 {
    padding: 25px 15px;
  }
}
.section-album02 .section-album02-table > .row:last-child {
  border: none;
}
.section-album02 .section-album02-table a {
  display: block;
}
.section-album02 .section-album02-table a i {
  font-size: 21px;
}
.section-album02 .section-album02-table p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-album02 .section-album02-table p {
    width: 93%;
  }
}

.table-sales th {
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: none;
}
.table-sales td {
  color: #fff;
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  white-space: nowrap;
}

.table-history th {
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 3px solid #0d246f !important;
  text-align: center;
}
.table-history th.focus {
  color: #020451;
  background-color: #f49614;
}
.table-history td {
  color: #fff;
  border-top: none;
  border: 3px solid #0d246f;
  /*white-space: nowrap;*/
  text-align: center;
}
.table-history td.focus {
  color: #020451;
  background-color: #fbcd44;
}
.table-history tr td:first-child {
  text-align: left;
  background-color: rgba(255, 255, 255, 0.15);
}

.modal .modal-header {
  background-image: url(../images/popup-bg.png);
  background-size: cover;
  background-position: center;
  padding: 2rem;
  position: relative;
}
.modal .modal-header .close {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 10px;
  top: -50px;
  opacity: 1;
}
.modal .modal-header .close i {
  color: #fff;
  font-size: 28px;
}
.modal .modal-body {
  padding: 2rem 1rem;
}

.cart-tips-list {
  padding: 20px 30px;
  background: #f7f7f7;
  margin-bottom: 50px;
}

.cart-title-tabs .nav-tabs .nav-link {
  color: #000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 10px 15px;
  margin: 0 5px;
  border: none;
}
.cart-title-tabs .nav-tabs .nav-link:hover, .cart-title-tabs .nav-tabs .nav-link.active {
  color: #000;
}

.cart-list {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
.cart-list .form-group {
  margin-bottom: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-list .img-wrap {
  border: 1px solid #000;
}
.cart-list ul li {
  margin-bottom: 0.25rem;
  font-size: 13px;
  line-height: 18px;
}
.cart-list label {
  font-size: 13px;
  margin: 0;
}
.cart-list p {
  font-size: 13px;
  margin-bottom: 0.25rem;
}
.cart-list [class^=col] {
  font-size: 14px;
  line-height: 14px;
}
.cart-list .label-tips {
  padding: 0.25rem 0.5rem;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
}
.cart-list .cart-title {
  padding: 15px;
}
.cart-list .cart-item01 + .cart-item01,
.cart-list .cart-item01 + .cart-item05,
.cart-list .cart-item01 + .cart-item02,
.cart-list .cart-item05 + .cart-item02 {
  border-top: 1px solid #ddd;
}
.cart-list .cart-item01,
.cart-list .cart-item02,
.cart-list .cart-item03,
.cart-list .cart-item04,
.cart-list .cart-item05 {
  padding: 15px;
}
.cart-list .ohter-title {
  font-size: 16px;
  color: red;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.cart-list .ohter-add-title {
  font-size: 16px;
  color: red;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid red;
}
.cart-list .ohter-add-title-btn {
  font-size: 16px;
  color: red;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid red;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-list02 {
  margin-bottom: 30px;
}
.cart-list02 .list02-ohter-add-title {
  font-size: 16px;
  color: red;
  border-bottom: 1px solid ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  position: relative;
}
.cart-list02 .list02-ohter-add-title div:first-child {
  padding: 10px 20px;
}
.cart-list02 .list02-ohter-add-title .cart-add-detail {
  position: absolute;
  top: 5px;
  right: 45px;
  z-index: 9;
}
.cart-list02 .list02-ohter-add-title .m-add-detail:before {
  position: absolute;
  content: "\f068";
  color: #333;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 15px;
  right: 15px;
}
.cart-list02 .list02-ohter-add-title .m-add-detail.collapsed:before {
  content: "\f067";
}
.cart-list02 .list02-cart-item {
  padding: 15px;
  border: 1px solid #ddd;
}

.cart-end {
  background: #f7f7f7;
  padding: 15px;
  margin-bottom: 30px;
}
.cart-end [class^=col] {
  font-size: 14px;
  line-height: 14px;
}

.user-detail {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
.user-detail .user-detail-list {
  padding: 5px;
}
.user-detail .user-detail-list .user-detail-title {
  padding: 15px;
  background: #e4e4e4;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-detail .user-detail-list .user-detail-content {
  padding: 15px;
}
.user-detail .user-detail-list .user-detail-content .nav-tabs .nav-link {
  padding: 10px 15px;
  border: none;
}
.user-detail .user-detail-list .user-detail-content .nav-tabs .nav-link:hover, .user-detail .user-detail-list .user-detail-content .nav-tabs .nav-link.active {
  background: #f7f7f7;
}
.user-detail .user-detail-list .user-detail-content .tab-pane {
  background: #f7f7f7;
  padding: 15px;
}
.user-detail .user-detail-list .user-detail-content .tab-pane .check-item li {
  padding: 10px 15px 10px 0;
}
.user-detail .user-detail-list .user-detail-content .tab-pane .invoice-title {
  background: #ccc;
  padding: 15px;
}
.user-detail .user-detail-list .user-detail-content .tab-pane .invoice-content {
  border: 1px solid #ccc;
  padding: 15px;
}
.user-detail .user-detail-list .user-detail-content .tab-pane .invoice-content .nav-link:hover, .user-detail .user-detail-list .user-detail-content .tab-pane .invoice-content .nav-link.active {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
  border-radius: 0.25rem !important;
}
.user-detail .card-check {
  background: #f7f7f7;
  padding: 10px;
}
.user-detail .card-check .form-check-input {
  top: 22px;
  left: 22px;
  margin: 0;
}

/*最新消息 圖片版*/
.story-page .section_story_items {
  color: #999;
  position: relative;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000)";
  /*IE 8*/
  /*FF 3.5+*/
  -webkit-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000);
  /*IE 5.5-7*/
  border-radius: 0.25rem;
  overflow: hidden;
}

.story-page .section_story_items .img-wrap .img-item {
  padding-top: 60%;
}

.story-page .section_story_items .img-wrap .img-item::before {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.story-page .section_story_items .word-item {
  padding: 0 15px 15px;
}

.story-page .section_story_items .word-item p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

.story-page .section_story_items:hover {
  color: #000;
}

.story-page .section_story_items:hover .img-item:before {
  background: rgba(0, 0, 0, 0);
}

.story-page .story-section03 {
  padding-top: 50px;
  margin-bottom: 50px;
}

.story-page .story-section03 .img-wrap .img-item {
  padding-top: 60%;
}

.story-page .story-section03 .story-detail-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.story-page .story-section03 .story-detail-title h3 {
  margin: 0;
}

.story-page .story-section03 .story-detail-title .portrait-img {
  border-radius: 50%;
  overflow: hidden;
}

.story-page .story-section03 .share-list {
  text-align: center;
}

.story-page .story-section03 .share-list li {
  margin-bottom: 0.5rem;
}

.story-page .story-section03 .share-list li a {
  display: block;
  font-size: initial;
  line-height: 0;
}

.story-page .story-section03 .share-list li a i {
  font-size: 32px;
  color: #666;
}

.story-page .story-section03 .share-list li a i:hover {
  color: #000;
}

.newsimg {
  margin-bottom: 50px;
}

.newsimg .nav-tabs {
  border: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.newsimg .nav-tabs .nav-link {
  text-align: center;
  font-size: 18px;
  padding: 0;
  color: #a0a0a0;
  padding: 5px 30px;
  border-color: #fff;
  border-radius: 0;
  border-right: 1px solid #a0a0a0;
}

@media (max-width: 768px) {
  .newsimg .nav-tabs .nav-link {
    padding: 5px 10px;
  }
}
.newsimg .nav-tabs .nav-link:last-child {
  border: none;
}

.newsimg .nav-tabs .nav-link.active,
.newsimg .nav-tabs .nav-link:hover {
  color: #333;
}

.newsimg .tab-pane {
  counter-reset: num;
}

.newsimg .tab-pane .number-title {
  padding: 15px 10px;
}

.newsimg .tab-pane .number-title:before {
  counter-increment: num;
  content: counter(num);
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bolder;
  background: #d1bd9b;
  color: #fff;
}

.newsimg .tm_shadow_tab {
  margin-top: 20px;
  text-align: center;
}

.newsimg .tm_shadow_tab .nav-tabs {
  border: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newsimg .tm_shadow_tab .nav-tabs > li > a {
  color: #000;
}

.newsimg .tm_shadow_tab .nav-tabs > li > a:hover {
  border-color: transparent;
  background-color: transparent;
}

.newsimg .tm_shadow_tab .nav-tabs > li > a:hover::before {
  content: "";
  width: calc(100% - 30px);
  height: 3px;
  display: inline-block;
  background-color: #ddd;
  position: absolute;
  bottom: 0;
  left: 15px;
}

.newsimg .tm_shadow_tab .nav-tabs > li.active > a,
.newsimg .tm_shadow_tab .nav-tabs > li.active > a:focus,
.newsimg .tm_shadow_tab .nav-tabs > li.active > a:hover {
  border-color: transparent;
  position: relative;
  font-weight: bold;
  color: #000;
}

.newsimg .tm_shadow_tab .nav-tabs > li.active > a::before,
.newsimg .tm_shadow_tab .nav-tabs > li.active > a:focus::before,
.newsimg .tm_shadow_tab .nav-tabs > li.active > a:hover::before {
  content: "";
  width: calc(100% - 30px);
  height: 3px;
  display: inline-block;
  background-color: #0d9ee7;
  position: absolute;
  bottom: 0;
  left: 15px;
}

@media all and (max-width: 992px) {
  .newsimg .tm_shadow_tab .nav-tabs > li.active > a,
.newsimg .tm_shadow_tab .nav-tabs > li.active > a:focus,
.newsimg .tm_shadow_tab .nav-tabs > li.active > a:hover {
    background-color: #ddd;
  }
  .newsimg .tm_shadow_tab .nav-tabs > li.active > a::before,
.newsimg .tm_shadow_tab .nav-tabs > li.active > a:focus::before,
.newsimg .tm_shadow_tab .nav-tabs > li.active > a:hover::before {
    display: none;
  }
}
.newsimg .tm_shadow_tab .tab-content {
  position: relative;
}

.newsimg .tm_shadow_tab .tm_shadow_dropdown .tm_shadow_tab_title {
  background: #eee;
  width: 100%;
  line-height: 1em;
  padding: 16px 0;
  color: #333;
  border: 0;
  font-size: 15px;
  letter-spacing: 1px;
}

@media all and (max-width: 992px) {
  .newsimg .tm_shadow_tab .tm_shadow_dropdown .tm_shadow_tab_title {
    width: 70%;
    font-size: 20px;
  }
  .newsimg .tm_shadow_tab .tm_shadow_dropdown button:focus {
    outline: 0px;
  }
}
@media all and (max-width: 450px) {
  .newsimg .tm_shadow_tab .tm_shadow_dropdown .tm_shadow_tab_title {
    font-size: 16px;
  }
}
.newsimg .tm_shadow_tab .tm_shadow_dropdown .caret {
  border-top: 9px dashed;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  color: #777;
  right: 12%;
  margin-top: 4px;
}

@media all and (max-width: 992px) {
  .newsimg .tm_shadow_tab .tm_shadow_dropdown .caret {
    right: 20%;
  }
}
.newsimg .tm_shadow_tab .tm_shadow_dropdown .dropdown-menu {
  width: 100%;
  position: relative;
  top: 0px;
  text-align: center;
}

@media all and (max-width: 992px) {
  .newsimg .tm_shadow_tab .tm_shadow_dropdown .dropdown-menu {
    width: 70%;
    left: 15%;
    font-size: 20px;
    display: none;
    padding: 0px;
    -webkit-box-shadow: 0 0 1px 1px #ddd;
            box-shadow: 0 0 1px 1px #ddd;
  }
  .newsimg .tm_shadow_tab .tm_shadow_dropdown .dropdown-menu.show {
    display: block;
  }
  .newsimg .tm_shadow_tab .nav-tabs .nav-item .nav-link {
    padding: 12px 0px;
  }
  .newsimg .tm_shadow_tab .nav-tabs .nav-item .nav-link.active {
    background-color: #ddd;
  }
}
@media all and (max-width: 450px) {
  .newsimg .tm_shadow_tab .tm_shadow_dropdown .dropdown-menu {
    font-size: 16px;
  }
}
.newsimg .tm_shadow_tab .tm_shadow_dropdown .dropdown-menu > li {
  display: block;
  width: 100%;
  clear: both;
}

.newsimg .tm_shadow_tab .tm_shadow_dropdown .dropdown-menu > li:hover {
  background: #ddd;
  color: #fff;
}

.newsimg .tm_shadow_tab .dropdown-toggle::after {
  display: none;
}

/*最新消息 圖片版*/
/* 商品輪播放影片*/
.img-wrap .img-item iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* 商品輪播放影片*/
.MyFollow .fas.fa-heart {
  color: red !important;
}

.gray-btn {
  border: medium none;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  margin-top: 20px;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  cursor: pointer;
  border-radius: 4px;
  background: #ddd;
  color: #737373;
}

.gray-btn:hover {
  background: #e76667;
  color: #fff;
}

.MyFollow .fas.fa-heart {
  color: red !important;
}

[data-bk-link] {
  cursor: pointer;
}

.custom-onepage-header .custom-onepage-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
  max-width: 90%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: 10%;
  padding: 5px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-onepage-header .top-icon {
  padding: 0;
}

.third_login_text {
  height: 60px;
  line-height: 60px;
  text-align: center;
}

.third_login_text .line {
  display: inline-block;
  width: 20%;
  border-top: 1px solid #ccc;
}

.third_login_text .txt {
  color: #000;
  font-weight: bold;
  vertical-align: middle;
}

.third_login .third_login_btn {
  width: 50%;
  margin: auto;
  text-align: center;
}

.third_login .fb-login {
  margin: auto;
  text-align: center;
}

.third_login .fb-login img {
  width: 73%;
}

.third_login .google-login img {
  width: 100%;
}

.ck-area img {
  width: 100% !important;
}

.ck-area iframe {
  width: 100% !important;
  height: 350px !important;
}

.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quantity i {
  margin: 0 5px;
  border: 10px solid transparent;
  background-clip: padding-box;
}

@media only screen and (min-width: 991px) {
  .header .custom-onepage-header .logo img {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .btn-item .btn-fav:hover i {
    color: #777;
  }
}
/*最新消息 圖片版*/
.story-page .section_story_items {
  color: #999;
  position: relative;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000)";
  /*IE 8*/
  /*FF 3.5+*/
  -webkit-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000);
  /*IE 5.5-7*/
  border-radius: 0.25rem;
  overflow: hidden;
}

.story-page .section_story_items .img-wrap .img-item {
  padding-top: 60%;
}

.story-page .section_story_items .img-wrap .img-item::before {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.story-page .section_story_items .word-item {
  padding: 0 15px 15px;
}

.story-page .section_story_items .word-item p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

.story-page .section_story_items:hover {
  color: #000;
}

.story-page .section_story_items:hover .img-item:before {
  background: rgba(0, 0, 0, 0);
}

.story-page .story-section03 {
  padding-top: 50px;
  margin-bottom: 50px;
}

.story-page .story-section03 .img-wrap .img-item {
  padding-top: 60%;
}

.story-page .story-section03 .story-detail-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.story-page .story-section03 .story-detail-title h3 {
  margin: 0;
}

.story-page .story-section03 .story-detail-title .portrait-img {
  border-radius: 50%;
  overflow: hidden;
}

.story-page .story-section03 .share-list {
  text-align: center;
}

.story-page .story-section03 .share-list li {
  margin-bottom: 0.5rem;
}

.story-page .story-section03 .share-list li a {
  display: block;
  font-size: initial;
  line-height: 0;
}

.story-page .story-section03 .share-list li a i {
  font-size: 32px;
  color: #666;
}

.story-page .story-section03 .share-list li a i:hover {
  color: #000;
}

.newsimg {
  margin-bottom: 50px;
}

.newsimg .nav-tabs {
  border: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.newsimg .nav-tabs .nav-link {
  text-align: center;
  font-size: 18px;
  padding: 0;
  color: #a0a0a0;
  padding: 5px 30px;
  border-color: #fff;
  border-radius: 0;
  border-right: 1px solid #a0a0a0;
}

@media (max-width: 768px) {
  .newsimg .nav-tabs .nav-link {
    padding: 5px 10px;
  }
}
.newsimg .nav-tabs .nav-link:last-child {
  border: none;
}

.newsimg .nav-tabs .nav-link.active,
.newsimg .nav-tabs .nav-link:hover {
  color: #333;
}

.newsimg .tab-pane {
  counter-reset: num;
}

.newsimg .tab-pane .number-title {
  padding: 15px 10px;
}

.newsimg .tab-pane .number-title:before {
  counter-increment: num;
  content: counter(num);
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bolder;
  background: #d1bd9b;
  color: #fff;
}

.newsimg .tm_shadow_tab {
  margin-top: 20px;
  text-align: center;
}

.newsimg .tm_shadow_tab .nav-tabs {
  border: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newsimg .tm_shadow_tab .nav-tabs > li > a {
  color: #000;
}

.newsimg .tm_shadow_tab .nav-tabs > li > a:hover {
  border-color: transparent;
  background-color: transparent;
}

.newsimg .tm_shadow_tab .nav-tabs > li > a:hover::before {
  content: "";
  width: calc(100% - 30px);
  height: 3px;
  display: inline-block;
  background-color: #ddd;
  position: absolute;
  bottom: 0;
  left: 15px;
}

.newsimg .tm_shadow_tab .nav-tabs > li.active > a,
.newsimg .tm_shadow_tab .nav-tabs > li.active > a:focus,
.newsimg .tm_shadow_tab .nav-tabs > li.active > a:hover {
  border-color: transparent;
  position: relative;
  font-weight: bold;
  color: #000;
}

.newsimg .tm_shadow_tab .nav-tabs > li.active > a::before,
.newsimg .tm_shadow_tab .nav-tabs > li.active > a:focus::before,
.newsimg .tm_shadow_tab .nav-tabs > li.active > a:hover::before {
  content: "";
  width: calc(100% - 30px);
  height: 3px;
  display: inline-block;
  background-color: #0d9ee7;
  position: absolute;
  bottom: 0;
  left: 15px;
}

@media all and (max-width: 992px) {
  .newsimg .tm_shadow_tab .nav-tabs > li.active > a,
.newsimg .tm_shadow_tab .nav-tabs > li.active > a:focus,
.newsimg .tm_shadow_tab .nav-tabs > li.active > a:hover {
    background-color: #ddd;
  }
  .newsimg .tm_shadow_tab .nav-tabs > li.active > a::before,
.newsimg .tm_shadow_tab .nav-tabs > li.active > a:focus::before,
.newsimg .tm_shadow_tab .nav-tabs > li.active > a:hover::before {
    display: none;
  }
}
.newsimg .tm_shadow_tab .tab-content {
  position: relative;
}

.newsimg .tm_shadow_tab .tm_shadow_dropdown .tm_shadow_tab_title {
  background: #eee;
  width: 100%;
  line-height: 1em;
  padding: 16px 0;
  color: #333;
  border: 0;
  font-size: 15px;
  letter-spacing: 1px;
}

@media all and (max-width: 992px) {
  .newsimg .tm_shadow_tab .tm_shadow_dropdown .tm_shadow_tab_title {
    width: 70%;
    font-size: 20px;
  }
  .newsimg .tm_shadow_tab .tm_shadow_dropdown button:focus {
    outline: 0px;
  }
}
@media all and (max-width: 450px) {
  .newsimg .tm_shadow_tab .tm_shadow_dropdown .tm_shadow_tab_title {
    font-size: 16px;
  }
}
.newsimg .tm_shadow_tab .tm_shadow_dropdown .caret {
  border-top: 9px dashed;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  color: #777;
  right: 12%;
  margin-top: 4px;
}

@media all and (max-width: 992px) {
  .newsimg .tm_shadow_tab .tm_shadow_dropdown .caret {
    right: 20%;
  }
}
.newsimg .tm_shadow_tab .tm_shadow_dropdown .dropdown-menu {
  width: 100%;
  position: relative;
  top: 0px;
  text-align: center;
}

@media all and (max-width: 992px) {
  .newsimg .tm_shadow_tab .tm_shadow_dropdown .dropdown-menu {
    width: 70%;
    left: 15%;
    font-size: 20px;
    display: none;
    padding: 0px;
    -webkit-box-shadow: 0 0 1px 1px #ddd;
            box-shadow: 0 0 1px 1px #ddd;
  }
  .newsimg .tm_shadow_tab .tm_shadow_dropdown .dropdown-menu.show {
    display: block;
  }
  .newsimg .tm_shadow_tab .nav-tabs .nav-item .nav-link {
    padding: 12px 0px;
  }
  .newsimg .tm_shadow_tab .nav-tabs .nav-item .nav-link.active {
    background-color: #ddd;
  }
}
@media all and (max-width: 450px) {
  .newsimg .tm_shadow_tab .tm_shadow_dropdown .dropdown-menu {
    font-size: 16px;
  }
}
.newsimg .tm_shadow_tab .tm_shadow_dropdown .dropdown-menu > li {
  display: block;
  width: 100%;
  clear: both;
}

.newsimg .tm_shadow_tab .tm_shadow_dropdown .dropdown-menu > li:hover {
  background: #ddd;
  color: #fff;
}

.newsimg .tm_shadow_tab .dropdown-toggle::after {
  display: none;
}

/*最新消息 圖片版*/
/* 商品輪播放影片*/
.img-wrap .img-item iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* 商品輪播放影片*/
.MyFollow .fas.fa-heart {
  color: red !important;
}

.gray-btn {
  border: medium none;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  margin-top: 20px;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  cursor: pointer;
  border-radius: 4px;
  background: #ddd;
  color: #737373;
}

.gray-btn:hover {
  background: #e76667;
  color: #fff;
}

.MyFollow .fas.fa-heart {
  color: red !important;
}

[data-bk-link] {
  cursor: pointer;
}

.custom-onepage-header .custom-onepage-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
  max-width: 90%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: 10%;
  padding: 5px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-onepage-header .top-icon {
  padding: 0;
}

.third_login_text {
  height: 60px;
  line-height: 60px;
  text-align: center;
}

.third_login_text .line {
  display: inline-block;
  width: 20%;
  border-top: 1px solid #ccc;
}

.third_login_text .txt {
  color: #000;
  font-weight: bold;
  vertical-align: middle;
}

.third_login .third_login_btn {
  width: 50%;
  margin: auto;
  text-align: center;
}

.third_login .fb-login {
  margin: auto;
  text-align: center;
}

.third_login .fb-login img {
  width: 73%;
}

.third_login .google-login img {
  width: 100%;
}

.ck-area img {
  width: 100% !important;
}

.ck-area iframe {
  width: 100% !important;
  height: 350px !important;
}

.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quantity i {
  margin: 0 5px;
  border: 10px solid transparent;
  background-clip: padding-box;
}

@media only screen and (min-width: 991px) {
  .header .custom-onepage-header .logo img {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .btn-item .btn-fav:hover i {
    color: #777;
  }
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.step-title02 {
  color: #fff;
}

#cart-step2-form, #cart-step3-form {
  color: #fff;
}
#cart-step2-form th, #cart-step2-form td, #cart-step3-form th, #cart-step3-form td {
  color: #000;
}
#cart-step2-form hr, #cart-step3-form hr {
  border-top: 1px solid #fff;
}

.index-banner .index-banner-product {
  background: #fff;
}

.index-banner .index-banner-product a {
  display: inline-block;
}

.index-banner .index-banner-product a p {
  padding: 10px 10px 0 10px;
  font-size: 14px;
  line-height: 18px;
}

.index-banner .owl-nav div {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  height: 33px;
  line-height: 33px;
  opacity: 1;
  position: absolute;
  right: 45px;
  text-align: center;
  top: -39px;
  border: 1px solid #cbcbcb;
  transition: all 300ms ease-in 0s;
  width: 33px;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  z-index: 55;
}

.index-banner .owl-nav div.owl-next {
  left: auto;
  right: 5px;
}

.index-banner .owl-nav div:hover {
  color: #E62E04;
  border-color: #e62e04;
}

.arrow-around .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.arrow-around .owl-nav div {
  background: #cfcfcf none repeat scroll 0 0;
  border-radius: 100%;
  font-size: 14px;
  height: 33px;
  line-height: 33px;
  opacity: 1;
  position: absolute;
  right: 45px;
  text-align: center;
  border: none;
  top: -39px;
  transition: all 300ms ease-in 0s;
  width: 33px;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  z-index: 55;
  opacity: 0.7;
}

.arrow-around .owl-nav div:hover {
  background: #000;
  color: #fff;
}

.arrow-around .owl-nav div.owl-prev {
  left: 0;
  right: inherit;
}

.arrow-around .owl-nav div.owl-prev .lnr-arrow-left {
  position: relative;
  left: -1px;
}

.arrow-around .owl-nav div.owl-prev .lnr-arrow-left:before {
  content: "\e875";
}

.arrow-around .owl-nav div.owl-next {
  right: 0;
  left: inherit;
}

.arrow-around .owl-nav div.owl-next .lnr-arrow-right {
  position: relative;
  left: 2px;
}

.arrow-around .owl-nav div.owl-next .lnr-arrow-right:before {
  content: "\e876";
}

.arrow-around2 .owl-nav {
  position: absolute;
  top: 60px;
  width: 100%;
}

.arrow-around2 .owl-nav div {
  background: #cfcfcf none repeat scroll 0 0;
  border-radius: 100%;
  font-size: 14px;
  height: 33px;
  line-height: 33px;
  opacity: 1;
  position: absolute;
  right: 45px;
  text-align: center;
  border: none;
  top: -39px;
  transition: all 300ms ease-in 0s;
  width: 33px;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  z-index: 55;
  opacity: 0.7;
}

.arrow-around2 .owl-nav div:hover {
  background: #000;
  color: #fff;
}

.arrow-around2 .owl-nav div.owl-prev {
  left: -20px;
  right: inherit;
}

.arrow-around2 .owl-nav div.owl-prev .lnr-arrow-left {
  position: relative;
  left: -1px;
}

.arrow-around2 .owl-nav div.owl-prev .lnr-arrow-left:before {
  content: "\e875";
}

.arrow-around2 .owl-nav div.owl-next {
  right: -20px;
  left: inherit;
}

.arrow-around2 .owl-nav div.owl-next .lnr-arrow-right {
  position: relative;
  left: 2px;
}

.arrow-around2 .owl-nav div.owl-next .lnr-arrow-right:before {
  content: "\e876";
}

.hot-deal-active3 .owl-nav div {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  height: 33px;
  line-height: 33px;
  opacity: 1;
  position: absolute;
  right: 45px;
  text-align: center;
  top: -45px;
  border: none;
  transition: all 300ms ease-in 0s;
  width: 33px;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  z-index: 55;
}

.hot-deal-active3 .owl-nav div.owl-next {
  left: auto;
  right: 5px;
}

.hot-deal-active3 .owl-nav div:hover {
  color: #E62E04;
  border-color: #e62e04;
}

.hot-deal-active3 .owl-nav div.owl-prev .lnr-arrow-left {
  position: relative;
  left: -1px;
}

.hot-deal-active3 .owl-nav div.owl-prev .lnr-arrow-left:before {
  content: "\e875";
}

.hot-deal-active3 .owl-nav div.owl-next .lnr-arrow-right {
  position: relative;
  left: 2px;
}

.hot-deal-active3 .owl-nav div.owl-next .lnr-arrow-right:before {
  content: "\e876";
}

.active-tab {
  padding: 20px 0 0 0;
}

.active-tab .active-tab-inner {
  padding: 0 20px;
  margin-bottom: 20px;
}

.active-tab .active-tab-inner:hover .active-tab-cssarrow,
.active-tab .active-tab-inner.active .active-tab-cssarrow {
  border: 5px solid #fff;
  background: #e62e04;
  outline: 1px solid #e62e04;
}

.active-tab .active-tab-inner:hover .active-tab-cssarrow:after,
.active-tab .active-tab-inner.active .active-tab-cssarrow:after {
  border-top-color: #e62e04;
}

.active-tab .active-tab-inner:hover .active-tab-cssarrow:before,
.active-tab .active-tab-inner.active .active-tab-cssarrow:before {
  border-top-color: #FFFFFF;
}

.active-tab .active-tab-inner:hover .active-tab-cssarrow a,
.active-tab .active-tab-inner.active .active-tab-cssarrow a {
  color: #fff;
}

.active-tab .active-tab-inner .active-tab-cssarrow {
  position: relative;
  background: #FFFFFF;
  border: 5px solid #e62e04;
}

.active-tab .active-tab-inner .active-tab-cssarrow:after,
.active-tab .active-tab-inner .active-tab-cssarrow:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.active-tab .active-tab-inner .active-tab-cssarrow:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #FFFFFF;
  border-width: 10px;
  margin-left: -10px;
}

.active-tab .active-tab-inner .active-tab-cssarrow:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #e62e04;
  border-width: 16px;
  margin-left: -16px;
}

.active-tab .active-tab-inner .active-tab-cssarrow a {
  display: block;
  color: #e62e04;
  width: 100%;
  height: 50px;
  font-size: 36px;
  line-height: 50px;
  text-align: center;
}

.hot-deal-products {
  background: #fff;
}

.hot-deal-products .nav-tabs .nav-item.show .nav-link,
.hot-deal-products .nav-tabs .nav-link.active {
  background: #fff;
}

.blog-area {
  background: #ddd;
}

.blog-area2 {
  background: #dd80a2;
}

@media (max-width: 768px) {
  .active-tab {
    padding: 15px 0 0 0;
  }
  .active-tab .active-tab-inner {
    padding: 0 20px;
    margin-bottom: 15px;
  }
  .active-tab .active-tab-inner:hover .active-tab-cssarrow,
.active-tab .active-tab-inner.active .active-tab-cssarrow {
    border: 5px solid #fff;
    background: #e62e04;
    outline: 1px solid #e62e04;
  }
  .active-tab .active-tab-inner:hover .active-tab-cssarrow:after,
.active-tab .active-tab-inner.active .active-tab-cssarrow:after {
    border-top-color: #e62e04;
  }
  .active-tab .active-tab-inner:hover .active-tab-cssarrow:before,
.active-tab .active-tab-inner.active .active-tab-cssarrow:before {
    border-top-color: #FFFFFF;
  }
  .active-tab .active-tab-inner:hover .active-tab-cssarrow a,
.active-tab .active-tab-inner.active .active-tab-cssarrow a {
    color: #fff;
  }
  .active-tab .active-tab-inner .active-tab-cssarrow {
    position: relative;
    background: #FFFFFF;
    border: 2px solid #e62e04;
  }
  .active-tab .active-tab-inner .active-tab-cssarrow:after,
.active-tab .active-tab-inner .active-tab-cssarrow:before,
.active-tab .active-tab-inner .active-tab-cssarrow:after,
.active-tab .active-tab-inner .active-tab-cssarrow:before {
    content: none;
  }
  .active-tab .active-tab-inner .active-tab-cssarrow a {
    display: block;
    color: #e62e04;
    width: 100%;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
  .sticky .active-tab {
    padding: 55px 0 0 0;
    position: fixed;
    right: 0;
    width: 150px;
  }
  .sticky .active-tab .active-tab-inner {
    margin-bottom: 10px;
  }
  .sticky .active-tab .active-tab-inner:hover .active-tab-cssarrow,
.sticky .active-tab .active-tab-inner.active .active-tab-cssarrow {
    border: 2px solid #fff;
    background: #e62e04;
    outline: none;
  }
  .sticky .active-tab .active-tab-inner:hover .active-tab-cssarrow:after,
.sticky .active-tab .active-tab-inner.active .active-tab-cssarrow:after {
    border-top-color: #e62e04;
  }
  .sticky .active-tab .active-tab-inner:hover .active-tab-cssarrow:before,
.sticky .active-tab .active-tab-inner.active .active-tab-cssarrow:before {
    border-top-color: #FFFFFF;
  }
  .sticky .active-tab .active-tab-inner:hover .active-tab-cssarrow a,
.sticky .active-tab .active-tab-inner.active .active-tab-cssarrow a {
    color: #fff;
  }
  .sticky .active-tab .active-tab-inner .active-tab-cssarrow {
    position: relative;
    background: #FFFFFF;
    border: 2px solid #e62e04;
  }
  .sticky .active-tab .active-tab-inner .active-tab-cssarrow:after,
.sticky .active-tab .active-tab-inner .active-tab-cssarrow:before,
.sticky .active-tab .active-tab-inner .active-tab-cssarrow:after,
.sticky .active-tab .active-tab-inner .active-tab-cssarrow:before {
    content: none;
  }
  .sticky .active-tab .active-tab-inner .active-tab-cssarrow a {
    display: block;
    color: #e62e04;
    width: 100%;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
}
.pro-content {
  min-height: 60px;
  overflow: hidden;
  padding: 10px 15px;
  position: relative;
}

.pro-content h4 a {
  color: #363636;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 9px;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pro-content h4 a:hover {
  color: #E62E04;
}

.pro-content .product-rating {
  margin-bottom: 13px;
}

.grid-list-view .tabs-area {
  border-bottom: none;
}

.grid-list-view .tabs-area li a {
  color: #2c2c2c;
  font-size: 24px;
  display: inline-block;
  padding: 0 15px;
  text-align: center;
  height: 30px;
  line-height: 1.2;
  position: relative;
}

.grid-list-view .tabs-area li a.active:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #0f51a3;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.grid-list-view .tabs-area > li {
  margin-left: 0;
  margin-right: 10px;
}

.grid-list-view .tabs-area02 {
  border-bottom: none;
}

.grid-list-view .tabs-area02 li {
  position: relative;
}

.grid-list-view .tabs-area02 li.bg01 {
  background: #f6bc1a;
}

.grid-list-view .tabs-area02 li.bg02 {
  background: #28b255;
}

.grid-list-view .tabs-area02 li.bg03 {
  background: #ddb089;
}

.grid-list-view .tabs-area02 li.bg04 {
  background: #889093;
}

.grid-list-view .tabs-area02 li:first-child {
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 5px 25px;
}

.grid-list-view .tabs-area02 li:last-child:before {
  display: none;
}

.grid-list-view .tabs-area02 li:before {
  content: "/";
  display: inline-block;
  position: absolute;
  right: -10px;
  top: -1px;
}

.grid-list-view .tabs-area02 li a {
  color: #2c2c2c;
  font-size: 16px;
  display: inline-block;
  padding: 0 15px;
  text-align: center;
  height: 30px;
  line-height: 1.2;
  position: relative;
}

.grid-list-view .tabs-area02 li a.active:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #0f51a3;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.grid-list-view .tabs-area02 > li {
  margin-left: 0;
  margin-right: 10px;
}

.single-product {
  background: transparent none repeat scroll 0 0;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  margin: 10px 0;
  padding: 15px;
}

.single-product:hover {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.single-product:hover .pro-actions,
.single-product:hover .actions-secondary a {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.single-product:hover .pro-info {
  opacity: 0;
}

.single-product:hover .quick_view {
  opacity: 1;
}

.single-product .pro-info {
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}

.single-product02 {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  min-height: 325px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.double-product .single-product {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.double-product .single-product:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.grid-list-top .tabs-area > li span,
.toolbar-sorter label {
  color: #3e3e3e;
  font-size: 13px;
}

.member-list ul {
  margin: 0;
  padding: 0;
}

.member-list ul:after {
  content: "";
  display: block;
  clear: both;
}

.member-list ul li {
  float: left;
  padding-left: 20px;
}

.member-list ul li .nav_item .cart span {
  padding-top: 20px;
}

.member-list ul li .nav_item a {
  font-size: 18px;
  display: inline-block;
}

.member-list ul li .nav_item i {
  font-size: 42px;
  display: inline-block;
}

.member-list ul li .nav_item span {
  display: inline-block;
}

.mark {
  width: 40px;
  height: 40px;
  line-height: 32px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  position: absolute;
}

.mark:nth-child(2) {
  top: 5px;
  right: 5px;
}

.mark:nth-child(3) {
  top: 36px;
  right: 5px;
}

.mark:nth-child(4) {
  top: 67px;
  right: 5px;
}

.mark.car-mark,
.mark.new-mark,
.mark.hot-mark {
  background: #e76667;
}

.section-ttitle {
  width: 100%;
}

.section-ttitle h2 {
  width: 49%;
  display: inline-block;
}

.section-ttitle h2.has-icon {
  padding-left: 85px;
  position: relative;
}

.section-ttitle h2.has-icon:before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../img/new-icon.png);
  width: 73px;
  height: 73px;
  top: -22px;
  left: 0;
}

.section-ttitle a {
  width: 50%;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  color: #969696;
  display: inline-block;
}

.section-ttitle a:hover {
  color: #000;
  text-decoration: underline;
}

#list-view .pro-content {
  border: none;
}

.well {
  background-color: transparent;
  padding: 20px 0;
}

.well.h407 {
  min-height: 407px;
}

.well h5 {
  color: #0f51a3;
}

.well a.google {
  color: #eb5b4c;
}

.well a.google:hover {
  color: #de3220;
}

.well .new-customer {
  line-height: 473px;
}

.well .new-customer img {
  width: 100%;
}

.shop-cart-qa .qa_content_wrap {
  width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
  background: #162271;
}

.shop-cart-qa .qa_content_wrap.opened .fa-plus:before {
  content: "\f068";
}

.shop-cart-qa .qa_content_wrap:before {
  content: "";
  display: inline-block;
  background: url(../img/more_light_r.png);
  width: 25px;
  height: 25px;
  right: 12px;
  top: 12px;
  position: absolute;
  pointer-events: none;
  background-size: 100% 100%;
  background-position: center;
}

.shop-cart-qa .qa_content_wrap .qa_q {
  width: 100%;
  padding: 15px;
  color: #fff;
  display: block;
  cursor: pointer;
  position: relative;
}

.shop-cart-qa .qa_content_wrap .qa_q .fa {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 2%;
  top: 18px;
  font-size: 12px;
  border: 1px solid #fff;
}

.shop-cart-qa .qa_content_wrap .qa_q_on {
  text-decoration: underline;
  cursor: pointer;
}

.shop-cart-qa .qa_content_wrap .qa_content {
  padding: 15px;
  display: none;
}

.shop-cart-qa p {
  line-height: 34px;
}

.left-sidebar .pro-img {
  display: block;
  padding: 7.5px;
  margin-top: 3px;
}

.left-sidebar .pro-img .secondary-img {
  padding: 7.5px;
}

.left-sidebar .pro-content {
  border: none;
  padding: 20px 5px;
}

.left-sidebar .owl-nav div {
  top: -45px;
}

.pro-ref {
  border: 2px solid #f19ec2;
}

.pro-ref p {
  padding: 5px 10px;
}

.profile_file {
  background: #00b856 none repeat scroll 0 0;
  border: medium none;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  cursor: pointer;
  border-radius: 4px;
}

.profile_file p {
  color: #ffffff;
}

.profile_file:hover {
  background: #014c24;
}

#profile_file_label {
  display: none;
}

.shop-cart {
  background-color: #fff;
  border-radius: 5px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.shop-cart h4 {
  padding-left: 15px;
  color: #fff;
  line-height: 45px;
  background: #f50;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000)";
  /*IE 8*/
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000);
  /*IE 5.5-7*/
}

.shop-cart .form-register {
  padding: 0 15px;
}

.joinus {
  background: #fff;
  padding: 20px 15px;
}

.joinus h4 {
  color: #ff5800;
}

.joinus .photo-inner {
  border: 1px solid #efefef;
  padding: 20px;
}

.joinus .photo-inner .photo {
  position: relative;
  background: url(../img/user_male2-512.png);
  display: block;
  width: 100%;
  padding-top: 90%;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.joinus .photo-inner .photo .change-photo-file {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.joinus .photo-inner .photo .change-photo-file p {
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 4px;
}

.joinus .photo-inner .photo #change-photo-label {
  display: none;
}

.map {
  background: #fff;
  padding: 20px 80px;
}

.map h5 {
  color: #333;
}

.map ul {
  list-style-type: disc;
  color: #666;
  padding: 20px;
}

.map ul li {
  padding: 5px 0;
}

.map ul li:hover {
  color: #007bff;
}

.map ul li a {
  color: #666;
}

.map ul li a:hover {
  color: #007bff;
}

.mobile-menu .mobile-logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 25px;
  text-align: center;
}

.mobile-menu .mobile-logo img {
  width: 55%;
}

.mobile-menu .mobile-search {
  position: absolute;
  right: 15px;
  top: 13px;
  font-size: 22px;
}

.mobile-menu .search-form {
  display: none;
  overflow: hidden;
  position: absolute;
  right: 5px;
  top: 65px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: height;
  transition-property: height;
  height: 0;
  z-index: 9999;
}

.mobile-menu .search-form.open {
  display: block;
  position: absolute;
  height: 50px;
}

.mobile-menu02 {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.mobile-menu02 ul:after {
  content: "";
  display: block;
  clear: both;
}

.mobile-menu02 ul li {
  width: 33.333%;
  float: left;
  text-align: center;
  margin: 10px 0;
}

.mobile-menu02 ul li a {
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #333;
  font-size: 14px;
}

.right-sidebar {
  position: fixed;
  right: 22px;
  bottom: 137px;
  z-index: 999;
}

.hot-deal-active3 .well {
  padding: 0px 25px;
}

.hot-deal-active3 .well > div {
  margin-top: 15px;
}

.hot-deal-active3 .well > div:first-child {
  border-bottom: 1px solid #ececec;
}

/*----------------------------------------*/
/*running CSS
/*----------------------------------------*/
.running {
  margin: 10px 0;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  font-weight: bold;
  background: #76be52;
}

/*----------------------------------------*/
/*table-div CSS
/*----------------------------------------*/
.table-content table {
  background: #ffffff none repeat scroll 0 0;
  text-align: center;
  width: 100%;
}

.table-content table td {
  border-top: medium none;
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 16px;
}

.table-content table td.product-subtotal {
  font-size: 16px;
  font-weight: 600;
  width: 120px;
}

.table-content table th {
  background: #f0f0f0;
}

.table-content table thead th,
.table-content table tbody td {
  border-bottom: 1px solid #e5e5e5;
}

.table-content > table {
  background: #ffffff none repeat scroll 0 0;
  border-color: #ffffff;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
}

.table-content > table th {
  border-top: medium none;
  font-weight: 500;
  padding: 20px 10px;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 15px;
}

.table-content.pic-table th:first-child {
  padding: 0 20px 22px 10px;
}

.table-content.pic-table td:nth-child(1) {
  padding: 0 10px 22px 0px;
}

.table-content.pic-table td:nth-child(2) {
  padding: 10px;
}

.table-content.pic-table td:nth-child(2) img {
  width: 100px;
  height: 100px;
}

.table-content .add-icon {
  font-size: 22px;
  padding-right: 10px;
  cursor: pointer;
  position: relative;
  top: 4px;
}

.table-content .div-table {
  margin: 0;
  padding: 0;
}

.table-content .div-table td {
  padding: 0;
  border-right: 0;
}

.table-content .div-table table tr:last-child td {
  border-bottom: none;
}

.table-content .div-table table .div-tr .table-inner {
  line-height: 61px;
  height: 61px;
  float: left;
}

.table-content .div-table table .div-tr .table-inner:nth-child(1) {
  width: 71.6%;
}

.table-content .div-table table .div-tr .table-inner:nth-child(2) {
  width: 14.9%;
}

.table-content .div-table table .div-tr .table-inner:nth-child(3) {
  width: 13.5%;
}

.table-content .div-table table .div-tr .table-inner:nth-child(2),
.table-content .div-table table .div-tr .table-inner:nth-child(3) {
  /* border-left: 1px solid #e5e5e5;*/
}

.table-content .div-table table .div-tr .table-inner:after {
  content: "";
  display: block;
  clear: both;
}

.table-content .coupon-content {
  /*border: 1px solid #e5e5e5;*/
  margin-bottom: 20px;
  padding: 20px;
  display: none;
}

.table-content .coupon-content.active {
  height: auto;
  display: table-row;
}

/*----------------------------------------*/
/*qty CSS
/*----------------------------------------*/
.qty > * {
  border: 1px solid #eaeaea;
  float: left;
  height: 38px;
  text-align: center;
  background: #fff;
}

.qty > *:first-child {
  border-radius: 3px 0 0 3px;
}

.qty > *:last-child {
  border-radius: 0 3px 3px 0;
}

.qty > input[type=text] {
  width: calc(100% - 56px);
  border-left: none;
  border-right: none;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 0px;
}

.qty button {
  width: 28px;
  padding: 0;
  color: inherit;
}

/*----------------------------------------*/
/*thumbnails CSS
/*----------------------------------------*/
.single_product .image_preview_container {
  width: 100%;
  margin-bottom: 30px;
}

.single_product .image_preview_container img {
  width: 100%;
}

.single_product .product_preview a {
  border: 1px solid #ddd;
  border-radius: 5px;
  display: block;
  padding: 2px;
}

.single_product .product_preview a.active {
  border: 1px solid #f00;
}

@media (min-width: 1200px) {
  .fast-link {
    width: 900px;
    margin: 0 auto;
  }
  .row75 .row {
    margin: 0;
  }
  .row75 .row [class*=col-] {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .row75 .row [class*=col-] a img {
    width: 100%;
  }
  .row325 .row {
    margin: -3.25px;
  }
  .row325 .row [class*=col-] {
    padding-right: 3.25px;
    padding-left: 3.25px;
    margin: 3.25px 0;
  }
  .row325 .row [class*=col-] a img {
    width: 100%;
  }
  .row.productlist > div {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
  }
  .lg-pl-0 {
    padding-left: 0 !important;
  }
  .lg-pr-0 {
    padding-right: 0 !important;
  }
  .text-lg-right {
    text-align: right;
  }
  .float-r-lg {
    float: right;
  }
}
@media (max-width: 768px) {
  .sm-pl-40 {
    padding-left: 40px;
  }
  .grid-list-view .tabs-area {
    overflow-x: auto;
    width: 100%;
  }
  .grid-list-view .tabs-area li {
    white-space: nowrap;
  }
  .grid-list-view .tabs-area li a.active {
    background: #0f51a3;
    color: #fff;
  }
  .grid-list-view .tabs-area li a.active:before {
    display: none;
  }
  .row325 .row .col-6 {
    margin-bottom: 15px;
  }
}
.wrapCarouselFull {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 640px;
  padding: 20px;
  background: #fff;
}

.wrapCarouselThumbs {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 640px;
  padding: 20px;
  margin-top: 20px;
  background: #fff;
}

.none-enter {
  cursor: pointer;
  display: inline-block;
  /* padding-bottom: 10px; */
  /* padding-left: 10px; */
  /* padding-top: 10px; */
  position: relative;
}

.road-area {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}

.road {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.road ul > li {
  cursor: pointer;
  display: inline-block;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-top: 10px;
  position: relative;
}

.road ul > li > a {
  color: #ffffff;
  font-size: 14px;
}

.road ul > li span {
  color: #ffffff;
  font-size: 14px;
}

.road ul > li span:hover {
  color: #3c98e7;
}

.road ul > li > a:hover {
  color: #3c98e7;
}

.road ul li a img {
  margin-right: 5px;
}

.road ul li a i {
  font-size: 14px;
  margin-left: 5px;
}

.road ul span {
  color: #a5d6f7;
  font-size: 13px;
}

.road ul.ht-dropdown {
  left: auto;
  right: 0px;
}

.funtion-box {
  border-left: 1.5px solid rgba(0, 0, 0, 0.1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.funtion-box ul > li {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.funtion-box ul > li > a,
.funtion-box ul > li span {
  color: #666666;
  font-size: 12px;
}

.funtion-box span:hover {
  background-color: #0f51a3;
}

.funtion-box ul li a img {
  margin-right: 5px;
}

.funtion-box ul li a i {
  font-size: 17px;
  margin-left: 5px;
}

.funtion-box ul span {
  color: #a5d6f7;
  font-size: 15px;
  width: 18px;
  height: 18px;
  /* box-shadow: 0px 0px 3px 0px rgba(0,0,0,.5); */
  position: absolute;
  top: 13px;
  right: 5px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

.funtion-box ul.ht-dropdown {
  left: auto;
  right: 0px;
}

.menu_padding-1 {
  margin: 0px 15px 0px 0px;
}

.login_windows {
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  padding: 0px 30px 0px 30px;
}

.dash01 {
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.1);
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  display: -webkit-box;
}

.dash02 {
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  display: -webkit-box;
}

.login_button {
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  border-radius: 2px;
  background-color: #e76667;
  width: 60%;
  padding: 5px 50px 5px 50px;
  border-radius: 1px;
}

.login_bt-font {
  color: #ffffff;
}

.login_bt-font a:hover {
  color: #999999;
}

.dash03 {
  border-left: 1px solid white;
}

.p-danger {
  color: #ff0000;
}

.p-content,
.code-font02 {
  color: #777777;
}

.top-line {
  margin-top: 25px;
}

.wishlist_products_counter_number {
  color: #a5d6f7;
  font-size: 13px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  /* box-shadow: 0px 0px 3px 0px rgba(0,0,0,.5); */
  position: absolute;
  top: 13px;
  right: 5px;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #e76667;
}

.angle-text {
  font-size: 16px;
}

.angle-long {
  width: 55px !important;
}

.icon-background {
  width: 15px;
  height: 15px;
  background-color: #666666;
}

.plus-icon {
  color: #878787;
}

.footer-sticky-color {
  color: #999999;
}

.single-product09 {
  background: transparent none repeat scroll 0 0;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  margin: 10px 0;
  padding: 10px;
}

.single-product09:hover {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.single-product09:hover .pro-actions,
.single-product09:hover .actions-secondary a {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.single-product09:hover .pro-info {
  opacity: 0;
}

.single-product09:hover .quick_view {
  opacity: 1;
}

.single-product09 .pro-info {
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}

@media only screen and (max-width: 992px) {
  .single-product09 {
    width: 50%;
  }
}
.mat-3 {
  margin-top: 3px;
}

.no-padding {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.one-line {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.two-line {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

@media screen and (min-width: 991px) {
  .x-pc {
    display: block !important;
  }
  .x-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .x-pc {
    display: none !important;
  }
  .x-mobile {
    display: block !important;
  }
}
label.error {
  color: red;
}

.add-follow.MyFollow,
.del-follow {
  color: #e62e04;
}

.nice-select .list {
  max-height: 300px;
  overflow-y: auto;
}

.cart-tips-list {
  padding: 20px 30px;
  background: #f7f7f7;
  margin-bottom: 50px;
}

.cart-title-tabs .nav-tabs .nav-link {
  color: #000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 10px 15px;
  margin: 0 5px;
  border: none;
}

.cart-title-tabs .nav-tabs .nav-link:hover,
.cart-title-tabs .nav-tabs .nav-link.active {
  color: #000;
}

.cart-list {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.cart-list .form-group {
  margin-bottom: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-list .img-wrap {
  border: 1px solid #000;
}

.cart-list ul li {
  margin-bottom: 0.25rem;
  font-size: 13px;
  line-height: 18px;
}

.cart-list label {
  font-size: 13px;
  margin: 0;
}

.cart-list p {
  font-size: 13px;
  margin-bottom: 0.25rem;
}

.cart-list [class^=col] {
  font-size: 14px;
  line-height: 14px;
}

.cart-list .label-tips {
  padding: 0.25rem 0.5rem;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
}

.cart-list .cart-title {
  padding: 15px;
}

.cart-list .cart-item01 + .cart-item01,
.cart-list .cart-item01 + .cart-item05,
.cart-list .cart-item01 + .cart-item02,
.cart-list .cart-item05 + .cart-item02 {
  border-top: 1px solid #ddd;
}

.cart-list .cart-item01,
.cart-list .cart-item02,
.cart-list .cart-item03,
.cart-list .cart-item04,
.cart-list .cart-item05 {
  padding: 15px;
}

.cart-list .ohter-title {
  font-size: 16px;
  color: red;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.cart-list .ohter-add-title {
  font-size: 16px;
  color: red;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid red;
}

.cart-list .ohter-add-title-btn {
  font-size: 16px;
  color: red;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid red;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-list02 {
  margin-bottom: 30px;
}

.cart-list02 .list02-ohter-add-title {
  font-size: 16px;
  color: red;
  border-bottom: 1px solid ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
  position: relative;
}

.cart-list02 .list02-ohter-add-title div:first-child {
  padding: 10px 20px;
}

.cart-list02 .list02-ohter-add-title .cart-add-detail {
  position: absolute;
  top: 5px;
  right: 45px;
  z-index: 9;
}

.cart-list02 .list02-ohter-add-title .m-add-detail:before {
  position: absolute;
  content: "\f068";
  color: #333;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 15px;
  right: 15px;
}

.cart-list02 .list02-ohter-add-title .m-add-detail.collapsed:before {
  content: "\f067";
}

.cart-list02 .list02-cart-item {
  padding: 15px;
  border: 1px solid #ddd;
}

.cart-end {
  background: #f7f7f7;
  padding: 15px;
  margin-bottom: 30px;
}

.cart-end [class^=col] {
  font-size: 14px;
  line-height: 14px;
}

.user-detail {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.user-detail .user-detail-list {
  padding: 5px;
}

.user-detail .user-detail-list .user-detail-title {
  padding: 15px;
  background: #e4e4e4;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-detail .user-detail-list .user-detail-content {
  padding: 15px;
}

.user-detail .user-detail-list .user-detail-content .nav-tabs .nav-link {
  padding: 10px 15px;
  border: none;
}

.user-detail .user-detail-list .user-detail-content .nav-tabs .nav-link:hover,
.user-detail .user-detail-list .user-detail-content .nav-tabs .nav-link.active {
  background: #f7f7f7;
}

.user-detail .user-detail-list .user-detail-content .tab-pane {
  background: #f7f7f7;
  padding: 15px;
}

.user-detail .user-detail-list .user-detail-content .tab-pane .check-item li {
  padding: 10px 15px 10px 0;
}

.user-detail .user-detail-list .user-detail-content .tab-pane .invoice-title {
  background: #ccc;
  padding: 15px;
}

.user-detail .user-detail-list .user-detail-content .tab-pane .invoice-content {
  border: 1px solid #ccc;
  padding: 15px;
}

.user-detail .user-detail-list .user-detail-content .tab-pane .invoice-content .nav-link:hover,
.user-detail .user-detail-list .user-detail-content .tab-pane .invoice-content .nav-link.active {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
  border-radius: 0.25rem !important;
}

.user-detail .card-check {
  background: #f7f7f7;
  padding: 10px;
}

.user-detail .card-check .form-check-input {
  top: 22px;
  left: 22px;
  margin: 0;
}

.inside-content .sidebar-title {
  color: #fff;
  padding: 10px 10px;
  border-bottom: 2px solid #fff;
  font-weight: 400;
}
.inside-content .sidebar-menu ul li {
  position: relative;
}
.inside-content .sidebar-menu ul li a {
  display: block;
  padding: 10px 10px;
  color: #ddd;
  background-color: transparent;
  border-bottom: 1px solid #ddd;
}
.inside-content .sidebar-menu ul li a .sidebar-right {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  position: absolute;
  top: 10px;
  right: 10px;
}
.inside-content .sidebar-menu ul li .sidebar-menu-sec {
  display: none;
  position: absolute;
  top: 0;
  right: -270px;
  width: 100%;
  background: rgba(3, 0, 80, 0.2);
  z-index: 3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000)";
  /*IE 8*/
  /*FF 3.5+*/
  -webkit-box-shadow: 0px 0px 10px 0px rgb(255 255 255 / 35%);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0px 0px 10px 0px rgb(255 255 255 / 35%);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000);
  /*IE 5.5-7*/
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.inside-content .sidebar-menu ul li .sidebar-menu-sec li {
  margin: 0;
}
.inside-content .sidebar-menu ul li .sidebar-menu-sec li a {
  border: none;
  color: #fff;
  /*background: #fff;*/
}
.inside-content .sidebar-menu ul li .sidebar-menu-sec li a:hover {
  color: #030050;
  background: #b3d8ff;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.inside-content .sidebar-menu ul li:hover .sidebar-menu-sec {
  display: block;
}
.inside-content .sidebar-menu ul li.active a, .inside-content .sidebar-menu ul li:hover a {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.inside-content .sidebar-menu ul li.active a .sidebar-right, .inside-content .sidebar-menu ul li:hover a .sidebar-right {
  right: 5px;
}
.inside-content .main_tb .main_tb-title .row {
  border-bottom: 2px solid #fff;
  background: #a2a2a2;
}
.inside-content .main_tb .main_tb-title .row [class^=col] {
  color: #fff;
  padding: 5px 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .inside-content .main_tb .main_tb-title {
    display: none;
  }
}
.inside-content .main_tb .main_tb-body {
  counter-reset: num;
}
.inside-content .main_tb .main_tb-body .row {
  padding: 5px 0px;
  color: #666;
}
.inside-content .main_tb .main_tb-body .row:nth-child(even) {
  background: #f1f8ea;
}
.inside-content .main_tb .main_tb-body .row:hover {
  color: #fff;
  background: #0f51a3;
}
.inside-content .main_tb .main_tb-body .row [class^=col] {
  padding: 5px;
  text-align: center;
}
.inside-content .main_tb .main_tb-body .row [class^=col]:first-child:after {
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
}
@media (max-width: 767px) {
  .inside-content .main_tb .main_tb-body .row {
    margin-bottom: 15px;
  }
  .inside-content .main_tb .main_tb-body .row [class^=col] {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    padding: 0 15px;
    margin-bottom: 5px;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .inside-content .main_tb .main_tb-body .row [class^=col]:before {
    content: attr(data-title) " ";
    color: #000;
    font-weight: 700;
    white-space: nowrap;
    padding: 5px 15px;
    color: #333;
    margin: 0 10px 0px 0;
  }
}
@media (max-width: 767px) {
  .inside-content .main_tb .main_tb-body .row .style2 {
    margin-bottom: 15px;
  }
  .inside-content .main_tb .main_tb-body .row .style2 [class^=col] {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    padding: 0 15px;
    margin-bottom: 5px;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .inside-content .main_tb .main_tb-body .row .style2 [class^=col]:before {
    content: attr(data-title) " ";
    color: #000;
    font-weight: 700;
    white-space: nowrap;
    padding: 5px 15px;
    color: #333;
    margin: 0 10px 0px 0;
    max-width: 120px;
    min-width: 120px;
  }
}

.section_product_items {
  color: #fff;
  position: relative;
  display: block;
}
.section_product_items .img-wrap .img-item::before {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.section_product_items .img-wrap .img-item .add-cart {
  position: absolute;
  bottom: 0;
  left: 0px;
  text-align: center;
  width: 100%;
  height: 45px;
  background: transparent;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  z-index: 4;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.section_product_items .img-wrap .img-item .add-cart .btn-cart {
  color: #fff;
  font-size: 18px;
}
.section_product_items .img-wrap .img-item .add-cart:hover, .section_product_items .img-wrap .img-item .add-cart.active {
  background: transparent;
}
.section_product_items .img-wrap .img-item .add-cart:hover .btn-cart, .section_product_items .img-wrap .img-item .add-cart.active .btn-cart {
  color: #ffffff;
}
@media (max-width: 991px) {
  .section_product_items .img-wrap .img-item .add-cart {
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
  .section_product_items .img-wrap .img-item .add-cart .btn-cart {
    color: #fff;
    font-size: 14px;
    padding: 0;
  }
}
.section_product_items .img-wrap .img-item:hover .add-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.section_product_items:hover {
  color: #b3d8ff;
}
.section_product_items:hover .img-item:before {
  background: rgba(0, 0, 0, 0.2);
}
.section_product_items p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}
.section_product_items.hot-active .hot-tip {
  display: block;
}
.section_product_items.new-active .new-tip {
  display: block;
}

.prev-price {
  font-size: 14px;
  text-decoration: line-through;
}

.price {
  /*color: #fff;*/
  font-size: 18px;
  font-weight: bold;
}

.detail-img .product_detail_img .product_detail_img-item {
  margin: 5px 5px 10px 5px;
}
.detail-img .product_detail_img-nav .product_detail_img-nav-item {
  border: 2px solid white;
  margin: 5px;
  cursor: pointer;
}
.detail-img .product_detail_img-nav .product_detail_img-nav-item.slick-current {
  border: 2px solid red;
}

.product-details-item .product-header, .product-details-item .product-details-text, .product-details-item label, .pro-desc-details {
  color: #fff;
}

summary {
  color: #fff;
  padding: 0 10px;
}

.list .panel-group {
  color: #fff;
}

.bag-number {
  position: absolute;
  min-width: 20px;
  height: 20px;
  background: red;
  color: #fff;
  right: 5px;
  bottom: 5px;
  border-radius: 20px;
  font-size: 12px;
  padding: 2px;
  text-align: center;
  line-height: 14px;
  letter-spacing: 0px;
}

@media (max-width: 768px) {
  .bag-number {
    right: 140px;
    top: 20px;
  }
}

.login_windows {
  border: 1.5px solid #fff;
  padding: 0px 30px 0px 30px;
}

.return-customer label {
  color: #fff;
}

#register-form .control-label, #update_form .control-label {
  color: #fff;
}
#register-form hr, #update_form hr {
  border-top: 1px solid #fff;
}

.recodeimg {
  font-size: 12px;
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.en-font {
    letter-spacing: 2px;
    font-weight: 400;
    font-family: "Bodoni Moda", "Noto Serif TC", serif !important;
    text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

h5 {
  font-size: 120%;
}

h4 {
  font-size: 133.3333333333%;
  line-height: 160%;
}

h3 {
  font-size: 160%;
}

h2 {
  font-size: 200%;
}
@media (max-width: 991px) {
  h2 {
    font-size: 146.6666666667%;
  }
}

a {
  color: #fff;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #eee;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}

p {
  font-size: 100%;
}

.line-height-normal {
  line-height: normal;
}

.text-justify {
  text-align: justify;
}
.text-underline {
  text-decoration: underline;
}
.text-color {
  color: #030050;
}
.text-orange {
  color: #C59C60;
  font-size: 100%;
}
.text-brown {
  color: #a26126;
}
.text-fb-blue {
  color: #2657a2;
}
.text-green2 {
  color: #4da6a0;
}
.text-red {
  color: #e13134;
}
.text-gray {
  color: #eee !important;
}
.text-purple {
  color: #8c2da3;
}
.text-bold {
  font-weight: bold;
}
.text-nowrap {
  white-space: nowrap;
}
.text-yellow {
  color: yellow;
}
.text-w {
  color: #fff !important;
}
.text-blue {
  color: #162271 !important;
}

.bg-gray {
  background: #f6f6f6;
}
.bg-red {
  background: red;
}
.bg-orange {
  background: #ff6000;
}
.bg-white {
  background: #fff;
}
.bg-black {
  background: #000;
}

.text0 {
  font-size: 0;
}

.text1 {
  font-size: 1rem;
}

.text2 {
  font-size: 2rem;
}

.text3 {
  font-size: 3rem;
}

.text4 {
  font-size: 4rem;
}

.text6 {
  font-size: 6rem;
}

.text12 {
  font-size: 12px;
}

.text13 {
  font-size: 13px !important;
}

.text14 {
  font-size: 14px !important;
}

.text16 {
  font-size: 16px !important;
}

.text18 {
  font-size: 18px !important;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text26 {
  font-size: 26px;
}

.text28 {
  font-size: 28px;
}

.text32 {
  font-size: 32px;
}

.text48 {
  font-size: 48px;
}

.text100 {
  font-size: 100px;
}

.line-h38 {
  line-height: 38px;
}

.w-100 {
  width: 100% !important;
}
.w-80 {
  width: 80% !important;
}
.w-60 {
  width: 60% !important;
}
.w-50 {
  width: 50% !important;
}
.w-25 {
  width: 25% !important;
}
.w-min-50px {
  min-width: 50px !important;
}
.w-80px {
  width: 80px !important;
}
.w-120px {
  width: 120px !important;
}
.w-175px {
  width: 175px !important;
  line-height: 30px !important;
}
.w-222px {
  width: 222px !important;
  text-align: left;
}
.w-320px {
  width: 320px !important;
  height: 64px;
}
.w-400px {
  width: 400px !important;
}
.w-100-img img {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}
.h-80 {
  height: 80% !important;
}
.h-75 {
  height: 75% !important;
}
.h-60 {
  height: 60% !important;
}
.h-50 {
  height: 50% !important;
}
.h-25 {
  height: 25% !important;
}
.h-45px {
  height: 45px !important;
}
.h-72px {
  height: 72px !important;
}
.h-120px {
  min-height: 120px !important;
}
.h-138px {
  min-height: 138px !important;
}
.h-170px {
  min-height: 170px !important;
}
.h-175px {
  min-height: 175px !important;
}
.h-195px {
  min-height: 195px;
}
.h-214px {
  min-height: 214px;
}
.h-240px {
  min-height: 240px !important;
}
.h-320px {
  min-height: 320px !important;
}
.h-400px {
  min-height: 400px !important;
}

.over-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.over-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 48px;
}
.over-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.over-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 96px;
}
.over-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px;
}
.over-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  height: 144px;
}

.number-items {
  counter-reset: num;
}
.number-items .number-list > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.number-items .number-list > li:before {
  counter-increment: num;
  content: counter(num) ".";
  font-size: 20px;
  font-style: italic;
  color: #dd5500;
  font-weight: bolder;
  position: absolute;
  top: -4px;
  left: 0;
}

ul.square > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
ul.square > li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: red;
  top: 9px;
  left: 0;
}

ul.custom-circle > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
@media (min-width: 769px) {
  ul.custom-circle > li:last-child {
    position: absolute;
    min-height: 100%;
  }
}
ul.custom-circle > li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #030050;
  top: 7.5px;
  left: 0;
}

ul.circle {
  padding-left: 20px;
}
ul.circle > li {
  list-style-type: circle;
  margin-bottom: 10px;
}

ul.decimal {
  padding-left: 20px;
}
ul.decimal > li {
  list-style-type: decimal;
  margin-bottom: 10px;
}

ul.disc {
  padding-left: 20px;
}
ul.disc > li {
  list-style-type: disc;
  margin-bottom: 10px;
}
ul.disc > li a {
  display: block;
}
ul.disc > li a:hover {
  color: #dd5500;
  text-decoration-line: underline;
}

ul.cjk {
  padding-left: 35px;
}
ul.cjk > li {
  list-style-type: cjk-decimal;
  margin-bottom: 10px;
}

.border-n {
  border: none !important;
}
.border-tb {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
.border-t-g {
  border-top: 1px solid #ddd;
}
.border-r {
  border-right: 1px solid #333;
}
.border-b-g {
  border-bottom: 1px solid #ededed;
}
.border-b-w {
  border-bottom: 1px solid #fff;
}
.border-b-g {
  border-bottom: 1px solid #ededed;
}
.border-b-2b {
  border-bottom: 2px solid #0f51a3;
}
.border-t-w {
  border-top: 1px solid #fff;
}
.border-md-r {
  border-bottom: 1px solid #000;
}
.border-t-2b {
  border-top: 2px solid #030050;
}
@media (min-width: 992px) {
  .border-md-r {
    border-right: 1px solid #000;
    border-bottom: none;
  }
}
.border-back {
  position: relative;
}
.border-back span {
  background: #fff;
  padding: 0 10px;
  font-size: inherit;
  font-weight: inherit;
}
.border-back:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.underline {
  text-decoration: underline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .btn-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-80px {
    width: 80px !important;
  }
  .w-lg-120px {
    width: 120px !important;
  }
  .w-lg-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-lg-240px {
    width: 240px !important;
  }
  .w-lg-360px {
    width: 360px !important;
  }
  .w-lg-400px {
    width: 400px !important;
  }
}
@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-88 {
    width: 88% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-80px {
    width: 80px !important;
  }
  .w-sm-120px {
    width: 120px !important;
  }
  .w-sm-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-sm-240px {
    width: 240px !important;
  }
  .w-sm-320px {
    width: 320px !important;
    height: 64px;
  }
  .w-sm-400px {
    width: 400px !important;
  }
}
.ck-area {
  word-break: break-all;
}

.ck-area strong {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
}

.ck-area em {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
}

.ck-area span, .ck-area s {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
}

.ck-area img {
  max-width: 100% !important;
  height: 100% !important;
  width: initial;
}

.ck-area iframe {
  width: 100% !important;
  height: 350px !important;
}

.ck-edit img {
  max-width: 100%;
}

.share-list {
  padding: 15px 0 5px 0;
}
.share-list li a {
  font-size: 23px;
  padding: 0 6px;
  color: #bbb;
}
.share-list li a:hover {
  color: #e27a12;
}

.white-arrow .slick-next {
  right: -25px;
  outline: 0;
  width: 18.5px;
  height: 27px;
  z-index: 2;
  background: url(../images/main_controls.png) -18.5px 0 no-repeat;
  opacity: 0.5;
}
.white-arrow .slick-next:before {
  display: none;
}
.white-arrow .slick-next:focus, .white-arrow .slick-next:hover {
  opacity: 1;
  background: url(../images/main_controls.png) -18.5px 0 no-repeat;
}
.white-arrow .slick-prev {
  left: -25px;
  outline: 0;
  width: 18.5px;
  height: 27px;
  z-index: 2;
  background: url(../images/main_controls.png) no-repeat;
  opacity: 0.5;
}
.white-arrow .slick-prev:before {
  display: none;
}
.white-arrow .slick-prev:focus, .white-arrow .slick-prev:hover {
  opacity: 1;
  background: url(../images/main_controls.png) no-repeat;
}
.white-arrow .slick-dots {
  bottom: 20px;
}

.big-black-arrow .slick-next {
  right: 15px;
  outline: 0;
  width: 50px;
  height: 80px;
  z-index: 2;
  background: url(../images/main_controls2.png) -50px 0 no-repeat;
  opacity: 0.5;
}
.big-black-arrow .slick-next:focus, .big-black-arrow .slick-next:hover {
  opacity: 1;
  background: url(../images/main_controls2.png) -50px 0 no-repeat;
}
.big-black-arrow .slick-prev {
  left: 15px;
  outline: 0;
  width: 50px;
  height: 80px;
  z-index: 2;
  background: url(../images/main_controls2.png) no-repeat;
  opacity: 0.5;
}
.big-black-arrow .slick-prev:focus, .big-black-arrow .slick-prev:hover {
  opacity: 1;
  background: url(../images/main_controls2.png) no-repeat;
}

.black-arrow .slick-next {
  right: -5px;
  outline: 0;
  width: 18.5px;
  height: 27px;
  z-index: 2;
  background: url(../images/main2_controls.png) -18.5px 0 no-repeat;
  opacity: 0.5;
}
.black-arrow .slick-next:focus, .black-arrow .slick-next:hover {
  opacity: 1;
  background: url(../images/main2_controls.png) -18.5px 0 no-repeat;
}
.black-arrow .slick-prev {
  left: -5px;
  outline: 0;
  width: 18.5px;
  height: 27px;
  z-index: 2;
  background: url(../images/main2_controls.png) no-repeat;
  opacity: 0.5;
}
.black-arrow .slick-prev:focus, .black-arrow .slick-prev:hover {
  opacity: 1;
  background: url(../images/main2_controls.png) no-repeat;
}

.black-arrow2 .slick-next {
  right: 5px;
  outline: 0;
  width: 18.5px;
  height: 27px;
  z-index: 2;
  background: url(../images/main2_controls2.png) -18.5px 0 no-repeat;
  opacity: 0.5;
}
.black-arrow2 .slick-next:focus, .black-arrow2 .slick-next:hover {
  opacity: 1;
  background: url(../images/main2_controls2.png) -18.5px 0 no-repeat;
}
.black-arrow2 .slick-prev {
  left: 5px;
  outline: 0;
  width: 18.5px;
  height: 27px;
  z-index: 2;
  background: url(../images/main2_controls2.png) no-repeat;
  opacity: 0.5;
}
.black-arrow2 .slick-prev:focus, .black-arrow2 .slick-prev:hover {
  opacity: 1;
  background: url(../images/main2_controls2.png) no-repeat;
}

.bg-item {
  display: block;
}
.bg-item .img-wrap .img-item::before {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  z-index: 1;
}
.bg-item .text-item {
  opacity: 0.9;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.bg-item:hover .text-item {
  opacity: 1;
}
.bg-item:hover .img-item:before {
  background: rgba(0, 0, 0, 0.2);
}

.img_box_shadow {
  border-radius: 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#D67F31)";
  /*IE 8*/
  /*FF 3.5+*/
  -webkit-box-shadow: 2px 2px 5px 5px rgba(214, 127, 49, 0.2);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 2px 2px 5px 5px rgba(214, 127, 49, 0.2);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#D67F31);
  /*IE 5.5-7*/
}

.img-wrap .img-item {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.img-wrap .img-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.brand-item ul {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.brand-item ul li {
  width: 30%;
  margin-bottom: 3%;
}
.brand-item ul li .img-wrap .img-item {
  padding-top: 50%;
}

.choose-item {
  text-align: center;
}
.choose-item .img-wrap {
  margin-bottom: 15px;
}
.choose-item .img-wrap .img-item {
  padding-top: 60%;
}
.choose-item .img-wrap .img-item::before {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(255, 255, 255, 0);
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.choose-item .text-item {
  color: #666;
}
.choose-item:hover .img-item:before {
  background: rgba(255, 255, 255, 0.2);
}
.choose-item:hover .text-item {
  color: #000;
}

.list-item {
  display: block;
  background-color: #fff;
}
.list-item .img-wrap .img-item {
  padding-top: 70%;
}
.list-item .text-item {
  padding: 10px 15px;
}
.list-item .text-item h4 {
  color: #000;
}
.list-item .text-item p {
  color: #666;
  margin: 0;
}
.list-item:hover .img-wrap {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#D67F31)";
  /*IE 8*/
  /*FF 3.5+*/
  -webkit-box-shadow: 2px 2px 5px 5px rgba(214, 127, 49, 0.2);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 2px 2px 5px 5px rgba(214, 127, 49, 0.2);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#D67F31);
  /*IE 5.5-7*/
}
.list-item:hover .text-item p {
  color: #000;
}

.list-item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: 1px solid #f1f1f1;
}
@media (max-width: 991px) {
  .list-item2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.list-item2 .img-wrap {
  width: 48%;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .list-item2 .img-wrap {
    width: 100%;
    margin-right: 0;
  }
}
.list-item2 .img-wrap .img-item {
  padding-top: 75%;
}
.list-item2 .text-item {
  width: 48%;
  padding: 10px 15px;
}
@media (max-width: 991px) {
  .list-item2 .text-item {
    width: 100%;
    text-align: center;
  }
}
.list-item2 .text-item h4 {
  color: #000;
}
.list-item2 .text-item p {
  color: #666;
  margin: 0;
}
.list-item2 .more {
  padding: 15px 45px;
  border-radius: 5px;
  background-color: #064162;
  color: #fff !important;
}
.list-item2:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#D67F31)";
  /*IE 8*/
  /*FF 3.5+*/
  -webkit-box-shadow: 2px 2px 5px 5px rgba(214, 127, 49, 0.2);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 2px 2px 5px 5px rgba(214, 127, 49, 0.2);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#D67F31);
  /*IE 5.5-7*/
}
.list-item2:hover .text-item p {
  color: #000;
}

.list-item3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: 1px solid #f1f1f1;
}
@media (max-width: 991px) {
  .list-item3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.list-item3 .img-wrap {
  width: 15%;
  margin: 15px 30px;
}
@media (max-width: 991px) {
  .list-item3 .img-wrap {
    margin: 15px auto;
  }
}
.list-item3 .img-wrap .img-item {
  padding-top: 100%;
}
.list-item3 .text-item {
  width: 70%;
  padding: 10px 15px;
}
@media (max-width: 991px) {
  .list-item3 .text-item {
    width: 100%;
    text-align: center;
  }
}
.list-item3 .text-item h4 {
  color: #000;
}
.list-item3 .text-item p {
  color: #666;
  margin: 0;
}
.list-item3 .more {
  padding: 15px 45px;
  border-radius: 5px;
  background-color: #064162;
  color: #fff !important;
}
.list-item3:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#D67F31)";
  /*IE 8*/
  /*FF 3.5+*/
  -webkit-box-shadow: 2px 2px 5px 5px rgba(214, 127, 49, 0.2);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 2px 2px 5px 5px rgba(214, 127, 49, 0.2);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#D67F31);
  /*IE 5.5-7*/
}
.list-item3:hover .text-item p {
  color: #000;
}

.breadcrumb-area {
  background: #fff;
  margin-bottom: 50px;
}
.breadcrumb-area .breadcrumb {
  background: #fff;
  border-radius: 0;
  padding: 0.75rem 0rem;
  margin: 0;
}
.breadcrumb-area .breadcrumb li {
  position: relative;
  margin-right: 20px;
}
.breadcrumb-area .breadcrumb li a {
  color: #666;
  display: block;
}
.breadcrumb-area .breadcrumb li a:hover {
  color: #000;
}
.breadcrumb-area .breadcrumb li:before {
  content: ">";
  position: absolute;
  display: block;
  top: -1px;
  right: -15px;
  color: #000 !important;
}
.breadcrumb-area .breadcrumb li:last-child:before {
  display: none;
}
.breadcrumb-area .breadcrumb li.active a {
  color: #c68518;
}

.input-group .form-control {
  border-radius: 0;
}

.form-control-custom {
  display: inline-block;
  padding: 0.175rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 7.5px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #105e6c;
  border-radius: 50px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.section-title {
  position: relative;
  margin-bottom: 30px;
}
.section-title h2 {
  color: #fff;
  font-size: 38px;
  margin-bottom: 15px;
  font-family: "Noto Serif TC", serif;
}
@media (max-width: 768px) {
  .section-title h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.section-title h2 span {
  font-size: 100%;
  display: inline-block;
}
.section-title h5 {
  color: #fff;
  font-size: 24px;
  font-family: "Noto Serif TC", serif;
}
@media (max-width: 768px) {
  .section-title h5 {
    line-height: 32px;
  }
}

.section-title-center {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
.section-title-center h2 {
  color: #fff;
  font-size: 38px;
  margin-bottom: 15px;
  font-family: "Noto Serif TC", serif;
}
@media (max-width: 768px) {
  .section-title-center h2 {
    font-size: 32px;
    line-height: 44px;
  }
}
.section-title-center h3 {
  color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000)"; /*IE 8*/
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000); /*IE 5.5-7*/
  font-size: 24px;
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
  line-height: 36px;
}

.section-title-center p {
  color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000)"; /*IE 8*/
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000); /*IE 5.5-7*/
  font-family: "Noto Serif TC", serif;
}

.more {
  display: inline-block;
  color: #fff;
  padding: 7.5px 50px 7.5px 15px;
  font-weight: 400;
  position: relative;
  border: 1px solid #fff;
  border-radius: none;
  background-color: none;
  background-color: transparent;
}
.more i {
  position: absolute;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  top: 12px;
  right: 15px;
}
.more:hover {
  color: #030050;
  background-color: #fff;
  /*font-weight: 600;*/
}
.more:hover i {
  right: 10px;
}

.more-no-arrow {
  display: inline-block;
  color: #fff;
  padding: 7.5px 15px;
  position: relative;
  font-weight: bolder;
  border: 1px solid #fff;
  border-radius: none;
  background-color: none;
  background-color: transparent;
}
.more-no-arrow i {
  position: absolute;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  top: 12px;
  right: 15px;
}
.more-no-arrow:hover {
  color: #030050;
  background-color: #fff;
  font-weight: 600;
}
.more-no-arrow:hover i {
  right: 10px;
}

.row75 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.row75 [class^=col] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.nav.nav-tabs {
  border: none;
}
.nav.nav-tabs .nav-link {
  color: #fff;
  border: 1px solid #ddd0;
  background-color: #ddd0;
  border-radius: 0px;
  margin: 0 15px;
  padding: 0.25rem 1.5rem;
  line-height: 29px;
}
.nav.nav-tabs .nav-link:hover, .nav.nav-tabs .nav-link.active {
  color: #fff;
  border: 1px solid #ddd;
  background-color: #c59c6000;
}

.nav.nav-tabs.nav-tabs01 .nav-link {
  color: #999;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 5px solid transparent;
  background-color: transparent;
  border-radius: 0px;
  margin: 0 7.5px;
  padding: 0.75rem 0.5rem;
}
.nav.nav-tabs.nav-tabs01 .nav-link:hover, .nav.nav-tabs.nav-tabs01 .nav-link.active {
  color: #fff;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 5px solid #fff;
  background-color: transparent;
}

.nav.nav-tabs {
  border: none;
}
@media (max-width: 991px) {
  .nav.nav-tabs.nav-tabs02 .nav-item {
    width: 100%;
    margin-bottom: 10px;
  }
}
.nav.nav-tabs.nav-tabs02 .nav-item .nav-link {
  color: #eee;
  border: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
  margin: 0 15px;
  padding: 0.25rem 1.5rem;
  line-height: 29px;
}
@media (max-width: 991px) {
  .nav.nav-tabs.nav-tabs02 .nav-item .nav-link {
    padding: 0.25rem 10px;
  }
}
.nav.nav-tabs.nav-tabs02 .nav-item .nav-link:hover, .nav.nav-tabs.nav-tabs02 .nav-item .nav-link.active {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}

.tab-content {
  border: 1px solid #fff;
  color: #fff;
  padding: 15px;
  margin: 15px;
}

.article-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article-list li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.article-list li i {
  color: #d99a2f;
}

@media (min-width: 992px) {
  .col-md-20 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 991px) {
  .col-20 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 769px) {
  .banner_slider_mo {
    display: none;
  }
}
@media (max-width: 768px) {
  .banner_slider {
    display: none;
  }
  img {
    max-width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* aos */
  [data-aos^=zoom][data-aos^=zoom],
[data-aos^=fade][data-aos^=fade] {
    opacity: 1 !important;
    -webkit-transform: translateZ(0) scale(1) !important;
            transform: translateZ(0) scale(1) !important;
  }
}

.hide-in-phone{
  display: block;
}

@media (max-width: 991px){
.hide-in-phone{
  display: none;
}}

.hide-in-pc{
  display: none;
}

@media (max-width: 991px){
.hide-in-pc{
  display: block;
}}

@media (max-width: 991px){
.header .w-lg-360px .top-icon-list{
    flex-direction: row;
    position: absolute;
    left: 15px;
    flex-wrap: nowrap;
    top: 12px;
}
}

@media (max-width: 991px){
.header .w-lg-360px .top-icon-list .top-icon-link{
    padding: 0px 12px;
}
}

@media (max-width: 768px){
.header .w-lg-360px .top-icon-list .top-icon-link .bag-number {
    right: 0px;
    top: 14px;
    letter-spacing: 0px;
}
}

.section04{
  background: linear-gradient(90deg, #0C1161, #1D2F7E,#0C1161);
}

.s4-img {
  opacity: 0;
}

.fade-in-item {
  opacity: 0;
  transition: opacity 2s ease-in-out;
}

.fade-in-41 {
  opacity: 1;
}

.section01-item .more:hover, .section-about01 .more:hover{
  font-weight: 600;
}

.z-index-2{
  position: relative;
  z-index: 2;
}

.news-items:hover .img-item img {
    transform: translate(-50%, -50%) scale(1.2);
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
}

.news-items:hover .img-wrap {
    -webkit-filter: drop-shadow(0px 0px 40px rgba(212, 192, 124, 0.6));
    filter: drop-shadow(0px 0px 40px rgba(212, 192, 124, 0.6));
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
}

.news-items:hover h4, .section-news01 .news-items:hover .text-item .border-item span{
    color: #b3d8ff;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
}

.slick-dots li.slick-active button:before {
    border: 2px solid #8ab4f8;
    background: #8ab4f8;
}

.section-history01-bg{
  position: relative;
}

@media(min-width: 992px){
  .section-history01.ch-type .section-history01-txt .section-title-center {
  	top: 30px;
    right: calc(72px + 0px);
}

.section-history01.ch-type .section-history01-txt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0px;
    z-index: 2;
}

.section-history01.ch-type .section-history01-txt .section-title-center h3{
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    position: absolute;
    right: calc(585px - 72px + 17px - 160px);
    top: 0px;
}

.section-history01.ch-type .section-history01-txt .section-title-center p{
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 auto;
    line-height: 32px;
    text-align: left;
}
}

@media(max-width: 991px){
  .section-history01-bg{
  padding-bottom: 25vh;
}
}

.section-history02 .section-title-center h3.en-font,.section-history02 .section-title-center p{
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}

@media(max-width: 991px){
  .section-history02 .section-title-center h3.en-font,.section-history02 .section-title-center p{
  text-shadow: 2px 2px 10px rgb(255 255 255);
  color: #040252;
  -webkit-filter: drop-shadow(2px 2px 10px #ffffff);
  margin-top: 20px;
}
}

.section-history01-bg-mo .img-wrap .img-item{
  padding-top: 100%;
}

.section-album02-img{
  position: relative;
}

.section-album02-img .img-wrap .img-item{
  padding-top: 66%;
}

.section-album02-album .col-md-3, .section-album02-album .col-6{
  padding-left: 0px;
  padding-right: 0px;
}

.section-album02-img-txt{
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
  color: #2D3167;
  /*-webkit-text-stroke: 0.06px white;*/
  text-shadow: 0 1px white, 1px 0 white, -1px 0 white, 0 -1px white;
  font-weight: 600;
  width: 100%;
  font-size: 18px;
}

.section-album02-img-txt p{
  filter: drop-shadow(0px 0px 4px #0D6A9650);
  font-weight: bold;
}

#product-footprint-modal .fancybox-item .img-wrap:after {
    content: "\f00e";
    text-shadow: 0px 0px 10px #00000070;
}
.bg-contain{
	background-size: contain; 
}
.btn.focus, .btn:focus, .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}

.section_product_items .btn-item{
	position: absolute;
    top: 20px;
    right: 20px;
    background: #ffffff20;
    border-radius: 80px;
    box-shadow: 0px 0px 10px #00000030;
    z-index: 2;
}

.tip-item {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 3; }
  .tip-item .hot-tip {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: red;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin-bottom: 10px;
    display: block; 
}
  .tip-item .new-tip {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffb400;
    text-align: center;
    line-height: 40px;
    color: #fff;
    display: block; 
}

@media(min-width: 991px){
  .pc-en-padding{
    padding: 0px calc(50vw - 650px);
  }
  .pc-ar-padding{
    padding: 0px calc(50vw - 650px);
  }
}

.section-contactus01 i {
    position: relative;
    top: 5px;
}

@media (min-width: 992px){
  .navbar-expand-lg .dropdown .btn {
    padding: 4px 15px;
  }
  .header .header-menu .nav li .menu-link {
    padding: 14px 10px;
  }
}

.table-history tr {
  display: flex;
}

.table-history th,.table-history td {
  border: 1.5px solid #0d246f !important;
  width: calc(1170px * 0.14);
  overflow: auto;
}
.table-history thead tr th:nth-child(1), .table-history tbody tr td:nth-child(1){
  order: 1;
}
.table-history thead tr th:nth-child(2), .table-history tbody tr td:nth-child(2){
  order:3;
}
.table-history thead tr th:nth-child(3), .table-history tbody tr td:nth-child(3){
  order:4;
}
.table-history thead tr th:nth-child(4), .table-history tbody tr td:nth-child(4){
  order:5;
  min-width: calc(1170px * 0.23);
}

.table-history thead tr th:nth-child(5), .table-history tbody tr td:nth-child(5){
  order:2;
  min-width: calc(1170px * 0.35);
}

@media(max-width: 991px){
  .table-history th {
    border: 1.5px solid #0d246f !important;
    min-width: 40vw;
  }
  .table-history td {
    border: 1.5px solid #0d246f;
    min-width: 40vw;
  }
  .table-history thead tr th:nth-child(1), .table-history tbody tr td:nth-child(1){
    min-width: 30vw;
    order: 1;
  }
  .table-history thead tr th:nth-child(2), .table-history tbody tr td:nth-child(2){
    order:3;
  }
  .table-history thead tr th:nth-child(3), .table-history tbody tr td:nth-child(3){
    order:4;
  }
  .table-history thead tr th:nth-child(4), .table-history tbody tr td:nth-child(4){
    order:5;
    min-width: 50vw;
  }
  .table-history thead tr th:nth-child(5), .table-history tbody tr td:nth-child(5){
    order:2;
    min-width: 70vw;
  }
}

.s2-txt-box{
  margin: 0px 10px;
}