/* Font
---------------------------------------------------- */

*:not(.glyphicon) {
  font-family: 'LiHei Pro', '微軟正黑體', Microsoft JhengHei, Helvetica, Arial, Verdana !important;
}

* {
  text-shadow: none !important;
}

html {
  font-size: 15px !important;
}

body:not(#kuas-header):not(#nav-lang) {
  font-size: 1rem !important;
  line-height: 1.5 !important;
}

/* 1rem x 16px = 16px , line-height=1.5 */

h1 {
  font-size: 1.875rem !important;
}

/* 30px / 16px = 1.625rem */

h2 {
  font-size: 1.6875rem !important;
}

/* 27px */

h3 {
  font-size: 1.5rem !important;
}
/* 24px */

h4 {
  font-size: 1.3125rem !important;
}

/* 21px */

h5 {
  font-size: 1.125rem !important;
}

/* 18px */

footer,
small {
  font-size: 0.875rem !important;
}

/* 14px */

strong {
  font-weight: bold
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Style */

:not(a *):hover {
  transition: all 500ms ease
}

[class*=uk-icon-] {
  font-family: FontAwesome !important;
}

[class*=fa-] {
  font-family: FontAwesome !important;
}

html {
  background: #474747;
}

li {
  list-style: none;
}

label {
  font-weight: normal;
}

a:link {
  text-decoration: none;
}

.uk-grid-width-1-7>* {
  width: 14.258%;
}

.uk-link,
a,
.uk-tab>li>a {
  color: #0fabcb;
}

.uk-link:hover,
a:hover,
a:focus,
.uk-tab>li.uk-open>a,
.uk-tab>li>a:focus,
.uk-tab>li>a:hover {
  color: #0b8098;
  transition: none;
}

.uk-button-primary,
.uk-pagination>.uk-active>span,
.uk-pagination>li>a:focus,
.uk-pagination>li>a:hover {
  background-color: #0fabcb;
  transition: none;
  color: white;
}

.uk-button-primary:focus,
.uk-button-primary:hover {
  background-color: #0aa0bf;
  text-shadow: none;
}

.uk-button-secondary {
  background-color: #e36259;
  transition: none;
  color: white;
  text-shadow: none;
}

.uk-button-secondary:focus,
.uk-button-secondary:hover {
  background-color: #c15048;
  color: white;
}

.color_white {
  color: white !important;
}

.color_primary {
  color: #0fabcb !important;
}

.color_secondary {
  color: #e36259;
}

body {
  height: auto;
  background: #f7f7f7;
}

/*- index -----------------------------------------------*/

.gotoTop {
  opacity: 0;
  width: 40px !important;
  height: 0;
  bottom: 10px;
  right: 10px;
}

.gotoTop.uk-active {
  top: initial !important;
  left: initial !important;
  opacity: 1;
  height: 40px;
}

.gotoTop a {
  color: white;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  background-color: rgba(33, 61, 84, 0.2);
  border-radius: 5px;
}

.gotoTop a:hover {
  background-color: rgba(33, 61, 84, 0.5);
}

#indexContainer {
  max-width: 100%;
}

.nav {
  background: #474747;
}

.nav>div a:hover {
  color: #16cdf3 !important;
}

.nav>div a:hover span {
  line-height: 16px;
}

.header {
  background: #0FABCB;
  padding: 5px;
  font-size: 1.1rem;
}

.header .brand {
  font-size: 1.1rem;
  color: white;
  padding-left: 45px;
}

.header .logo {
  width: 40px;
  margin-top: -2px;
  margin-left: -45px;
  position: absolute;
}

.header .cht {
  font-size: 4vw;
  margin-top: 3px;
}

.header .eng {
  position: absolute;
  font-weight: normal;
  transform: scale(0.5);
  transform-origin: top left;
  white-space: nowrap;
  margin-top: -5px;
}

.header hr {
  margin: 0 -5px;
  border-top: 2px groove #3fe4ff;
}

.header .btn_canvas {
  line-height: 40px;
}

.header #search_top {
  padding: 0;
}

.header #search input {
  font-size: inherit;
  background: #0fabcb !important;
  border-color: white !important;
}

.header #search input::placeholder {
  color: white !important;
}

.header #search input:-ms-input-placeholder {
  color: white !important;
}

/*for Microsoft Edge*/
.header #search input::-ms-input-placeholder {
  color: white !important;
}

.header #searchbar a {
  padding: 5px;
}

.header #searchbar a:hover,
.header #offcanvas a {
  color: white !important;
}

.header #offcanvas .uk-button i {
    color: grey;
}

.header #searchbar a:hover:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  padding-right: 5px;
}

.header .uk-accordion-title, .header .uk-accordion-title:visited, .header .uk-accordion-title:focus {
    background: transparent;
    color: white;
    border: none;
    padding: 5px;
    padding-right: 10px;
}

.header .uk-accordion-title:hover {
    color: white !important;
}

.header .uk-accordion-title i {
    margin: 0 !important;
}

.header .uk-accordion-content {
    text-align: center;
    border-top: 2px groove #3fe4ff;
    margin-top: 10px;
    padding: 0;
}

#offcanvas .uk-offcanvas-bar {
  background: #0d9ab6;
}

#offcanvas .uk-offcanvas-bar:after {
  background: #0d778c;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .6);
}

#offcanvas .uk-offcanvas-bar input.searchInput {
  border-radius: 4px 0 0 4px;
}

#offcanvas .uk-offcanvas-bar a {
  margin-left: -5px;
}

#offcanvas .uk-nav-divider {
  border-top: 1px solid #ffffff;
}

#ask {
  position: fixed;
  background: white;
  border-radius: 0 10px 10px 0;
  padding: 10px;
  top: calc(50% - 54px);
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px 2px;
  transition: all 500ms ease
}

#ask:hover {
  padding-left: 50px;
}

#cover.uk-cover-background {
  background-image: url("../images/bg1-2.jpg");
  height: calc(100vh - 50px);
}

#search_type {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 10px;
  color: white;
  font-size: 1.1rem;
}

.searchInput {
  width: calc(100% - 40px);
  border-radius: 4px 0 0 4px !important;
}

.date {
  background: white;
  padding: 5px 10px;
  color: #444;
  text-align: center;
  min-width: 77px;
}

.date #date_m {
  background: #dc5050;
  margin: 0 -10px;
  margin-top: -5px;
  padding: 2px;
  border-radius: 5px 5px 0 0;
  color: white;
  font-size: 1.2rem;
}

.date #date_d {
  font-size: 2.5rem;
}

#news .date #date_m {
  font-size: 1rem;
}

#news .date #date_d {
  font-size: 2rem;
}

#search_info #info span.border {
  display: block;
}

#search_type .uk-thumbnail img {
  width: 135px;
}

#search_type .count .fa {
  font-size: 16px;
  font-size: 13vw;
}

#search_type p,
#search_type .uk-thumbnail-caption {
  font-size: 3.5vw;
}

#search_type .count p {
  padding-left: 15px;
}

#search_type .btn-right {
    border-radius: 0 4px 4px 0;
    margin-left: -5px;
}

.border {
  border: 1px solid white;
  padding: 0 5px;
  margin-right: 5px;
}

.maintabs.uk-active {
  bottom: auto;
  position: fixed !important;
}

.maintabs {
  background: #0fabcb;
}

.maintabs a {
  color: white !important;
  margin: 0 !important;
  padding: 10px 5px;
}

.maintabs a:hover {
  background: rgba(8, 150, 179, 0.8) !important;
}

.maintabs .uk-dropdown {
  background: rgba(15, 171, 203, 0.85);
  border: none;
  border-radius: unset;
  margin-top: 0;
}



/*nkust*/
.maintabs .popup-menu {
  background: rgba(255, 255, 255, 0.85);
  border: none;
  border-radius: unset;
  margin-top: 0;	
  text-align:left;
}
.maintabs .popup-menu  a{
  color: rgb(15, 171, 203) !important;
}
.maintabs .popup-menu a:hover {
  background: rgba(241, 213, 207, 0.8) !important;
}
/*nkust*/


#mainTabs {
  margin-top: -5px;
}

#slides {
  background-image: url(../images/bg2.jpg);
  padding: 35px 0;
  color: white;
}

#slides .uk-dotnav>*>* {
  background: rgba(255, 255, 255, 0.2);
}

#slides .uk-dotnav>.uk-active>*,
.uk-dotnav>*>:focus,
.uk-dotnav>*>:hover {
  background: rgba(255, 255, 255, 1) !important;
}

#slides .uk-dotnav>.uk-active>* {
  transform: scale(1);
}

#slides img {
  border: 2px solid white;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
}

#slides .uk-panel-box {
  background: #ffffff;
  border: 5px solid rgba(221, 221, 221, 0.6);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
}

#slides h4 {
  border-bottom: 1px solid white;
  padding-bottom: 5px;
}

#content {
  background-image: url(../images/bg3.jpg);
}

#content #board {
  min-height: 100px;
}

#content #board .flexslider .slides img {
  width: 100% !important;
  ;
  height: auto !important;
}

#content .uk-panel-box {
  background: #dc5050;
  color: white;
}

#content a:hover .uk-panel-box {
  background: #cc4d4d;
}

footer {
  background: #575757;
  padding: 20px 0;
}

footer .count {
  color: white;
}

footer .count p {
  font-size: 1rem;
  padding: 0 20px;
}

footer .count p:nth-child(3) {
  font-size: 1.5em;
}

footer #contact {
  text-align: center;
}

footer #contact hr {
  border-color: grey;
}

/*- index-end ----------------------------------------*/

.font_large div,
.font_large p,
.font_large a {
  font-size: 1.5rem;
}

.font_medium div,
.font_medium p,
.font_medium a {
  font-size: 1.3rem;
}

.uk-pagination * {
  font-size: inherit;
}

.font_resize .uk-button,
.font_resize label,
.font_resize input,
.font_resize textarea {
  font-size: initial !important;
}

.fontsize.uk-tab {
  border: none;
}

.fontsize.uk-tab>li>a {
  font-size: 15px;
  padding: 2px 10px;
  border: none;
  text-shadow: none;
}

.fontsize.uk-tab>li.uk-active>a,
.fontsize.uk-tab>li.uk-open>a,
.fontsize.uk-tab>li>a:focus,
.fontsize.uk-tab>li>a:hover {
  background: #0fabcb;
  color: white;
  padding: 2px 10px;
  border-radius: 0;
}

.table1,
.table3-cell:nth-child(1) {
  padding-right: 0;
}

.table1 th:first-child,
.table1 td:first-child,
.table3-cell:nth-child(2) {
  padding-left: 0;
}

.card {
  background: white;
  padding: 10px;
}

.table2 div:nth-child(2n-1) {
  padding-right: 5px;
}

.table2 div:nth-child(2n) {
  padding-left: 5px;
}

.table2 .no {
  width: 50px;
  text-align: center;
}

.table2 a .no {
  margin-left: -55px;
}

.table2 a {
  padding: 5px;
  padding-left: 55px;
}

.table2 a:nth-child(2n),
.table3-row:not(:nth-child(1)) a:nth-child(1) {
  background: #f7f7f7;
}

.table2 a:hover,
.table3-row a:hover {
  background: #f3f0f0;
}

.table3-row {
  margin-top: 0 !important;
}

.table3-row a,
.table3-row:nth-child(1)>div {
  padding: 10px;
}

.table3 .uk-grid-divider>[class*=uk-width-medium-]:not(.uk-width-medium-1-1):nth-child(n+2) {
  border-left: 1px solid rgba(221, 221, 221, 0.48);
}

.rate a {
  color: lightgrey;
}

.rate a:hover,
.rate .selected i {
  color: #ffcd24;
}

.soicallinks a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: grey;
  color: white;
}

.soicalshare .soicallinks .pinterest {
  background: #cb2027;
}

.soicalshare .soicallinks .facebook {
  background: #3a559f;
}

.soicalshare .soicallinks .twitter {
  background: #00acee;
}

.table4>div:nth-child(4n+1),
.table4>div:nth-child(4n+2) {
  background: #fbfbfb;
}

.table4>div:nth-child(2n-1) {
  border: none !important;
}

.table4.uk-grid-divider>[class*=uk-width-2-]:nth-child(n+2) {
  border-color: white;
}

.table4>div>span {
  padding: 10px;
}

.uk-tab span.uk-text-small:before {
  content: "(";
  padding-left: 2px;
}

.uk-tab span.uk-text-small:after {
  content: ")";
  padding-right: 5px;
}

.comment #comment {
  border: 1px solid #ddd;
  border-top: none;
  padding: 10px;
}

#content1 {
  min-height: 600px;
}

.nav_side .bg_white {
    background: white;
    height: 100%;
}

.nav_side .uk-nav-side {
  background: #fff;
  padding: 20px 0;
}

.nav_side .uk-nav-side>li>a {
  padding: 15px;
}

.nav_side .uk-nav-side>li.uk-active>a {
  background: #0fabcb;
  text-shadow: none;
}

.list_decimal li {
  list-style: decimal;
}

#schedual .year:after {
  content: "年";
}

#schedual .month:after {
  content: "月";
}

#schedual .uk-panel {
  padding: 5px;
}

.box {
  background-color: darkgrey;
  color: white;
  padding: 5px 10px;
}

.bg_white,
.bg_calendar {
  background-color: white;
}

.bg_calendar {
  padding: 10px;
}

.bg_primary {
  background-color: #0fabcb;
}

.bg_secondary {
  background-color: #e36259;
}

#search_group a {
  margin-left: -5px;
}

.table5>div>span {
  padding: 10px;
}

.table5>div:nth-child(6n+4),
.table5>div:nth-child(6n+5),
.table5>div:nth-child(6n+6) {
  background: #fbfbfb;
}

.table5>div:nth-child(3n+1) span:before {
  content: "【期　　數】";
}

.table5>div:nth-child(3n+2) span:before {
  content: "【主　　旨】";
}

.table5>div:nth-child(3n+3) span:before {
  content: "【發行日期】";
}

.triangle_white {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #ffffff transparent transparent transparent;
}

#account * {
  color: #0fabcb;
}

#account .uk-overlay-icon:before {
  content: "\f2c0";
  width: 50px;
  height: 50px;
  font-size: 50px;
}

#account img {
  background: #f7f7f7;
}

#account i.fa.fa-user-o {
  font-size: 120px;
}

#account .uk-cover-background a>div:last-child {
  bottom: 10px;
}

#account h1.uk-text-bold {
  margin-top: -30px !important;
}

.profile {
  padding-bottom: 50px;
  border-radius: 10px;
  border: 1px solid rgba(221, 221, 221, 0.56);
}

#profile>div:nth-child(1) .profile .uk-grid>div:nth-child(4n+5):before {
  /*content: "【借書日期】";*/
}

#profile>div:nth-child(1) .profile .uk-grid>div:nth-child(4n+6):before {
  /*content: "【應還日期】";*/
}

#profile>div:nth-child(1) .profile .uk-grid>div:nth-child(4n+7):before {
  /*content: "【書　　名】";*/
}

#profile>div:nth-child(1) .profile .uk-grid>div:nth-child(4n+8):before {
  /*content: "【狀　　態】";*/
}

#profile>div:nth-child(2) .profile .uk-grid>div:nth-child(4n+5):before {
  /*content: "【狀　　態】";*/
}

#profile>div:nth-child(2) .profile .uk-grid>div:nth-child(4n+6):before {
  /*content: "【書　　名】";*/
}

#profile>div:nth-child(2) .profile .uk-grid>div:nth-child(4n+7):before {
  /*content: "【預約日期】";*/
}

#profile>div:nth-child(2) .profile .uk-grid>div:nth-child(4n+8):before {
  /*content: "【有效日期】";*/
}

#profile>div:nth-child(3) .profile .uk-grid>div:nth-child(4n+5):before {
  /*content: "【應還日期】";*/
}

#profile>div:nth-child(3) .profile .uk-grid>div:nth-child(4n+6):before {
  /*content: "【逾期天數】";*/
}

#profile>div:nth-child(3) .profile .uk-grid>div:nth-child(4n+7):before {
  /*content: "【書　　名】";*/
}

#profile>div:nth-child(3) .profile .uk-grid>div:nth-child(4n+8):before {
  /*content: "【罰款 (元)】";*/
}

.profile .uk-grid>div:nth-child(4n+9) {
  border-top: 1px solid #f1f0f0;
  margin-top: 5px;
  padding-top: 5px;
}

#profile>div:nth-child(4) .profile {
  padding-bottom: 15px;
}

#profile>div:nth-child(4) .profile .uk-grid>div:not(:nth-child(1)):not(:nth-child(2)) {
  border-top: 1px solid #f1f0f0;
  margin-top: 5px;
  padding-top: 5px;
}

.profile .uk-button {
  position: absolute;
  padding: 5px;
  left: 0;
  bottom: -5px;
  border-radius: 0 0 10px 10px;
}

footer a {
  margin-bottom: 10px;
  display: inline-block;
}

#board .flexslider ol, #board .flexslider ul {
    padding: 0;
    margin: 0;
}
#board .flexslider .flex-control-nav li, #board .flexslider .flex-direction-nav li {
    display: inline-block;
    padding: 0 5px;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ End of Style */


@media (min-width:480px) {
  .header {
    padding-bottom: 6px;
  }
  .header .brand {
    padding-left: 65px;
  }
  .header .logo {
    width: 57px;
    margin-left: -65px;
    margin-top: 0;
  }
  .header .cht {
    font-size: 1.1em;
    margin-top: 7px;
  }
  .header .eng {
    transform: scale(1);
  }
  .btn-right {
  margin-left: -1px;
  }
  .header .btn_canvas {
    line-height: 57px;
  }
  .uk-grid-width-small-1-7>* {
    width: 14.258%;
  }
  #search_info #info span.border {
    display: inline-block;
  }
  .table5>div span:before {
    content: "" !important;
  }
  .table5 .uk-hidden-xsmall {
    display: block;
  }
  .table5.uk-grid-divider>[class*=uk-width-medium-]:not(.uk-width-medium-1-1):nth-child(n+2) {
    border-left: 1px solid white;
  }
  #account h1.uk-text-bold {
    margin-top: 50px !important;
  }
  #search_type .count .fa {
    margin-right: 10px;
  }
  #search_type p,
  #search_type .uk-thumbnail-caption {
    font-size: inherit;
  }
}

@media (min-width:768px) {
  .header {
    padding-bottom: 5px;
  }
  .header .logo {
    margin-top: 2px;
  }
  .header .cht {
    margin-top: 10px;
  }
  .english .header #users {
    margin-left: 5px;
  }
  .uk-grid-width-medium-1-7>* {
    width: 14.258%;
  }
  div#nav {
    height: 90px;
  }
  div#nav-menu {
    border-top: 2px groove #3fe4ff;
    height: 52px;
  }
  .searchbar input {
  border-radius: 4px 0 0 4px !important;
  }
  .searchbar select {
    border-radius: 0 !important;
    border-left: none;
  }
  .btn-right {
    border-radius: 0 4px 4px 0;
  }
  .table3-row:nth-child(2n-1) a {
    background: transparent !important;
  }
  .table3-row:nth-child(2n) a {
    background: #f7f7f7;
  }
  .table3-row a:hover {
    background: #f3f0f0 !important;
  }
  .soicalshare .uk-list {
    text-align: right;
  }
  .nav_side .uk-nav-side {
    padding: 120px 0;
  }
  #calendar .uk-form-row {
    position: absolute;
  }
  #indexContainer #cover.uk-cover-background {
    min-height: calc(100vh - 163px);
    height: calc(100vh - 163px);
  }
  .maintabs a {
    font-size: 1rem;
    padding: 10px 7px;
  }
  .english .header #searchbar a {
    font-size: 0.85em;
  }
  .english .maintabs a {
    font-size: 0.9em;
  }
  #slides .uk-panel-box {
    min-height: 200px;
  }
  footer .count {
    padding: 0 10px;
  }
}

@media (min-width:960px) {
  .header .cht {
    font-size: 1.26em;
  }
  .uk-grid-width-large-1-7>* {
    width: 14.258%;
  }
  .uk-text-nowrap {
    white-space: initial;
  }

  #indexContainer #cover.uk-cover-background {
    min-height: calc(100vh - 187px);
    height: calc(100vh - 187px);
  }
  .english #indexContainer #cover.uk-cover-background {
    min-height: calc(100vh - 180px);
    height: calc(100vh - 180px);
  }
  .maintabs a {
    font-size: 1.1rem;
    padding: 10px 15px;
  }
  #slides {
    min-height: 800px;
  }
  footer .count div {
    width: 100%;
  }
  footer .count div {
    width: 100%;
  }
  footer .count .fa {
    width: 60px;
    text-align: center;
  }
  footer .count p {
    padding: 0;
  }
  footer #contact {
    text-align: left;
  }
}

@media (min-width:1220px) {
  #searchbar {
    width: 75%;
  }
  #search {
    width: 25%;
  }
  .uk-grid-width-xlarge-1-7>* {
    width: 14.258%;
  }
  .profile .uk-hidden {
    display: block !important;
    visibility: visible !important;
  }
  .profile .uk-grid>div:before {
    content: "" !important;
  }
  .profile .uk-grid>div {
    padding: 5px 0;
  }
  .profile .uk-grid>div:nth-child(4n+9) {
    border-top: none;
    margin-top: 0;
  }
  .profile .uk-grid>div:nth-child(4n+5),
  .profile .uk-grid>div:nth-child(4n+6),
  .profile .uk-grid>div:nth-child(4n+7),
  .profile .uk-grid>div:nth-child(4n+8) {
    border-top: 1px solid #f1f0f0;
    margin-top: 5px;
  }
  .header #search_top {
    padding: inherit;
  }
  #indexContainer #cover.uk-cover-background {
    min-height: calc(100vh - 192px);
    height: calc(100vh - 192px);
  }
  .maintabs a {
    font-size: 1.3rem;
  }
  .maintabs .uk-dropdown .uk-nav-dropdown a {
    font-size: 1.1rem;
  }
  .maintabs .popup-menu a {
    font-size: 1.1rem;
  }
  .maintabs .popup-menu {
    z-index:1020 ;
  }  
  #slides {
    padding: 100px 0;
    min-height: 1000px;
  }
  footer .count {
    padding: 20px;
  }
  footer .count div {
    width: 50%;
  }
  footer .count .fa {
    width: auto;
  }
}


/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
.header .uk-width-3-4 {
    width: 72%;
}
.header .uk-width-1-4 {
    width: 28%;
}
#search_type a.btn-right {
    margin-left: -6px;
}
#search_info .uk-width-1-3 {
    width: 32%;
}
#search_info .uk-width-2-3 {
    width: 67%;
}
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
.header .uk-width-3-4 {
    width: 72%;
}
.header .uk-width-1-4 {
    width: 28%;
}
#search_type a.btn-right {
    margin-left: -6px;
}
#search_info .uk-width-1-3 {
    width: 32%;
}
#search_info .uk-width-2-3 {
    width: 67%;
}
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2) {
.header .uk-width-3-4 {
    width: 72%;
}
.header .uk-width-1-4 {
    width: 28%;
}
#search_type a.btn-right {
    margin-left: -6px;
}
#search_info .uk-width-1-3 {
    width: 32%;
}
#search_info .uk-width-2-3 {
    width: 67%;
}
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3) {
.header .uk-width-3-4 {
    width: 72%;
}
.header .uk-width-1-4 {
    width: 28%;
}
#search_type a.btn-right {
    margin-left: -6px;
}
#search_info .uk-width-1-3 {
    width: 32%;
}
#search_info .uk-width-2-3 {
    width: 67%;
}
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3) {
.header .uk-width-3-4 {
    width: 72%;
}
.header .uk-width-1-4 {
    width: 28%;
}
#search_type a.btn-right {
    margin-left: -6px;
}
#search_info .uk-width-1-3 {
    width: 32%;
}
#search_info .uk-width-2-3 {
    width: 67%;
}
}
.fa-address-card-o:before{
  content: url('../images/ic_books.png');
}