@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 {
  overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
  font-family: "Noto Sans CJK TC", "微軟正黑體";
}

.btn.focus, .btn:focus, .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}

h5 {
  font-size: 113.3333333333%;
}

h4 {
  font-size: 120%;
}

h3 {
  font-size: 133.3333333333%;
}

h2 {
  font-size: 213.3333333333%;
}

h1 {
  font-size: 266.6666666667%;
}

legend {
  font-size: 120%;
  margin: 0;
}

em {
  font-size: 86.6666666667%;
}

p {
  font-size: 100%;
}

a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  text-decoration: none;
  cursor: pointer;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}

.line-height-normal {
  line-height: normal;
}

.text-orange {
  color: #FF8249;
}
.text-blue {
  color: #1F4397 !important;
}
.text-green2 {
  color: #4da6a0;
}
.text-red {
  color: red;
}
.text-gray {
  color: #8391A4;
}
.text-purple {
  color: #8c2da3;
}
.text-bold {
  font-weight: bold;
}

.bg-gray {
  background: #f8f8f8;
}
.bg-red {
  background: red;
}
.bg-orange {
  background: #ff6000;
}
.bg-white {
  background: #fff;
}
.bg-black {
  background: #000;
}
.bg-custom { /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #105E6C 50%, #fff 0); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1301FE", endColorstr="#F4F60C", GradientType="1"); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #105E6C), color-stop(0, #fff));
  background: linear-gradient(180deg, #105E6C 50%, #fff 0); /* W3C */
}

.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;
}

.text19 {
  font-size: 19px !important;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text26 {
  font-size: 26px;
}

.text28 {
  font-size: 28px;
}

.text32 {
  font-size: 32px;
}

.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-36px {
  height: 36px !important;
}
.h-45px {
  height: 45px !important;
}
.h-46px {
  height: 46px !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;
}
.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;
  min-height: 120px;
}
.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;
}

.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.circle {
  padding-left: 20px;
}
ul.circle > li {
  list-style-type: circle;
  margin-bottom: 5px;
}

ul.decimal {
  padding-left: 20px;
}
ul.decimal > li {
  list-style-type: decimal;
  margin-bottom: 5px;
}

ul.disc {
  padding-left: 20px;
}
ul.disc > li {
  list-style-type: disc;
  margin-bottom: 5px;
}
ul.disc > li a {
  display: block;
}
ul.disc > li a:hover {
  color: #dd5500;
  text-decoration-line: underline;
}

ul.cjk {
  padding-left: 20px;
}
ul.cjk > li {
  list-style-type: cjk-ideographic;
  margin-bottom: 5px;
}

.border-n {
  border: none !important;
}
.border-tb {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.border-t-g {
  border-top: 1px solid #ddd;
}
.border-r {
  border-right: 1px solid #ededed;
}
.border-b {
  border-bottom: 1px solid #ddd;
}
.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;
}
@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-md-100 {
    width: 100% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-80px {
    width: 80px !important;
  }
  .w-md-120px {
    width: 120px !important;
  }
  .w-md-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-md-240px {
    width: 240px !important;
  }
  .w-md-320px {
    width: 320px !important;
    height: 64px;
  }
  .w-md-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;
  }
}
.section-title .container {
  background: #fff;
}
.section-title .container .title {
  padding: 10px 25px;
}
.section-title .container .title .breadcrumb {
  background: none;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 0;
}
.section-title .container .title .breadcrumb li {
  position: relative;
  margin-right: 20px;
}
.section-title .container .title .breadcrumb li a {
  color: #8391A4;
  display: block;
}
.section-title .container .title .breadcrumb li a:hover {
  color: #000;
}
.section-title .container .title .breadcrumb li:before {
  content: ">";
  position: absolute;
  display: block;
  top: 0;
  right: -15px;
  color: #000 !important;
}
.section-title .container .title .breadcrumb li:last-child:before {
  display: none;
}
.section-title .container .title .breadcrumb li.active a {
  color: #133070;
}
.section-title .container .title h2 {
  display: inline-block;
  margin-right: 10px;
  font-size: 24px;
  color: #8391A4;
}
.section-title .container .title h3 {
  display: inline-block;
  font-size: 20px;
  color: #1F4397;
}
.section-title .container .title-img {
  padding-top: 300px;
  margin: 0 -15px;
  border-top: 1px solid #ddd;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991px) {
  .section-title .container .title-img {
    padding-top: 80vw;
  }
}
.section-title .container .title-img-about {
  background-image: url(../images/1.1/1.1_kv.jpg);
}
@media (max-width: 991px) {
  .section-title .container .title-img-about {
    background-image: url(../images/1.1/mb_1.1_kv@2x.jpg);
  }
}
.section-title .container .title-img-about-mv {
  padding-top: 520px;
  background-size: 25%;
  background-image: url(../images/1.2/slogan.jpg);
}
@media (max-width: 991px) {
  .section-title .container .title-img-about-mv {
    background-size: 75vw;
  }
}
.section-title .container .title-img-about-team {
  background-image: url(../images/1.4/1.4_kv.jpg);
}
@media (max-width: 991px) {
  .section-title .container .title-img-about-team {
    background-image: url(../images/1.4/mb_1.4_kv@2x.jpg);
  }
}
.section-title .container .title-img-about-certification {
  background-image: url(../images/1.5/1.5_kv.jpg);
}
@media (max-width: 991px) {
  .section-title .container .title-img-about-certification {
    background-image: url(../images/1.5/mb_1.5_kv@2x.jpg);
  }
}
.section-title .container .title-img-border {
  padding-top: 0;
}
.section-title .container .title-sec-list {
  background: transparent -webkit-gradient(linear, right top, left top, from(#18489D), color-stop(49%, #107CC7), to(#1251A4)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #18489D 0%, #107CC7 49%, #1251A4 100%) 0% 0% no-repeat padding-box;
  margin: 0 -15px;
}
.section-title .container .title-sec-list ul {
  padding: 0 40px;
}
@media (max-width: 991px) {
  .section-title .container .title-sec-list ul {
    padding: 0 20px;
  }
}
.section-title .container .title-sec-list ul li a {
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  height: 40px;
  line-height: 40px;
}
.section-title .container .title-sec-list ul li.active a, .section-title .container .title-sec-list ul li:hover a {
  background: #133070;
}
.section-title .container .title-sec-list2 {
  background: #F2F1F1;
  border-top: 2px solid #ddd;
  padding: 10px 0;
  margin: 0 -15px;
}
.section-title .container .title-sec-list2 .container {
  background: initial;
}
.section-title .container .title-sec-list2 ul {
  padding: 0 40px;
}
@media (max-width: 991px) {
  .section-title .container .title-sec-list2 ul {
    padding: 0 20px;
  }
}
.section-title .container .title-sec-list2 ul li a {
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  height: 40px;
  line-height: 40px;
}
.section-title .container .title-sec-list2 ul li.active a, .section-title .container .title-sec-list2 ul li:hover a {
  background: #133070;
}
.section-title .container .title-video {
  margin: 0 -15px;
}
.section-title .container .title-video .title-video-text-item {
  padding: 20px 40px;
  background: #0C2151;
  color: #fff;
}
.section-title .container .title-video .title-video-text-item p {
  margin: 0;
}
.section-title .container .title-news {
  margin: 0 -15px;
  position: relative;
}
.section-title .container .title-news .title-news-text-item {
  padding: 20px 40px;
  background: #0C2151;
  color: #fff;
}
.section-title .container .title-news .title-news-text-item p {
  margin: 0;
}
.section-title .container .title-news .btn-style02 {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media (max-width: 991px) {
  .section-title .container .title-news .btn-style02 {
    display: none;
  }
}

/*! Fri Oct 15 2021  */
.section_control {
  position: relative;
}

.section_control-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  max-width: 28%;
  background: #8391a4;
  padding-bottom: 17px;
  padding-left: 0;
  padding-right: 0;
}

.section_control-left-btn_bar {
  display: none;
  background: #e3191f;
  position: absolute;
  right: -76px;
  width: 76px;
  color: #fff;
  padding: 5px;
  text-align: center;
  font-size: 12px;
}

.section_control-left-btn_bar:focus,
.section_control-left-btn_bar:hover {
  color: #fff;
}

.section_control-left-btn_bar::before {
  content: "\f053";
  display: block;
  font-size: 16px;
  height: 24px;
  padding-top: 1px;
  text-align: center;
  font-family: FontAwesome;
  color: #fff;
}

.section_control-left.goo .section_control-left-btn_bar {
  right: 0;
}

.section_control-left-title {
  background: #e3191f;
  font-size: 20px;
  padding: 13px 20px;
  color: #fff;
}

.section_control-left-ps {
  padding: 13px 20px;
  color: #fff;
  font-size: 16px;
}

.section_control-left-ps_left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  max-width: 28%;
}

.section_control-left-ps_right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 72%;
  flex: 0 0 72%;
  max-width: 72%;
  padding-left: 5%;
}

.section_control-left-btn {
  background: #e3191f;
}

.section_control-left-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section_control-left-btn ul li {
  display: inline-block;
  padding: 0 5%;
  position: relative;
}

.section_control-left-btn ul li::before {
  content: "";
  width: 1px;
  height: 15px;
  position: absolute;
  left: -0.5px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

.section_control-left-btn ul li:first-child:before {
  display: none;
}

.section_control-left-btn ul li a {
  display: block;
  color: #fff;
  font-size: 17px;
  padding: 13px 0;
}

.section_control-left-qa_title {
  background: #8391a4;
  cursor: pointer;
  padding: 8px 42px 8px 20px;
  font-size: 17px;
  color: #fefeff;
  position: relative;
  border-bottom: 1px solid #cbcbcb;
}

.section_control-left-qa_title::before {
  content: "";
  background-image: url(../images/qa_icon1.png);
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 26px;
}

.section_control-left-qa.active_top .section_control-left-qa_title:before {
  background-image: url(../images/qa_icon2.png);
  height: 2px;
}

.section_control-left-qa_body {
  background: #9aa3af;
  padding: 15px 20px;
  display: none;
}

.section_control-left-qa_body label {
  padding-right: 5%;
  font-size: 15px;
  color: #fff;
  width: 28%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section_control-left-qa_body .form-control,
.section_control-left-qa_body .opt {
  width: 70%;
  margin-bottom: 0;
}

.section_control-left-qa_body .opt .select_arrow {
  border: 2px solid #8391a4;
  border-left: 0;
  border-top: 0;
}

.section_control-left-qa_body .select_ui {
  width: 100%;
  border: none;
  height: 35.75px;
  line-height: 35.75px;
}

.section_control-left-qa_body .datepicker {
  background-image: url(../images/d_icon.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  padding-right: 11%;
}

.section_control-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 72%;
  flex: 0 0 72%;
  max-width: 72%;
  background: #fff;
  padding: 0 20px 50px;
  text-align: center;
}

.section_control-right h3 {
  font-size: 20px;
  color: #1f4397;
  padding: 13px 0;
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 9px;
  text-align: left;
}

.section_control-right-tag {
  margin-bottom: 70px;
  text-align: left;
}

.section_control-right-tag span {
  font-size: 17px;
  color: #616161;
  padding: 5px 14px;
  background: #ededed;
  display: inline-block;
}

.section_control-right > img {
  width: auto;
  max-width: 100%;
}

@media (max-width: 991px) {
  .section_control-left,
  .section_control-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section_control-right {
    padding: 60px 15px 50px;
  }
  .section_control-right h3 {
    font-size: 18px;
  }
  .section_control-right-tag {
    margin-bottom: 50px;
  }
  .section_control-right-tag span {
    font-size: 16px;
  }
  .section_control-left {
    right: 0;
    opacity: 1;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    position: absolute;
    z-index: 1;
    -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);
  }
  .section_control-left-btn_bar {
    display: block;
  }
  .section_control-left-btn_tx2,
  .section_control-left.goo .section_control-left-btn_tx1 {
    display: none;
  }
  .section_control-left.goo {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .section_control-left.goo .section_control-left-btn_tx2 {
    display: block;
  }
  .section_control-left-title {
    padding-right: 76px;
  }
  .section_control-left-qa_body {
    background: #9aa3af;
    padding: 15px;
    display: none;
  }
  .section_control-left-qa_body label {
    padding-right: 0;
    width: 100%;
  }
  .section_control-left-qa_body .form-control,
  .section_control-left-qa_body .opt {
    width: 100%;
    margin-bottom: 0;
  }
}
.datepicker *,
.datepicker ::after,
.datepicker ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.datepicker td,
.datepicker th {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.85rem;
}

.datepicker table tr td.new,
.datepicker table tr td.old,
.datepicker.datepicker-inline td,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
  color: #000;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #ddd;
  cursor: default;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  background-color: #04c;
  color: #fff;
}

.datepicker table tr td,
.datepicker th {
  vertical-align: middle;
}

.datepicker th.next,
.datepicker th.prev {
  font-size: 18px;
}

.btn-custom {
  color: #fff;
  border-radius: 40px;
  padding: 10.5px 59px;
  background: #E3191F;
  border: 1px solid #E3191F;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .btn-custom {
    width: 100%;
  }
}
.btn-custom:hover {
  color: #E3191F;
  border: 1px solid #E3191F;
  background: #fff;
}

.btn-custom-b {
  background: #666;
  color: #fff;
  opacity: 0.8;
}
.btn-custom-b:hover {
  opacity: 1;
}

.btn-custom01 {
  background: #E3191F;
  color: #fff;
  opacity: 0.8;
}
.btn-custom01:hover {
  color: #fff;
  opacity: 1;
}

.btn-custom02 {
  background: #ff4d4d;
  color: #fff;
  border-radius: 20px;
  opacity: 0.8;
}
.btn-custom02:hover {
  color: #fff;
  opacity: 1;
}

.btn-custom03 {
  background: #f9b047;
  color: #fff;
  opacity: 0.8;
}
.btn-custom03:hover {
  color: #fff;
  opacity: 1;
}

.btn-custom-search {
  background: #E3191F;
  border: 1px solid #E3191F;
  border-radius: 30px;
  padding: 5px 10px;
  font-size: 13px;
  color: #fff;
  line-height: 15px;
  opacity: 0.8;
}
.btn-custom-search:hover {
  color: #E3191F;
  background: #fff;
  border: 1px solid #E3191F;
  opacity: 1;
}

.btn-facebook {
  background: #4064ac;
  color: #fff;
  opacity: 0.8;
}
.btn-facebook:hover {
  color: #fff;
  opacity: 1;
}

.btn-custom-activity {
  background: #025e73;
  color: #fff;
  opacity: 0.8;
  border-radius: 20px;
  width: 100%;
}
.btn-custom-activity:hover {
  color: #fff;
  opacity: 1;
}

.btn-custom-activity2 {
  background: #fff;
  color: #000;
  border: 1px solid #ddd;
  opacity: 0.8;
  padding: 0.375rem 2.5rem;
  border-radius: 20px;
}
.btn-custom-activity2:hover {
  border: 1px solid #000;
  background: #fff;
  color: #000;
  opacity: 1;
}

.btn-line {
  background: #1fc32e;
  color: #fff;
  opacity: 0.8;
}
.btn-line: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;
}

.btn-cart2 {
  background: #115f6d;
  border: #115f6d 1px solid;
  color: #fff;
  opacity: 0.8;
  border-radius: 50px;
}
.btn-cart2:hover {
  color: #fff;
  opacity: 1;
}

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl.dropdown-menu {
  left: auto;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdd49a), to(#fdf59a));
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9 ;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3c17a), to(#f3e97a));
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9 ;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#808080));
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9 ;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#0044cc));
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9 ;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#0044cc));
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9 ;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}


.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;
}

.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: 992px) {
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pl-md-30 {
    padding-left: 30px !important;
  }
  .pr-lg-30 {
    padding-right: 30px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
}
@media (max-width: 768px) {
  .mb-sm-30 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .header {
    background: #E3191F;
  }
}
.header .container .header-pc {
  position: relative;
}
@media (min-width: 992px) {
  .header .container .header-pc {
    background: #fff;
  }
}
.header .container .header-pc .top-list {
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .header .container .header-pc .top-list:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: #fff;
    z-index: 1;
  }
}
.header .container .header-pc .top-list .logo {
  position: relative;
  z-index: 2;
  padding: 5px 0;
  margin: 0;
  width: 122px;
}
.header .container .header-pc .top-list .logo img {
  width: 100%;
}
@media (min-width: 992px) {
  .header .container .header-pc .top-list .logo {
    padding: 10px 5px 5px;
  }
}
.header .container .header-pc .top-list .top-list-item2 .top-link {
  position: relative;
  z-index: 2;
}
.header .container .header-pc .top-list .top-list-item2 .top-link > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4d4d4d;
}
.header .container .header-pc .top-list .top-list-item2 .top-link > a img {
  width: 20px;
  height: 20px;
  margin: 0 9px;
}
.header .container .header-pc .top-list .top-list-item2 .top-link:first-child {
  border-right: 1px solid #ddd;
  margin-right: 10px;
  padding-right: 10px;
}
.header .container .header-pc .top-list .top-list-item2 .top-link .lang-list {
  cursor: pointer;
  position: relative;
  padding: 5px 15px;
  white-space: nowrap;
}
.header .container .header-pc .top-list .top-list-item2 .top-link .lang-list img {
  position: relative;
  top: 3px;
}
.header .container .header-pc .top-list .top-list-item2 .top-link .lang-list p {
  font-size: 13px;
  display: inline-block;
}
.header .container .header-pc .top-list .top-list-item2 .top-link .lang-list i {
  position: absolute;
  right: 0;
  top: 6px;
}
.header .container .header-pc .top-list .top-list-item2 .top-link .lang-list ul {
  display: none;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #fff;
  border: 1px #ddd solid;
  overflow: hidden;
  z-index: 999;
}
.header .container .header-pc .top-list .top-list-item2 .top-link .lang-list ul li a {
  padding: 5px 10px;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  color: #333;
}
.header .container .header-pc .top-list .top-list-item2 .top-link .lang-list ul li a:hover {
  color: #fff;
  background: #133070;
}
.header .container .header-pc .top-list .top-list-item2 .top-link .lang-list:hover ul {
  display: block;
}
.header .container .header-pc .top-list .top-list-item2 .search-body {
  position: relative;
  z-index: 9;
}
.header .container .header-pc .top-list2 {
  position: relative;
  z-index: 2;
}
.header .container .header-pc .top-list2:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -15px;
  width: 100vw;
  height: 100%;
  background: transparent -webkit-gradient(linear, right top, left top, from(#18489D), color-stop(49%, #107CC7), to(#1251A4)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #18489D 0%, #107CC7 49%, #1251A4 100%) 0% 0% no-repeat padding-box;
  z-index: 2;
}
.header .container .header-pc .top-list2 .top-link {
  z-index: 3;
}
.header .container .header-pc .top-list2 .top-link a {
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  height: 40px;
  line-height: 40px;
}
.header .container .header-pc .top-list2 .top-link .sec-list {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -40px;
  width: 100%;
  height: 40px;
  background: #133070;
  z-index: 2;
}
.header .container .header-pc .top-list2 .top-link .sec-list:after {
  content: "";
  position: absolute;
  top: 0;
  width: 200vw;
  height: 100%;
  left: -50vw;
  background: #133070;
  z-index: -1;
}
.header .container .header-pc .top-list2 .top-link .sec-list.sec-list-en {
  bottom: -80px;
  height: initial;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
}
.header .container .header-pc .top-list2 .top-link.active a, .header .container .header-pc .top-list2 .top-link:hover a {
  background: #133070;
}
.header .container .header-pc .top-list2 .top-link.active .sec-list, .header .container .header-pc .top-list2 .top-link:hover .sec-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .container .header-pc .top-list2 .top-link.active .sec-list li:hover a, .header .container .header-pc .top-list2 .top-link:hover .sec-list li:hover a {
  background: #E3191F;
}
.header.stick {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 997;
  background: #E3191F;
  -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=#B3B3B3)";
  /*IE 8*/
  /*FF 3.5+*/
  -webkit-box-shadow: 0 1px 3px 2px #B3B3B3;
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 1px 3px 2px #B3B3B3;
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#B3B3B3);
  /*IE 5.5-7*/
}
@media (max-width: 991px) {
  .header.stick {
    background: #fff;
  }
}
.header.stick .top-icon {
  webkit-box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.3);
}

.index_wrap .header {
  position: fixed;
  width: 100%;
  z-index: 997;
}

@media (max-width: 991px) {
  .header .top-header .top-menu .mo-othter-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: calc(50% - 50px);
    right: 35px;
    z-index: 997;
  }
  .header .top-header .top-menu .mo-othter-list a {
    width: 50px;
    height: 50px;
    display: block;
  }
  .header .top-header .top-menu .mo-othter-list a:first-child {
    padding: 12.5px;
  }
  .header .top-header .top-menu .mo-othter-list .mo-language {
    position: absolute;
    top: 50px;
    left: -10%;
    width: 120%;
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000)";
    /*IE 8*/
    /*FF 3.5+*/
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000);
    /*IE 5.5-7*/
  }
  .header .top-header .top-menu .mo-othter-list .mo-language a {
    width: 100%;
    height: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
  }
  .header .top-header .top-menu .mo-othter-list .mo-language a img {
    width: 27px;
    height: 16px;
  }
  .header .top-header .top-menu .navbar-toggler {
    background: none;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-image: url(../images/mobile/menu.jpg);
    z-index: 997;
    top: calc(50% - 50px);
    right: -15px;
  }
  .header .top-header .top-menu .navbar-toggler.yes {
    background-image: url(../images/mobile/back.jpg);
  }
  .header .top-header .top-menu .navbar-collapse .nav li {
    margin-right: 0px;
    position: initial;
  }
  .header .top-header .top-menu .navbar-collapse .nav li.member-item {
    background: #133070;
    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;
    padding: 10px 15px;
  }
  .header .top-header .top-menu .navbar-collapse .nav li.member-item .member-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .top-header .top-menu .navbar-collapse .nav li.member-item .member-text img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  .header .top-header .top-menu .navbar-collapse .nav li.member-item .member-text p {
    color: #fff;
    margin: 0;
  }
  .header .top-header .top-menu .navbar-collapse .nav li.member-item .member-link {
    border: 0;
    text-decoration: underline;
  }
  .header .top-header .top-menu .navbar-collapse .nav li.mobile-link a {
    display: block;
    font-size: 17px;
    color: #fff;
    padding: 15px;
    border-bottom: 1px solid #133070;
    position: relative;
  }
  .header .top-header .top-menu .navbar-collapse .nav li.mobile-link a:before {
    content: "";
    position: absolute;
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #E3191F;
    top: 20px;
    right: calc(50% + 20px);
  }
  .header .top-header .top-menu .navbar-collapse .nav li.mobile-link .sec-list {
    display: block;
    background: #133070;
    position: absolute;
    width: 50%;
    height: calc(100vh - 114px);
    top: 60px;
    right: calc(-50% - 20px);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    overflow: auto;
    z-index: 99;
  }
  .header .top-header .top-menu .navbar-collapse .nav li.mobile-link.active a:before {
    display: block;
  }
  .header .top-header .top-menu .navbar-collapse .nav li.mobile-link.active .sec-list {
    right: 0%;
  }
  .header .top-header .top-menu .navbar-collapse .nav li.mobile-link.active .sec-list a:before {
    display: none;
  }
  .header .top-header .top-menu nav .navbar-collapse {
    overflow: hidden;
    bottom: 0;
    position: fixed;
    top: 98px;
    overflow-y: auto;
    left: 0;
    right: 0;
    background: #1F4397;
    text-align: center;
    padding: 0;
    opacity: 0;
    -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: 888;
  }
  .header .top-header .top-menu nav .navbar-collapse.show {
    top: 50px;
    right: 0;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    padding-bottom: 30px;
    -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);
  }
  .has-hover {
    display: none;
  }
}
.footer {
  position: relative;
}
.footer .footer-top {
  background: transparent -webkit-gradient(linear, right top, left top, from(#18489D), color-stop(49%, #107CC7), to(#1251A4)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #18489D 0%, #107CC7 49%, #1251A4 100%) 0% 0% no-repeat padding-box;
  padding: 7px 0;
}
.footer .footer-top p {
  color: #fff;
  font-size: 13px;
  margin: 0 10px 0 0;
}
@media (max-width: 991px) {
  .footer .footer-top p {
    margin: 0 0 10px 0;
  }
}
.footer .footer-top .online {
  display: inline-block;
  background: #0C2150;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 5px 10px;
  font-size: 13px;
  color: #fff;
}
.footer .footer-top .online:hover {
  background: #fff;
  border: 1px solid #0C2150;
  color: #0C2150;
}
.footer .footer-body {
  background: #fff;
  padding: 10px 0;
}
.footer .footer-body .footer-logo {
  width: 154px;
}
.footer .footer-body .footer-logo img {
  width: 100%;
}
.footer .footer-body .share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer .footer-body .share-list li {
  padding: 0 5px;
  border-right: 1px solid #ddd;
}
.footer .footer-body .share-list li:last-child {
  border: 0;
}
.footer .footer-body .share-list li a {
  width: 30px;
  height: 30px;
}
.footer .footer-body .share-list li a img {
  width: 100%;
}
.footer .footer-body .nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .footer .footer-body .nav li {
    width: 100%;
  }
}
.footer .footer-body .nav li img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.footer .footer-body .nav li p {
  margin: 0;
}
.footer p {
  margin-bottom: 0px;
}

.cookie-item {
  width: 100%;
  position: fixed;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 30px 0;
  color: #fff;
  z-index: 9999;
}
.cookie-item a {
  color: #fff;
  text-decoration: underline;
}
.cookie-item a:hover {
  color: #ddd;
}
.cookie-item .cookies-btn {
  color: #fff;
  text-decoration: none;
}
.cookie-item .cookies-btn:hover {
  color: #E3191F;
}
.cookie-item.out {
  bottom: -1000px;
}

/* Small reset */
.product-album {
  /* Ensure images take up the same space when they load */
  /* https://vestride.github.io/Shuffle/images */
}
.product-album *,
.product-album ::before,
.product-album ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-album .my-shuffle-container {
  position: relative;
  overflow: hidden;
}
.product-album .my-sizer-element {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.product-album .picture-item {
  margin-top: 24px;
}
.product-album .picture-item img {
  display: block;
  width: 100%;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .product-album .picture-item img {
    max-width: none;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.product-album .picture-item--h2 {
  height: 464px;
  /* 2x the height + 1 gutter */
}
.product-album .picture-item__inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #ecf0f1;
  cursor: pointer;
}
.product-album .picture-item__inner img {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.product-album .picture-item__inner:before {
  content: "";
  opacity: 0;
  display: block;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.product-album .picture-item__inner:after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 34px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  width: 80%;
  height: 80%;
  position: absolute;
  left: 10%;
  top: 10%;
  z-index: 1;
  border: 1px solid #fff;
}
.product-album .picture-item__inner:hover:before {
  opacity: 1;
}
.product-album .picture-item__inner:hover:after {
  opacity: 1;
}
.product-album .picture-item__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 1em;
  position: absolute;
  left: 0;
  right: 0;
}
.product-album .picture-item__description {
  width: 100%;
  padding: 0 2em 1em 1em;
  margin: 0;
}
.product-album .picture-item__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 4px;
}
.product-album .picture-item__tags {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  text-align: right;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .product-album .picture-item--overlay .picture-item__details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
    color: white;
    overflow: hidden;
  }
  .product-album .picture-item--overlay .picture-item__description {
    display: none;
  }
  .product-album .picture-item--overlay a {
    color: white;
    text-shadow: 0 0 1px black;
  }
}
@media screen and (max-width: 767px) {
  .product-album .picture-item {
    height: auto;
    margin-top: 20px;
  }
  .product-album .picture-item__details,
  .product-album .picture-item__description {
    font-size: 0.875em;
    padding: 0.625em;
  }
  .product-album .picture-item__description {
    padding-right: 0.875em;
    padding-bottom: 1.25em;
  }
  .product-album .picture-item--h2 {
    height: auto;
  }
  .product-album .filter-options {
    display: inline-block;
  }
}
.product-album .filter-label {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 4px;
  color: #95a5a6;
}
.product-album .filters-group {
  padding: 0;
  margin: 0 0 4px;
  border: 0;
}
@media screen and (min-width: 768px) {
  .product-album .filters-group-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.product-album .btn-group:after,
.product-album .btn-group:before {
  content: " ";
  display: table;
}
.product-album .btn-group:after {
  clear: both;
}
.product-album .btn-group .btn {
  float: left;
  border-radius: 0;
}
.product-album .btn-group .btn:not(:first-child) {
  margin-left: -1px;
}
.product-album .btn-group label.btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.product-album .btn {
  display: inline-block;
  padding: 0.75em 0.8em;
  text-align: center;
  color: #34495e;
  font-size: 1rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
  -webkit-appearance: none;
}
.product-album .btn--primary {
  color: #666;
  border: none;
  background: none;
}
@media (-moz-touch-enabled: 0), (pointer: fine) {
  .product-album .btn--primary:hover {
    background: none;
    color: #6bc048;
  }
}
.product-album .btn--primary.active,
.product-album .btn--primary:active {
  color: #6bc048;
}
.product-album .btn--primary:disabled {
  color: #666;
  background-color: rgba(52, 152, 219, 0);
}
@media screen and (max-width: 767px) {
  .product-album .btn {
    font-size: 0.875rem;
  }
}
.product-album .textfield {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 2px solid #95a5a6;
  border-radius: 4px;
  padding: 0.5em;
  font-size: 1rem;
  color: #34495e;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.product-album .textfield::-webkit-input-placeholder {
  color: #95a5a6;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.product-album .textfield:-ms-input-placeholder {
  color: #95a5a6;
  -ms-transition: 0.15s;
  transition: 0.15s;
}
.product-album .textfield::-ms-input-placeholder {
  color: #95a5a6;
  -ms-transition: 0.15s;
  transition: 0.15s;
}
.product-album .textfield::-moz-placeholder {
  color: #95a5a6;
  -moz-transition: 0.15s;
  transition: 0.15s;
}
.product-album .textfield::placeholder {
  color: #95a5a6;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.product-album .textfield:hover {
  outline-width: 0;
  color: #5d6d77;
  border-color: #5d6d77;
}
.product-album .textfield:hover::-webkit-input-placeholder {
  color: #5d6d77;
}
.product-album .textfield:hover:-ms-input-placeholder {
  color: #5d6d77;
}
.product-album .textfield:hover::-ms-input-placeholder {
  color: #5d6d77;
}
.product-album .textfield:hover::-moz-placeholder {
  color: #5d6d77;
}
.product-album .textfield:hover::placeholder {
  color: #5d6d77;
}
.product-album .textfield:focus {
  outline-width: 0;
  border-color: #34495e;
}
.product-album .textfield:focus::-webkit-input-placeholder {
  color: #34495e;
}
.product-album .textfield:focus:-ms-input-placeholder {
  color: #34495e;
}
.product-album .textfield:focus::-ms-input-placeholder {
  color: #34495e;
}
.product-album .textfield:focus::-moz-placeholder {
  color: #34495e;
}
.product-album .textfield:focus::placeholder {
  color: #34495e;
}
.product-album .container {
  padding-left: 3.5%;
  padding-right: 3.5%;
}
.product-album .container:after,
.product-album .container:before {
  content: " ";
  display: table;
}
.product-album .container:after {
  clear: both;
}
.product-album .row {
  margin-left: auto;
  margin-right: auto;
}
.product-album .row:after,
.product-album .row:before {
  content: " ";
  display: table;
}
.product-album .row:after {
  clear: both;
}
.product-album .row .row {
  margin-left: -8px;
  margin-right: -8px;
}
.product-album .aspect {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.product-album .aspect__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product-album .aspect--16x9 {
  padding-bottom: 56.25%;
}
.product-album .col-1\@xs,
.product-album .col-2\@xs,
.product-album .col-3\@xs,
.product-album .col-4\@xs,
.product-album .col-5\@xs,
.product-album .col-6\@xs,
.product-album .col-1\@sm,
.product-album .col-2\@sm,
.product-album .col-3\@sm,
.product-album .col-4\@sm,
.product-album .col-5\@sm,
.product-album .col-6\@sm,
.product-album .col-7\@sm,
.product-album .col-8\@sm,
.product-album .col-9\@sm,
.product-album .col-10\@sm,
.product-album .col-11\@sm,
.product-album .col-12\@sm,
.product-album .col-1\@md,
.product-album .col-2\@md,
.product-album .col-3\@md,
.product-album .col-4\@md,
.product-album .col-5\@md,
.product-album .col-6\@md,
.product-album .col-7\@md,
.product-album .col-8\@md,
.product-album .col-9\@md,
.product-album .col-10\@md,
.product-album .col-11\@md,
.product-album .col-12\@md {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
.product-album .col-1\@xs,
.product-album .col-2\@xs,
.product-album .col-3\@xs,
.product-album .col-4\@xs,
.product-album .col-5\@xs,
.product-album .col-6\@xs {
  float: left;
}
.product-album .col-1\@xs {
  width: 16.66667%;
}
.product-album .col-2\@xs {
  width: 33.33333%;
}
.product-album .col-3\@xs {
  width: 50%;
}
.product-album .col-4\@xs {
  width: 66.66667%;
}
.product-album .col-5\@xs {
  width: 83.33333%;
}
.product-album .col-6\@xs {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .product-album .col-1\@sm,
  .product-album .col-2\@sm,
  .product-album .col-3\@sm,
  .product-album .col-4\@sm,
  .product-album .col-5\@sm,
  .product-album .col-6\@sm,
  .product-album .col-7\@sm,
  .product-album .col-8\@sm,
  .product-album .col-9\@sm,
  .product-album .col-10\@sm,
  .product-album .col-11\@sm,
  .product-album .col-12\@sm {
    float: left;
  }
  .product-album .col-1\@sm {
    width: 8.33333%;
  }
  .product-album .col-2\@sm {
    width: 16.66667%;
  }
  .product-album .col-3\@sm {
    width: 25%;
  }
  .product-album .col-4\@sm {
    width: 33.33333%;
  }
  .product-album .col-5\@sm {
    width: 41.66667%;
  }
  .product-album .col-6\@sm {
    width: 50%;
  }
  .product-album .col-7\@sm {
    width: 58.33333%;
  }
  .product-album .col-8\@sm {
    width: 66.66667%;
  }
  .product-album .col-9\@sm {
    width: 75%;
  }
  .product-album .col-10\@sm {
    width: 83.33333%;
  }
  .product-album .col-11\@sm {
    width: 91.66667%;
  }
  .product-album .col-12\@sm {
    width: 100%;
  }
  .product-album .container {
    padding-left: 7%;
    padding-right: 7%;
  }
  .product-album .row {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1024px) {
  .product-album .col-1\@md,
  .product-album .col-2\@md,
  .product-album .col-3\@md,
  .product-album .col-4\@md,
  .product-album .col-5\@md,
  .product-album .col-6\@md,
  .product-album .col-7\@md,
  .product-album .col-8\@md,
  .product-album .col-9\@md,
  .product-album .col-10\@md,
  .product-album .col-11\@md,
  .product-album .col-12\@md {
    float: left;
  }
  .product-album .col-1\@md {
    width: 8.33333%;
  }
  .product-album .col-2\@md {
    width: 16.66667%;
  }
  .product-album .col-3\@md {
    width: 25%;
  }
  .product-album .col-4\@md {
    width: 33.33333%;
  }
  .product-album .col-5\@md {
    width: 41.66667%;
  }
  .product-album .col-6\@md {
    width: 50%;
  }
  .product-album .col-7\@md {
    width: 58.33333%;
  }
  .product-album .col-8\@md {
    width: 66.66667%;
  }
  .product-album .col-9\@md {
    width: 75%;
  }
  .product-album .col-10\@md {
    width: 83.33333%;
  }
  .product-album .col-11\@md {
    width: 91.66667%;
  }
  .product-album .col-12\@md {
    width: 100%;
  }
}

.picture-item__inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #ecf0f1;
  cursor: pointer;
}
.picture-item__inner img {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.picture-item__inner:before {
  content: "";
  opacity: 0;
  display: block;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.picture-item__inner:after {
  content: "zoom";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 34px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  width: 80%;
  height: 80%;
  position: absolute;
  left: 10%;
  top: 10%;
  z-index: 1;
  border: 1px solid #fff;
}
.picture-item__inner:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.picture-item__inner:hover:before {
  opacity: 1;
}
.picture-item__inner:hover:after {
  opacity: 1;
}

.content {
  background-color: #d9d9d9;
  padding-bottom: 30px;
}
.content .text-en {
  font-family: "Arial" !important;
}

.section-kv .container {
  padding: 0;
}
.section-kv .banner_slider {
  display: none;
}
@media (min-width: 992px) {
  .section-kv .banner_slider {
    display: block;
  }
  .section-kv .banner_slider .banner_slider-item {
    position: relative;
    z-index: 2;
  }
  .section-kv .banner_slider .banner_slider-item .banner_slider-text {
    width: 400px;
    height: 100%;
    padding: 30px 40px;
    background: rgba(12, 33, 81, 0.9);
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-kv .banner_slider .banner_slider-item .banner_slider-text .tw-make {
    background-image: url(../images/kv/tw@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 40px;
  }
  .section-kv .banner_slider .banner_slider-item .banner_slider-text h2 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 40px;
  }
  .section-kv .banner_slider .banner_slider-item .banner_slider-text p {
    color: #8DA6E6;
  }
}
.section-kv .banner_slider_mo {
  display: none;
}
@media (max-width: 991px) {
  .section-kv .banner_slider_mo {
    display: block;
  }
  .section-kv .banner_slider_mo .banner_slider-item {
    position: relative;
    z-index: 2;
  }
  .section-kv .banner_slider_mo .banner_slider-item .tw-make {
    background-image: url(../images/kv/tw@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
  }
  .section-kv .banner_slider_mo .banner_slider-item .banner_slider-text {
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    background: rgba(12, 33, 81, 0.9);
    position: relative;
    bottom: 0;
    left: 0;
  }
  .section-kv .banner_slider_mo .banner_slider-item .banner_slider-text h2 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .section-kv .banner_slider_mo .banner_slider-item .banner_slider-text p {
    color: #8DA6E6;
  }
}

.section-title-white {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.section-title-white:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  bottom: 15px;
  left: 0;
  z-index: -1;
}
.section-title-white h3 {
  color: #8391A4;
  font-weight: 300;
}
.section-title-white h4 {
  color: #1F4397;
  display: inline-block;
  background: #fff;
  padding: 0 40px;
}

.section-title-gray {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.section-title-gray:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #4d4d4d;
  bottom: 15px;
  left: 0;
  z-index: -1;
}
.section-title-gray h3 {
  color: #8391A4;
  font-weight: 300;
}
.section-title-gray h4 {
  color: #1F4397;
  display: inline-block;
  background: #eee;
  padding: 0 40px;
}

.section01 {
  padding: 30px 0;
  background: #fff;
}
.section01 .section01-item {
  display: block;
  text-align: center;
  color: #4d4d4d;
  position: relative;
}
.section01 .section01-item:before {
  display: none;
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: -10px;
  width: 60%;
  height: 3px;
  background: #E3191F;
}
.section01 .section01-item img {
  width: 60px;
  margin: 0 auto;
}
.section01 .section01-item:hover {
  color: #1F4397;
}
.section01 .section01-item:hover img {
  -webkit-animation: jump 0.5s;
          animation: jump 0.5s;
}
.section01 .section01-item:hover:before {
  display: block;
}

.section02 {
  padding: 30px 0;
  background: #eee;
  margin-bottom: 30px;
}
.section02 .section02_slider {
  margin-bottom: 30px;
}
.section02 .section02_slider .section02_slider-item {
  position: relative;
  display: block;
  margin: 0 5px;
}
.section02 .section02_slider .section02_slider-item .img-wrap .img-item {
  padding-top: 60%;
}
.section02 .section02_slider .section02_slider-item .tips {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-top-right-radius: 15px;
}

.section03 .section03-item01 {
  background: #fff;
  height: 100%;
  position: relative;
  padding-bottom: 42px;
}
.section03 .section03-item01 .section03-title {
  padding: 20px;
  color: #8391A4;
  font-weight: 300;
  font-size: 106.6666666667%;
}
.section03 .section03-item01 .section03-title strong {
  margin-left: 10px;
  color: #1F4397;
  font-weight: 700;
  font-size: 120%;
}
.section03 .section03-item01 .news_slider {
  width: calc(100% - 30px);
  background: transparent -webkit-gradient(linear, right top, left top, from(#18489D), color-stop(49%, #107CC7), to(#1251A4)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #18489D 0%, #107CC7 49%, #1251A4 100%) 0% 0% no-repeat padding-box;
}
.section03 .section03-item01 .news_slider li {
  padding: 9px 0;
  text-align: center;
  color: #fff;
  font-weight: 300;
  cursor: pointer;
  display: block;
}
.section03 .section03-item01 .news_slider li.slick-current {
  background: #133070;
}
.section03 .section03-item01 .news_slider_nav {
  padding: 10px 5px;
}
.section03 .section03-item01 .news_slider_nav .news_slider_nav-item .flex {
  margin-bottom: 15px;
}
.section03 .section03-item01 .news_slider_nav .news_slider_nav-item .flex .date {
  font-size: 80%;
  color: #8391A4;
}
.section03 .section03-item01 .news_slider_nav .news_slider_nav-item .flex .date span {
  margin-left: 5px;
  font-size: 100%;
}
.section03 .section03-item01 .news_slider_nav .news_slider_nav-item .flex .col-8 p {
  margin: 0;
  padding-bottom: 5px;
  color: #4d4d4d;
  border-bottom: 1px solid #eee;
  min-height: 50px;
}
.section03 .section03-item01 .new_more {
  width: 100%;
  background: #E3191F;
  color: #fff;
  padding: 10.5px 0;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
}
.section03 .section03-item01 .new_more:hover {
  background: #eee;
  color: #E3191F;
}
.section03 .section03-item02 {
  background: #fff;
  padding: 19px 25px;
  min-height: 423px;
  height: 100%;
}
.section03 .section03-item02 .section03-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.section03 .section03-item02 .section03-title-wrap .section03-title {
  color: #8391A4;
  font-weight: 300;
  font-size: 106.6666666667%;
}
.section03 .section03-item02 .section03-title-wrap .section03-title strong {
  margin-left: 10px;
  color: #1F4397;
  font-weight: 700;
  font-size: 120%;
  display: block;
  margin: 0;
}
.section03 .section03-item02 .section03-title-wrap img {
  width: 45px;
  height: 45px;
}
.section03 .section03-item02 .section03-title2 {
  color: #1F4397;
  font-weight: 700;
  font-size: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.section03 .section03-item02 .section03-text ul {
  padding: 10px 0px 10px 20px;
}
.section03 .section03-item02 .section03-text ul li {
  margin: 10px 0;
  position: relative;
}
.section03 .section03-item02 .section03-text ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ddd;
  top: 8px;
  left: -20px;
}
.section03 .section03-item03 {
  background: #8391a4;
  padding: 41px 25px;
  min-height: 423px;
  height: 100%;
  position: relative;
}
.section03 .section03-item03 .add-forget {
  position: absolute;
  top: 20px;
  right: 25px;
  color: #DFDFDF;
}
.section03 .section03-item03 .add-forget a {
  display: inline-block;
}
.section03 .section03-item03 label {
  color: #fff;
}
.section03 .section03-item03 a {
  color: #DFDFDF;
}

.content {
  background-color: #d9d9d9;
  padding-bottom: 30px;
}
.content .text-en {
  font-family: "Arial" !important;
}

.content_for_english {
  padding: 0;
}
.content_for_english ul.custom-circle > li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.content_for_english ul.custom-circle > li:before {
  content: "";
  position: absolute;
  width: 7.5px;
  height: 7.5px;
  border-radius: 50%;
  background-color: #117bc7;
  top: 7.5px;
  left: 0;
}
.content_for_english .custom-arrow .slick-next {
  right: -25px;
  outline: 0;
  width: 78px;
  height: 78px;
  z-index: 2;
  background: url(../images/index_english/next.png);
  opacity: 0.7;
  background-size: cover;
}
.content_for_english .custom-arrow .slick-next:focus, .content_for_english .custom-arrow .slick-next:hover {
  opacity: 1;
  background: url(../images/index_english/next.png);
  background-size: cover;
}
.content_for_english .custom-arrow .slick-prev {
  left: -25px;
  outline: 0;
  width: 78px;
  height: 78px;
  z-index: 2;
  background: url(../images/index_english/prev.png);
  opacity: 0.7;
  background-size: cover;
}
.content_for_english .custom-arrow .slick-prev:focus, .content_for_english .custom-arrow .slick-prev:hover {
  opacity: 1;
  background: url(../images/index_english/prev.png);
  background-size: cover;
}
.content_for_english .custom-arrow .slick-dots {
  bottom: 20px;
}
.content_for_english .custom-arrow .slick-disabled {
  display: none !important;
}
.content_for_english .bg-item {
  display: block;
}
.content_for_english .bg-item .img-wrap .img-item img {
  transition: all 1.3s ease;
  -moz-transition: all 1.3s ease;
  -webkit-transition: all 1.3s ease;
}
.content_for_english .bg-item:hover .img-item img {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
.content_for_english .section-title {
  position: relative;
  margin-bottom: 30px;
}
.content_for_english .section-title h5 {
  color: #1F4397;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.content_for_english .section-title h2 {
  color: #333;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .content_for_english .section-title h2 {
    font-size: 28px;
  }
}
.content_for_english .section-title p {
  color: #666;
  line-height: 28px;
  margin-bottom: 0px;
}
.content_for_english .section-title-center {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
.content_for_english .section-title-center h5 {
  color: #1F4397;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.content_for_english .section-title-center h2 {
  color: #333;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .content_for_english .section-title-center h2 {
    font-size: 28px;
  }
}
.content_for_english .section-title-center p {
  color: #666;
  line-height: 28px;
  margin-bottom: 0px;
}
.content_for_english .more {
  position: relative;
  display: inline-block;
  background-color: #000;
  border: 1px solid #000;
  padding: 10px 30px;
  border-radius: 25px;
  color: #fff;
  opacity: 0.8;
}
.content_for_english .more:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  opacity: 1;
}
.content_for_english .more-arrow {
  position: relative;
  display: inline-block;
  background-color: #000;
  border: 1px solid #000;
  padding: 10px 50px 10px 30px;
  border-radius: 25px;
  color: #fff;
  opacity: 0.8;
}
.content_for_english .more-arrow i {
  position: absolute;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  color: #fff;
  top: 15px;
  right: 20px;
}
.content_for_english .more-arrow:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  opacity: 1;
}
.content_for_english .more-arrow:hover i {
  color: #fff;
  right: 15px;
}
.content_for_english .section-kv .container {
  padding: 0;
}
.content_for_english .section-kv .banner_slider {
  display: none;
}
@media (min-width: 992px) {
  .content_for_english .section-kv .banner_slider {
    display: block;
  }
  .content_for_english .section-kv .banner_slider .banner_slider-item {
    position: relative;
    z-index: 2;
  }
  .content_for_english .section-kv .banner_slider .banner_slider-item .banner_slider-text {
    width: 400px;
    height: 100%;
    padding: 30px 40px;
    background: rgba(12, 33, 81, 0.9);
    position: absolute;
    top: 0;
    left: 0;
  }
  .content_for_english .section-kv .banner_slider .banner_slider-item .banner_slider-text .tw-make {
    background-image: url(../images/kv/tw@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 40px;
  }
  .content_for_english .section-kv .banner_slider .banner_slider-item .banner_slider-text h2 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 40px;
  }
  .content_for_english .section-kv .banner_slider .banner_slider-item .banner_slider-text p {
    color: #8DA6E6;
  }
}
.content_for_english .section-kv .banner_slider_mo {
  display: none;
}
@media (max-width: 991px) {
  .content_for_english .section-kv .banner_slider_mo {
    display: block;
  }
  .content_for_english .section-kv .banner_slider_mo .banner_slider-item {
    position: relative;
    z-index: 2;
  }
  .content_for_english .section-kv .banner_slider_mo .banner_slider-item .tw-make {
    background-image: url(../images/kv/tw@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
  }
  .content_for_english .section-kv .banner_slider_mo .banner_slider-item .banner_slider-text {
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    background: rgba(12, 33, 81, 0.9);
    position: relative;
    bottom: 0;
    left: 0;
  }
  .content_for_english .section-kv .banner_slider_mo .banner_slider-item .banner_slider-text h2 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .content_for_english .section-kv .banner_slider_mo .banner_slider-item .banner_slider-text p {
    color: #8DA6E6;
  }
}
.content_for_english .en-section-news {
  padding: 50px 0;
  background-color: #f2f5fa;
}
.content_for_english .en-section-news .news_slider li {
  text-align: center;
  padding: 12.5px 5px;
  border-radius: 15px;
  background-color: #fff;
  color: #1F4397;
  font-weight: bold;
  cursor: pointer;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .content_for_english .en-section-news .news_slider li {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
.content_for_english .en-section-news .news_slider li:hover, .content_for_english .en-section-news .news_slider li.slick-current {
  background-color: #1F4397;
  color: #fff;
}
.content_for_english .en-section-product {
  position: relative;
  padding: 80px 0;
  background-image: url(../images/index_english/s3-bg.png);
  background-size: 100% 50%;
  background-repeat: no-repeat;
  background-color: #f8fbff;
}
@media (max-width: 991px) {
  .content_for_english .en-section-product {
    background-size: 100% 7.5%;
  }
}
.content_for_english .en-section-product .product-list {
  position: relative;
}
.content_for_english .en-section-product .product-list .veiw-more {
  cursor: pointer;
  bottom: 100px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 2;
}
@media (max-width: 991px) {
  .content_for_english .en-section-product .product-list .veiw-more {
    display: none;
  }
}
.content_for_english .en-section-product .product-list:before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(40%, rgb(248, 251, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(248, 251, 255) 40%);
  z-index: 1;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .content_for_english .en-section-product .product-list:before {
    display: none;
  }
}
.content_for_english .en-section-product .product-list.active:before {
  display: none;
}
.content_for_english .en-section-product .product-list.active .veiw-more {
  display: none;
}
.content_for_english .en-section-product .en-product-item {
  text-align: center;
}
.content_for_english .en-section-product .en-product-item .img-wrap {
  border-radius: 50%;
}
.content_for_english .en-section-product .en-product-item .img-wrap img {
  width: 80%;
  height: 80%;
}
.content_for_english .en-section-industries-application {
  position: relative;
  padding: 110px 0 50px;
  background-image: url(../images/index_english/s4-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #f8fbff;
}
@media (max-width: 991px) {
  .content_for_english .en-section-industries-application {
    padding: 50px 0;
    background-size: cover;
  }
}
.content_for_english .en-section-industries-application .section-title-center {
  margin-bottom: 80px;
}
.content_for_english .en-section-industries-application .industries-application-item {
  margin: 0 15px;
  position: relative;
}
.content_for_english .en-section-industries-application .industries-application-item:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 20px);
  height: 30%;
  left: 10px;
  bottom: 10px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 1;
}
.content_for_english .en-section-industries-application .industries-application-item .img-wrap {
  overflow: hidden;
  border-radius: 10px;
  border: 10px solid rgba(255, 255, 255, 0.5);
}
.content_for_english .en-section-industries-application .industries-application-item .img-wrap .img-item {
  padding-top: 56.25%;
}
.content_for_english .en-section-industries-application .industries-application-item .tips {
  position: absolute;
  left: 25px;
  bottom: 15px;
  width: calc(100% - 40px);
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  z-index: 2;
}
.content_for_english .en-section-member {
  position: relative;
  padding: 80px 0;
  background-image: url(../images/index_english/s6-bg.png);
  background-size: cover;
}
.content_for_english .en-section-member .section-member-item hr {
  border-color: #fff;
}
.content_for_english .en-section-member .section-member-item h5,
.content_for_english .en-section-member .section-member-item h2,
.content_for_english .en-section-member .section-member-item p,
.content_for_english .en-section-member .section-member-item li {
  color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000)";
  /*IE 8*/
  text-shadow: 1px 1px 5px #000000;
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000);
  /*IE 5.5-7*/
}
.content_for_english .en-section-member .add-item {
  padding: 50px 30px 0px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
}
.content_for_english .en-section-member .add-item:before {
  content: "";
  display: block;
  position: absolute;
  background: transparent -webkit-gradient(linear, right top, left top, from(#18489D), color-stop(49%, #107CC7), to(#1251A4)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #18489D 0%, #107CC7 49%, #1251A4 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 75px;
  bottom: 0;
  left: 0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
@media (max-width: 991px) {
  .content_for_english .en-section-member .add-item:before {
    height: 37vw;
  }
}
.content_for_english .en-section-member .add-item .add-forget {
  position: absolute;
  right: 30px;
  top: 20px;
}
.content_for_english .en-section-member .add-item .add-forget a {
  display: inline-block;
}
.content_for_english .en-section-member .add-item .add-forget a:hover {
  text-decoration: underline;
}
.content_for_english .en-section-member .add-item .form-group label {
  color: #1F4397;
  font-weight: bold;
}
.content_for_english .en-section-member .add-item .recodeimg {
  color: #fff;
}
.content_for_english .en-section01 {
  padding: 30px 0;
  background-color: #f2f5fa;
}
.content_for_english .en-section01 img {
  display: inline-block;
}
.content_for_english .en-section01 .section01-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .content_for_english .en-section01 .section01-item {
    margin-bottom: 15px;
  }
}
.content_for_english .en-section01 .section01-item .section01-img {
  width: 40px;
  height: 40px;
  font-size: 0;
  margin-right: 10px;
  text-align: center;
}
.content_for_english .en-section01 .section01-item .section01-img img {
  max-width: 100%;
}
.content_for_english .en-section01 .section01-item .section01-txt {
  width: calc(100% - 50px);
}
.content_for_english .en-section01 .section01-item .section01-txt h5 {
  color: #000;
  font-size: 16px;
}
.content_for_english .en-section01 .section01-item .section01-txt p {
  font-size: 14px;
  color: #333;
  margin-bottom: 0;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .content_for_english .en-section01 .section01-item .section01-txt p {
    font-size: 14px;
  }
}
.content_for_english .en-section02 {
  padding: 80px 0 50px;
  background-color: #fff;
}
.content_for_english .en-section02 img {
  display: inline-block;
}
.content_for_english .en-section02 .section02-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.content_for_english .en-section02 .section02-item:last-child {
  margin-bottom: 0px;
}
.content_for_english .en-section02 .section02-item .section02-img {
  width: 80px;
  height: 80px;
  font-size: 0;
  margin-right: 20px;
  text-align: center;
}
.content_for_english .en-section02 .section02-item .section02-img img {
  max-width: 100%;
}
.content_for_english .en-section02 .section02-item .section02-txt {
  width: calc(100% - 100px);
}
.content_for_english .en-section02 .section02-item .section02-txt h5 {
  color: #000;
}
.content_for_english .en-section02 .section02-item .section02-txt p {
  font-size: 15px;
  color: #333;
  margin-bottom: 0;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .content_for_english .en-section02 .section02-item .section02-txt p {
    font-size: 14px;
  }
}
.content_for_english .en-section03 {
  padding: 80px 0;
  background-color: #fff;
}
@media (max-width: 991px) {
  .content_for_english .en-section03 {
    padding: 50px 0;
  }
}
.content_for_english .en-section03 .section03-item {
  padding: 20px 30px;
  border-radius: 15px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  position: relative;
}
.content_for_english .en-section03 .section03-item:last-child {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .content_for_english .en-section03 .section03-item {
    padding: 55px 15px 15px;
  }
}
.content_for_english .en-section03 .section03-item img {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 1;
}
@media (max-width: 991px) {
  .content_for_english .en-section03 .section03-item img {
    right: initial;
  }
}
.content_for_english .en-section03 .section03-item h5 {
  margin-bottom: 20px;
}
.content_for_english .en-section03 .section03-item p {
  color: #666;
  margin-bottom: 0;
}
.content_for_english .en-section04 {
  padding: 80px 0;
  background-color: #fff;
}
@media (max-width: 991px) {
  .content_for_english .en-section04 {
    padding: 50px 0;
  }
}
.content_for_english .en-section04 .en-section04-item .img-wrap {
  border-radius: 50%;
}
.content_for_english .en-section04 .en-section04-item .img-wrap img {
  width: 80%;
  height: 80%;
}

.inside-content {
  background: #D9D9D9;
  padding-bottom: 15px;
}
.inside-content img {
  width: 100%;
}
.inside-content .container.about-section-wrap {
  background: #fff;
}
@media (min-width: 1024px) {
  .inside-content .container.about-section-wrap {
    padding: 0;
  }
}
.inside-content .container.about-section-wrap .container-custom {
  max-width: 800px;
  padding: 0;
}
.inside-content .container.about-section-wrap2 {
  background: #fff;
}
@media (min-width: 1024px) {
  .inside-content .container.about-section-wrap2 {
    padding: 0;
  }
}
.inside-content .container.about-section-wrap2 .container-custom {
  padding: 0;
}
@media (min-width: 1024px) {
  .inside-content .container.about-section-wrap2 .container-custom {
    max-width: 960px;
  }
}
.inside-content .container.about-section-wrap3 {
  background: #fff;
}
@media (min-width: 1024px) {
  .inside-content .container.about-section-wrap3 {
    padding: 0;
  }
}
.inside-content .container.about-section-wrap3 .container-custom {
  padding: 0;
}
@media (min-width: 1024px) {
  .inside-content .container.about-section-wrap3 .container-custom {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {
  .inside-content .container.about-section-wrap3 .container-custom {
    max-width: 1080px;
  }
}
.inside-content .container .container-custom .text-item {
  text-align: justify;
  line-height: 30px;
  font-weight: 700;
  color: #1a1a1a;
}
.inside-content .container .container-custom .text-item02 {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
.inside-content .container .container-custom .text-item02 ul {
  padding: 10px 0px 10px 20px;
}
.inside-content .container .container-custom .text-item02 ul li {
  margin: 10px 0;
  position: relative;
}
.inside-content .container .container-custom .text-item02 ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E3191F;
  top: 8px;
  left: -20px;
}
.inside-content .container .container-custom h2 {
  font-family: "Noto Serif CJK TC";
  line-height: 55px;
  margin-bottom: 15px;
  font-weight: 500;
}
.inside-content .container .container-custom h3 {
  color: #8391A4;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 15px;
}
.inside-content .container .container-custom h4 {
  color: #1F4397;
}
.inside-content .container .container-custom h4 span {
  font-size: 100%;
  font-weight: 700;
}
.inside-content .container .container-custom h5 {
  color: #8391A4;
}
.inside-content .container .about-section {
  padding: 70px 0px;
}
.inside-content .container .about-section .big-text {
  text-align: center;
  font-family: "Noto Serif CJK TC";
  font-size: 36px;
  font-weight: 700;
  padding: 40px 0;
}
.inside-content .container .about-section01 {
  padding: 70px 0px;
  background-color: #F2F1F1;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .inside-content .container .about-section01 {
    background-color: #fff;
  }
}
.inside-content .container .about-section01:before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(../images/1.1/b1_bg.png);
  background-size: cover;
  width: 40%;
  height: 100%;
  top: 0;
  left: 0px;
  z-index: -1;
}
@media (max-width: 991px) {
  .inside-content .container .about-section01:before {
    width: calc(100% + 30px);
    left: -15px;
    opacity: 0.5;
  }
}
.inside-content .container .about-section01 .text-item {
  color: #1a1a1a;
}
.inside-content .container .about-section02 {
  padding: 70px 0px 100px;
  position: relative;
  z-index: 1;
}
.inside-content .container .about-section02:before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(../images/1.1/c1_bg@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 35%;
  height: 65%;
  bottom: -14.5%;
  right: 5%;
  z-index: -1;
}
@media (max-width: 991px) {
  .inside-content .container .about-section02:before {
    width: 90vw;
    height: 40vw;
    bottom: 0%;
    right: 0%;
    opacity: 0.5;
  }
}
.inside-content .container .about-section03 {
  padding: 100px 0px;
  background: #133070;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .inside-content .container .about-section03 {
    padding: 70px 15px 100px;
    margin: 0 -15px 15px -15px;
  }
}
.inside-content .container .about-section03:before {
  content: "";
  display: inline-block;
  background-image: url(../images/1.1/Intersection_red.png);
  background-size: cover;
  width: 62%;
  height: 100%;
  top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: -1;
}
@media (max-width: 991px) {
  .inside-content .container .about-section03:before {
    width: 100vw;
    height: 60vw;
  }
}
.inside-content .container .about-section03 .container-custom h2,
.inside-content .container .about-section03 .container-custom .text-item {
  color: #fff;
  text-align: center;
}
.inside-content .container .about-section04 {
  padding: 70px 0px;
}
.inside-content .container .about-section04-1 {
  padding: 70px 0px;
  background: #F2F1F1;
}
@media (max-width: 991px) {
  .inside-content .container .about-section04-1 {
    padding: 50px 15px;
    margin: -15px -15px 0 -15px;
  }
}
.inside-content .container .about-section04-1 .text-item02 {
  border: 0;
}
.inside-content .container .about-section04-2 {
  padding: 70px 0px;
}
@media (max-width: 991px) {
  .inside-content .container .about-section04-2 {
    padding: 50px 0;
  }
}
.inside-content .container .about-section04-2 .text-item02 {
  border: 0;
}
.inside-content .container .about-section05 {
  padding: 70px 0;
}
.inside-content .container .about-section05 .title-icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  line-height: 60px;
  background: #E3191F;
  border-radius: 50%;
  color: #fff;
}
.inside-content .container .about-section05 .title-icon-en {
  display: block;
  color: #000;
  font-size: 22px;
  font-weight: border;
  margin-bottom: 5px;
  color: #E3191F;
}
.inside-content .container .about-section06 {
  padding: 70px 0px 100px;
  background: #F2F1F1;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .inside-content .container .about-section06 {
    padding: 70px 15px 100px;
    margin: 0 -15px 0 -15px;
  }
}
.inside-content .container .about-section06:before {
  content: "";
  display: inline-block;
  background-image: url(../images/1.1/Intersection_gr.png);
  background-size: cover;
  width: 62%;
  height: 100%;
  top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: -1;
}
@media (max-width: 991px) {
  .inside-content .container .about-section06:before {
    width: 100vw;
    height: 60vw;
  }
}
.inside-content .container .about-section06 .container-custom .text-item {
  text-align: center;
}
.inside-content .container .about-section07 {
  padding: 70px 0px;
  background: #F2F1F1;
}
@media (max-width: 991px) {
  .inside-content .container .about-section07 {
    margin: 0 -15px 0 -15px;
    padding: 70px 15px;
  }
}
.inside-content .container .about-mv-section01 {
  padding: 70px 0px;
}
.inside-content .container .about-mv-section01 h3 {
  margin-bottom: 30px;
}
.inside-content .container .about-mv-section01 .title-img {
  text-align: center;
}
@media (max-width: 991px) {
  .inside-content .container .about-mv-section01 .title-img {
    width: 20%;
    margin-right: 3%;
  }
}
.inside-content .container .about-mv-section01 .title-img img {
  width: 50%;
}
@media (max-width: 991px) {
  .inside-content .container .about-mv-section01 .title-img img {
    width: 100%;
  }
}
.inside-content .container .about-mv-section01 .text-rl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  letter-spacing: 5px;
  height: 300px;
  margin: 0 auto;
  text-align: justify;
}
@media (max-width: 991px) {
  .inside-content .container .about-mv-section01 .text-rl {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    height: initial;
    width: 77%;
  }
}
.inside-content .container .about-mv-section01 .col-lg-3 {
  border-right: 1px solid #ddd;
}
@media (max-width: 991px) {
  .inside-content .container .about-mv-section01 .col-lg-3 {
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.inside-content .container .about-mv-section01 .col-lg-3:last-child {
  border: 0;
}
.inside-content .container .about-mv-section02,
.inside-content .container .about-mv-section03 {
  padding: 70px 0px;
}
.inside-content .container .about-team-section01 {
  padding: 70px 0px 50px 0;
}
.inside-content .container .about-team-section01 .container-custom > .row + .row {
  margin-top: 30px;
}
.inside-content .container .about-team-section01 h3 {
  border-bottom: 0;
}
.inside-content .container .about-team-section01 .pr-lg-0 {
  font-size: 0;
  position: relative;
}
.inside-content .container .about-team-section01 .pr-lg-0:before {
  content: "";
  position: absolute;
  width: calc(100% - 15px);
  height: 5px;
  background: red;
  bottom: 0;
  left: 15px;
}
@media (max-width: 991px) {
  .inside-content .container .about-team-section01 .pr-lg-0:before {
    width: calc(100% - 30px);
  }
}
.inside-content .container .about-team-section01 .col-lg-8 {
  position: relative;
}
.inside-content .container .about-team-section01 .col-lg-8:before {
  content: "";
  position: absolute;
  width: calc(100% - 15px);
  height: 5px;
  background: #c1c1c1;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .inside-content .container .about-team-section01 .col-lg-8:before {
    width: calc(100% - 30px);
    left: 15px;
  }
}
@media (max-width: 991px) {
  .inside-content .container .about-team-section01 .col-lg-8 .col-lg-4 {
    margin-bottom: 15px;
  }
}
.inside-content .container .about-team-section01 .text-item03 {
  height: 100%;
  padding: 50px 30px 0 30px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 991px) {
  .inside-content .container .about-team-section01 .text-item03 {
    padding: 15px;
    border-top: 0;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
}
.inside-content .container .about-team-section01 .text-item03 h4 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .inside-content .container .about-team-section01 .text-item03 h4 {
    margin-bottom: 15px;
  }
}
.inside-content .container .about-team-section01 .text-item03 h5 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .inside-content .container .about-team-section01 .text-item03 h5 {
    margin-bottom: 15px;
  }
}
.inside-content .container .about-team-section01 .text-item03 ul {
  padding-left: 20px;
}
.inside-content .container .about-team-section01 .text-item03 ul li {
  list-style-type: square;
  margin: 7.5px 0;
}
.inside-content .container .about-team-section02 {
  padding: 0px 0px 70px 0;
}
.inside-content .container .about-team-section02 .text-item03 {
  padding: 20px;
  border: 1px solid #ddd;
  border-bottom: 3px solid #8391a4;
}
@media (max-width: 991px) {
  .inside-content .container .about-team-section02 .text-item03 {
    padding: 15px;
  }
}
.inside-content .container .about-team-section02 .text-item03 h4 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .inside-content .container .about-team-section02 .text-item03 h4 {
    margin-bottom: 15px;
  }
}
.inside-content .container .about-team-section02 .text-item03 h5 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .inside-content .container .about-team-section02 .text-item03 h5 {
    margin-bottom: 15px;
  }
}
.inside-content .container .about-team-section02 .text-item03 ul {
  padding-left: 20px;
}
.inside-content .container .about-team-section02 .text-item03 ul li {
  list-style-type: square;
  margin: 7.5px 0;
}
.inside-content .container .about-video-section {
  padding: 40px 25px;
}
@media (max-width: 991px) {
  .inside-content .container .about-video-section {
    padding: 20px 5px;
  }
}
.inside-content .container .about-video-section .fancybox-item {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.inside-content .container .about-video-section .fancybox-item .img-wrap .img-item {
  padding-top: 60%;
}
.inside-content .container .about-video-section .fancybox-item:before {
  content: "";
  display: inline-block;
  background-image: url(../images/1.6/play.png);
  background-size: contain;
  width: 60px;
  height: 40px;
  top: 30%;
  pointer-events: none;
  z-index: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.inside-content .container .about-video-section .fancybox-item:after {
  content: "";
  display: inline-block;
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 15px;
  background: #ddd;
}
.inside-content .container .about-video-section .fancybox-item small {
  color: #8391A4;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.inside-content .container .about-video-section .fancybox-item p {
  color: #4D4D4D;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  margin: 0;
}
.inside-content .container .about-video-section .fancybox-item:hover p {
  color: #1F4397;
}
.inside-content .container .about-video-section .fancybox-item:hover:before {
  background-image: url(../images/1.6/play_hover.png);
}
.inside-content .container .about-video-section .fancybox-item:hover:after {
  height: 2px;
}
.inside-content .container .about-history-section01 {
  position: relative;
  padding: 40px 0 60px;
}
@media (max-width: 991px) {
  .inside-content .container .about-history-section01 {
    padding: 30px 0 60px;
  }
}
.inside-content .container .about-history-section01:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7.5px 0 7.5px;
  border-color: #e31920 transparent transparent transparent;
  z-index: 1;
}
@media (max-width: 991px) {
  .inside-content .container .about-history-section01:before {
    top: 80px;
    left: 5px;
  }
}
.inside-content .container .about-history-section01 .row {
  position: relative;
}
.inside-content .container .about-history-section01 .row:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  top: -40px;
  width: 1px;
  height: calc(100% + 100px);
  background: #ddd;
}
@media (max-width: 991px) {
  .inside-content .container .about-history-section01 .row:before {
    top: 0px;
    left: 20px;
    height: calc(100% + 90px);
  }
}
.inside-content .container .about-history-section01 .row .col-lg-6.col-11 {
  position: relative;
}
.inside-content .container .about-history-section01 .row .col-lg-6.col-11:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: -5px;
  width: 10px;
  height: 10px;
  background: #ddd;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .inside-content .container .about-history-section01 .row .col-lg-6.col-11:before {
    left: -7%;
  }
}
@media (max-width: 414px) {
  .inside-content .container .about-history-section01 .row .col-lg-6.col-11:before {
    left: -5.1%;
  }
}
@media (max-width: 375px) {
  .inside-content .container .about-history-section01 .row .col-lg-6.col-11:before {
    left: -4.8%;
  }
}
@media (max-width: 360px) {
  .inside-content .container .about-history-section01 .row .col-lg-6.col-11:before {
    left: -4.1%;
  }
}
@media (min-width: 992px) {
  .inside-content .container .about-history-section01 .row .col-lg-6.col-11 {
    margin-top: -25px;
  }
  .inside-content .container .about-history-section01 .row .col-lg-6.col-11:nth-child(even):before {
    left: initial;
    right: -5px;
  }
  .inside-content .container .about-history-section01 .row .col-lg-6.col-11:nth-child(odd) {
    margin-left: 50%;
  }
}
@media (max-width: 991px) {
  .inside-content .container .about-history-section01 .row .col-lg-6.col-11 {
    margin-left: 8.333333%;
    margin-bottom: 15px;
  }
}
.inside-content .container .about-history-section01 .history-title {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  top: -30px;
}
@media (max-width: 991px) {
  .inside-content .container .about-history-section01 .history-title {
    top: 0px;
    position: relative;
    margin-bottom: 30px;
  }
}
.inside-content .container .about-history-section01 .history-title li {
  border-right: 1px solid #ddd;
  padding: 0 15px;
}
.inside-content .container .about-history-section01 .history-title li a {
  color: #1F4397;
  font-weight: 700;
}
.inside-content .container .about-history-section01 .history-title li:last-child {
  border: 0;
}
.inside-content .container .about-history-section01 .history-title li.active a, .inside-content .container .about-history-section01 .history-title li:hover a {
  color: #E3191F;
}
.inside-content .container .about-history-section01 .history-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ddd;
}
.inside-content .container .about-history-section01 .history-item .history-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 3px solid #E3191F;
}
@media (max-width: 991px) {
  .inside-content .container .about-history-section01 .history-item .history-img .img-wrap {
    height: 100%;
  }
  .inside-content .container .about-history-section01 .history-item .history-img .img-wrap .img-item {
    padding-top: 0%;
    height: 100%;
  }
}
.inside-content .container .about-history-section01 .history-item .history-text {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding: 5px 15px;
  border-bottom: 3px solid #8391A4;
}
.inside-content .container .about-history-section01 .history-item .history-text .history-year {
  font-size: 24px;
  font-family: "Noto Serif CJK TC";
  font-weight: 700;
  color: #1F4397;
}
.inside-content .container .about-history-section01 .history-item .history-text p {
  font-size: 17px;
  font-weight: 700;
  color: #0C2151;
  margin: 0;
}
.inside-content .container .contactus-section {
  position: relative;
  padding: 40px 0 60px;
}
@media (max-width: 991px) {
  .inside-content .container .contactus-section {
    padding: 30px 0 60px;
  }
}
.inside-content .container .contactus-section .contactus-title {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  top: -30px;
}
@media (max-width: 991px) {
  .inside-content .container .contactus-section .contactus-title {
    top: 0px;
    position: relative;
    margin-bottom: 30px;
  }
}
.inside-content .container .contactus-section .contactus-title li {
  border-right: 1px solid #ddd;
  padding: 0 15px;
}
.inside-content .container .contactus-section .contactus-title li a {
  color: #1F4397;
  font-weight: 700;
}
.inside-content .container .contactus-section .contactus-title li:last-child {
  border: 0;
}
.inside-content .container .contactus-section .contactus-title li.active a, .inside-content .container .contactus-section .contactus-title li:hover a {
  color: #E3191F;
}
.inside-content .container .contactus-section .contactus-form {
  background: #f1f1f1;
  padding: 40px;
  color: #333;
}
.inside-content .container .contactus-section .contactus-form .form-control {
  border-radius: 0;
  height: initial;
  padding: 0.75rem;
}
.inside-content .container .contactus-section .text-item03 {
  min-height: 310px;
  padding: 20px;
  border: 1px solid #ddd;
  border-bottom: 3px solid #8391a4;
}
@media (max-width: 991px) {
  .inside-content .container .contactus-section .text-item03 {
    padding: 15px;
  }
}
.inside-content .container .contactus-section .text-item03 h4 {
  margin-bottom: 15px;
  line-height: 22px;
  min-height: 66px;
}
@media (max-width: 991px) {
  .inside-content .container .contactus-section .text-item03 h4 {
    margin-bottom: 15px;
  }
}
.inside-content .container .contactus-section .text-item03 h5 {
  margin-bottom: 15px;
  line-height: 22px;
  min-height: 66px;
}
@media (max-width: 991px) {
  .inside-content .container .contactus-section .text-item03 h5 {
    margin-bottom: 15px;
  }
}
.inside-content .container .contactus-section .text-item03 ul {
  padding-left: 0px;
}
.inside-content .container .contactus-section .text-item03 ul li {
  list-style-type: none;
  margin: 7.5px 0;
}

.inside-content {
  background: #D9D9D9;
  padding-bottom: 15px;
}
.inside-content img {
  width: 100%;
}
.inside-content .container.news-section-wrap {
  background: #fff;
}
@media (min-width: 1024px) {
  .inside-content .container.news-section-wrap {
    padding: 0;
  }
}
.inside-content .container.news-section-wrap .container-custom {
  max-width: 800px;
  padding: 0;
}
.inside-content .container.news-section-wrap2 {
  background: #fff;
}
@media (min-width: 1024px) {
  .inside-content .container.news-section-wrap2 {
    padding: 0;
  }
}
.inside-content .container.news-section-wrap2 .container-custom {
  padding: 0;
}
@media (min-width: 1024px) {
  .inside-content .container.news-section-wrap2 .container-custom {
    max-width: 960px;
  }
}
.inside-content .container .container-custom .text-item {
  text-align: justify;
  line-height: 30px;
  font-weight: 700;
  color: #1a1a1a;
}
.inside-content .container .container-custom .text-item02 {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
.inside-content .container .container-custom .text-item02 ul {
  padding: 10px 0px 10px 20px;
}
.inside-content .container .container-custom .text-item02 ul li {
  margin: 10px 0;
  position: relative;
}
.inside-content .container .container-custom .text-item02 ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E3191F;
  top: 8px;
  left: -20px;
}
.inside-content .container .container-custom h2 {
  font-family: "Noto Serif CJK TC";
  line-height: 55px;
  margin-bottom: 15px;
  font-weight: 500;
}
.inside-content .container .container-custom h3 {
  color: #8391A4;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 15px;
}
.inside-content .container .container-custom h4 {
  color: #1F4397;
}
.inside-content .container .container-custom h4 span {
  font-size: 100%;
  font-weight: 700;
}
.inside-content .container .container-custom h5 {
  color: #8391A4;
}
.inside-content .container .news-section {
  padding: 40px;
}
@media (max-width: 991px) {
  .inside-content .container .news-section {
    padding: 15px 0px;
  }
}
.inside-content .container .news-section-item {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.inside-content .container .news-section-item .img-wrap .img-item {
  padding-top: 60%;
}
.inside-content .container .news-section-item:after {
  content: "";
  display: inline-block;
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 15px;
  background: #ddd;
}
.inside-content .container .news-section-item small {
  color: #8391A4;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.inside-content .container .news-section-item p {
  color: #4D4D4D;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  margin: 0;
}
.inside-content .container .news-section-item:hover p {
  color: #1F4397;
}
.inside-content .container .news-section-item:hover:after {
  height: 2px;
}
.inside-content .container .course-section-item {
  margin-bottom: 30px;
}
.inside-content .container .course-section-item .img-wrap .img-item {
  padding-top: 60%;
}
.inside-content .container .course-section-item .course-text {
  padding: 20px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 3px solid #ddd;
}
.inside-content .container .course-section-item .course-text small, .inside-content .container .course-section-item .course-text p {
  color: #1a1a1a;
}
.inside-content .container .course-section-item .course-text h4 {
  color: #1F4397;
}
.inside-content .container .course-section-item:hover .course-text p {
  color: red;
}
.inside-content .container .map-item h3 {
  position: relative;
  padding-left: 10px;
  line-height: 126.66667%;
}
.inside-content .container .map-item h3:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 3px;
  height: 100%;
  background: #1F4397;
  display: block;
}
.inside-content .container .map-item h3 a {
  color: #1a1a1a;
}
.inside-content .container .map-item ul > li {
  padding: 7.5px 0 7.5px 20px;
  border-bottom: 1px solid #1a1a1a;
}
.inside-content .container .map-item ul > li:first-child {
  border-top: 1px solid #1a1a1a;
}
.inside-content .container .map-item ul > li:last-child {
  margin-bottom: 15px;
}
.inside-content .container .map-item ul > li a {
  color: #1073C0;
  position: relative;
}
.inside-content .container .map-item ul > li a:before {
  content: ">";
  position: absolute;
  top: 0px;
  left: -20px;
  display: block;
}
.inside-content .container .map-item ul > li a:hover {
  color: #133070;
}
.inside-content .container .map-item ul > li ul li {
  border: none !important;
  margin: 0 !important;
}

.inside-content {
  background: #D9D9D9;
  padding-bottom: 15px;
}
.inside-content img {
  width: 100%;
}
.inside-content .products-search-bar .container {
  background: #8391A4;
  padding: 15px;
  color: #fff;
  position: relative;
}
.inside-content .products-search-bar .container:before {
  content: "";
  display: block;
  position: absolute;
  width: 37.85%;
  height: 100%;
  right: 0;
  bottom: 0;
  background: #738297;
}
@media (max-width: 991px) {
  .inside-content .products-search-bar .container:before {
    width: 100%;
    height: 37%;
  }
}
.inside-content .products-search-bar .container .form-control {
  border-radius: 0;
  height: initial;
  padding: 0.75rem;
}
@media (max-width: 991px) {
  .inside-content .products-search-bar .container .col-lg-2 {
    padding-top: 15px;
  }
}
.inside-content .products-sidebar {
  background: #8391A4;
  padding: 40px 40px 20px 40px;
  color: #fff;
  position: relative;
}
@media (max-width: 991px) {
  .inside-content .products-sidebar {
    margin: 0 -15px;
    padding: 15px;
  }
}
.inside-content .products-sidebar:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 36.666667%;
  right: 0;
  bottom: 0;
  background: #738297;
}
@media (max-width: 991px) {
  .inside-content .products-sidebar:before {
    height: 38%;
  }
}
.inside-content .products-sidebar .form-group:last-child {
  padding-top: 20px;
}
.inside-content .products-sidebar .form-control {
  border-radius: 0;
  height: initial;
  padding: 0.75rem;
}
.inside-content .industries-sidebar ul li a {
  display: block;
  background: #EEEEEE;
  font-size: 17px;
  padding: 12.5px 40px;
  position: relative;
}
.inside-content .industries-sidebar ul li a:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #1F4397;
  top: 20px;
  right: 20px;
}
.inside-content .industries-sidebar ul li:hover a {
  background: #1F4397;
  color: #fff;
}
.inside-content .industries-sidebar ul li:hover a:before {
  border-color: transparent transparent transparent #fff;
}
.inside-content .industries-sidebar ul li.active_top a {
  background: #1F4397;
  color: #fff;
}
.inside-content .industries-sidebar ul li.active_top a:before {
  border-width: 8.7px 5px 0 5px;
  border-color: #E3191F transparent transparent transparent;
}
.inside-content .industries-sidebar ul li.industries-sidebar-sec .left_nav_ul {
  display: none;
}
.inside-content .industries-sidebar ul li.industries-sidebar-sec .left_nav_ul li a {
  background: #1F4397;
  padding: 12.5px 45px;
}
.inside-content .industries-sidebar ul li.industries-sidebar-sec .left_nav_ul li a:before {
  display: none;
}
.inside-content .industries-sidebar ul li.industries-sidebar-sec .left_nav_ul li a:hover {
  background: #133070;
}
.inside-content .industries-sidebar ul li.industries-sidebar-sec .left_nav_ul li.active a {
  background: #133070;
}
@media (max-width: 991px) {
  .inside-content .industries-sidebar {
    padding-top: 25px;
  }
}
.inside-content .container.products-section-wrap {
  background: #fff;
}
@media (min-width: 1024px) {
  .inside-content .container.products-section-wrap {
    padding: 0;
  }
}
.inside-content .container.products-section-wrap .container-custom {
  max-width: 800px;
  padding: 0;
}
.inside-content .container.products-section-wrap2 {
  background: #fff;
}
@media (min-width: 1024px) {
  .inside-content .container.products-section-wrap2 {
    padding: 0;
  }
}
.inside-content .container.products-section-wrap2 .container-custom {
  padding: 0;
}
@media (min-width: 1024px) {
  .inside-content .container.products-section-wrap2 .container-custom {
    max-width: 960px;
  }
}
.inside-content .container .container-custom .text-item {
  text-align: justify;
  line-height: 30px;
  font-weight: 700;
  color: #1a1a1a;
}
.inside-content .container .container-custom .text-item02 {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
.inside-content .container .container-custom .text-item02 ul {
  padding: 10px 0px 10px 20px;
}
.inside-content .container .container-custom .text-item02 ul li {
  margin: 10px 0;
  position: relative;
}
.inside-content .container .container-custom .text-item02 ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E3191F;
  top: 8px;
  left: -20px;
}
.inside-content .container .container-custom h2 {
  font-family: "Noto Serif CJK TC";
  line-height: 55px;
  margin-bottom: 15px;
  font-weight: 500;
}
.inside-content .container .container-custom h3 {
  color: #8391A4;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 15px;
}
.inside-content .container .container-custom h4 {
  color: #1F4397;
}
.inside-content .container .container-custom h4 span {
  font-size: 100%;
  font-weight: 700;
}
.inside-content .container .container-custom h5 {
  color: #8391A4;
}
.inside-content .container .products-section-item-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 15px;
  background: #1F4397;
  color: #fff;
  font-size: 17px;
  margin-bottom: 15px;
}
.inside-content .container .products-section-item-other .link-icon {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  background: #0C2151;
  padding: 17px;
  font-size: 0;
}
.inside-content .container .products-section-item-other .link-icon img {
  width: 16px;
  height: 16px;
}
.inside-content .container .products-section-item-other:hover {
  background: #E3191F;
}
.inside-content .container .products-section-item-other:hover .link-icon {
  background: #B20005;
}
.inside-content .container .products-section {
  padding: 40px;
}
@media (max-width: 991px) {
  .inside-content .container .products-section {
    padding: 15px 0px;
  }
}
.inside-content .container .products-section02 {
  padding: 40px 60px 40px 30px;
}
.inside-content .container .products-section02 h3 {
  line-height: 32px;
}
@media (max-width: 991px) {
  .inside-content .container .products-section02 {
    padding: 25px 0;
  }
}
.inside-content .container .products-section02 .qtyform {
  border: 1px solid #ced4da;
  width: 103px;
  height: 45px;
}
.inside-content .container .products-section02 .qtyform input.qtyplus {
  width: 33px;
  height: 33px;
  border: none;
  background-image: url(../images/products/plus.png);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  padding: 0;
  text-indent: -999px;
}
.inside-content .container .products-section02 .qtyform input.qtyplus:hover {
  background-image: url(../images/products/plus_hover.png);
}
.inside-content .container .products-section02 .qtyform .qty {
  width: calc(100% - 74px);
  height: 43px;
  text-align: center;
  border: 0;
  padding: 0;
}
.inside-content .container .products-section02 .qtyform input.qtyminus {
  width: 33px;
  height: 33px;
  border: none;
  background-image: url(../images/products/minus.png);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  padding: 0;
  text-indent: -999px;
}
.inside-content .container .products-section02 .qtyform input.qtyminus:hover {
  background-image: url(../images/products/minus_hover.png);
}
.inside-content .container .products-section03 {
  padding: 0px 60px 0 30px;
}
@media (max-width: 991px) {
  .inside-content .container .products-section03 {
    padding: 15px 0 0 0;
  }
}
.inside-content .container .products-title {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #4D4D4D;
}
.inside-content .container .products-title .products-title-img {
  -ms-flex: 0 0 60px;
  -webkit-box-flex: 0;
          flex: 0 0 60px;
  max-width: 60px;
  margin-right: 20px;
}
.inside-content .container .products-title .products-title-text {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}
.inside-content .container .products-title .products-title-text2 {
  -ms-flex: 0 0 550px;
  -webkit-box-flex: 0;
          flex: 0 0 550px;
  max-width: 550px;
}
@media (max-width: 991px) {
  .inside-content .container .products-title .products-title-text2 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.inside-content .container .products-title02 {
  padding-top: 240px;
  background-image: url(../images/4/4.1_01@2x.png);
  background-size: cover;
  background-position: center;
  margin: 0 -60px 60px -60px;
}
@media (max-width: 991px) {
  .inside-content .container .products-title02 {
    padding-top: 340px;
    margin: 0 0 30px 0;
  }
}
.inside-content .container .products-section-item {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.inside-content .container .products-section-item .img-wrap .img-item {
  padding-top: 60%;
}
.inside-content .container .products-section-item .img-wrap .tips {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 20px;
  color: #fff;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  background-color: rgba(0, 0, 0, 0.5);
  border-top-right-radius: 15px;
}
.inside-content .container .products-section-item .img-wrap .small-icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 60px;
  height: 60px;
}
.inside-content .container .products-section-item .img-wrap .small-icon2 {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 150px;
  height: 60px;
}
.inside-content .container .products-section-item p {
  color: #4D4D4D;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  margin: 0;
}
.inside-content .container .products-section-item:hover p {
  color: #1F4397;
}
.inside-content .container .products-section-item:hover .img-wrap .tips {
  background-color: #E3191F;
}
.inside-content .container .products-tab-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background: #133070;
  color: #fff;
  padding: 14px 20px;
  border-top-right-radius: 30px;
  margin-bottom: 30px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.inside-content .container .products-tab-btn i {
  position: relative;
  top: 4px;
}
.inside-content .container .products-tab-btn i:before {
  content: "\f077";
}
.inside-content .container .products-tab-btn:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #E3191F;
  position: absolute;
  top: 0;
  left: 0;
}
.inside-content .container .products-tab-btn.collapsed {
  background: #1F4397;
}
.inside-content .container .products-tab-btn.collapsed i:before {
  content: "\f078";
}
.inside-content .container .products-tab-btn:hover {
  background: #133070;
}
.inside-content .container .products-tab-item {
  border: 1px solid #ddd;
  border-bottom: 3px solid #8391a4;
  padding: 15px;
  margin-bottom: 30px;
}
.inside-content .container .products-tab-item .products-tab-link {
  color: #1a1a1a;
  font-weight: 700;
}
.inside-content .container .products-tab-item:hover .products-tab-link {
  color: #E3191F;
}
.inside-content .container .products-tab-item h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
}
.inside-content .container .qa-tab .qa-tab-btn {
  position: relative;
  width: 100%;
  display: block;
  color: #1F4397;
  padding: 14px 20px 14px 20px;
  margin-bottom: 30px;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  font-weight: 700;
  font-size: 19px;
}
@media (max-width: 991px) {
  .inside-content .container .qa-tab .qa-tab-btn {
    margin-bottom: 50px;
  }
}
.inside-content .container .qa-tab .qa-tab-btn > i {
  position: absolute;
  top: 17px;
  right: 5px;
}
.inside-content .container .qa-tab .qa-tab-btn > i:before {
  content: "\f078";
  color: #E3191F;
}
.inside-content .container .qa-tab .qa-tab-btn:before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background: #E3191F;
  position: absolute;
  top: 0;
  left: 0px;
}
.inside-content .container .qa-tab .qa-tab-btn.collapsed {
  color: #4D4D4D;
  border-bottom: 1px solid #ddd;
}
.inside-content .container .qa-tab .qa-tab-btn.collapsed:before {
  display: none;
}
.inside-content .container .qa-tab .qa-tab-btn.collapsed i:before {
  content: "\f077";
  color: #1F4397;
}
.inside-content .container .qa-tab .qa-tab-btn:hover {
  color: #1F4397;
}
.inside-content .container .qa-tab .qa-tab-btn .qa-tab-inner .qa-tab-item {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #ddd;
}
.inside-content .container .qa-tab .qa-tab-btn .qa-tab-inner .qa-tab-item p {
  margin: 0;
  color: #4D4D4D;
  font-weight: 200;
}
.inside-content .container .qa-tab .qa-tab-btn .copy-link {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media (max-width: 991px) {
  .inside-content .container .qa-tab .qa-tab-btn .copy-link {
    bottom: -45px;
  }
}
.inside-content .container .products-detail-item {
  margin-bottom: 30px;
}
.inside-content .container .products-detail-item p {
  min-height: 193px;
}
.inside-content .container .products-detail-item .products-detail-img {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.inside-content .container .products-detail-item .products-detail-img-nav-wrap .products-detail-img-nav {
  margin: 0 -7.5px;
}
.inside-content .container .products-detail-item .products-detail-img-nav-wrap .products-detail-img-nav .img-wrap {
  margin: 0 7.5px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.inside-content .container .products-detail-btn li {
  margin-right: 25px;
}
.inside-content .container .products-detail-btn li a {
  color: #1F4397;
  display: block;
  position: relative;
}
.inside-content .container .products-detail-btn li a span {
  display: block;
  position: absolute;
  color: #fff;
  font-size: 12px;
  top: -1px;
  right: -20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e3191f;
  text-align: center;
  line-height: 20px;
}
.inside-content .container .products-detail-btn li a:hover {
  color: #E3191F;
}
.inside-content .container .products-detail-tab {
  margin-bottom: 30px;
}
.inside-content .container .products-detail-tab .nav.nav-tabs {
  border: none;
  background: transparent -webkit-gradient(linear, right top, left top, from(#18489D), color-stop(49%, #107CC7), to(#1251A4)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #18489D 0%, #107CC7 49%, #1251A4 100%) 0% 0% no-repeat padding-box;
}
.inside-content .container .products-detail-tab .nav.nav-tabs .nav-item {
  margin: 0;
}
.inside-content .container .products-detail-tab .nav.nav-tabs .nav-item .nav-link {
  border: none;
  color: #fff;
  border-radius: 0px;
  margin: 0;
  padding: 0.5rem 1.5rem;
}
.inside-content .container .products-detail-tab .nav.nav-tabs .nav-item .nav-link:hover, .inside-content .container .products-detail-tab .nav.nav-tabs .nav-item .nav-link.active {
  background: #133070;
}
.inside-content .container .products-detail-tab .tab-content {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 25px;
}
@media (max-width: 991px) {
  .inside-content .container .financial-title {
    margin-bottom: 10px;
  }
}
.inside-content .container .financial-title li {
  border-right: 1px solid #ddd;
  padding: 0 15px;
}
.inside-content .container .financial-title li a {
  color: #1F4397;
  font-weight: 700;
}
.inside-content .container .financial-title li:last-child {
  border: 0;
}
.inside-content .container .financial-title li.active a, .inside-content .container .financial-title li:hover a {
  color: #E3191F;
}

.course-page {
  background: #fff;
}
.course-page .course-section01 {
  margin: 0 -15px 50px -15px;
}
.course-page .course-section01 .container {
  padding: 0;
}
.course-page .course-section01 .container .course-cart-list {
  background: #f8f8f8;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f8f8f8;
  margin-bottom: 30px;
}
.course-page .course-section01 .container .course-cart-list li a {
  padding: 7.5px 15px;
  display: inline-block;
  color: #333;
  border-bottom: 3px solid #f8f8f8;
}
.course-page .course-section01 .container .course-cart-list li.active a, .course-page .course-section01 .container .course-cart-list li:hover a {
  border-bottom: 3px solid #1877f2;
  color: #1877f2;
}
.course-page .course-section02 {
  background: #F2F1F1;
  margin-bottom: 30px;
}
.course-page .course-section02 .course-section02-img .img-wrap .img-item {
  padding-top: 55%;
}
.course-page .course-section02 .course-section02-text {
  padding: 20px 40px;
}
.course-page .course-section02 .course-section02-text h2 {
  color: #1F4397;
  margin-bottom: 15px;
}
.course-page .course-section03 {
  margin-bottom: 50px;
}
.course-page .course-section03 .course-cart-detail-wrap .course-cart-detail-btn {
  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;
}
.course-page .course-section03 .course-cart-detail-wrap.active .course-cart-detail-btn {
  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;
}
.course-page .course-section03 .course-cart-detail-wrap.active .course-cart-detail-btn .fa-chevron-down:before {
  content: "\f077";
}
.course-page .course-section03 .course-cart-detail-wrap .course-cart-detail h2 {
  margin-bottom: 30px;
}
.course-page .course-section03 .course-cart-detail-wrap .course-cart-detail p {
  margin-bottom: 0;
}
.course-page .course-section03 .course-cart-detail-wrap .course-cart-detail i {
  color: #666;
}
.course-page .course-section03 .course-cart-detail-wrap .course-cart-detail .course-cart-select {
  cursor: pointer;
}
.course-page .course-section03 .course-cart-detail-wrap .course-cart-detail .course-cart-select .form-check {
  padding: 15px 15px 5px 45px;
  margin-bottom: 10px;
  -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*/
}
.course-page .course-section03 .course-cart-detail-wrap .course-cart-detail .course-cart-select .form-check .form-check-input {
  margin-left: -25px;
  margin-top: 5px;
}
.course-page .course-section03 .course-cart-detail-wrap .course-cart-detail .course-cart-select .form-check .form-check-label {
  cursor: pointer;
  width: 100%;
}
.course-page .course-section03 .course-cart-detail-wrap .course-cart-detail .course-cart-select.active, .course-page .course-section03 .course-cart-detail-wrap .course-cart-detail .course-cart-select:hover {
  background: #eeeeee;
}
.course-page .course-section03 .course-cart-detail-wrap .course-cart-detail.active {
  display: none;
}
.course-page .course-section03 .course-cart-detail-small {
  padding: 0 15px;
  border: 1px solid #999;
  border-radius: 5px;
}
.course-page .course-section03 .course-cart-detail-small p {
  margin-bottom: 5px;
}
.course-page .course-section03 .course-cart-detail-small h3 {
  margin-bottom: 15px;
}
.course-page .course-section03 .course-cart-detail-small .row {
  padding: 10px 0;
}
.course-page .course-section03 .course-cart-detail-small .row + .row {
  border-top: 1px solid #999;
}
.course-page .course-section03 .course-cart-detail-small #datepicker .datepicker-inline, .course-page .course-section03 .course-cart-detail-small #datepicker table {
  width: 100%;
}
.course-page .course-section03 .course-cart-detail-small .input-group .btn-minus, .course-page .course-section03 .course-cart-detail-small .input-group .btn-plus {
  padding: 0;
  min-width: 1.5rem !important;
}
.course-page .course-section03 .course-cart-detail-small .input-group .number-input {
  padding: 0.175rem 0.5rem;
  height: auto !important;
  border: 1px solid #6c757d;
}
.course-page .course-section03 .course-cart-detail-small .input-group .btn-outline-secondary:hover {
  background-color: #0f51a3;
  border-color: #0f51a3;
}
.sidebar-title {
  background-color: #fff;
  padding: 10px 10px;
  border-bottom: 3px solid #1F4397;
}

.member-wrap {
  background-color: #fff;
  padding: 50px 40px;
}
@media (max-width: 991px) {
  .member-wrap {
    padding: 30px 15px;
  }
}

.recodeimg {
  font-size: 12px;
}

.sidebar-menu ul li {
  position: relative;
}
.sidebar-menu ul li a {
  display: block;
  padding: 10px 10px;
  color: #666;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.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;
}
.sidebar-menu ul li .sidebar-menu-sec {
  display: none;
  position: absolute;
  top: 0;
  right: -270px;
  width: 100%;
  background: #fff;
  z-index: 3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000)";
  /*IE 8*/
  /*FF 3.5+*/
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 2px 2px 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*/
}
.sidebar-menu ul li .sidebar-menu-sec li {
  margin: 0;
}
.sidebar-menu ul li .sidebar-menu-sec li a {
  border: none;
  color: #666;
  background: #fff;
}
.sidebar-menu ul li .sidebar-menu-sec li a:hover {
  color: #fff;
  background: #1F4397;
}
.sidebar-menu ul li:hover .sidebar-menu-sec {
  display: block;
}
.sidebar-menu ul li.active a, .sidebar-menu ul li:hover a {
  background-color: #1F4397;
  color: #fff;
}
.sidebar-menu ul li.active a .sidebar-right, .sidebar-menu ul li:hover a .sidebar-right {
  right: 5px;
}

.nowrap {
  white-space: nowrap;
}

.ck-edit img {
  width: initial;
  max-width: 100%;
}
@media (max-width: 991px) {
  .ck-edit img {
    width: 100%;
  }
}

.list-item {
  display: block;
}
.list-item .img-wrap {
  border-radius: 15px;
  overflow: hidden;
}
.list-item .img-wrap .img-item {
  padding-top: 56.25%;
}
.list-item .text-item {
  padding: 15px;
}
.list-item .text-item h4 {
  color: #000;
}
.list-item .text-item p {
  color: #666;
  margin: 0;
}
.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@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: 40%;
  margin-right: 10px;
  border-radius: 10px;
}
@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: calc(60% - 20px);
}
@media (max-width: 991px) {
  .list-item2 .text-item {
    width: 100%;
    text-align: center;
    padding: 15px;
  }
}
.list-item2 .text-item h5 {
  color: #000;
}
.list-item2 .text-item p {
  color: #666;
  margin: 0;
}
.list-item2:hover .text-item p {
  color: #000;
}

.copy-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
}
.copy-link ul li {
  margin-right: 15px;
}
.copy-link a {
  color: #1F4397;
  display: inline-block;
}
.copy-link a i {
  color: #8391A4;
  margin-right: 5px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.copy-link a:hover {
  color: #E3191F;
}
.copy-link a:hover i {
  color: #E3191F;
}

.main_tb .main_tb-title .row {
  padding: 0px;
  margin: 0;
}
.main_tb .main_tb-title .row [class^=col] {
  border: 1px solid #fff;
  color: #fff;
  padding: 15px;
  background: #1F4397;
  text-align: center;
}
@media (max-width: 991px) {
  .main_tb .main_tb-title {
    display: none;
  }
}
.main_tb .main_tb-title2 .row {
  padding: 0px;
  margin: 0;
}
.main_tb .main_tb-title2 .row [class^=col] {
  color: #fff;
  padding: 15px;
  background: #1F4397;
}
.main_tb .main_tb-body {
  counter-reset: num;
}
.main_tb .main_tb-body .row {
  padding: 10px 0px;
  margin: 0;
}
.main_tb .main_tb-body .row:nth-child(even) {
  background: rgba(193, 193, 193, 0.2);
}
.main_tb .main_tb-body .row .main_tb-title {
  color: #1F4397;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 991px) {
  .main_tb .main_tb-body .row .main_tb-title {
    font-size: 17px;
  }
}
.main_tb .main_tb-body .row .main_tb-date {
  color: #8391A4;
  font-size: 12px;
}
@media (max-width: 991px) {
  .main_tb .main_tb-body .row .main_tb-date {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .main_tb .main_tb-body .row .main_tb-date {
    text-align: center;
  }
}
.main_tb .main_tb-body .row .main_tb-download {
  width: 30px;
  height: 30px;
  background-image: url(../images/7.2.1/download@2x.png);
  background-size: cover;
  margin: 0 auto;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .main_tb .main_tb-body .row .main_tb-download {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .main_tb .main_tb-body .row .main_tb-download {
    text-align: center;
  }
}
.main_tb .main_tb-body .row:hover .main_tb-title {
  color: #E3191F;
}
.main_tb .main_tb-body .row:hover .main_tb-download {
  background-image: url(../images/7.2.1/download_hover@2x.png);
}
.main_tb .main_tb-body .row a {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .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;
  }
  .main_tb .main_tb-body .row [class^=col]:before {
    content: attr(data-title) " ";
    color: #000;
    font-weight: 700;
    white-space: nowrap;
    padding: 5px 15px;
    font-size: 17px;
    color: #333;
    margin: 0 10px 0px 0;
  }
}
.main_tb .main_tb-body-text {
  counter-reset: num;
}
.main_tb .main_tb-body-text .row {
  margin: 0;
}
@media (min-width: 992px) {
  .main_tb .main_tb-body-text .row {
    display: table;
    width: 100%;
  }
}
.main_tb .main_tb-body-text .row [class^=col] {
  padding: 15px;
  color: #1a1a1a;
  font-weight: 700;
}
@media (min-width: 992px) {
  .main_tb .main_tb-body-text .row [class^=col] {
    outline: 1px solid rgba(193, 193, 193, 0.2);
    display: table-cell;
    vertical-align: middle;
  }
}
.main_tb .main_tb-body-text .row:nth-child(even) {
  background: rgba(193, 193, 193, 0.2);
}
@media (min-width: 992px) {
  .main_tb .main_tb-body-text .row:nth-child(even) [class^=col] {
    outline: 1px solid #fff;
  }
}
@media (max-width: 991px) {
  .main_tb .main_tb-body-text .row [class^=col] {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    padding: 7.5px;
    margin-bottom: 0px;
    text-align: left;
  }
  .main_tb .main_tb-body-text .row [class^=col]:before {
    content: attr(data-title) " ";
    background: #1F4397;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
    padding: 0 7.5px;
    min-width: 90px;
    font-size: 17px;
    margin: 0 10px 0px 0;
  }
}
.main_tb .main_tb-body-text2 {
  counter-reset: num;
}
.main_tb .main_tb-body-text2 .row {
  margin: 0;
}
@media (min-width: 992px) {
  .main_tb .main_tb-body-text2 .row {
    display: table;
    width: 100%;
  }
}
.main_tb .main_tb-body-text2 .row [class^=col] {
  padding: 15px;
  color: #1a1a1a;
  font-weight: 700;
}
@media (min-width: 992px) {
  .main_tb .main_tb-body-text2 .row [class^=col] {
    outline: 1px solid rgba(193, 193, 193, 0.2);
    display: table-cell;
    vertical-align: middle;
  }
}
.main_tb .main_tb-body-text2 .row:nth-child(even) {
  background: rgba(193, 193, 193, 0.2);
}
@media (min-width: 992px) {
  .main_tb .main_tb-body-text2 .row:nth-child(even) [class^=col] {
    outline: 1px solid #fff;
  }
}

.custom-table {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 30px;
}
.custom-table .table tr,
.custom-table .table td {
  vertical-align: middle;
}
.custom-table .table th,
.custom-table .table td {
  border: #eee solid 1px;
}
@media (max-width: 991px) {
  .custom-table .table th,
  .custom-table .table td {
    white-space: nowrap;
  }
}
.custom-table .table thead {
  background: #1F4397;
  color: #fff;
  padding: 0;
}
.custom-table .table thead th {
  vertical-align: middle;
}
.custom-table .table tbody tr {
  vertical-align: middle;
}
.custom-table .table tbody tr:nth-child(even) {
  background: rgba(193, 193, 193, 0.2);
}
.custom-table-01 thead {
  white-space: nowrap;
}
@media (max-width: 991px) {
  .custom-table-02 tr,
  .custom-table-02 td {
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  .custom-table-03 thead {
    white-space: nowrap;
  }
}
.custom-table-03 tbody tr,
.custom-table-03 tbody td {
  text-align: center;
}
@media (max-width: 991px) {
  .custom-table-04 .table {
    width: 1200px;
  }
}

.modal-header {
  border: none;
}
.modal-header .modal-title {
  color: #000;
  font-size: 24px;
}
.modal-header .close span {
  font-size: 50px;
  line-height: 20px;
}

.custom-arrow .slick-next {
  right: 0px;
  outline: 0;
  width: 30px;
  height: 40px;
  z-index: 2;
  background: url(../images/products/right.png);
  opacity: 0.7;
}
.custom-arrow .slick-next:focus, .custom-arrow .slick-next:hover {
  opacity: 1;
  background: url(../images/products/right_hover.png);
}
.custom-arrow .slick-prev {
  left: 0px;
  outline: 0;
  width: 30px;
  height: 40px;
  z-index: 2;
  background: url(../images/products/left.png);
  opacity: 0.7;
}
.custom-arrow .slick-prev:focus, .custom-arrow .slick-prev:hover {
  opacity: 1;
  background: url(../images/products/left_hover.png);
}
.custom-arrow .slick-dots {
  bottom: 20px;
}
.custom-arrow .slick-disabled {
  display: none !important;
}

.custom-arrow2 .slick-next {
  right: -30px;
  outline: 0;
  width: 30px;
  height: 40px;
  z-index: 2;
  background: url(../images/products/right.png);
  background-color: #eee;
  opacity: 0.7;
}
.custom-arrow2 .slick-next:focus, .custom-arrow2 .slick-next:hover {
  opacity: 1;
  background: url(../images/products/right_hover.png);
}
.custom-arrow2 .slick-prev {
  display: none !important;
}
.custom-arrow2 .slick-dots {
  bottom: 20px;
}
.custom-arrow2 .slick-disabled {
  display: none !important;
}

.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;
}

.form-custom {
  padding: 10px 0px;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
}
@media (min-width: 768px) {
  .form-custom {
    min-width: 200px;
  }
}

.btn-style01 {
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 10.5px 55px;
  position: relative;
  background: #E3191F;
  border: 1px solid #E3191F;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .btn-style01 {
    width: 100%;
  }
}
.btn-style01:hover {
  color: #E3191F;
  border: 1px solid #E3191F;
  background: #fff;
}

.btn-style02 {
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 6px 21px;
  position: relative;
  background: #E3191F;
  border: 1px solid #E3191F;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .btn-style02 {
    width: 100%;
  }
}
.btn-style02:hover {
  color: #E3191F;
  border: 1px solid #E3191F;
  background: #fff;
}

.btn-style03 {
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 10.5px 55px;
  position: relative;
  background: #184a9f;
  border: 1px solid #184a9f;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .btn-style03 {
    width: 100%;
  }
}
.btn-style03:hover {
  color: #184a9f;
  border: 1px solid #184a9f;
  background: #fff;
}

.prev-price {
  font-size: 14px;
  text-decoration: line-through;
}

.price {
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px;
  position: relative;
  display: block;
}
.price::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 3px;
  background: #fff552;
}

.qa-inner {
  margin-bottom: 40px;
}
.qa-inner .qa-tab_cont {
  padding: 15px;
  border-bottom: 1px dashed #000;
}
.qa-inner .qa-tab_cont .qa-tab_item_top {
  cursor: pointer;
  position: relative;
  font-size: 1.2rem;
  display: block;
}
.qa-inner .qa-tab_cont .qa-tab_item_top:after {
  position: absolute;
  content: "\f067";
  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: 4px;
  right: 15px;
}
.qa-inner .qa-tab_cont .qa-tab_item_top > i {
  font-size: 1.5rem;
  color: #feb03e;
}
.qa-inner .qa-tab_cont .qa-tab_item_bottom {
  margin-top: 20px;
  font-size: 1.2rem;
  display: none;
}
.qa-inner .qa-tab_cont.opened .qa-tab_item_top:after {
  content: "\f068";
}
.qa-inner .qa-tab_cont.opened .qa-tab_item_bottom {
  display: block;
}

.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;
}

@media (min-width: 992px) {
  .col-lg-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%;
  }
}
.nice-select {
  height: initial;
  line-height: initial;
}

.nav.nav-tabs {
  border: none;
}
.nav.nav-tabs .nav-link {
  border: 1px solid #ddd;
  border-radius: 50px;
  margin: 0 15px;
  padding: 0.25rem 1.5rem;
}
.nav.nav-tabs .nav-link.active {
  border: 1px solid #000;
}

.share-list {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.share-list li {
  margin: 15px 0;
  padding: 0 15px;
  border-right: 1px solid #fff;
}
.share-list li a {
  display: block;
  font-size: 0;
  width: 20px;
  height: 20px;
}
.share-list li:last-child {
  border: 0;
}

.share-list-2 li {
  padding: 15px;
}
.share-list-2 li a {
  display: block;
  font-size: initial;
  line-height: 0;
}
.share-list-2 li a i {
  font-size: 24px;
  color: #666;
  opacity: 0.8;
}
.share-list-2 li a i:hover {
  color: #000;
  opacity: 1;
}

@media (min-width: 769px) {
  .banner_slider_mo {
    display: none;
  }
}
@media (max-width: 768px) {
  .banner_slider {
    display: none;
  }
  img {
    max-width: 100% !important;
  }
}