/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */

@charset "UTF-8";
@import url("font.css");
@import url("button.css");
@import url("header.css");
@import url("footer.css");
@import url("sidemenu.css");
@import url("certificate.css");

body {
  font-family: 'Noto Sans TC', sans-serif,'GenSekiGothic-R', sans-serif,"Microsoft JhengHei","微軟正黑體",'Arial', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.7;
  color: #939597;
  background: #fff;
}
/* nav
============================================================================================ */
.navbar-toggler {
  padding: .25rem .5rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
  outline: none;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #4cb2c4;
}
.nav-pills-2 .nav-link.active,
.nav-pills-2 .show > .nav-link {
  color: #000000;
  background-color: #f9f6ed;
}
.nav-link-3.active,
.show > .nav-link-3 {
  color: #000000;
  background-color: #f9f6ed;
}
.nav-link-3 {
  display: block;
  padding: .5rem 1rem;
  font-size: 14pt;
  }
@media (max-width: 450px) {
  .nav-link-3 {
    display: block;
    padding: .2rem .4rem;
    font-size: 12pt;
  }
}
@media (max-width: 320px) {
  .nav-link-3 {
    display: block;
    margin-bottom: 5px;
    padding: .5rem 4.6rem;
    font-size: 12pt;
    border-radius: 2px;
  }
}
.nav-pills-3 .nav-link-4.active,
.nav-pills-3 .show > .nav-link-4 {
  color: #fff;
  background-color: none;
  border: 1px solid #4cb2c4;
  border-radius: 5px;
  opacity: 1;
}
.nav-link-4 {
  display: block;
  padding: .5rem 1rem;
  opacity: .5;
}
.nav-link-5 {
  display: block;
  padding: .1rem .3rem;
}
.nav-item-5 {
  display: block;
  color: #fff;
  font-size: 14pt;
  padding: .3rem 1rem;
  background-color: #4cb2c4;
  border-radius: 25px;
  margin-right: 10px;
}
.nav-item-5:hover {
  display: block;
  color: #fff;
  background-color: #4cb2c4;
  
}
.nav-pills-4 .nav-item-5.active,
.nav-pills-4 .show > .nav-item-5 {
  color: #fff;
  background-color: #f5c71d;
  border-radius: 25px;
}

@media (max-width: 450px) {
  .nav-item-5 {
    display: block;
    font-size: 12pt;
    color: #fff;
    padding: .3rem .8rem;
    background-color: #4cb2c4;
    border-radius: 25px;
    margin-right: 5px;
  }
  .nav-item-5:hover {
    display: block;
    color: #fff;
    background-color: #4cb2c4;
    
  }
}
.nav-link-6 {
  display: block;
  color: #ffefa5;
  font-size: 14pt;
  font-weight: 600;
  padding: 0 .5rem;
  margin-right: 3px;
  border: 2px solid #ffefa5;
  border-radius: 25px;
  margin-bottom: 5px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.nav-link-6:hover {
  display: block;
  color: #4cb2c4;
  background-color: #ffefa5;
  border: 2px solid #ffefa5;  
}
.nav-pills-6 .nav-link-6.active,
.nav-pills-6 .show > .nav-link-6 {
  color: #4cb2c4;
  background-color: #ffefa5;
  border: 2px solid #ffefa5;
  border-radius: 25px;
}

.nav-link-7 {
  display: block;
  color: #fff;
  font-size: 14pt;
  padding: .3rem 1rem;
  background-color: #4cb2c4;
  border-radius: 25px;
  margin-right: 10px;
}
.nav-pills-7 .nav-link-7.active,
.nav-pills-7 .show > .nav-link-7 {
  color: #fff;
  background-color: #f5c71d;
  border-radius: 25px;
}
div.tab_style{
  background-color: #f9f6ed;
  padding: 1em;
  border-radius : 4px;
}
/* Section Gaps css
============================================================================================ */

.content-wrap {
  padding: 3em 0;
  clear: both;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1100px) {
  .container {
    max-width: 1100px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.no-padding {
  padding: 0;
}
.section_gap {
  padding: 100px 0;
}
.blog_gap {
  padding-top: 180px;
}

@media (max-width: 991px) {
  .section_gap {
    padding: 80px 0;
  }
  .blog_gap {
    padding-top: 120px;
  }
}

.section_gap_50 {
  padding: 50px 0;
}

@media (max-width: 991px) {
  .section_gap_60 {
    padding: 50px 0 20px 0;
  }
}

.section_gap_75 {
  padding: 75px 0;
}

@media (max-width: 991px) {
  .section_gap_75 {
    padding: 70px 0;
  }
}

.section_gap_top {
  padding-top: 100px;
}

@media (max-width: 991px) {
  .section_gap_top {
    padding-top: 80px;
  }
}

.section_gap_bottom {
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .section_gap_bottom {
    padding-bottom: 120px;
  }
}


/* Section title css
============================================================================================ */

.section-title {
  margin-bottom: 50px;
}

.section-title h1 {
  font-size: 36px;
}

.section-title p {
  margin-bottom: 0;
}


/* login area css
============================================================================================ */

@media (max-width: 992px)
{
  .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
  }
}
.modal-content_02 {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-radius: 0.3rem;
  outline: 0;
  margin: 10em 0 8em 0;
  z-index: 15;
}

.modal-body_students {
  background-color: #fffdf7;
}
.modal-body_parents {
  background-color: #f2fdff;
}
.modal-body_continuing_education {
  background-color: #f3fff8;
}
.modal-body_parents_02 {
  background-color: #f2fdff;
}
.modal-body_teachers {
  background-color: #fff5f5;
}
.modal-body_distributor {
  background-color: #f3f3f3;
}
.modal-body_students, .modal-body_parents, .modal-body_continuing_education, 
.modal-body_teachers, .modal-body_distributor {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem 4em;
  box-shadow: 3px 3px 10px #b1b1b1;
  border-radius: 5px;
  z-index: 15;
}
.modal-body_parents_02 {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem 2rem;
  box-shadow: 3px 3px 10px #b1b1b1;
  border-radius: 5px;
  z-index: 15;
}

.modal-body_forget_password {
  background-color: #ffffff;
  position: relative;
  flex: 1 1 auto;
  padding: 1rem 4em;
  box-shadow: 3px 3px 10px #b1b1b1;
  border-radius: 5px;
  z-index: 16;
}
.modal-body-2 {
  background-color: #ffffff;
  position: relative;
  flex: 1 1 auto;
  padding: 1rem 4em;
  z-index: 16;
}
@media (max-width: 576px) {
  .modal-body_students, .modal-body_parents, .modal-body_continuing_education, .modal-body_parents_02, 
  .modal-body_teachers, .modal-body_distributor {
    padding: 1rem 2em;
    box-shadow: 3px 3px 5px #b1b1b1;
  }
  
  .modal-body-2 {
    padding: 1rem 2em;
  }
}

@media (max-width: 450px) {
  .modal-body_students, .modal-body_parents, .modal-body_continuing_education, .modal-body_parents_02, 
  .modal-body_teachers, .modal-body_distributor {
    padding: 1rem 1.2em;
  }
  
  .modal-body-2 {
    padding: 1rem 1.2em;
  }
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: none;
}

/* nav-link */
.nav-link-students {
  background-color: #f5c71d;
}
.nav-link-parents {
  background-color: #4cb2c4;
}
.nav-link-continuing_education {
  background-color: #4cc482;
}
.nav-link-teachers {
  background-color: #e37f86;
}
.nav-link-distributor {
  background-color: #8a8a8a;
}
.nav-link-students, .nav-link-parents, .nav-link-continuing_education, .nav-link-teachers, .nav-link-distributor {
  color: #ffffff;
  padding: 10px 10px;
  border-radius: 3px;
  margin-bottom: 3px;
  margin-left: -30px;
  max-width: 100px;
  min-width: 100px;
  opacity: 0.6;
  box-shadow: 3px 3px 5px #b1b1b1;
}
.nav-pills .nav-link-students.active,
.nav-pills .nav-link-parents.active,
.nav-pills .nav-link-continuing_education.active,
.nav-pills .nav-link-teachers.active,
.nav-pills .nav-link-distributor.active,
.nav-pills .show > .nav-link 
{
  margin-left: -50px;
  box-shadow: 2px 2px 5px #b1b1b1;
  padding: 10px 10px;
  z-index: 17;
  color: #ffffff;
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.nav-pills .nav-link-students:hover,
.nav-pills .nav-link-parents:hover, 
.nav-pills .nav-link-continuing_education:hover,
.nav-pills .nav-link-teachers:hover, 
.nav-pills .nav-link-distributor:hover
{
  box-shadow: 2px 2px 5px #b1b1b1;
  padding: 10px 10px;
  z-index: 15;
  color: #ffffff;
  opacity: 1;
}

@media (max-width: 991px) {
  .nav-link-students, .nav-link-parents, .nav-link-continuing_education, .nav-link-teachers, .nav-link-distributor {
    max-width: 90px;
    min-width: 80px;
  }
}
@media (max-width: 576px) {
  .nav-link-students, .nav-link-parents, .nav-link-continuing_education, .nav-link-teachers, .nav-link-distributor {
    color: #ffffff;
    padding: 6px 4px;
    max-width: 70px;
    min-width: 70px;
  }
  .nav-pills .nav-link-students.active,
  .nav-pills .nav-link-parents.active,
  .nav-pills .nav-link-continuing_education.active,
  .nav-pills .nav-link-teachers.active,
  .nav-pills .nav-link-distributor.active,
  .nav-pills .show > .nav-link 
  {
    padding: 6px 4px;
  }
  .nav-pills .nav-link-students:hover,
  .nav-pills .nav-link-parents:hover, 
  .nav-pills .nav-link-continuing_education:hover,
  .nav-pills .nav-link-teachers:hover, 
  .nav-pills .nav-link-distributor:hover
  {
    padding: 6px 4px;
  }
}

/* nav-link end*/
.m-0 {
  margin: 0;
}
.mrl-5 {
  margin: 0 5px;
}
.mrl-15 {
  margin: 0 15px;
}
.mr-m18 {
  margin-right: -18px;
}
.m-0 {
  margin: 0;
}
.mt_m10 {
  margin-top: -10px;
}
/*webkit瀏覽器專用*/
.form-group ::-webkit-input-placeholder {
  color: #bebebe;
}
/*Firefox 4-18瀏覽器專用*/
.form-group input::-moz-placeholder {
  color: #bebebe;
}
/*Firefox 19+瀏覽器專用*/
.form-group input::-moz-placeholder {
  color: #bebebe;
}
/*IE10瀏覽器專用*/
.form-group:-ms-input-placeholder {
  color: #bebebe;
}

/*Multi-step form styles*/
#msform, #msform_adult {
  position: relative;
  margin-bottom: 5em;
}

#msform fieldset, #msform_adult fieldset {
  border: 0 none;
  border-radius: 3px;
  width: 100%;
  /*stacking fieldsets above each other*/
  position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type), #msform_adult fieldset:not(:first-of-type) {
  display: none;
}

/*inputs*/
#msform input,
#msform textarea,
#msform_adult input,
#msform_adult textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  /* margin-bottom: 10px; */
  box-sizing: border-box;
  font-family: "\5FAE\8EDF\6B63\9ED1\9AD4", Arial, Helvetica, sans-serif;
  color: #2C3E50;
}

/* radio checkbox 按鈕 ----------------------*/
.custom-control-input {
  position: absolute;
  cursor: pointer;
  top: 5px;
  left: 5px;
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 1;
  border: 2px solid #000000;
}


/* headings */
.fs-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #2C3E50;
  margin-bottom: 10px;
}

.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
  margin: 5px 0 30px 0;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  width: 50%;
}

#progressbar li {
  list-style-type: none;
  color: #4cb2c4;
  text-transform: uppercase;
  font-size: 14px;
  width: 25%;
  float: left;
  position: relative;
  text-align: center;
  margin-top: 5px;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 14px;
  color: #ffffff;
  background: #4cb2c4;
  border-radius: 100%;
  margin: 0 auto 5px auto;
}

/*progressbar connectors*/
#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #4cb2c4;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1;
  /*put it behind the numbers*/
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #f5c71d;
  color: #ffffff;
}

/*progressbar_02*/
#progressbar_02 {
  margin: 5px 0 30px 0;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}

#progressbar_02 li {
  list-style-type: none;
  color: #4cb2c4;
  text-transform: uppercase;
  font-size: 14px;
  width: 30%;
  float: left;
  position: relative;
  text-align: center;
  margin-top: 5px;
}

#progressbar_02 li:before {
  content: counter(step);
  counter-increment: step;
  width: 25px;
  line-height: 25px;
  display: block;
  font-size: 14px;
  color: #ffffff;
  background: #4cb2c4;
  border-radius: 100%;
  margin: 0 auto 5px auto;
}

/*progressbar_02 connectors*/
#progressbar_02 li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #4cb2c4;
  position: absolute;
  left: -50%;
  top: 12px;
  z-index: -1;
  /*put it behind the numbers*/
}

#progressbar_02 li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar_02 li.active:before,
#progressbar_02 li.active:after {
  background: #f5c71d;
  color: #ffffff;
}

/* progressbar_continuing_education */
#progressbar_continuing_education {
  margin: 5px 0 30px 0;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  width: 25%;
}

#progressbar_continuing_education li {
  list-style-type: none;
  color: #4cb2c4;
  text-transform: uppercase;
  font-size: 14px;
  width: 50%;
  float: left;
  position: relative;
  text-align: center;
  margin-top: 5px;
}

#progressbar_continuing_education li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 14px;
  color: #ffffff;
  background: #4cb2c4;
  border-radius: 100%;
  margin: 0 auto 5px auto;
}

/*progressbar_continuing_education connectors*/
#progressbar_continuing_education li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #4cb2c4;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1;
  /*put it behind the numbers*/
}

#progressbar_continuing_education li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar_continuing_education li.active:before,
#progressbar_continuing_education li.active:after {
  background: #f5c71d;
  color: #ffffff;
}


.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label {
  min-height: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
/* input */
input.checkbox_md {
  width: 15px;
  height: 15px;
}
input {
  outline: none;
}

.checkbox_in_card {
  top: 5px;
  left: 30px;
}
/* qty */
.qtyminus, .qtyplus, .qty {
	background-color: #f7f6f5;
	border: none !important;
	text-align: center;
	margin: 2px 2px;
	padding: 8px 0 !important;
}
.qtyminus-2, .qtyplus-2, .qty-2 {
	background-color: #fbfbfb;
	border: none !important;
	text-align: center;
	margin: 2px 2px;
	padding: 8px 0 !important;
}
@media screen and (max-width:767px) {
	.qtyminus, .qtyplus, .qty {
		padding: 4px 0 !important;
	}
  .qtyminus-2, .qtyplus-2, .qty-2 {
		padding: 4px 0 !important;
	}
}
.hr_line_OR {
  line-height: 1px;
  font-size: 10pt;
  padding: 0 10px;
  text-align: center;
  color: #8a8a8a;
  background-color: #f2fdff;
}
.hr_line_01 {
  line-height: 1px;
  border-top: 1px solid #8a8a8a;
  color: #8a8a8a;
  text-align: center;
  margin: 20px 0;
}

.hr_line_03 {
  margin-bottom: 30px;
  line-height: 1px;
  border-bottom: 1px solid #8a8a8a;
  color: #8a8a8a;
}

.hr_line_04 {
  padding-top: 15px;
  border-top: 10px solid #f5c71d;
  width: 120px;
  margin: 0 auto;
}
.form-check-inline {
  display: inline-block;
  align-items: center;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
  cursor: pointer;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: 1px solid #c1c1c1;
  height: auto;
}
.form-control {
  display: initial;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* form-control-01 */
.form-control-01 {
  display: initial;
  width: 100%;
  /* height: calc(1.5em + .75rem + 2px); */
  padding: 0.375rem 0.75rem;
  font-size: 14pt;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-bottom: 2px solid #4cb2c4;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (max-width: 576px) {
  .form-control-01 {
    font-size: 12pt;
  }
}
.form-control-02 {
  display: initial;
  width: 97%;
  height: calc(1.5em + .75rem + 2px);
  padding: 15px;
  margin: 12px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px dashed #ced4da;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (max-width: 450px) {
  .form-control-02 {
    width: 100%;
    padding: 15px;
    margin: 12px 0;
  }
}
textarea.form-control-02 {
  height: auto;
}

.form-control-03 {
  display: initial;
  width: 100%;
  height: calc(1.7em + .75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 14pt;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  flex: 1 1 auto;
  width: 1%;
  border: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (max-width: 576px) {
  .form-control-03 {
    font-size: 12pt;
  }
}
.add_textbox {
  display: none;
}

/* panel-heading area css
============================================================================================ */
.panel {
  background-color: #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-bottom: 1em;
}
.panel-heading {
  padding: .4rem;
  border:0;
}
.panel-title>a, .panel-title>a:active{
	display:block;
	padding:15px;
  color:#555;
  font-size:18px;
  font-weight:bold;
	text-decoration:none;
}
.panel-heading  a:before {
   font-family: 'font awesome 5 free';
   content: "\f107";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 
.panel-body {
  padding: .5rem 3rem 1.25rem 3rem;
}
/* panel-2 */
.panel-2 {
  background-color: #f9f6ed;
  border-radius: 10px;
  margin-bottom: 1em;
}
.panel-title-2>a, .panel-title-2>a:active{
	display:block;
	padding:5px 15px;
  color:#555;
  font-size:16px;
  font-weight:bold;
  text-decoration:none;
  line-height: 2.5;
}
.panel-body-2 {
  padding: 1.25rem;
}
@media screen and (max-width: 576px) {
  .panel-title-2>a, .panel-title-2>a:active{
    display:block;
    padding: 0;
    color:#555;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    line-height: 2.5;
  }
  .panel-body-2 {
    padding: .8rem;
  }
}

/* panel-3 */
.panel-3 {
  width: 100%;
  box-shadow: 0px 0px 12px #ccc;
  padding: 20px;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .panel-3 {
    width: 98%;
    box-shadow: 0px 0px 12px #ccc;
    padding: 20px;
    margin: 0 auto;
  }
}
.panel-title-3>a, .panel-title-3>a:active{
	display:block;
  color:#555;
	text-decoration:none;
}
.panel-heading-3  a:before {
   font-family: 'font awesome 5 free';
   content: "\f107";
   float: right;
   transition: all 0.5s;
   font-weight:bold;
   font-size:18px;
}
.panel-heading-3.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 

/* panel-4 */
.panel-4 {
  width: 90%;
  padding: 5px 5px 5px 15px;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .panel-4 {
    width: 80%;
    padding: 5px 5px 5px 15px;
    margin: 0 auto;
  }
}
.panel-title-4>a, .panel-title-3>a:active{
	display:block;
	text-decoration:none;
  text-align: left;
  font-size: 15pt;
}
.panel-body-4 {
  text-align: left;
  font-size: 13pt;
  padding: 5px 15px 15px 25px;
}
.panel-heading-4  a:before {
   font-family: 'font awesome 5 free';
   content: "\f107";
   float: left;
   transition: all 0.5s;
   font-weight:bold;
   font-size: 15pt;
   color: white;
   margin-right: 10px;
   vertical-align: middle;
}
.panel-heading-4.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 

@media screen and (max-width: 576px) {
  .panel-title-4>a, .panel-title-3>a:active{
    display:block;
    text-decoration:none;
    text-align: left;
    font-size: 13pt;
  }
  .panel-body-4 {
    text-align: left;
    font-size: 11pt;
    padding: 5px 15px 15px 25px;
  }
}

/* panel-5 */
.panel-5 {
  width: 100%;
  padding: 5px 5px 5px 15px;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .panel-5 {
    width: 80%;
    padding: 5px 5px 5px 15px;
    margin: 0 auto;
  }
}
.panel-title-5>a, .panel-title-3>a:active{
	display:block;
	text-decoration:none;
  text-align: left;
  font-size: 15pt;
  color: black;
}
.panel-body-5 {
  text-align: left;
  font-size: 13pt;
  color: #939597;
  padding: 5px 15px 15px 25px;
}
.panel-heading-5  a:before {
   font-family: 'font awesome 5 free';
   content: "\f107";
   float: left;
   transition: all 0.5s;
   font-weight:bold;
   font-size: 15pt;
   color: black;
   margin-right: 10px;
   vertical-align: middle;
}
.panel-heading-5.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 

@media screen and (max-width: 576px) {
  .panel-title-5>a, .panel-title-3>a:active{
    display:block;
    text-decoration:none;
    text-align: left;
    font-size: 13pt;
  }
  .panel-body-5 {
    text-align: left;
    font-size: 11pt;
    padding: 5px 15px 15px 25px;
  }
}
/* animation area css
============================================================================================ */
.animation_tada:hover {
  animation: tada; 
  animation-duration: 1s; 
}
/* banner area css
============================================================================================ */

.banner-area {
  background-size: cover;
  position: relative;
}
.banner-area-02 {
  background-image: url(/images/bg/bg_01.svg);
  height: 100%;
  padding-bottom: 3rem;
  background-size: cover;
}
.banner-area-03 {
  background-image: url(/images/bg/bg_with_video_lg.svg);
  height: 100%;
  padding-bottom: 3rem;
  background-size: cover;
}
.banner-area-04 {
  background-size: cover;
  position: relative;
}
@media (max-width: 1220px) {
  .banner-area {
    margin-top: 4em;
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .banner-area-03 {
    background-image: url(/images/bg/bg_with_video_lg.svg);
    height: 100%;
    padding-bottom: 3rem;
  }
  .banner-area-02 {
    background-image: url(/images/bg/bg_01.svg);
    height: 100%;
    padding-bottom: 3rem;
  }
  .banner-h-player-list {
    height: 100%;
    padding-bottom: 3rem;
  }
}

@media (max-width: 768px) {
  .banner-area-03 {
    background-image: url(/images/bg/bg_with_video_lg.svg);
    height: 100%;
    padding-bottom: 3rem;
  }
  .banner-area-02 {
    background-image: url(/images/bg/bg_01.svg);
    height: 100%;
    padding-bottom: 3rem;
  }
  .banner-h-player-list {
    height: 100%;
    padding-bottom: 3rem;
  }
}

/* owl-custom start */
.hero-wrap {
  width: 100%;
  height: 100%;
  position: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative; }
  @media (max-width: 1199.98px) {
    .hero-wrap {
      background-position: center center !important; } }
  .hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .4;
    background: #000000; }
  .hero-wrap.hero-wrap-2 {
    height: 400px; }
  /*   .hero-wrap.hero-wrap-2 .overlay {
      opacity: .6;
      background: #1ba12d; }
    .hero-wrap.hero-wrap-2 .slider-text {
      height: 400px; }
      .hero-wrap.hero-wrap-2 .slider-text h1 {
        font-weight: 400;
        font-size: 40px; }
  .hero-wrap .slider-text h1 {
    color: #fff;
    line-height: 1.2;
    font-family: "Montserrat", Arial, sans-serif; }
    @media (max-width: 991.98px) {
      .hero-wrap .slider-text h1 {
        font-size: 40px; } }
    .hero-wrap .slider-text h1 span {
      color: #1ba12d; }
  .hero-wrap .slider-text .subheading {
    font-size: 15px;
    color: #1ba12d;
    text-transform: uppercase;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 2px; } */
  /* .hero-wrap .slider-text p {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7); }
    .hero-wrap .slider-text p strong {
      font-weight: 700; }
      .hero-wrap .slider-text p strong a {
        color: #000000; } */
  /* .hero-wrap .slider-text .breadcrumbs {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    z-index: 99; }
    .hero-wrap .slider-text .breadcrumbs span {
      color: rgba(255, 255, 255, 0.5); }
      .hero-wrap .slider-text .breadcrumbs span i {
        color: rgba(255, 255, 255, 0.3); }
      .hero-wrap .slider-text .breadcrumbs span a {
        color: rgba(255, 255, 255, 0.7); }
        .hero-wrap .slider-text .breadcrumbs span a:hover, .hero-wrap .slider-text .breadcrumbs span a:focus {
          color: #1ba12d; }
          .hero-wrap .slider-text .breadcrumbs span a:hover i, .hero-wrap .slider-text .breadcrumbs span a:focus i {
            color: #1ba12d; } */

.owl-carousel {
  position: relative; }
  .owl-carousel .owl-item {
    opacity: 1; }
    .owl-carousel .owl-item.active {
      opacity: 1; }
  .owl-carousel .owl-dots {
    text-align: center; }
    .owl-carousel .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: #e6e6e6;
      position: relative; }
      .owl-carousel .owl-dots .owl-dot:after {
        position: absolute;
        top: -2px;
        left: -2px;
        right: 0;
        bottom: 0;
        width: 14px;
        height: 14px;
        content: '';
        border: 1px solid #4d4d4d;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
      .owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
        outline: none !important; }
      .owl-carousel .owl-dots .owl-dot.active {
        background: #b3b3b3; }
        .owl-carousel .owl-dots .owl-dot.active:after {
          border-color: #fff; }
  .owl-carousel.home-slider {
    position: relative;
    height: 700px;
    z-index: 0; }
    .owl-carousel.home-slider .slider-item {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      height: 700px;
      position: relative;
      z-index: 0;
      overflow: hidden; }
      .owl-carousel.home-slider .slider-item .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        background: #000000;
        opacity: .1;
        width: 100%;
        padding: 0;
        z-index: 0; }
      @media (max-width: 1199.98px) {
        .owl-carousel.home-slider .slider-item {
          background-position: center center !important; } }
      /* .owl-carousel.home-slider .slider-item .slider-text {
        height: 700px;
        position: relative; }
        .owl-carousel.home-slider .slider-item .slider-text .text {
          z-index: 0;
          color: rgba(255, 255, 255, 0.9); }
        .owl-carousel.home-slider .slider-item .slider-text h1 {
          font-size: 50px;
          font-weight: 700;
          color: #fff;
          line-height: 1.3;
          text-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1); }
          @media (max-width: 991.98px) {
            .owl-carousel.home-slider .slider-item .slider-text h1 {
              font-size: 40px;
              letter-spacing: 3px; } }
        .owl-carousel.home-slider .slider-item .slider-text h2 {
          font-size: 16px;
          text-transform: uppercase;
          letter-spacing: 2px;
          font-family: "Montserrat", Arial, sans-serif;
          font-weight: 600;
          color: #58e36b;
          display: inline-block;
          position: relative;
          letter-spacing: 4px; } */
    .owl-carousel.home-slider .owl-nav {
      position: absolute;
      top: 50%;
      width: 100%; }
      .owl-carousel.home-slider .owl-nav .owl-prev,
      .owl-carousel.home-slider .owl-nav .owl-next {
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        outline: none !important;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0; }
        .owl-carousel.home-slider .owl-nav .owl-prev span:before,
        .owl-carousel.home-slider .owl-nav .owl-next span:before {
          font-size: 30px;
          color: rgba(255, 255, 255, 0.5);
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .owl-carousel.home-slider .owl-nav .owl-prev:hover span:before, .owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
        .owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
        .owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
          color: #fff; }
      .owl-carousel.home-slider .owl-nav .owl-prev {
        left: 0;
        margin-left: 0; }
      .owl-carousel.home-slider .owl-nav .owl-next {
        right: 0;
        margin-right: 0; }
    .owl-carousel.home-slider:hover .owl-nav .owl-prev,
    .owl-carousel.home-slider:hover .owl-nav .owl-next {
      opacity: 1; }
    .owl-carousel.home-slider:hover .owl-nav .owl-prev {
      margin-left: 50px; }
    .owl-carousel.home-slider:hover .owl-nav .owl-next {
      margin-right: 50px; }
    .owl-carousel.home-slider .owl-dots {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 20px;
      width: 100%;
      text-align: center; }
      @media (max-width: 767.98px) {
        .owl-carousel.home-slider .owl-dots {
          bottom: 20px; } }
        .owl-carousel.home-slider .owl-dots .owl-dot {
          width: 10px;
          height: 10px;
          margin: 5px;
          border-radius: 50%;
          background: rgba(255, 255, 255, 0.4); }
        .owl-carousel.home-slider .owl-dots .owl-dot.active {
          background: #4cb2c4; }
        @media (max-width: 576px) {
          .owl-carousel.home-slider {
            height: 500px;}
          .owl-carousel.home-slider .slider-item {
            height: 500px;}
          }

/* course-intro-slider start */
.owl-carousel.course-intro-slider {
  position: relative;
  height: 700px;
  z-index: 0; }
  .owl-carousel.course-intro-slider .slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 700px;
    position: relative;
    z-index: 0;
    overflow: hidden; }
    .owl-carousel.course-intro-slider .slider-item .overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      background: #000000;
      opacity: .1;
      width: 100%;
      padding: 0;
      z-index: 0; }
    @media (max-width: 1199.98px) {
      .owl-carousel.course-intro-slider .slider-item {
        background-position: center center !important; } }
  .owl-carousel.course-intro-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%; }
    .owl-carousel.course-intro-slider .owl-nav .owl-prev,
    .owl-carousel.course-intro-slider .owl-nav .owl-next {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      outline: none !important;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      opacity: 0; }
      .owl-carousel.course-intro-slider .owl-nav .owl-prev span:before,
      .owl-carousel.course-intro-slider .owl-nav .owl-next span:before {
        font-size: 30px;
        color: rgba(255, 255, 255, 0.5);
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .owl-carousel.course-intro-slider .owl-nav .owl-prev:hover span:before, .owl-carousel.course-intro-slider .owl-nav .owl-prev:focus span:before,
      .owl-carousel.course-intro-slider .owl-nav .owl-next:hover span:before,
      .owl-carousel.course-intro-slider .owl-nav .owl-next:focus span:before {
        color: #fff; }
    .owl-carousel.course-intro-slider .owl-nav .owl-prev {
      left: 0;
      margin-left: 0; }
    .owl-carousel.course-intro-slider .owl-nav .owl-next {
      right: 0;
      margin-right: 0; }
  .owl-carousel.course-intro-slider:hover .owl-nav .owl-prev,
  .owl-carousel.course-intro-slider:hover .owl-nav .owl-next {
    opacity: 1; }
  .owl-carousel.course-intro-slider:hover .owl-nav .owl-prev {
    margin-left: 50px; }
  .owl-carousel.course-intro-slider:hover .owl-nav .owl-next {
    margin-right: 50px; }
  .owl-carousel.course-intro-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 100%;
    text-align: center; }
    @media (max-width: 767.98px) {
      .owl-carousel.course-intro-slider .owl-dots {
        bottom: 20px; } }
      .owl-carousel.course-intro-slider .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        margin: 5px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.4); }
      .owl-carousel.course-intro-slider .owl-dots .owl-dot.active {
        background: #4cb2c4; }
      @media (max-width: 576px) {
        .owl-carousel.course-intro-slider {
          height: 500px;}
        .owl-carousel.course-intro-slider .slider-item {
          height: 500px;}
        }
/* course-intro-slider end */
          
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.owl-carousel {
  position: relative; }
  /* .owl-carousel .owl-item {
    opacity: .4; } */
    .owl-carousel .owl-item.active {
      opacity: 1; }
  .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%; }
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: -10px;
      color: white !important;
      -moz-transition: all 0.7s ease;
      -o-transition: all 0.7s ease;
      -webkit-transition: all 0.7s ease;
      -ms-transition: all 0.7s ease;
      transition: all 0.7s ease;
      opacity: 0; }
      .owl-carousel .owl-nav .owl-prev span:before,
      .owl-carousel .owl-nav .owl-next span:before {
        font-size: 30px; }
    .owl-carousel .owl-nav .owl-prev {
      left: 0; }
    .owl-carousel .owl-nav .owl-next {
      right: 0; }
  .owl-carousel .owl-dots {
    text-align: center; }
    .owl-carousel .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: #e6e6e6;
      position: relative; }
      .owl-carousel .owl-dots .owl-dot:after {
        position: absolute;
        top: -2px;
        left: -2px;
        right: 0;
        bottom: 0;
        width: 14px;
        height: 14px;
        content: '';
        border: 1px solid #e6e6e6;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
      .owl-carousel .owl-dots .owl-dot.active {
        background: #b3b3b3; }
  .owl-carousel:hover .owl-nav .owl-prev,
  .owl-carousel:hover .owl-nav .owl-next {
    opacity: 1; }
  .owl-carousel:hover .owl-nav .owl-prev {
    left: -25px; }
  .owl-carousel:hover .owl-nav .owl-next {
    right: -25px; }

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
  border: 1px solid red; }
  .owl-custom-nav .owl-custom-prev,
  .owl-custom-nav .owl-custom-next {
    padding: 10px;
    font-size: 30px;
    background: #ccc;
    line-height: 0;
    width: 60px;
    text-align: center;
    display: inline-block; }

.carousel_computer {
  display: block;
}
.carousel_mobile {
  display: none;
}
@media (max-width: 576px) {
  .carousel_computer {
    display: none;
  }
  .carousel_mobile {
    display: block;
  }
}
/* owl-custom end */

.carousel-item {
  transition: all 0.3s ease 0s;
}
.carousel-inner-2 {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .carousel-inner-2 {
    width: 100%;
    height: 350px;
  }
}
@media (max-width: 1100px) {
  .carousel-inner-2 {
    width: 100%;
    height: 330px;
  }
}
@media (max-width: 768px) {
  .carousel-inner-2 {
    width: 100%;
    height: 250px;
  }
}
@media (max-width: 576px) {
  .carousel-inner-2 {
    width: 100%;
    height: 225px;
  }
}
@media (max-width: 500px) {
  .carousel-inner-2 {
    width: 100%;
    height: 200px;
  }
}
@media (max-width: 450px) {
  .carousel-inner-2 {
    width: 100%;
    height: 170px;
  }
}
@media (max-width: 375px) {
  .carousel-inner-2 {
    width: 100%;
    height: 140px;
  }
}
@media (max-width: 330px) {
  .carousel-inner-2 {
    width: 100%;
    height: 115px;
  }
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -60px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  margin-left: 8px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #b9e8f1;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-radius: 100%;
  opacity: 1;
  transition: opacity 0.6s ease;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #4cb2c4;
}

.carousel-caption-3 {
  position: absolute;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /* bottom: 20px; */
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}

.carousel-caption-2 {
  position: absolute;
  right: 15%;
  left: 15%;
  bottom: 20px;
  z-index: 10;
  padding: 10px;
  color: #fff;
  text-align: center;
  background-color: rgba(227, 127, 134,.6);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media screen and (min-width: 1700px) and (max-width: 1920px){ 
  .carousel-caption-3 {
    left: 20%;
  }
}
@media (max-width: 1220px) {
  .carousel-caption-3 {
    left: 5%;
  }
}
@media (max-width: 576px) {
  .carousel-caption-3 {
    top: auto;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    bottom: 0;
    right: 5%;
    bottom: 10px;
    text-align: center;
}
  .carousel-caption-2 {
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
}
.banner_title {
  font-size: 22pt;
  color: #000000;
}

.banner_content {
  font-size: 16pt;
  color: #000000;
}
.banner_bg_w {
  width: 70%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000000;
  border-radius: 20px;
  padding: 30px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.banner_bg_w_2 {
  width: 45%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000000;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 15px;
}


@media (max-width: 991px) {
  .banner_title {
    font-size: 18pt;
  }

  .banner_content {
    font-size: 14pt;
  }
  .banner_bg_w_2 {
    width: 50%;
    padding: 20px;
  }
  
}
@media (max-width: 576px) {
  .banner_title {
    font-size: 14pt;
  }
  .banner_content {
    font-size: 12pt;
  }
  .banner_bg_w {
    width: 100%;
    border-radius: 10px;
    padding: 15px;
  }
  
  .banner_bg_w_2 {
    width: 100%;
    padding: 12px;
  }
}

/* start space area css
============================================================================================ */
@media (max-width: 768px) {
  .space-area {
    padding-top: 40px; } }
.space-area .col-lg-3:last-child .single-space {
  border-right: 0; }
  @media (max-width: 576px) {
    .space-area .col-lg-3:last-child .single-space {
      margin-top: 30px; } }
.space-area .col-lg-3:nth-child(3) .single-space,
.space-area .col-lg-3:nth-child(4) .single-space {
  margin-bottom: 0; }

.space-inner {
  padding: 40px 0; }

.single-space {
  text-align: center;}
  @media (max-width: 991px) {
    .single-space {
      border-right: none;
      margin-bottom: 30px; } }
  .single-space .f-icon {
    margin-bottom: 20px; }
    .single-space .f-icon img {
      width: 100%;
      height: 120px;
      margin-top: 1em;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  .single-space h6 {
    color: #6198ca;
    font-size: 18px;
    margin-bottom: 0; }
  .single-space p {
    color: #6198ca;
    font-size: 16px;
    margin-bottom: 0; }
  /* .single-space:hover .f-icon img {
    opacity: .5; } */

.precautions-content {
  -webkit-transition-duration: 800ms;
  -o-transition-duration: 800ms;
  transition-duration: 800ms;
  background-color: #ffffff;
  padding: 30px 30px 50px;
  border-radius: 10px;
  box-shadow: 3px 0 15px -1px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1; 
}
.icon-service-bg {
  -webkit-transition-duration: 800ms;
  -o-transition-duration: 800ms;
  transition-duration: 800ms;
  height: 150px;
  width: 150px;
  background-color: #f7f7f7 ;
  display: inline-block;
  text-align: center;
  line-height: 150px;
  border-radius: 50%;
  font-size: 30px;
  color: black;
  margin-bottom: 18pt;
}
.icon-service-150 {
  width: 150px;
  height: auto;
  text-align: center;
}
.icon-service-100 {
  width: 100px;
  height: auto;
  text-align: center;
}
.icon_letter_delete {
  align-self: center;
  cursor: pointer;
}
.icon_AstraStar {
  width: 30px;
  height: 30px;
  padding: 0.1rem;
}
.precautions-content h4 {
  color: black;
  font-size: 18pt;
  font-weight: 600;
  margin-bottom: 16px;
  -webkit-transition-duration: 800ms;
  -o-transition-duration: 800ms;
  transition-duration: 800ms; 
}
.precautions-content p {
  -webkit-transition-duration: 800ms;
  -o-transition-duration: 800ms;
  transition-duration: 800ms;
  font-size: 14pt;
  margin-bottom: 0; 
}
@media (max-width: 576px) {
  .precautions-content h4 {
    margin-bottom: 14px;
  }
  .precautions-content p {
    font-size: 12pt;
  }
}
/* bg
============================================================================================ */
.blog_bg {
  background-color: #f9f6ed;
}
.bg_blue {
  background-color: #f2fdff;
}
.bg_lightGray {
  background-color: #f3f3f3;
}
.bg_pic_light1{
 background-image: url(/images/bg/bg_light1.webp);
 background-size: cover;
}

/* block/label/z-index
============================================================================================ */
.space_pbSmTopbMd {
  padding-bottom: 2rem;
}
@media (max-width: 576px) {
  .space_pbSmTopbMd {
    padding-bottom: 3rem;
  }
}

.fix_bottom {
  width: 100%;
  position: fixed;
  background-color: #fff;
  box-shadow: 3px -3px 5px rgba(0, 0, 0, 0.2);
  bottom: 0;
  left: 0;
}
.dontShow {
  display: none !important;
}
.display_block {
  display: block;
}
.show_lg {
  display: block;
}
.show_md {
  display: none;
}
.show_above_576 {
  display: revert;
}
.show_under_576 {
  display: none;
}
@media (max-width: 768px) {
  .show_lg {
    display: none;
  }
  .show_md {
    display: block;
  }
}
@media (max-width: 576px) {
  .show_above_576 {
    display: none;
  }
  .show_under_576 {
    display: revert;
  }
}

.max_w_100 {
  max-width: 100%;
}

.max_w_66To100 {
  max-width: 66%;
}
.max_w_75To100 {
  max-width: 75%;
}
@media (max-width: 1199px) {
  .max_w_75To100 {
    max-width: 100%;
  }
  .max_w_66To100 {
    max-width: 100%;
  }
  .max_w_100 {
  max-width: 100%;
  }
}
.z_5 {
  z-index: 5;
}
.z_1010 {
  z-index: 1010;
}
.p40_to_p10 {
  padding: 40px;
}
@media (max-width: 576px) {
  .p40_to_p10 {
    padding: 40px 10px;
  }
}
.ml_10p {
  margin-left: 10px;
}
.ml_15p {
  margin-left: 15px;
}
.ml_20p {
  margin-left: 20px;
}
.ml_24p {
  margin-left: 24px;
}
.ml_32p {
  margin-left: 32px;
}
.ml_36p {
  margin-left: 36px;
}
.mt_100p {
  margin-top: 100px;
}
.mt_plus_80p {
  margin-top: 80px !important;
}
.mr1_to_mr0 {
  margin-right: 1rem;
}
@media (max-width: 1200px) {
  .mr1_to_mr0 {
    margin-right: 0;
  }
}
.h_100px {
  height: 100px;
}
.block_01 {
  background-color: #f3f3f3;
  width: 100%;
  padding: 15px 30px;
}

.block_02 {
  width: 100%;
  box-shadow: 0px 0px 12px #ccc;
  padding: 20px;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .block_02 {
    width: 98%;
    box-shadow: 0px 0px 12px #ccc;
    padding: 20px;
    margin: 0 auto;
  }
}

.block_02_sm {
  width: 48%;
  box-shadow: 0px 0px 12px #ccc;
  padding: 20px;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .block_02_sm {
    width: 48%;
    box-shadow: 0px 0px 12px #ccc;
    padding: 20px;
    margin: 0 auto 2rem auto;
  }
}
@media (max-width: 991px) {
  .block_02_sm {
    width: 100%;
    box-shadow: 0px 0px 12px #ccc;
    padding: 20px;
    margin-bottom: 2rem;
  }
}
.block_03 {
  background-color: #f3f3f3;
  width: 100%;
  padding: 2em 2em;
  margin-top: 10px;
}

.block_04 {
  width: 100%;
  padding: 0.2em 0;
}

.block_05 {
  margin-top: 10px;
  background-color: #f3f3f3;
}

.block_06 {
  border-top: 4px solid #4cb2c4;
  padding: 10px;
  margin: 10px 10px;
  width: 30%;
  box-shadow: 0px 0px 3px #ccc;
}
@media (max-width: 768px) {
  .block_06 {
    border-top: 4px solid #4cb2c4;
    padding: 10px;
    margin: 10px 10px;
    width: 100%;
    box-shadow: 0px 0px 3px #ccc;
  }
}

.block_07 {
  margin-top: 10px;
  padding: 10px 18px;
  background-color: #f3f3f3;
  width: 100%;
}

.block_08 {
  /* width: 45%; */
  margin: 10px;
  background-color: #ffffff;
  border-radius: 10px;
}
@media (max-width: 450px) {
  .block_08 {
    margin: 10px 0;
  }
}

.block_09 {
  background-color: #f5c71d;
  color: #ffffff;
  padding: 15px 20px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 450px) {
  .block_09 {
    padding: 15px;
  }
}

.block_10 {
  padding: 15px 15px 15px 20px;
}
.block_12 {
  background-color: #d1eff0;
  border-radius: 10px;
  padding: 1em;
}
.block_13 {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1em;
  margin: 1em;
}
.block_14 {
  margin-left: 1rem;
}
.block_15 {
  margin: 12px;
  padding: 15px;
}
.block_bg_f3 {
  background-color: #f3f3f3;
  border-radius: 10px;
}
@media (max-width: 450px) {
  .block_14 {
    margin-left: 0;
  }
  .block_15 {
    margin: 12px 0;
    padding: 10px;
  }
}
.block_17 {
  width: 100%;
  padding: 0.2em 1.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .block_17 {
    width: 100%;
    padding: 0.2em .5rem;
  }
}
@media screen and (min-width: 450px) and (max-width: 767px) {
  .block_17 {
    width: 100%;
    padding: 0.2em 5rem;
  }
}
@media screen and (max-width: 449px) {
  .block_17 {
    width: 100%;
    padding: 0.2em .5rem;
  }
}
.block_18 {
  background-color: #ffffff;
  border-radius: 10px;
  padding: .7rem;
  margin-bottom: 1rem;
}
.block_19 {
  width: 100%;
  box-shadow: 0px 0px 12px #ccc;
  padding: 2rem 4rem;
}
@media screen and (max-width: 991px) {
  .block_19 {
    width: 100%;
    box-shadow: 0px 0px 12px #ccc;
    padding: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .block_19 {
    width: 100%;
    box-shadow: 0px 0px 12px #ccc;
    padding: 2rem .8rem;
  }
}
.block_20 {
  background-color: #4cb2c4;
  padding: 10px;
  margin: 10px 2px;
  box-shadow: 0px 0px 10px #ccc;
  border-radius: 5px;
}
@media screen and (max-width: 576px) {
  .block_20 {
    padding: 5px;
  }
}
/* .block_21 {
  background-color: #f9f6ed;
  width: 100%;
  padding: 15px;
} */
.block_22 {
  background-color: #fff;
  margin-right: .3rem;
  margin-bottom: .5rem;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.block_reply {
  margin-top: 1.5rem;
  margin-left: 15px;
}
.block_star_bg {
  background-color: #f9f6ed;
  padding: 1rem;
  margin: .3rem 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.block_star_bg_02 {
  background-color: #fff;
  padding: .5rem 1rem;
  margin: .8rem 0;
  width: 100%;
  box-shadow: 0 4px 0 0 rgba(34, 15, 0, 0.6);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .block_star_bg_02 {
    width: 60%;
  }
}
@media screen and (max-width: 505px) {
  .block_star_bg_02 {
    width: 100%;
  }
}
.block_header {
  background-color: #f2fdff;
  padding: .8rem 1.2rem;
}
.block_body {
  padding: .8rem 1.2rem;
}
.block_radius_5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.block_discount {
  padding: .5rem 1rem;
  width: 100%;
  background-color: #f3f3f3;
  border-radius: .25rem;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  -ms-border-radius: .25rem;
  -o-border-radius: .25rem;
}
@media screen and (max-width: 500px) {
  .block_discount {
    padding: .5rem 1rem;
    margin: .2rem 0;
    width: 100%;
    background-color: #f3f3f3;
  }
}
.block_td {
  background-color: #f3f3f3;
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
}
.block_badge {
  background-color: #f3f3f3;
  padding: 2.5rem;
  border-radius: 50%;
  text-align: center;
}
.scorll-x {
  overflow: auto;
  padding-bottom: 1rem;
}
.justify_content_01 {
  justify-content: center;
  display: flex;
}
@media screen and (max-width: 520px) {
  .block_badge {
    background-color: #f3f3f3;
    padding: 2.2rem;
    border-radius: 50%;
    text-align: center;
  }
  .block_badge_img {
    background-color: #f3f3f3;
    border-radius: 50%;
    text-align: center;
    width: 70px;
  }
  .justify_content_01 {
    justify-content: left;
    display: flex;
  }
}
.block_responsive {
  width: 100%;
  overflow: auto;
}
.block_center {
  justify-content: center;
  text-align: center;
  text-align: -webkit-center;
}
.block_center_02 {
  justify-content: left;
  text-align: left;
  text-align: -webkit-left;
}
@media (max-width: 991px) {
  .block_center_02 {
    justify-content: center;
    text-align: center;
    text-align: -webkit-center;
  }
}
.block_center_03 {
  place-content: center;
}

.block_middle {
  vertical-align: middle;
  line-height: 2.2;
}
.block_top {
  flex-flow: column-reverse;
}
.block_lg_to_md_add_space {
  margin-top: 0;
}
.block_md_to_sm_add_space {
  margin-top: 0;
}
@media (max-width: 768px) {
  .block_lg_to_md_add_space {
    margin-top: 10px;
  }
}
.block_img_none {
  display: block;
}
@media (max-width: 576px) {
  .block_img_none {
    display: none;
  }
  .block_md_to_sm_add_space {
    margin-top: 10px;
  }
}
.block_w200Tow100 {
  width: 250%;
}
.block_NowrapToWrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.block_flexBetweenToBlock {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .block_w200Tow100 {
    width: 200%;
  }
}
@media (max-width: 1199px) {
  .block_NowrapToWrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
}
@media (max-width: 1100px) {
  .block_w200Tow100 {
    width: 190%;
  }
}
@media (max-width: 768px) {
  .block_w200Tow100 {
    width: 130%;
  }
  .block_flexBetweenToBlock {
    display: block;
  }
}
@media (max-width: 576px) {
  .block_w200Tow100 {
    width: 100%;
  }
}

.block_blog_comment {
  margin-top: 10px;
  padding: 10px 18px;
  background-color: #fff;
  width: 100%;
}

.block_shadow {
  box-shadow: 0px -2px 0 rgb(0 0 0 / 10%);
}
.label_01 {
  background-color: #e37f86;
  padding: 0 10px;
  margin-bottom: -30px;
  margin-left: -5px;
  color: #ffffff;
  z-index: 10;
  box-shadow: 0px 0px 3px #ccc;
  -webkit-clip-path: polygon(0 0, 85% 0, 75% 100%, 0% 100%);
  clip-path: polygon(0 0, 80% 0, 75% 100%, 0% 100%);
  max-width: 245px;
  text-align: left;
}

/* img
============================================================================================ */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-responsive-r {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}
.img-responsive-sr {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.img-responsive-sr-2 {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.img-responsive-splide {
  display: block;
  width: 100%;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .img-responsive-splide {
    display: block;
    width: 100%;
    height: 380px;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .img-responsive-splide {
    display: block;
    width: 100%;
    height: 280px;
    object-fit: cover;
  }
}
@media (max-width: 540px) {
  .img-responsive-splide {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .img-responsive-lg-to-sm {
    max-width: 250%;
  }
}
@media (max-width: 414px) {
  .img-responsive-splide {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
}
@media (max-width: 414px) {
  .img-responsive-splide {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
}
@media (max-width: 375px) {
  .img-responsive-splide {
    display: block;
    width: 100%;
    height: 170px;
    object-fit: cover;
  }
}
.img_medal {
  position: absolute;
  top: -2%;
  right: -2%;
}
.img-r {
  display: block;
  border-radius: 100%;
}
.img_codepro_lion {
  position: relative;
  width: 70px;
  height: auto;
}
.fix_img_size_35 {
  width: 35px;
  height: 35px;
}
.fix_img_size_45 {
  width: 45px;
  height: 45px;
}
.fix_img_size_50 {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.img_80_to_65 {
  width: 80px;
  height: 80px;
}
@media (max-width: 400px) {
  .img_80_to_65 {
    width: 65px;
    height: 65px;
  }
}
.img_80_to_70 {
  width: 80px;
  height: 80px;
  object-fit: cover;  /* 不變形 */
}
.img_200_to_100 {
  width: 200px;
  height: auto;
  object-fit: cover;  
}
@media (max-width: 1110px) {
  .img_80_to_70 {
    width: 70px;
    height: 70px;
    object-fit: cover;
  }
  .img_200_to_100 {
    width: 100px;
  }
}
.fix_img_size_130 {
  width: 130px;
  height: 130px;
}
.fix_img_size_400 {
  max-width: 400px;
  height: auto;
}
.fix_img_size_500 {
  max-width: 500px;
  height: auto;
}
.fix_img_size_600 {
  max-width: 600px;
  height: auto;
}
.fix_img_size_800 {
  max-width: 800px;
  height: auto;
}
/* pop img */
#hint {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
#hint:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 44px;
}
@media only screen and (max-width: 768px){
  .modal-body {
    padding: 22px;
  }
}
/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: -100px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0s;
  animation-name: zoom;
  animation-duration: 0s;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  background-color: #000;
  color: #f1f1f1;
  border-radius: 10%;
  padding: 10px;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  opacity: 1;
  z-index: 10000;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.close_2 {
  position: absolute;
  top: 5px;
  right: 25px;
  color: #bbb;
  background-color: transparent;
  border: none;
  padding: 10px;
  font-size: 24px;
  font-weight: bold;
  transition: 0.3s;
  opacity: 1;
  z-index: 10000;
  cursor: pointer;
}

/* tab /table /tooltip
============================================================================================ */

.tab_01 {
  color: #666;
  text-decoration: none;
  background-color: #eeeeee;
}

.fr-0 {
  float: right;
}
.tl-0 {
  text-align: left;
}
.tr-0 {
  text-align: right;
}
.table .thead-light th {
  color: #495057;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}

.table-2 {
  width: 100%;
  color: #212529;
  padding: 50px;
}

.table-2 td,
.table-2 th {
  padding: 20px 20px;
  vertical-align: top;
  border-top: none;
  border-bottom: 5px solid #ffffff;
}

.table-3 {
  width: 100%;
  background-color: transparent;
}
.table-3 th {
  padding: 0;
  vertical-align: top;
  border-top: none;
  text-align: left;
}
.table-3 td{
  padding: 0;
  vertical-align: top;
  border-top: none;
}

.table-4 {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border: none;
}

.table-4 td,
.table-4 th {
  padding: 0;
  vertical-align: top;
  border: 1px solid #bebebe;
  padding: 10px;
}
.table-5 {
  width: 100%;
  margin-bottom: 1rem;
  background-color: #ffffff;
}

.table-5 td,
.table-5 th {
  padding: 0;
  vertical-align: top;
  border-bottom: 5px solid #f9f6ed;
  padding: 10px;
}
.table-6 {
  width: 100%;
  color: #000000;
  background-color: #ffffff;

}
.table-6 td,
.table-6 th {
  vertical-align: top;
  background-color: #ffffff;
  border-top: 1px solid #dee2e6;
  padding: .75rem;
}
.table-6 .thead-light th {
  color: #495057;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}

.table-7 {
  width: 100%;
  color: #000000;
}
.table-7 tr {
  background-color: #f3f3f3;
  border-top: 6px solid white;
  border-bottom: 6px solid white;
}
.table-7 td {
  vertical-align: top;
  padding: .75rem;
  cursor: pointer;
}
.table-7 th {
  vertical-align: top;
  padding: .75rem;
}
.table-8 {
  width: 100%;
  background-color: transparent;
}
.table-8 th {
  padding: 10px;
  vertical-align: top;
  border-top: none;
  text-align: left;
}
.table-8 td{
  padding: 10px;
  vertical-align: top;
  border-top: none;
}
.choose_class{
  background-color:#dcf1f5 !important;
  border-top: 6px solid white;
  border-bottom: 6px solid white;
  border-left: 6px solid #1d64bc;
  transition: .5s;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
@media only screen and (max-width: 576px){
  .choose_class{
    background-color:#dcf1f5 !important;
    border-top: none;
    border-bottom: none;
    border-left: 4px solid #1d64bc;
    transition: .5s;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
  }
}

.choose_item {
  box-shadow: none !important;
  transition: .5s;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.table-responsive {
  display: block;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
tfoot {
  border-top: 1px solid #dee2e6;
}
/* playlist
============================================================================================ */

.video_list {
  background-color: #ffffff;
}

.scroll_bar {
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  height: 330px;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin: 2em 1em 1em 1em;
  box-shadow: 0 0 12px #ccc;
}
.card-2 {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin: 2em 1em 1em 1em;
  box-shadow: 0 0 12px #ccc;
}

@media (max-width: 450px) {
  .card {
    margin: 2em 0 1em 0;
  }
  .card-2 {
    margin: 2em .5em 1em 0.5em;
  }
}

/* 最寬螢幕 card-img 
   窄輪播 card-img-2 
   最寬輪播 card-img-3
   窄螢幕 card-img-4
   最寬螢幕部落格 card-img-5
*/
.card-img {
  height: 190px;
  object-fit: cover;
  overflow: hidden;
}
.card-img-2 {
  height: 190px;
  object-fit: cover;
  overflow: hidden;
}
.card-img-3 {
  height: 190px;
  object-fit: cover;
  overflow: hidden;
}
.card-img-4 {
  height: 210px;
  object-fit: cover;
  overflow: hidden;
}
.card-img-5 {
  height: 250px;
  object-fit: cover;
  overflow: hidden;
}
.works_img {
  padding: 5px;
  height: 200px;
  object-fit: cover;
  overflow: hidden;
}
.selected_img {
  max-height: 120px;
  object-fit: cover;
  overflow: hidden;
}
.top_img {
  height: 360px;
  object-fit: cover;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .card-img-3 {
    height: 160px;
  }
}
@media (max-width: 1200px) {
  .card-img {
    height: 150px;
  }
  .card-img-3 {
    height: 190px;
  }
  .card-img-4 {
    height: 190px;
  }
  .card-img-5 {
    height: 230px;
  }
  .works_img {
    height: 300px;
  }
}
@media (max-width: 1100px) {
  .card-img {
    height: 150px;
  }
  .card-img-2 {
    height: 200px;
  }
  .card-img-3 {
    height: 200px;
    object-fit: cover;
    overflow: hidden;
  }
  .card-img-4 {
    height: 175px;
  }
  .card-img-5 {
    height: 220px;
  }
  .works_img {
    height: 250px;
  }
}
@media (max-width: 1050px) {
  .card-img {
    height: 155px;
  }
  .card-img-4 {
    height: 165px;
  }
}
@media (max-width: 991px) {
  .card-img {
    height: 180px;
  }
  .card-img-2 {
    height: 190px;
  }
  .card-img-4 {
    height: 170px;
  }
  .card-img-5 {
    height: 240px;
  }
  .works_img {
    height: 260px;
  }
}
@media (max-width: 890px) {
  .card-img-3 {
    height: 180px;
  }
}
@media (max-width: 768px) {
  .card-img {
    height: 300px;
  }
  .card-img-2 {
    height: 170px;
  }
  .card-img-4 {
    height: 280px;
  }
  .card-img-5 {
    height: 320px;
  }
  .works_img {
    height: 400px;
  }
  .selected_img {
    height: 110px;
  }
}
@media (max-width: 700px) {
  .card-img-3 {
    height: 160px;
  }
  .card-img-4 {
    height: 270px;
  }
}
@media (max-width: 650px) {
  .card-img-3 {
    height: 145px;
  }
}
@media (max-width: 576px) {
  .card-img {
    height: 280px;
  }
  .card-img-2 {
    height: 190px;
  }
  .card-img-3 {
    height: 200px;
  }
  .card-img-4 {
    height: 250px;
  }
  .card-img-5 {
    height: 280px;
  }
  .works_img {
    height: 350px;
  }
}
@media (max-width: 530px) {
  .card-img {
    height: 250px;
  }
  .card-img-2 {
    height: 160px;
  }
  .card-img-3 {
    height: 180px;
  }
  .card-img-4 {
    height: 230px;
  }
  .top_img {
    height: 330px;
  }
}
@media (max-width: 490px) {
  .card-img {
    height: 230px;
  }
  .card-img-2 {
    height: 150px;
  }
  .card-img-3 {
    height: 160px;
  }
  .card-img-4 {
    height: 210px;
  }
  .card-img-5 {
    height: 240px;
  }
  .works_img {
    height: 300px;
  }
  .top_img {
    height: 300px;
  }
}
@media (max-width: 450px) {
  .card-img-2 {
    height: 200px;
  }
  .card-img-3 {
    height: 200px;
  }
  .card-img-4 {
    height: 210px;
  }
  .works_img {
    height: 260px;
  }
  .selected_img {
    height: 100px;
  }
  .top_img {
    height: 250px;
  }
}
@media (max-width: 420px) {
  .card-img {
    height: 210px;
  }
  .card-img-2 {
    height: 190px;
  }
  .card-img-3 {
    height: 190px;
  }
  .card-img-4 {
    height: 190px;
  }
  .card-img-5 {
    height: 240px;
  }
  .works_img {
    height: 220px;
  }
}
@media (max-width: 390px) {
  .card-img {
    height: 200px;
  }
  .card-img-2 {
    height: 170px;
  }
  .card-img-4 {
    height: 170px;
  }
  .card-img-5 {
    height: 220px;
  }
  .works_img {
    height: 190px;
  }
  .top_img {
    height: 220px;
  }
}
@media (max-width: 375px) {
  .card-img {
    height: 190px;
  }
  .card-img-2 {
    height: 160px;
  }
  .card-img-3 {
    height: 165px;
  }
  .card-img-4 {
    height: 160px;
  }
}
@media (max-width: 350px) {
  .card-img {
    height: 170px;
  }
  .card-img-2 {
    height: 150px;
  }
  .card-img-3 {
    height: 180px;
  }
  .card-img-4 {
    height: 145px;
  }
  .card-img-5 {
    height: 200px;
  }
  .works_img {
    height: 160px;
  }
  .top_img {
    height: 200px;
  }
}
@media (max-width: 330px) {
  .card-img {
    height: 160px;
  }
  .card-img-2 {
    height: 140px;
  }
  .card-img-3 {
    height: 170px;
  }
  .card-img-4 {
    height: 135px;
  }
  .works_img {
    height: 150px;
  }
}
@media (max-width: 320px) {
  .card-img {
    height: 155px;
  }
  .card-img-2 {
    height: 130px;
  }
} 

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem 1.25rem .5rem 1.25rem;
}
.card_2 {
  position: relative;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  box-shadow: none;
  margin-top: 14px;
  margin-left: -25px;
}

.card-body_2 {
  flex: 1 1 auto;
  min-height: 1px;
}

.card_3 {
  position: relative;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  box-shadow: none;
  margin-left: -25px;
}

.card-header_3 {
  padding: 5px 0 5px 35px;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  background-color: #fff;
}

.card-body_3 {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0 10px 0 35px;
}

.card_4 {
  position: relative;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  box-shadow: none;
  margin-top: 10px;
}

.card-header_4 {
  padding: 10px 5px;
  margin-bottom: 0;
  background-color: #f3f3f3;
}

.card-body_4 {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 10px 30px;
  background-color: #f3f3f3;
  border-top: 1px solid #dddddd;
}
@media (max-width: 450px) {
  .card-body_4 {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 10px 20px;
    background-color: #f3f3f3;
    border-top: 1px solid #dddddd;
  }
}
.card-body-footer_4 {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 10px 15px;
  background-color: #f3f3f3;
  color: #4cb2c4;
}

.video_size {
  display: flex;
}

@media (max-width: 990px) {
  .video_size {
    display: flex;
  }

  .card_2 {
    position: relative;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: none;
    margin-top: -20px;
    margin-left: 0;
    z-index: 20;
  }
}

@media (max-width: 768px) {
  .video_size {
    display: flex;
    margin-top: -75px;
  }

  .card_2 {
    position: relative;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: none;
    margin-top: -75px;
    margin-left: 0;
    z-index: 20;
  }
}

@media (max-width: 768px) {
  .video_size {
    display: flex;
    margin-top: -75px;
  }

  .card_2 {
    position: relative;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: none;
    margin-top: -75px;
    margin-left: 0;
    z-index: 20;
  }
}

@media (max-width: 560px) {
  .video_size {
    display: flex;
    margin-top: -100px;
  }

  .card_2 {
    position: relative;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: none;
    margin-top: -100px;
    margin-left: 0;
    z-index: 20;
  }
}
.card_5 {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin: .5em 1em .5em 1em;
  box-shadow: 0 0 12px #ccc;
}
.card-header_5 {
  padding: 10px 15px;
  margin-bottom: 0;
  background-color: #fdfdfd;
  color:#4cb2c4;
}
.card-body_5 {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem 4rem;
  background-color: #fdfdfd;

}
.card_6 {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  margin: 1.5em 0;
}
.card-header_6 {
  padding: 10px 15px;
  margin-bottom: 0;
  background-color: #f3f3f3;
  color :black;
  font-size: 18px;
}
.card-body_6 {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1rem 2rem;
  background-color: #eeeeee;
  color: black;
  font-size: 18px;
  text-align: center;
}
.card_7 {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  margin-bottom: 1.5em;
  padding: 1rem;
}
.card-body_7 {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1rem;
  background-color: #eeeeee;
  color: black;
  font-size: 18px;
  text-align: center;
}
.card_blog {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  box-shadow: 0px 0px 12px rgb(214, 214, 214);
  margin: 1.5em 0;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.card-deck-2 {
  /* display: -ms-flexbox;
  display: flex; */
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
/* splide
============================================================================================ */

.splide__slide {
  display: flex;
  color: #000;
  border-radius: 0.5rem;
  border: 3px solid #75ddf0;
  background: #4cb2c4;
  overflow: hidden;
  line-height: 1.5;
  transition: border-color 0.15s cubic-bezier(0.54, 0.01, 0.1, 1),
    background-color 0.15s cubic-bezier(0.54, 0.01, 0.1, 1);
}
.splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: .5em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  top: 105%;
}
.splide__video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #4cb2c4;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .7;
}
.splide__video__play:after {
  content: "";
  display: inline-block;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 9px 0 9px 17px;
  margin-left: 4px;
}
.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  opacity: .7;
  background: #fafafa;
}
.splide__pagination__page.is-active {
  transform: scale(1.4);
  background: #4cb2c4;
}
/* swal2
============================================================================================ */

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #4cb2c4;
  color: #fff;
  font-size: 1.0625em;
}

/* fancybox
============================================================================================ */
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 1000;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  border-radius: 5px;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 50px;
  top: 35px;
}
@media (max-width: 768px) {
  .fancybox-content {
    padding: 22px;
  }
  .fancybox-slide--html .fancybox-close-small {
    right: 0;
    top: 16px;
  }
}

@media (max-width: 576px) {
  .fancybox-slide {
    padding: 5px;
  }
}
/* ul
============================================================================================ */
ul {
  list-style-type: none;
  padding-inline-start: 0;
}
.list-group-item {
  position: relative;
  display: block;
  margin-bottom: 1rem;
  padding: .75rem 1.25rem;
  background-color: #fff;
  box-shadow: 0px 0px 12px rgb(214, 214, 214);
  border: none;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}
.ul-1 {
  list-style-type: decimal;
  margin-left: 1em;
  margin-bottom: 15px;
}
.ul-2 {
  list-style-type: decimal;
  margin-left: 2em;
  margin-bottom: 10px;
}
.list-1 {
  list-style: disc;
  margin-bottom: 0px; 
  padding-left: 0;
}
.list-2 {
  color: red;
  list-style: disc;
  margin-bottom: 0; 
  padding-left: 0;
}
/* jarallax
============================================================================================ */
.jarallax_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.jarallax_01 {
  position: relative;
  z-index: 0;
  min-height: 700px;
}
.table-cell_jarallax {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.table_jarallax_01 {
  display: table;
  width: 100%;
  height: 700px;
  background-color: rgba(39, 35, 51, 0.2);
  color: #fff;
}
@media (max-width: 576px) {
  .jarallax_01 {
    position: relative;
    z-index: 0;
    min-height: 500px;
  }
  .table_jarallax_01 {
    display: table;
    width: 100%;
    height: 500px;
    background-color: rgba(39, 35, 51, 0.2);
    color: #fff;
  }
}

.jarallax_02 {
  position: relative;
  z-index: 0;
  min-height: 600px;
}

.table_jarallax_02 {
  display: table;
  width: 100%;
  height: 600px;
  background-color: rgba(39, 35, 51, 0.5);
  color: #fff;
}
.jarallax_03 {
  position: relative;
  z-index: 0;
  min-height: 450px;
}

.table_jarallax_03 {
  display: table;
  width: 100%;
  height: 450px;
  background-color: rgba(39, 35, 51, 0.5);
  color: #fff;
}

/* error
============================================================================================ */

.help-block {
  color: #e37f86;
}

/* loading
============================================================================================ */

#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75) url(/images/loader/loader.gif) no-repeat center center;
  z-index: 1000000000000;
}

.loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75) url(/images/loader/loader.gif) no-repeat center center;
  z-index: 1000000000000;
}

/* image effect
============================================================================================ */

.not-get {
  opacity: 0.5;
}

/* image effect
============================================================================================ */

.course_intro_detail_bighead {    
  padding-right: 1rem;
}

.course_intro_detail_QRcode {    
  max-width: 100%;
  height: auto;
}

@media (min-width: 576px) {
  .course_intro_detail_QRcode  {    
    max-width: 100%;
    height: auto;
  }
}
