@import url("reset.css");
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,a,form,img {
	margin: 0px;
	padding: 0px;
	border: 0px; }
body {
  overflow-x: hidden;
  font-size: 16px;
  color: #0e0b0e; }

a {
  color: #2ca5dc;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #004a97;
  outline: none;
  text-decoration: none;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  color: #000;
  font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 15px;
}

p {
  font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
li {
  font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
  margin: 0px 0px 2px 0px;
  padding: 0px;
}
span {
  font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
}
b, strong, .strong {
  font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
  font-weight: bold; }
small, .small {
  color: #939a9e;
  font-size: 13px; }

a > img, div > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }
img {
  margin: 0px;
  padding: 0px;
  border: 0px; }
button {
  margin: 0px;
  padding: 0px;
  border: 0px; }
button:focus {
  outline: none; }
time {
  color: #000;
  font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
  font-size: 13px; }
  
  
.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-black {
  color: #000 !important; }
.text-white {
  color: #fff; }
.text-gray {
  color: #dcdcdc; }
.text-deepgray {
  color: #8c8c8c; }
.text-main {
  color: #2ca5dc; }
.text-navyblue {
  color: #004a97; }
.text-deepblue {
  color: #24598e; }
.text-deepcol-1 {
  color: #687480; }
.text-dirtyblue {
  color: #586880; }
.text-red {
  color: #e6281c; }
.text-orange {
  color: #f89800; }
.text-yellow {
  color: #f8d800; }
.text-ylw-og {
  background: -webkit-gradient(linear,left top,right top,from(#ffdf08),to(#f89e00));
  background: linear-gradient(to right,#ffdf08,#f89e00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  text-shadow: none;
  font-weight: bold; }

.bg-main {
  background: #2ca5dc; }
.bg-navyblue {
  background: #004a97; }
.bg-black {
  background: #000; }
.bg-White {
  background: #ffffff; }
.bg-green {
  background: #75c05e; }
.bg-yellow {
  background: #f7d30a; }
.bg-lightblue {
  background: #80c0e2; }
.mainfooter_bg {
  background: #fff url("../img/in-content_bg_l.jpg") center bottom no-repeat;
  background-size: 100%; }
.main_bg {
  background: transparent url("../img/in-cover-main_bg.jpg") center top no-repeat;
  background-size: 100%;
  margin-top: -28px; }

  @media (max-width: 1699.98px) {
  .mainfooter_bg {
    background: #fff url("../img/in-content_bg.jpg") center bottom no-repeat;
    background-size: 100%; }
  .main_bg {
    background-size: 113%;
    margin-top: -28px; }}
  @media (max-width: 1399.98px) {
  .main_bg {
    background-size: 125%; }}
  @media (max-width: 1199.98px) {
  .mainfooter_bg {
    background-size: 125%; }
  .main_bg {
    background: transparent url("../img/in-cover-main_bg_m.jpg") center top no-repeat;
    background-size: 115%;
    margin-top: 0px; }}
  @media screen and (max-width: 767.98px) {
  .mainfooter_bg {
    background: #fff url("../img/in-content_bg_s.jpg") center bottom no-repeat;
    background-size: 100%; }
  .main_bg {
    background: transparent url("../img/in-cover-main_bg_s.jpg") center top no-repeat;
    background-size: 100%;
	margin-top: -4.2%; }}
  @media screen and (max-width: 479.98px) {
  .mainfooter_bg {
    background-size: 125%; }
  .main_bg {
    background-size: 125%;
	margin-top: -0%; }}
  
.icon-star {
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 2px;
  background-image: url("../img/icon-star.svg");
  background-blend-mode: screen !important;
  background-size: cover; }
.icon-linksborder {
  width: 70px;
  height: 28px;
  font-size: 100%;
  line-height: 28px;
  display: inline-block;
  position: relative;
  background-image: linear-gradient(#86bcdb, #86bcdb), url("../img/icon-linksborder.svg");
  background-blend-mode: screen !important;
  background-size: cover; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.mt-1 {
  margin-top: 20px;
}
.mt-2 {
  margin-top: 30px;
}
.mb-1 {
  margin-bottom: 20px;
}
.mb-2 {
  margin-bottom: 30px;
}
.mlr-0 {
  margin-right: 0px;
  margin-left: 0px;
}
.pt-1 {
  padding-top: 10px;
}
.pb-1 {
  padding-bottom: 10px;
}
.plr-0 {
  padding-right: 0px;
  padding-left: 0px;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: linear-gradient(45deg, #2ca5dc, #004a97);
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0px 0px;
  right: 15px;
  bottom: 0;
  transition: none;
  z-index: 999;
}

.back-to-top:focus {
  background: linear-gradient(45deg, #2ca5dc, #004a97);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #004a97;
  color: #fff;
}

/* ==========================================
   Top-Header
   ========================================== */	
.top-header {
	margin: 0px auto;
	padding: 0px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: rgba( 255, 255,255, 0.90 );
	
    -moz-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.2);
	z-index: 100;
}
.top-header .container {
	position: relative;
	max-width: 960px;
	height: auto;
	margin: 0px auto;
}
.logo_div {
	width: 200px;/*width: 230px;*/
	height: 46px;
	padding-top: 6px;
	padding-left: 6px;
	display: inline-block;
}
.tel_div {
	margin: 0px 8px 0px 0px;
	padding: 0px;
	position: relative;
	float: right;
}
.tel_div p {
	width: 250px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #686868;
	line-height: 60px;
}
.tel_div p span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #20b0ed;
	margin-top: 0px;
	float: right;
}
.tel_div ul {
	margin: 9px 0px;
	float: right;
	display: none;
}
.tel_div ul li {
	padding: 0px 1px;
	float: left;
}
.tel_div a {
	display: block;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}
.tel_div a:link, .k-functional-navig a:visited {
	color: #20b0ed;
}
.tel_div a:hover {
	color: #183b87;
}
.tel_div .round {
	width: 42px;
	height: 42px;
	border-radius: 42px;
	background-color: #20b0ed;
}
.tel_div .round:hover {
	background-color: #183b87;
}
#logo {
	margin-top: 0px;
	margin-left: 0px;
	/*padding: 1px 5px 3px 7px;*/
	border-radius: 5px;
	background-color: rgba( 255, 255, 255, 0.00 );
	position: absolute;
	width: 115px;
	height: 46px;
}
/* END top-header */
/* footer */
.logo_AMC_foot {
	position: absolute;
	text-align: center;
	margin: -10px auto 0px auto;
	padding: 0px;
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	background: #2ca5dc;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
#AMC_foot {
	width: 445px;
	height: 60px;
	margin-left: 0px;
	margin-top: -5px;
	margin-bottom: 8px;
}
#AMC_foot_web {
	width: 255px;
	height: 20px;
	margin-bottom: -5px;
}
/* END footer */
  @media (max-width: 767px){
  /* header */
  .tel_div p { display: none; }
  .tel_div ul { display: block; list-style-type:none; }
  /* footer */
  #AMC_foot{ width: auto; height: auto; max-width: 100%; max-height: 100%; margin-top: -5px; padding-left: 7px; }
  #AMC_foot_web { width: 300px; height: 24px; margin-top: -6px; margin-bottom: 10px; }}


/* ==========================================
   In-cover Section
   ========================================== */	
#in-cover {
  width: 100%;
  min-height: 320px;
  height: auto !important;/*height: calc(42vh - 50px);*/
  overflow: hidden;
  position: relative;
}

#in-cover .in-cover-main, #in-cover .in-cover-control, #in-cover .in-cover-laura, #in-cover .in-cover-magAP, #in-cover .in-cover-mag4U, #in-cover .in-cover-magED {
  margin-top: -0px;
  height: 320px;/*height: 100%;*/
}
#in-cover .in-cover-main {
  background: transparent;
  height: 420px;
}
#in-cover .in-cover-control {
  background: linear-gradient(120deg, rgba(12, 124, 188, 0.10), rgba(1, 58, 125, 0.10)), url("../img/in-cover-main.jpg") center 50% no-repeat;
  background-size: cover;
}
#in-cover .in-cover-laura {
  background: linear-gradient(120deg, rgba(12, 124, 188, 0.10), rgba(1, 58, 125, 0.10)), url("../img/in-cover-main.jpg") center 50% no-repeat;
  background-size: cover;
}
#in-cover .in-cover-magAP {
  background: linear-gradient(120deg, rgba(232, 129, 159, 0.10), rgba(214, 122, 127, 0.10)), url("../img/in-cover-magAP.jpg") center 50% no-repeat;
  background-size: cover;
}
#in-cover .in-cover-mag4U {
  background: linear-gradient(120deg, rgba(46, 180, 171, 0.10), rgba(40, 148, 160, 0.10)), url("../img/in-cover-mag4U.jpg") center 50% no-repeat;
  background-size: cover;
}
#in-cover .in-cover-magED {
  background: linear-gradient(120deg, rgba(214, 32, 45, 0.10), rgba(188, 29, 26, 0.10)), url("../img/in-cover-magED.jpg") center 50% no-repeat;
  background-size: cover;
}
#in-cover .in-cover-main > .left, #in-cover .in-cover-main > .right, #in-cover .in-cover-control > .right, #in-cover .in-cover-laura > .right, #in-cover .in-cover-magAP > .right, #in-cover .in-cover-mag4U > .right, #in-cover .in-cover-magED > .right {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  /*top: 0;*/
  bottom: 0;
  margin: 0px;
  padding: 20px 5% 0px;
  z-index: 1;
}
#in-cover .in-cover-main > .left {
  left: calc(100%/2 - 768px);
  right: 0;
}
#in-cover .in-cover-main > .right, #in-cover .in-cover-control > .right, #in-cover .in-cover-laura > .right, #in-cover .in-cover-magAP > .right, #in-cover .in-cover-mag4U > .right, #in-cover .in-cover-magED > .right {
  left: calc(100%/2 - 0px);
  right: 0;
}
  
  @media (min-width: 1200px) {
  #in-cover {
    background-attachment: fixed;
  }}
  @media (max-width: 991.98px) {
  #in-cover .in-cover-main > .right, #in-cover .in-cover-control > .right, #in-cover .in-cover-laura > .right, #in-cover .in-cover-magAP > .right, #in-cover .in-cover-mag4U > .right, #in-cover .in-cover-magED > .right {
    left: calc(100%/2 - 42px); }}
  @media (max-width: 767.98px) {
  #in-cover .in-cover-main {
    height: 100%; }
  #in-cover .in-cover-control, #in-cover .in-cover-laura, #in-cover .in-cover-magAP, #in-cover .in-cover-mag4U, #in-cover .in-cover-magED {
    background-position: 42% top; }
  #in-cover .in-cover-main > .right, #in-cover .in-cover-control > .right, #in-cover .in-cover-laura > .right, #in-cover .in-cover-magAP > .right, #in-cover .in-cover-mag4U > .right, #in-cover .in-cover-magED > .right {
    left: calc(100%/2 - 108px); }}
  @media screen and (max-width: 479.98px) {
  #in-cover .in-cover-main {
    height: 100%; }
  #in-cover .in-cover-control, #in-cover .in-cover-laura, #in-cover .in-cover-magAP, #in-cover .in-cover-mag4U, #in-cover .in-cover-magED {
    background-position: 34.5% top; }
  #in-cover .in-cover-main > .right, #in-cover .in-cover-control > .right, #in-cover .in-cover-laura > .right, #in-cover .in-cover-magAP > .right, #in-cover .in-cover-mag4U > .right, #in-cover .in-cover-magED > .right {
    max-width: 110%;
    max-height: 110%;
    left: calc(100%/2 - 23%); }}

.in-cover-text {
  /*position: absolute;
  left: 0px;
  top: 60px;
  right: 0px;
  height: calc(100% - 60px);*/
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: -10%;
  z-index: 5;
}

.in-cover-text h1.heading {
  position: relative;
  margin: 188px 0px 10px 0px;
  /*padding: 5px 35px;*/
  font-size: 72px;
  font-weight: bold;
  line-height: 88px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 0.1em #1468a0, 0 0 0.1em #004a97;
}
.in-cover-text h1.heading img.icon-play {
  margin: -6px auto 0px;
  padding: 0px 5px;
  width: 68px;
  height: 68px;
}
.in-cover-text h2.subtitle {
  position: absolute;
  margin: calc(-100%/2 - 108px) auto 0px;
  left: calc(100%/2 - 228px);
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  display: inline-table;
}

.in-cover-text h2 {
  position: relative;
  margin: 96px 0px 10px 0px;
  /*padding: 0px 15px;*/
  font-size: 48px;
  line-height: 56px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 0.1em #1468a0, 0 0 0.1em #004a97;
}

.in-cover-text p {
  color: #fff;
  margin-bottom: 15px;
  padding: 0px 15px;
  font-size: 21px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 0.1em #1468a0, 0 0 0.2em #004a97;
  display: inline-table;
  max-width: 620px;
}

.in-cover-magAP .in-cover-text h2, .in-cover-magAP .in-cover-text p {
  text-shadow: 0 0 0.1em #c8546a, 0 0 0.1em #c8546a;
}
.in-cover-mag4U .in-cover-text h2, .in-cover-mag4U .in-cover-text p {
  text-shadow: 0 0 0.1em #1e888d, 0 0 0.1em #1e888d;
}
.in-cover-magED .in-cover-text h2, .in-cover-magED .in-cover-text p {
  text-shadow: 0 0 0.1em #8c0a05, 0 0 0.1em #8c0a05;
}

  @media (max-width: 1199.98px) {
  .in-cover-text p {
	max-width: 660px; }}
  @media (max-width: 991.98px) {
  .in-cover-text {
    margin-left: auto; }
  .in-cover-control .in-cover-text, .in-cover-laura .in-cover-text, .in-cover-magAP .in-cover-text, .in-cover-mag4U .in-cover-text, .in-cover-magED .in-cover-text {
    margin-left: -10%; }
  .in-cover-text h1.heading {
    margin: calc(100%/3 - 100px) 0px 10px 0px; }
  .in-cover-text h2 {
    font-size: 38px;
    line-height: 52px; }
  .in-cover-text p {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 18px;
    max-width: 56%; }}
  @media screen and (max-width: 767.98px) {
  .in-cover-text {
    margin-left: auto; }
  .in-cover-control .in-cover-text, .in-cover-laura .in-cover-text, .in-cover-magAP .in-cover-text, .in-cover-mag4U .in-cover-text, .in-cover-magED .in-cover-text {
    margin-left: auto; }
  .in-cover-control .in-cover-text h2, .in-cover-laura .in-cover-text h2, .in-cover-magAP .in-cover-text h2, .in-cover-mag4U .in-cover-text h2, .in-cover-magED .in-cover-text h2 {
    margin: 100px 0px 10px 0px; }
  .in-cover-text h1.heading {
    margin: calc(100%/3 - 0px) 0px 10px 0px;
    font-size: 62px;
    line-height: 88px; }
  .in-cover-text h2.subtitle {
    font-size: 21px;
    line-height: 21px;
    left: calc(100%/2 - 158px); }
  .in-cover-text h2 {
    font-size: 28px;
    line-height: 36px;
	padding-right: 42px; }
  .in-cover-text p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
    max-width: 76%; }
  .in-cover-control .in-cover-text p, .in-cover-laura .in-cover-text p, .in-cover-magAP .in-cover-text p, .in-cover-mag4U .in-cover-text p, .in-cover-magED .in-cover-text p {
    padding-right: 16%; } }
  @media screen and (max-width: 479.98px) {
  .in-cover-control .in-cover-text, .in-cover-laura .in-cover-text, .in-cover-magAP .in-cover-text, .in-cover-mag4U .in-cover-text, .in-cover-magED .in-cover-text {
    margin-left: auto; }
  .in-cover-control .in-cover-text h2, .in-cover-laura .in-cover-text h2, .in-cover-magAP .in-cover-text h2, .in-cover-mag4U .in-cover-text h2, .in-cover-magED .in-cover-text h2 {
    margin: calc(100%/3 - 32px) 0px 10px 0px; }
  .in-cover-text h1.heading {
    margin: calc(100%/2 - 42px) 0px 10px 0px;
    font-size: 46px;
    line-height: 88px; }
  .in-cover-text h2 {
    font-size: 26px;
    line-height: 34px; }
  .in-cover-text p {
    margin-bottom: 20px;
    max-width: 100%; }
  .in-cover-control .in-cover-text p, .in-cover-laura .in-cover-text p, .in-cover-magAP .in-cover-text p, .in-cover-mag4U .in-cover-text p, .in-cover-magED .in-cover-text p {
    padding-right: 25%; }}


#in-cover .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#in-cover .btn-get-started:hover {
  color: #004a97;
  background: #fff;
}

.icon_play {
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 2px;
  background-image: url("../img/icon-star.svg");
  background-blend-mode: screen !important;
  background-size: cover; }


/* ==========================================
   Sections Header
   ========================================== */
.section-header {
  margin: 20px auto 0px;
}

.section-header .section-title {
  font-size: 28px;
  color: #111;
  text-align: center;
  font-weight: 400;
}
.section-header .section-title.ml-neg1 {
  margin-left: -122px;
}
  @media (min-width: 768px) {
    .section-header .section-title {
		font-size: 32px; }
    .section-header .section-title.ml-neg1 {
		margin-left: auto; }}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #777;
  font-style: italic;
}

.section-header .section-divider {
  display: block;
  width: 100px;
  height: 3px;
  background: #004a97;
  background: linear-gradient(0deg, #004a97 0%, #2ca5dc 100%);
  margin: -5px auto 0px;
  margin-bottom: 25px;
}

/*--------------- Section with background ---------------*/
.section-bg {
  background: #eff5f5;
}

/*--------------- Box-img-Big ---------------*/
.thumb {
  overflow: hidden;
  position: relative; }
  .thumb img {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .thumb:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

/* ==========================================
   Button
   ========================================== */
button.btn, input.btn, a.btn {
  font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
}
/* 禁用 */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  filter: alpha(opacity=100);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}


button.btn span.btnword, a.btn span.btnword {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
  font-size: 15px;
  line-height: 17px;
  display: block;
}
.cta-btn, .cta-btn-outline, .cta-btn-in {
  display: inline-block;
  margin: 0px 3px 0px;
  padding: 10px 30px 8px;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  background: #2ca5dc;
  width: auto;
  border: 1px solid transparent;
  color: #fff;
}
.cta-btn-outline {
  background: #fff;
  border: 1px solid #86bcdb;
  color: #687480;
}
.cta-btn-in {
  background: #2ca5dc;
  border: 2px solid rgba( 255, 255, 255, 0.35 );
  color: #fff;
  box-shadow: 1px 2px 8px -2px rgba(0,0,0,0.5);
}
.cta-btn:hover, .cta-btn-outline:hover, .cta-btn-in:hover {
  background: #004a97;
  border: 1px solid transparent;
  color: #fff;
}
.cta-btn-in:hover {
  border-width: 2px;
}
.cta-btn:hover,
.cta-btn:focus,
.cta-btn:active,
.cta-btn.active,
.open > .dropdown-toggle.cta-btn,
.cta-btn-outline:hover,
.cta-btn-outline:focus,
.cta-btn-outline:active,
.cta-btn-outline.active,
.open > .dropdown-toggle.cta-btn-outline,
.cta-btn-in:hover,
.cta-btn-in:focus,
.cta-btn-in:active,
.cta-btn-in.active,
.open > .dropdown-toggle.cta-btn-in {
  background: #004a97;
  border: 1px solid transparent;
  color: #fff;
}
.cta-btn-in:hover,
.cta-btn-in:focus,
.cta-btn-in:active,
.cta-btn-in.active,
.open > .dropdown-toggle.cta-btn-in {
  border-width: 2px;
}
.cta-btn:active,
.cta-btn.active,
.open > .dropdown-toggle.cta-btn,
.cta-btn-outline:active,
.cta-btn-outline.active,
.open > .dropdown-toggle.cta-btn-outline,
.cta-btn-in:active,
.cta-btn-in.active,
.open > .dropdown-toggle.cta-btn-in {
  background-image: none;
}
.cta-btn.w-percent, .cta-btn-outline.w-percent, .cta-btn-outline-org.w-percent, .gry-btn.w-percent, .org-btn.w-percent {
  margin: 0px 5% 20px;
  width: 90%;
}
.cta-btn.min-w, .cta-btn-outline.min-w, .cta-btn-outline-org.min-w, .gry-btn.min-w, .org-btn.min-w {
  min-width: 280px;
}
  @media (min-width: 768px) and (max-width: 991.98px) {
  .cta-btn-outline.min-w {
    min-width: 250px; }}
  @media (min-width: 480px) and (max-width: 767.98px) {
  .cta-btn-outline.min-w {
    min-width: 198px; }}
  @media screen and (max-width: 349.98px) {
  .cta-btn-outline.min-w {
    min-width: inherit; width: calc(100% - 10px); }}

.cta-btn.min-w135, .cta-btn-outline.min-w135, .cta-btn-outline-org.min-w135, .gry-btn.min-w135, .org-btn.min-w135 {
  min-width: 135px;
}
.cta-btn.w-half, .cta-btn-outline.w-half, .cta-btn-outline-org.w-half, .gry-btn.w-half, .org-btn.w-half {
  width: 48%;
  margin-top: 4px;
}
.cta-btn.max-w {
  width: 100%;
  max-width: 280px;
  border-color: #0093c8;
}

.cta-btn-outline-org {
  background: #fff;
  border: 1px solid #86bcdb;
  color: #687480;
}
.cta-btn-outline-org:hover {
  background: #f07700;
  border: 1px solid transparent;
  color: #fff;
}
.cta-btn-outline-org:hover,
.cta-btn-outline-org:focus,
.cta-btn-outline-org:active,
.cta-btn-outline-org.active,
.open > .dropdown-toggle.cta-btn-outline-org {
  background: #f07700;
  border: 1px solid transparent;
  color: #fff;
}
.cta-btn-outline-org:active,
.cta-btn-outline-org.active,
.open > .dropdown-toggle.cta-btn-outline-org {
  background-image: none;
}

.gry-btn {
  display: inline-block;
  margin: 0px 3px 0px;
  padding: 10px 30px 8px;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  background: #b8c3c8;
  width: auto;
  border: 1px solid #b8c3c8;
  color: #fff;
}

.gry-btn:hover {
  background: #b8c3c8;
  border: 1px solid #b8c3c8;
  color: #fff;
  /*cursor: context-menu;*/
}
.gry-btn:hover,
.gry-btn:focus,
.gry-btn:active,
.gry-btn.active,
.open > .dropdown-toggle.gry-btn {
  background: #b8c3c8;
  border: 1px solid #b8c3c8;
  color: #fff;
}
.gry-btn:active,
.gry-btn.active,
.open > .dropdown-toggle.gry-btn {
  background-image: none;
}

.org-btn {
  display: inline-block;
  margin: 0px 3px 0px;
  padding: 10px 30px 8px;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  background: #b8c3c8;
  width: auto;
  border: 0px solid #fff;
  color: #fff;
}

.org-btn:hover {
  background: #f07700;
  border: 0px solid #f07700;
  color: #fff;
}
.org-btn:hover,
.org-btn:focus,
.org-btn:active,
.org-btn.active,
.open > .dropdown-toggle.org-btn {
  background: #ff7e00;
  border: 0px solid #ff7e00;
  color: #fff;
}
.org-btn:active,
.org-btn.active,
.open > .dropdown-toggle.org-btn {
  background-image: none;
}
.get-btn {
  background: #515e61;
  display: inline-block;
  margin: 0px 3px 0px;
  padding: 8px 30px 6px;
  border-radius: 20px;
  color: #fff;
  transition: none;
}
.content .btn {
  margin-bottom: 15px;
}

.btn-right {
  position: relative;
  margin: 0px 132px 0px 0px;
  position: 0px;
  float: right;
  text-align: right;
}

.btn.columns-btn {
  display: inline;
  padding: 6px 5px;
  transition: 0.5s;
  background: #fff;
  width: auto;
  border: 1px solid #a7b8c8;
  font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
  font-size: 16px;
  color: #98abbd;
  position: absolute;
  bottom: -55px;
}
.btn.columns-btn:hover, .btn.columns-btn:active {
  background: #fff;
  border: 1px solid #7c92a8;
  color: #6d859d;
}
.btn-right button.btn.columns-btn:after {
  font-family: "Glyphicons Halflings";
  content: "\e113";
  position: relative !important;
  color: #98abbd;
  top: 2px;
  margin-left: 2px;
  margin-right: -2px;
}
.btn-right button.btn.columns-btn.collapsed:after {
  content: "\e114";
}


/* ==========================================
   Search Form
   ========================================== */
.search-form {
  position: relative;
  margin: 42px auto;
  width: 100%;
  padding: 0px; }
  .search-form button {
	outline: 0; }
  .search-form button:focus {
    webkit-box-shadow: none;
    box-shadow: none;
	outline: 0; }
  .search-form button.btn-search-right {
	padding-left: 10px;
	padding-right: 9px;
    border-radius: 0px 4px 4px 0px;
	cursor: pointer; }
  .search-form .btn {
    background: #2ca5dc;
    color: #ffffff;
    font-size: 18px;
	letter-spacing: -0.02em; }
  .search-form .btn:focus {
    border-color: transparent;
    webkit-box-shadow: none;
    box-shadow: none;
	outline: none; }

	
/* input-form-search  */
  input.form-search {
    border-color: #ccc;
	border: 0 !important;
	outline: none !important; }
  input.form-search:focus {
    border-color: #ccc;
	webkit-box-shadow: none;
	box-shadow: none; }
  input.form-search::-moz-placeholder {
	color: #8a909d; }
  input.form-search:-ms-input-placeholder {
	color: #8a909d; }
  input.form-search::-webkit-input-placeholder {
	color: #8a909d; }

  .input-group {
    position: relative;
    background-color: #fff;
    box-shadow: 1px 2px 10px -2px rgba(0,0,0,0.3);
    border: #a7b8c8 solid 1px;
    border-radius: 8px;
    height: 51px !important; }
  .input-group > .form-search {
    font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
    font-size: 19px;
    margin: 0px 0px 0px 10px;
    letter-spacing: -0.01em; }

/*--------------- Search Courses input-group ---------------*/
  #searchCourses .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%; }
    #searchCourses .input-group > .form-search {
      position: relative;
      color: #8a909d;
      flex: 1 1 auto;
      width: calc(100% - 68px);/*width: auto;*/
      margin-bottom: 0; }

/* ==========================================
   Sdate Datepicker
   ========================================== */
/* DatepickerSize  */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
  font-size: 1.2em; }
.sdate-box {
  position: relative;
  margin: 0px auto 20px;
  padding: 0px;
  font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
  font-size: 18px;
  color: #8a909d;
  text-align: left;
  line-height: 1;
  width: calc(100% - 15%);
  border: #a7b8c8 solid 1px;
  border-radius: 6px;
  flex-wrap: wrap;
  align-items: stretch;
  box-shadow: 1px 2px 8px -2px rgba(0,0,0,0.3); }
  .sdate-box > input.datepicker {
    position: relative;
    color: #687480;
    flex: 1 1 auto; }
  .sdate-box > button.btn-icon-left {
	font-size: 24px;
    color: #fff;
	position: absolute;
	left: 0;
	padding-left: 12px;
	padding-right: 8px;
    border-radius: 5px 0px 0px 5px;
    background-color: #2ca5dc;
	height: 42px !important;
	cursor: default;
	z-index: 2; }
  .sdate-box > button.btn-icon-left:hover {
	box-shadow: none; }
	
input.datepicker {
  border: transparent solid 1px;
  border-radius: 5px;
  width: 100%;
  height: 42px !important;
  padding: 0px 10px 0px 53px;
  outline: none !important; }
  @media screen and (max-width: 479.98px) {
  .sdate-box {
    margin-top: -10px;
    width: calc(100% - 9%); }}


.btn-outline-select {
  color: #8a909d;
  background-color: #fff;
  border-color: #ccc;
}
.btn-outline-select:hover,
.btn-outline-select:focus,
.btn-outline-select:active,
.btn-outline-select.active,
.open > .dropdown-toggle.btn-outline-select {
  color: #7a808e;
  background-color: transparent;
  border-color: transparent;
  webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.btn-outline-select:active,
.btn-outline-select.active,
.open > .dropdown-toggle.btn-outline-select {
  background-image: none;
}
.btn-outline-select.disabled,
.btn-outline-select[disabled],
fieldset[disabled] .btn-outline-select,
.btn-outline-select.disabled:hover,
.btn-outline-select[disabled]:hover,
fieldset[disabled] .btn-outline-select:hover,
.btn-outline-select.disabled:focus,
.btn-outline-select[disabled]:focus,
fieldset[disabled] .btn-outline-select:focus,
.btn-outline-select.disabled:active,
.btn-outline-select[disabled]:active,
fieldset[disabled] .btn-outline-select:active,
.btn-outline-select.disabled.active,
.btn-outline-select[disabled].active,
fieldset[disabled] .btn-outline-select.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-outline-select .badge {
  color: #fff;
  background-color: #8a909d;
}
.bootstrap-select .dropdown-toggle:focus {
	outline:none !important;
}

.btn-search-right {
  color: #8a909d;border: #FC0 solid 1px;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
  border-radius: 0px 4px 4px 0px;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s; }
  .btn-search-right:hover {
    color: #ffffff;
    background-color: #004a97; }
  .btn-search-right:focus, .btn-search-right.focus {
	border-color: #2ca5dc;
    box-shadow: 0 0 0 0.2rem rgba(138, 144, 157, 0.0); }
  .btn-search-right.disabled, .btn-search-right:disabled {
    color: #8a909d;
    background-color: transparent; }
  .btn-search-right:not(:disabled):not(.disabled):active, .btn-search-right:not(:disabled):not(.disabled).active,
  .show > .btn-outline-search.dropdown-toggle {
    color: #ffffff;
    background-color: #004a97;
    border-color: #2ca5dc; }
    .btn-search-right:not(:disabled):not(.disabled):active:focus, .btn-search-right:not(:disabled):not(.disabled).active:focus,
    .show > .btn-search-right.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(138, 144, 157, 0.0);
	  border-color: #004a97; }
.btn-search-right i {
  font-size: 25px;
  padding: 3px 3px 0px; }



/* ==========================================
   Modal Content
   ========================================== */
.close {
  color: #fff;
  font-size: 28px;
  font-weight: normal;
  text-shadow: 0 0px 0 #fff;
  filter: alpha(opacity=80);
  opacity: .8;
  -webkit-transition: .15s all ease;
  -o-transition: .15s all ease;
  transition: .15s all ease;
}
.close:hover,
.close:focus {
  color: #fff;
  filter: alpha(opacity=100);
  opacity: 1.0;
  text-decoration: none;
  margin-top: -2px;
  outline: none;
}
.modal-content {
  border: 0px solid #999;
  border: 0px solid rgba(0, 0, 0, .2);
  border-radius: 3px;
}
.modal-content p {
  font-size: 16px;/*add*/
}
.modal-header {
  border-bottom: 0px solid #e5e5e5;
  margin-bottom: 25px;
  border-radius: 3px 3px 0px 0px;
}
.modal-header.btm-no {
  margin-bottom: 0px;
}
.modal-title {
  color: #ffffff;
  text-align: center;
  padding-top: 5px;
}
  @media screen and (max-width: 479.98px) {
  .modal-title {
    margin: -5px auto;
    padding-top: 0px; }}

.modal-footer {
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  padding: 25px 15px;
}
.modal-body h3.detime {
  font-size: 23px;
}
.modal-body p {
  margin: 0px auto 5px;
}
.modal-body strong {
  font-size: 18px;
}
.modal-body .text-red {
  color: #e6281c;
}
.modal-body ul li {
  margin: 5px 20px 20px;
  padding: 0px;
}
.modal-body ul li h4 {
  margin: 0px 0px 5px;
  padding: 0px;
}
.modal-body ul il p {
  margin: 0px;
  padding: 0px;
}
.modal-body .content img, .modal-body .content-large img {
  margin-top: -25px;
  margin-bottom: 5px;
}
.modal-body .content .btn {
  margin: 8px 3px;
}
.modal-body .content-large .btn {
  margin: 8px 3px 0px;
}
.modal-body iframe.videoBox {
  margin: 0px auto 0px;
  padding: 5px 5px;
}

.modal-content ul.explanbox {
  margin: 10px 0px -20px 0px;
  padding: 20px 42px 5px;
  border-radius: 4px;
}

.modal-content ul.explanbox h4 {
  margin: 0px 0px 10px -23px;
  padding-top: 5px;
  font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
  font-size: 21px;
  color: #004a97;
}

.modal-content ul.explanbox li {
  list-style-type: square;
  margin: 0px 0px 15px;
  font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
  font-size: 16px;
  color: #333;
}

.modal-content ul.explanbox li p {
  margin: 3px 0px 5px;
  padding: 0px;
  font-size: 15px;
  line-height: 18px;
  color: #777;
}

.modal-content ul.explanbox li b.text-red {
  font-size: 21px;
  line-height: 24px;
  color: #e6281c;
}

.modal-content ul.explanbox li ol {
  margin: 2px 0px 0px 18px;
}
.modal-content ul.explanbox li ol li {
  margin: 0px 0px 3px;
  padding: 0px;
  font-size: 15px;
  line-height: 18px;
  color: #777;
  list-style-type: decimal;
}

#privacy .modal-header {
  border-bottom: 0px solid #e5e5e5;
  margin-bottom: 25px;
  border-radius: 3px 3px 0px 0px;
  background: #2ca5dc;
}
#privacy .modal-body.privacy {
	padding-top: 25px;
}


/* ==========================================
   Courses Features List
   ========================================== */
#course-features {
  overflow: hidden;
}

#course-features .features-row {
  padding: 60px 0px 30px 0px;
}
#course-features .features-row img {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

#course-features h3, #course-features h3.t-line {
  position: relative;
  font-size: 27px;
}
#course-features h3.t-line {
  margin-left: 0em; /*margin-left: 0.70em;*/
  line-height: 1.2;
}
#course-features h3.en {
  font-size: 23px;
  color: #282828;
  margin-left: 0.05em;
}
#course-features h3.paste {
  font-size: 27px;
  margin-bottom: 5px;
}
#course-features h3.t-line:after {
  position: absolute;
  content: " ";
  /*font-family: "Glyphicons Halflings";
  content: "\e072";
  color: #2ca5dc;
  font-size: 17px;
  left: -20px;
  top: 3px;*/
  left: -36px;
  top: -1px;
  width: 30px;
  height: 30px;
  background: url("../img/icon_play.svg") center center no-repeat;
  background-blend-mode: screen !important;
  background-size: cover;
}

#course-features h4 {
  font-size: 18px;
  line-height: 26px;
  color: #999;
}

#course-features h5 {
  font-size: 16px;
  line-height: 24px;
  color: #888;
}

#course-features p, #course-features .features-row p {
  font-size: 16px;/*add*/
}

#course-features time {
  font-size: 16px;
  margin-left: 9px;
}
  #course-features time span {
    color: #686868;
	margin-left: 5px;
  }
  
  @media (max-width: 767.98px) {
  #course-features h3, #course-features h3.paste {
	font-size: 24px; }
  #course-features h3.en {
	font-size: 21px;
	margin-top: -10px;
	margin-bottom: 8px; }
  #course-features .features-row {
	padding: 60px 0px 0px 0px; }}
  

#course-features .featlist {
  position: relative;
  padding: 0px 0px 0px;
  /*background-color: #f6fafc;*/
  border-top: #e8ecf0 solid 1px;
}
#course-features .featlist:nth-child(odd) {
  background-color: #f8fbfd; /*background-color: #f6fafc;*/
}
#course-features .featlist:nth-child(even) {
  background-color: #fff;
}

#course-features nav.pageNav {
  margin: 0px auto;
  padding: 30px 0px 50px;
  border-top: #e8ecf0 solid 1px;
}
nav.pageNav > .pagination > li > a,
nav.pageNav > .pagination > li > span {
  color: #2ca5dc;
  border: 1px solid #e8ecf0;
}
nav.pageNav > .pagination > li > a:hover,
nav.pageNav > .pagination > li > span:hover,
nav.pageNav > .pagination > li > a:focus,
nav.pageNav > .pagination > li > span:focus {
  color: #004a97;
  background-color: #f8fbfd;
  border-color: #e8ecf0;
}
nav.pageNav > .pagination > .active > a,
nav.pageNav > .pagination > .active > span,
nav.pageNav > .pagination > .active > a:hover,
nav.pageNav > .pagination > .active > span:hover,
nav.pageNav > .pagination > .active > a:focus,
nav.pageNav > .pagination > .active > span:focus {
  color: #fff;
  cursor: default;
  font-weight: bold;
  background-color: #289fd9; /*background-color: #2ca5dc;*/
  border-color: #289fd9;
}

#course-features .cf-content {
  margin: 30px -20px;
  display: inline-block;
}

#course-features p {
  line-height: 22px;
  color: #424242;
  margin-bottom: 20px;
  text-align: justify;
}
#course-features p.teach-box {
  line-height: 22px;
  color: #424242;
  /*margin-bottom: 30px;
  text-align: justify;*/
  display: inline;
  padding: 1px 8px 1px 16px;
  /*border-left: #c4ced8 solid 3px;
  background-color: #ffff;*/
}
#course-features p.teach-box:after {
  position: absolute;
  content: "•";
  font-size: 16px;
  font-weight: bold;
  left: 21px;
}

#course-features .btn-content {
  margin: 0px auto 0px;
  padding: 0px;
  text-align: center;
  border: #2ca5dc solid 0px;
  line-height: 180px;
}
/*#course-features .btn-content.box {
  position: absolute;
  top: calc(100%/2);
  left: calc(100%/2 + 200px);
}*/

#course-features ul {
  margin: 0px 0px 0px 22px;
  padding: 0px;
}
#course-features ul li {
  margin: 0px 0px;
  padding: 0px;
  font-size: 16px;
  color: #687480;
  list-style: square;
}

  @media (max-width: 1399.98px) {
  #course-features .cf-content {
	margin: 25px -42px 25px 22px; }
  #course-features .btn-content {
	margin-left: 20px; }}
  @media (max-width: 991.98px) {
  #course-features .cf-content {
	margin: 25px 20px 0px;
	display: block; }
  #course-features p {
	display: inline-block !important;
	line-height: 19px;
	margin-bottom: 8px; }
  #course-features .btn-content {
	line-height: 125px;
	margin-top: -42px;
	margin-left: auto;}}
  @media (max-width: 767.98px) {
  #course-features .cf-content {
	margin: 25px 20px 0px 8%;
	display: block; }
  #course-features .btn-content {
	line-height: 135px;
	margin-top: -32px; }}
  @media screen and (max-width: 479.98px) {
  #course-features .cf-content {
	margin: 25px 20px 0px 10%;
	display: block; }
  #course-features .btn-content {
	line-height: 135px;
	margin-top: -32px; }}
	

/* ==========================================
   Video Directory
   ========================================== */
#video-directory {
  overflow: hidden;
}

/*--------------- theme-video ---------------*/
#video-directory.theme-video {
  margin: 0px;
  padding: 88px 0px 60px 0px;
}

/*#video-directory.theme-video .row {
  margin-right: -15px;
  margin-left: -15px;
}
#video-directory.theme-video .row:before,
#video-directory.theme-video .row:after {
  display: table;
  content: " ";
}
#video-directory.theme-video .row:after {
  clear: both;
}*/
  @media (max-width: 991.98px) {
  #video-directory.theme-video {
	padding: 4.2% 0px 60px 0px; }
  #video-directory.theme-video .row {
	margin-right: 15px;
	margin-left: 15px; }
  #video-directory.theme-video .row:after {
	display: inline-block; }}

#video-directory h2.theme-title {
  font-size: 36px;
  margin-top: 100px;
}
  @media (max-width: 767px){
  #video-directory h2.theme-title { margin-top: 42px; }}
  
#video-directory h3, #video-directory h3.text-block {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 23px;
  padding-bottom: 23px;
  font-size: 26px;
  color: #333;
}
#video-directory h3.text-block {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#video-directory h3 span {
  display: block;
  margin-top: -5px;
  margin-bottom: -5px;
  padding-bottom: 7px;
}


#video-directory .box-navyblue {
  padding: 0px;
  margin-bottom: 20px;
  width: 100%;
  height: 100%;
  box-shadow: 5px 5px 15px rgba(73, 78, 92, 0.25);
  background: #fff;
  transition: background 0.4s linear;
  border: #fff solid 2px;
  transition: border 0.4s linear;
  display: inline-block;
}

#video-directory .box-navyblue:hover {
  background: #004a97;
  transition: background 0.4s;
  border: #004a97 solid 2px;
  transition: border 0.4s;
}

#video-directory .box-navyblue:hover h3, #video-directory .box-navyblue:hover p {
  color: #fff;
}
  @media (max-width: 1199.98px) {
  #video-directory .box-navyblue {
	margin-bottom: 30px; }}
  @media (max-width: 991.98px) {
  #video-directory .box-navyblue {
	margin-bottom: 30px; }}

#video-directory a.box, #video-directory a.box-navyblue {
  color: #181818;
}

#video-directory .box .content {
  margin-bottom: 20px;
  padding-top: 10px;
}


/* ==========================================
   Footer
   ========================================== */
#footer {
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  margin: 0px auto;
  padding: 0px 0px 20px;
  color: #333;
  font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
  font-size: 15px;
}

#footer .copyright {
  margin: 0px 0px 0px -98px;
  padding: 0px;
  display: inline-block;
  width: 460px;
}

#footer .copyright h4 {
  margin-top: 46px;
  display: table;
}

#footer .copyright small {
  margin: -20px 0px 0px 80px;
  padding: 0px;
  line-height: 25px;
  display: table;
}
 
#footer .credits {
  font-size: 13px;
  color: #888;
}

/* Footer Links */
#footer .footer-link {
  border-bottom: #e8e8e8 solid 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer .footer-link a {
  color: #fff;
  text-decoration: none;
  margin: 10px 5px;
}
#footer .footer-link a:hover {
  color: #004a97;
}
#footer .footer-link .link-span {
  margin-left: 20px;
}
  @media (max-width: 767.98px) {
  #footer .footer-link .link-span {
	margin-left: 0px;
	margin-top: 12px;
	display: block; }}

#footer a.url-amc {
	display: inline-block;
	padding: 3px 7px;
	background-color: #4F5962;
	border-radius: 5px;
	color: #ffffff;
}
#footer a.url-amc:hover,#footer a.url-mail:hover {
  background-color: #004a97;
  border-color: #004a97;
  color: #ffffff;
}
#footer a.url-mail {
  display: inline-block;
  padding: 2px 7px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
}

#footer .icon-fb {
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
#footer #footer-logo, #footer #logo-fb {
  float: left;
  display: inline-block;
}
#footer #footer-logo {
  margin-right: 6px;
  padding-bottom: 6px;
}
#footer #footer-logo img {
  width: 75px;
  height: 85px;
}
#footer #logo-fb {
  border: #fff solid 1px;
  border-radius: 8px;
}
#footer #logo-fb img {
  border-radius: 8px;
  /*background-color: #80878e;*/
  background: #93cee8;
  width: 68px;
  height: 68px;
  margin-top: 8px;
  margin-bottom: 9px;
  transition: background 0.4s;
}
#footer #logo-fb img:hover {
  background: #004a97;
  transition: background 0.4s;
}
#footer .footerTXT h4 {
  font-size: 1.2em;
}

  @media (max-width: 767.98px) {
  #footer .copyright {
	margin: 0px;
	padding-top: 10px;
	text-align: center;
	width: auto;
	display: block; }
  #footer .copyright h4, #footer .copyright small {
	margin: 4px auto 0px;
	text-align: center;
	display: block; }
  #footer #footer-logo, #footer #logo-fb {
	margin: 0px auto;
	text-align: center;
	display: block;
	float: none; }}