/* 
 * FLX SOLUTIONS 
 * 15-Sept-2018 Create by Yang
 */

/* Font Inport */
@font-face {
  font-family: montserrat-regular;
  src: url('../fonts/Montserrat/montserrat-regular.woff2') format('woff2'),
       url('../fonts/Montserrat/montserrat-regular.woff') format('woff'),
       url('../fonts/Montserrat/montserrat-regular.ttf') format('truetype');
}
@font-face {
  font-family: montserrat-bold;
  src: url('../fonts/Montserrat/montserrat-bold.woff2') format('woff2'),
       url('../fonts/Montserrat/montserrat-bold.woff') format('woff'),
       url('../fonts/Montserrat/montserrat-bold.ttf') format('truetype');
}
@font-face {
  font-family: montserrat-bolditalic;
  src: url('../fonts/Montserrat/montserrat-bolditalic.woff2') format('woff2'),
       url('../fonts/Montserrat/montserrat-bolditalic.woff') format('woff'),
       url('../fonts/Montserrat/montserrat-bolditalic.ttf') format('truetype');
}
@font-face {
  font-family: raleway-regular;
  src: url('../fonts/Raleway/raleway-regular.woff2') format('woff2'),
       url('../fonts/Raleway/raleway-regular.woff') format('woff'),
       url('../fonts/Raleway/raleway-regular.ttf') format('truetype');
}
@font-face {
  font-family: raleway-medium;
  src: url('../fonts/Raleway/raleway-medium.woff2') format('woff2'),
       url('../fonts/Raleway/raleway-medium.woff') format('woff'),
       url('../fonts/Raleway/raleway-medium.ttf') format('truetype');
}
@font-face {
  font-family: raleway-bold;
  src: url('../fonts/Raleway/raleway-bold.woff2') format('woff2'),
       url('../fonts/Raleway/raleway-bold.woff') format('woff'),
       url('../fonts/Raleway/raleway-bold.ttf') format('truetype');
}
@font-face {
  font-family: raleway-semibolditalic;
  src: url('../fonts/Raleway/raleway-semibolditalic.woff2') format('woff2'),
       url('../fonts/Raleway/raleway-semibolditalic.woff') format('woff'),
       url('../fonts/Raleway/raleway-semibolditalic.ttf') format('truetype');
}

body {
	font-family: 'raleway-regular','Helvetica Neue',Arial,sans-serif;
	letter-spacing: 1.5px;
}

p {
	font-size: 11pt;
  letter-spacing: 1.5px;
  color: #404040;
  font-family: 'raleway-regular';
}

a {
    color: #fff;
}
a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 1.5px;
    line-height: 1.5;
    font-family: 'montserrat-bold';
}
h1 {
  text-transform: uppercase;
}
h3 {
  font-size: 16pt;
}
h5 {
  font-size: 12pt;
}

section {
    padding: 2.5rem 0;
}

.text-primary {
	color: #28397d !important;
}
.text-muted {
    color: #868686 !important;
}
.bg-primary {
    background-color: #f7f8f8 !important;
}
.bg-dark {
    background-color: #000 !important;
}

/* Border */
hr.border-primary-style {
  margin-top: 30px !important;
  margin-bottom: 8px !important;
  max-width: 100px;
}

.border-wrapper {
  display: block;
  width: 100%;
  height: 55px;
}
.border-style {
  border-color: #28397d;
}

.separator-left {
    width: 8px;
    height: 8px;
    margin: 20px auto;
    background: #28397d;
    position: relative;
    display: inline-block;
    border-radius: 0;
}
.separator-right {
    width: 8px;
    height: 8px;
    margin: 20px auto;
    background: #28397d;
    position: relative;
    display: inline-block;
    border-radius: 0;
    float: right;
}
.separator-right:before {
    position: absolute;
    right: 5%;
    bottom: 4px;
    height: 1px;
    width: 200px;
    background: #d7d7d7;
    content: "";
    display: inline-block;
    margin-right: 15px;
}
.separator-left:before {
    position: absolute;
    left: 5%;
    bottom: 4px;
    height: 1px;
    width: 200px;
    background: #d7d7d7;
    content: "";
    display: inline-block;
    margin-left: 15px;
}

.border-vertical {
    position: relative;
    width: 1px;
    height: 350px;
    background: #28397d;
    margin: 0 auto;      
}
.border-vertical:before  {
    content: "";
    position: absolute;
    top: 0;
    left: -3px;
    right: 0;
    width: 8px;
    height: 1px;
    background: #28397d;     
}
.border-vertical:after  {
    content: "";
    position: absolute;
    bottom: 0;
    left: -3px;
    right: 0;
    width: 8px;
    height: 1px;
    background: #28397d;     
}

.border-vertical-2 {
    position: relative;
    width: 1px;
    height: 150px;
    background: #28397d;
    margin: 0 auto;      
}
.border-vertical-2:after  {
    content: "";
    position: absolute;
    bottom: -8px;
    left: -3.6px;
    right: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%; 
    border: 1px solid #28397d;    
}
.border-vertical-3 {
    position: relative;
    width: 1px;
    height: 60%;
    background: #28397d;
    margin: 0 0 0 5px;      
}

/* Btn */
.btn-primary-style {
	display: block;
  width: 100%;
  border-radius: 5px;
  letter-spacing: 3px;
  font-weight: normal;
  font-size: 13pt;
}

.btn-purple {
	background-color: #A520D8;
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.btn-purple:hover {
	color: #fff;
	background-color: #730f9a;
	border:1px solid rgba(255, 255, 255, 0.5);
}

/* Main Navigation Active */
#mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus, 
#mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:active {
    color: #fff;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active, 
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
    color: #fff!important;
}

/* Main Navigation */
#mainNav {
  height: 52px;
  font-family: 'raleway-bold', 'Helvetica Neue', Arial, sans-serif;
  background-color: #3d3d3d;
  box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.8);   
  /*-webkit-transition: all .8s;
  transition: all .8s;*/
  -webkit-transition: none;
  transition: none;
  
}
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover, 
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #fff !important;
}
#mainNav .navbar-nav>li.nav-item>a.nav-link, 
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
    -webkit-transition: all .5s;
    transition: all .5s;

    font-size: 10pt;
    text-transform: uppercase;
    color: #a0a0a0;
}

#mainNav .dropdown-menu {
    font-size: 7pt;
    text-align: left;
    padding: 0;
    background-color: rgba(0,0,0,0);
    min-width: 130px;
    border: 0px solid #fff;
    margin: -4px -28px 0 0;
}
#mainNav .dropdown-menu li {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    background-color: rgba(115, 115, 115, 0.85);
}
#mainNav .dropdown-menu li a{
    color: #dadada;
}
#mainNav .dropdown-menu li a:hover {
    color: #fff;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.5);
}
/* Navigation Scroll Style */
#mainNav.navbar-shrink {
    height: 35px;
    border-bottom: 1px solid rgba(0,0,0,0.8);
    background-color: rgba(60, 61, 60, 1);
    box-shadow: 0px 6px 10px 1px rgba(0,0,0,0.3); 
}
#mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link {
    color: #a0a0a0;
}

#mainNav .navbar-brand {
  position: absolute;
  top: 8px;
  z-index: 999999;
}
#mainNav .navbar-brand .nav-logo-style { 
  max-width: 195px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}
#mainNav .nav-logo-style-02 {
  /*max-width: 200px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity .5s linear;*/
}
#mainNav.navbar-shrink .navbar-brand .nav-logo-style {
  max-width: 105px;
  /*visibility: hidden;
  opacity: 0;
  display: none;*/
}
#mainNav.navbar-shrink .navbar-brand .nav-logo-style-02 {
  /*max-width: 80px;
  visibility: visible;
  opacity: 1;*/
}
#mainNav.navbar-shrink .navbar-brand {
  /*top: 1px;
  padding: 0;*/
}

#mainNav.navbar-shrink .triangle-down {
  top: 30px;
  border-right: 250px solid transparent;
  border-top: 70px solid #3c3d3c;
}
#mainNav.navbar-shrink .triangle-down02 {
  top: 40px;
  border-right: 240px solid transparent;
  border-top: 70px solid rgba(0,0,0,0.5);
}

#mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link, 
#mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus {
    font-size: 8pt;
}
#mainNav.navbar-shrink .dropdown-menu {
    background-color: rgba(0,0,0,0);
    margin: -6px -30px 0 0;
}
#mainNav.navbar-shrink .dropdown-menu li {
    padding: 6px 10px;
}
#mainNav.navbar-shrink .triangle-up {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #888888;
}

/* Navigation Dropdown Active  */
#navbarResponsive li a.active {
    color: #fff !important;
    font-weight: bold;
}

#mainNav .navbar-nav>li.active>a.nav-link, 
#mainNav .active a {
    color: #fff !important;
}

#navbarResponsive li a.active {
    color: rgb(230, 163, 94);
    background-color: transparent !important;
}

#mainNav .triangle-up {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 13px solid #888888;
}
#mainNav .triangle-down {
  position: fixed;
  /*-webkit-transition: all .1s;
  transition: all .1s;*/

  top: 50px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 450px solid transparent;
  border-top: 90px solid #3c3d3c;
  z-index: 2;
}
#mainNav .triangle-down02 {
  position: fixed;
  /*-webkit-transition: all .01s;
  transition: all .01s;*/

  top: 60px;
  left: -8px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 450px solid transparent;
  border-top: 90px solid rgba(0,0,0,0.8);
  z-index: 1;
  filter: blur(6px);
}

/* Header */
#index .slide-01,
#index .slide-02,
#index .slide-03 {
  background-image: url(../img/slide-bg01.jpg);
}

#index .slide-wrapper{
  padding: 11rem 0;
}
header.masthead h1 {
  font-size: 2.5rem;
  text-align: center;
}
header.masthead h3 {
  font-family: 'montserrat-regular';
  font-size: 2.5rem;
  letter-spacing: 2.5px;
  padding: 0 45px;
  margin-bottom: 0;
  line-height: 1; 
}
header.masthead p {
  color: #fff;
  font-size: 11pt;  
}
    
/* Content */
section#about {
  padding: 2.5rem 0 0rem;
}
#about .row-margin-style {
  margin-top: -240px;
}
#about .box-wrapper {
  background-color: #fff;
  height: 250px;
  box-shadow: 5px 5px 15px 1px rgba(0,0,0,0.3);
}
#about .padding-style {
  padding-right: 8px;
  padding-left: 8px;
}
#about .img-wrapper {
  width: 130px;
  height: 130px;
  background-color: #fff;
  border-radius: 100%;
  margin-top: -75px;
}
#about .box-shadow {
  position: relative;
}
#about .box-shadow:before {
  position: absolute;
  content: "";
  width: 130px;
  height: 130px;
  top: -75px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  filter: blur(6px);
  margin: 0 auto;
  border-radius: 100%;
  z-index: -1;
}
#about .icon-style {
  width: 100%;
  height: 100%;
  padding: 20px;
}
#about ul {
  padding: 0 46px;
}
#about li {
  text-align: left;
  font-size: 8pt;
  letter-spacing: 1.5px;
}

#mission-vision {
  position: relative;
  /*padding: 0 0 8rem;*/
}
#mission-vision .box-wrapper {
  min-height: 270px;
}
#mission-vision ul {
  padding-left: 15px;
}
#mission-vision li {
  font-size: 10pt;
  margin-bottom: 20px;
}
#mission-vision h3 {
  text-transform: uppercase;
  font-size: 18pt;
  color: #404040;
  font-weight: bold;
}
#mission-vision .texture-img {
  position: absolute;
  left: 0;
  bottom: -83px;
  width: 100px;
  height: auto;
}

#values .img-wrapper {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
#values hr.border-style2 {
  border-color: #d7d7d7;
  max-width: 100%;
  border-width: 1px;
  margin: 30px auto;
}
#values h3 {
  text-transform: uppercase;
  font-weight: bold;
}
#values p {
  min-height: 50px;
  padding-left: 8px; 
}

#culture {
  position: relative;
  background: url(../img/culture-bg.jpg) center no-repeat;
  background-size: cover;
}
#culture:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background-color: rgba(0,0,0,0.75);
}
#culture hr.border-style,
#global-presence hr.border-style,
#csr hr.border-style {
    border-color: #d0d0d0;
}
#culture .img-wrapper  {
  width: 160px;
  height: 160px;
  margin: 0 auto;
}
#culture h3 {
  font-family: 'raleway-bold';
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
}
#culture p {
  color: #d0d0d0;
  font-weight: normal;
}

#global-presence {
  position: relative;
}
#global-presence:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: url(../img/texture.png) center repeat;
  background-size: cover;
  opacity: 0.2;
}
#global-presence .texture-img {
  position: absolute;
  right: 0;
  bottom: -83px;
  width: 100px;
  height: auto;
}

#strenghts h3 {
  font-family: 'raleway-bold';
  font-size: 18pt;
  color: #404040;
  font-weight: bold;
}

#corporate-structure {
  position: relative;
  padding: 2.5rem 0 0;
  background-color: #f7f8f8;
}
#corporate-structure:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: url(../img/corporate-structure-bg.png) center;
  background-size: cover;
  background-attachment: fixed;
}
#corporate-structure h5 {
  font-family: 'raleway-medium';
  font-size: 13pt;
  padding: 0 6px;
}
#corporate-structure .img-wrapper {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  padding: 15px;
}
#corporate-structure .logo-icon-wrapper {
  /*position: relative;*/
  width: 25px; 
  margin: 0 auto;
  /*display: inline-block;*/
}
#corporate-structure .logo-icon-style {
  position: absolute;
  bottom: -6px;
}
#corporate-structure .logo-icon-style-02 {
  position: absolute;
  bottom: -3px;
}
#corporate-structure .card {
  border-radius: 0;
}
#corporate-structure .card h3 {
  text-transform: uppercase;
}
#corporate-structure li.list-group-item {
  background-color: #f2f2f2;
  padding: 0;
}
#corporate-structure li.list-group-item a {
  display: block;
  width: 100%;
  height: auto;
  padding: .75rem 1.25rem;
  color: #383838;
  font-size: 10pt;
  text-transform: uppercase;
}
#corporate-structure li.list-group-item a {
  outline: none;
}
#corporate-structure li.show {
  border-left: 2px solid #28397d;
  background-color: #fff;
  border-radius: 0;
}
#corporate-structure li.show a {
  color: #28397d;
}
#corporate-structure .dropdown-content-style ul {
  list-style-type: none;
  list-style-position: outside;
  padding: 0 5px;
}
#corporate-structure .dropdown-content-style ul li {
  margin-bottom: 8px;
  font-size: 10pt;
  padding-left: 1em;
  /*text-indent: -1em;*/
}
#corporate-structure .dropdown-content-style ul li:before {
  /*content: "-";
  padding-right: 5px;*/
}
#corporate-structure .dropdown-content-style ul li a {
  /*display: inline;*/
  padding: 0;
}
#corporate-structure .dropdown-content-style ul li a:hover {
  font-family: 'raleway-bold';
  color: #007eff;
}

#corporate-structure .dropright .dropdown-menu {
  width: 343px;
  text-align: left;
  max-width: 345px;
  top: -1px !important;
  margin-left: 0;
  padding: 10px;
  border-radius: 0;
}
#corporate-structure .dropright .dropdown-menu.show {
  z-index: 9999;
}
#corporate-structure .dropleft .dropdown-menu {
  width: 343px;
  text-align: left;
  max-width: 344px;
  top: -17px !important;
  transform: translate3d(-345px, 16px, 0px) !important;
  padding: 10px;
  border-radius: 0;
}
#corporate-structure .dropleft .dropdown-toggle:before {
  display: none;
}
#corporate-structure .dropleft .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}

#csr {
  position: relative;
  background: url(../img/csr-bg.jpg) center no-repeat;
  background-size: cover;
}
#csr:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background-color: rgba(0,0,0,0.75);
} 
#csr .text-muted {
  color: #d0d0d0 !important;
}
#csr .img-wrapper {
  width: 45px;
  height: 45px;
  margin: -6px auto 0;
  float: right;
}
#csr h1.tittle {
  font-family: 'raleway-semibolditalic';
  text-transform: unset;
  text-align: left;
  color: #fff;
}
#csr h5.sub-tittle {
  font-family: 'montserrat-bolditalic';
  text-align: right;
  color: #fff;
  padding: 0 10px; 
}
#csr p {
  color: #fff;
}
#csr ul {
      padding-left: 20px;
}
#csr li {
  color: #fff;
  font-size: 10pt;
  margin-bottom: 10px;
}

#map {
  position: relative;
  background: url(../img/location-bg.jpg) center no-repeat;
  background-size: cover;
  min-height: 650px ;
}
#map .box-direction {
    position: absolute;
    top: 245px;
    right: 8%;
    width: 35%;
    background-color: #fff;
    margin: 0 auto;
    height: auto;
    z-index: 1;
}
#map .img-wrapper {
  width: 75px;
  height: auto;
  margin: 0 auto;
  padding: 8px;
}
#map .box-wrapper {
    background-color: #fff;
    position: absolute;
    bottom: -285px;
    left: 0;
    right: 0;
    width: 65%;
    margin: 0 auto;
    z-index: 1;
}
#map .box-direction h5 {
  font-size: 11pt;
  font-weight: bold;
  margin-top: 9px;
}
#map .box-direction i {
    font-size: 10pt;
    padding: 0;
}
#map .box-direction a {
    font-size: 10pt;
}
#map .box-wrapper i {
  font-size: 15pt;
    padding: 0 10px;
}
#map .box-wrapper h1 {
  font-weight: 600;
  text-transform:  uppercase;;
  line-height: 1.3;
  font-size: 2rem;
}
#map .box-wrapper ul {
  padding: 0;
}
#map .box-wrapper ul li {
  list-style-type: none;
  margin-bottom: 35px;
  font-size: 20px;
  display: flex;
}
#map .box-wrapper ul li p {
  text-align: justify;
}

/* Footer */
footer {
    width: 100%;
    padding: 15rem 10px 3px;
    background-color: rgba(0,0,0,0.85);
    border-top: 1px solid rgba(230, 230, 230, 0.1);
}
footer .wrapper-style {
  margin: 0 auto;
  padding: 0 10px;
}
footer hr {
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.5);
    width: 65.8%;
    max-width: initial;
    margin: 30px auto;
}
footer p {
  color: #e0e0e0;
}
footer i {
  font-size: 11pt;
	color: #e0e0e0;
}


/* Responsive */
@media (min-width: 1900px) {
  #index .slide-wrapper {
    padding: 26rem 0;
  }

  #map .img-wrapper {
    width: 75px;
    height: auto;
    margin: 0 auto;
    padding: 8px;
  }
  #map .box-direction {
    position: absolute;
    top: 245px;
    right: 17.5%;
    width: 25%;
    background-color: #fff;
    margin: 0 auto;
    height: auto;
  }
  #map .box-wrapper {
    background-color: #fff;
    position: absolute;
    bottom: -280px;
    left: 0;
    right: 0;
    width: 65%;
    margin: 0 auto;
  }
  #map .box-wrapper  ul {
    padding: inherit !important;
  }
  #map .box-wrapper  h1 {
      font-size: 2.5rem;
  }

  footer {
    padding: 15rem 10px 3px;
  }
}

/* =================================================================== */
@media (max-width: 1024px) {
  #map .box-direction {
    position: absolute;
    top: 220px;
    right: 15px;
    width: 40%;
  }
}

/* =================================================================== */
@media (min-width: 1024px) and (min-height: 1000px)  {
  /* Header */
  #index .slide-wrapper {
    padding: 30rem 0;
  }
  /* Content */
  #about .box-wrapper {
    min-height: 350px;
  }

  #map .box-direction {
    top: 240px;
    right: 5%;
  }
  #map .box-wrapper {
    bottom: -350px;
    z-index: 1;
  }

  footer {
    padding: 20rem 10px 3px;
  }
} 

/* =================================================================== */
@media (max-width: 768px) {
	p {
    font-size: 10pt;
	}
  h1  {
    font-size: 1.6rem;
  }
  section {
    padding: 4rem 0;
  }

  .flex-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  #index .padding-responsive {
    padding: 0;
  }

  /* Navigation */
	#mainNav {
    height: inherit;
	  background-color: rgba(0,0,0,0.85);
	}

  #mainNav .navbar-brand {
    position: initial;
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding: 3px 0;
  }

  #mainNav.navbar {
    padding: 5px 1rem;
  }
  #mainNav.navbar.navbar-shrink {
    padding: 5px 1rem;
  }

	.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.8) !important;
	}

	.navbar-toggler-icon {	
    width: 1em;
    height: 1.5em;
	}
  .navbar-toggler {
    padding: 3px;
    font-size: 16pt;
    line-height: 1;
    background-color: transparent;
    border: 0px solid transparent;
    top: 20px;
    right: 25px;

    -webkit-transition: all .5s;
    transition: all .5s;
  }

  #mainNav .navbar-brand .nav-logo-style {
    max-width: 130px;
  }
  #mainNav.navbar-shrink .navbar-brand .nav-logo-style {
    visibility: visible;
    opacity: 1;
    display: block;
}

  #mainNav .dropdown-menu {
    font-size: 8pt;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin: 6px auto;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  #mainNav .dropdown-menu li {
    padding: 5px 1px;
  }
  #mainNav .dropdown-menu li:last-child {
    border-bottom: 0px solid #fff;
  }

  /* Navigation Scroll Style */
  #mainNav.navbar-shrink {
    height: inherit;
    background-color: rgba(0,0,0,0.95);
  }
  #mainNav.navbar-shrink .show {
    height: inherit;
  }
  #mainNav.navbar-shrink #navbarResponsive {
    margin-top: 10px; 
  }
  #mainNav.navbar-shrink .navbar-brand {
    position: inherit;
    padding: 0;
  }
  #mainNav.navbar-shrink .nav-logo-style {
    max-width: 90px !important;
    padding: 0;
  }
  #mainNav.navbar-shrink .navbar-toggler {
    padding: 3px;
    font-size: 13pt;
  }
  #mainNav.navbar-shrink .navbar-brand img {
    visibility: visible;
    opacity: 1;
  }
  #mainNav.navbar-shrink .dropdown-menu {
    margin: 0 auto;
  }

  /* Header */
  header.masthead {
    padding-top: initial;
    padding-bottom: initial;
  }
  header.masthead h1 {
    font-size: 1.6rem;
    letter-spacing: 3px;
    text-align: left;
  }
  header.masthead h3 {
    font-size: 2rem;
    padding: initial;
  }
  header.masthead p {
    font-size: 10pt;
    text-align: justify !important;
    padding: 0 20px;
  }

  .border-vertical-2 {
    height: 100px;
  }

  #index .slide-wrapper {
    padding: 10rem 0;
  }

  /* Content */
  #about .box-wrapper {
    margin-bottom: 100px;
  }
  #about .padding-style {
    padding-right: 20px;
    padding-left: 20px;
  }

  #about .row-margin-style {
    margin-top: -200px;
  }

  #values h3 {
    text-align: right;
  }
  #values p {
    text-align: justify !important;
  }

  #corporate-structure .dropright .dropdown-menu {
    width: 341px;
    max-width: 341px;
    margin-left: 33px;
  }
  #corporate-structure .dropleft .dropdown-menu {
    width: 341px;
    max-width: 341px;
    top: 0 !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }

  #map .mobile-box-direction {
    background-color: #fff;
    margin: 0 auto;
    z-index: 1;
    /*margin: -40% auto 0;*/
  }
  #map .mobile-box-direction .img-wrapper {
    width: 60px;
    height: auto;
    margin: 6px auto;
    padding: 3px;
  }
  #map .mobile-box-direction .border-vertical-3 {
    margin: 0 auto 0 5px;
    padding: 0px;
  }
  #map .mobile-box-direction h5 {
    font-size: 10pt;
    margin-top: 6px;
  }
  #map .mobile-box-direction a,
  #map .mobile-box-direction i {
    font-size: 10pt;
  }

  #map .mobile-box-wrapper {
    background-color: #fff;
    margin: 0 auto;
    padding: 10px;
    z-index: 1;
  }
  #map .mobile-box-wrapper ul li {
    display: flex;
    list-style-type: none;
    margin-bottom: 35px;
  }
  #map .mobile-box-wrapper i {
    font-size: 15pt;
    padding: 0 10px 0 0;
  }

  /* Footer */
  footer {
    padding: 3px 10px;
  }

  footer hr {
    width: 95%;
  }
  footer i {
    font-size: 20pt;
  }
}

/* =================================================================== */
@media (width: 768px) and (min-height: 1000px) {
  /* Navigation */
  #mainNav .triangle-down,
  #mainNav .triangle-down02,
  #mainNav .triangle-up {
    display: none !important;
  }

  /* Header */
  #index .slide-wrapper {
    padding: 30rem 0;
  }

  /* Content */
  #about .box-wrapper {
    min-height: 350px;
  }
  #about .padding-style {
    padding-right: 5px;
    padding-left: 5px;
  }

  #map .box-direction {
    position: absolute;
    width: 65%;
    top: 11%;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: auto;
  }
  /* Footer */
  footer {
    padding: 18rem 10px 3px;
  }
}

/* =================================================================== */
@media (max-width: 375px) {
  /* Header */
  #index .slide-wrapper {
    padding: 13rem 0;
  }

  /* Content */
  #corporate-structure .dropright .dropdown-menu {
    width: 302px;
    max-width: 302px;
    margin-left: 33px;
  }
  #corporate-structure .dropleft .dropdown-menu {
    width: 302px;
    max-width: 302px;
    top: 0 !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }

  #map .mobile-box-direction .border-vertical-3 {
    margin: 0 auto 0 0;
    padding: 0px;
  }
  #map .mobile-box-direction h5,
  #map .mobile-box-direction a {
    margin-left: -15px;
  }
  #map .mobile-box-wrapper ul {
    padding: 0 18px;
  }
}

/* =================================================================== */
@media (max-width: 375px) and (max-height: 667px) {
  /* Header */
  #index .slide-wrapper {
    padding: 8rem 0;
  }
  /* Content */
  #about .row-margin-style {
    margin-top: -200px;
  }
}






