@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
.FontAwesome, .icon-play:before, .list-decor li:before {
  font-family: "Font Awesome 5 free";
  moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-weight: 900;
}

.line-number, .indexArticleBox .txt-content p, .researchBoxGD .txt-content p, .news-content .txt-content p, .news-topic p, .content-topic p, .research-topic p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}

body {
  font-family: 'Poppins', IBM Plex Sans Thai;
  font-size: 18px;
  font-weight: 400;
  color: #415464;
  line-height: normal;
}

.wrap-pad {
  width: 88%;
  padding: 0 15px;
  margin: 0 auto;
}

.wrap-pad.more-w {
  width: 90%;
}

html {
  scroll-padding-top: 3rem;
}

a, a:hover {
  text-decoration: none !important;
  outline: 0 !important;
  display: block;
}

*:focus, *:active {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input::-moz-focus-inner {
  border: 0 !important;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

button {
  border: none;
  background: none;
}

.btn {
  border-radius: 0;
}

.transitHeight, .header, .mainlogo, .circle-img {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.transitAll, .header, .header.shrink .mainlogo img, .mainlogo, .mainmenu, .mainmenu > li > a, .lang, .social li a, .social.share li a, .indexArticleBox .img-width, .indexArticleBox .img-width img, .vdo-img img, .play-button, .icon-play, .icon-play:before, .research-slide .items, .circle-img, .circle-img img, .newsBox:before, .newsBox .news-topic p, .news-content .txt-content p, .news-topic p, .articleBox, .articleBox .img-width, .articleBox .img-width img, .content-topic p, .content-info li a, .researchBox, .researchBox .img-width, .researchBox .img-width img, .select-display-slide > li:after, .select-display-slide > li a, .number, .location-name li, .display-slide, .anchor-list li a, .nav-menu.btn {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  color: #131e29;
  letter-spacing: 0.015rem;
  text-align: center;
  margin-bottom: 40px;
}

h1 span {
  color: #00b4d8;
}

h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  color: #131e29;
  letter-spacing: 0.015rem;
  margin-bottom: 35px;
}

h3 {
  font-size: 29px;
  font-weight: 500;
  line-height: normal;
  color: #131e29;
  text-align: center;
  margin-bottom: 30px;
}

h4 {
  font-size: 26px;
  line-height: normal;
  color: #131e29;
  margin-bottom: 25px;
}

h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  color: #131e29;
  margin-bottom: 20px;
}

h6 {
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  color: #131e29;
  margin-bottom: 15px;
}

/*---------- HEADER ----------*/
.header {
  width: 100%;
  padding: 24px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.header .mainlogo img:first-child {
  opacity: 1;
  display: block;
}

.header .mainlogo img:last-child {
  opacity: 0;
  display: none;
}

.header.shrink {
  background-color: white;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(19, 30, 41, 0.3);
  box-shadow: 0px 3px 4px 0px rgba(19, 30, 41, 0.3);
  padding: 14px 0;
}

.header.shrink .mainlogo img {
  height: 62px;
}

.header.shrink .mainlogo img:first-child {
  opacity: 0;
  display: none;
}

.header.shrink .mainlogo img:last-child {
  opacity: 1;
  display: block;
}

.header.shrink .mainmenu {
  margin-top: 12px;
}

.header.shrink .mainmenu > li.active > a {
  border-color: #023e8a;
  color: #023e8a !important;
}

.header.shrink .mainmenu > li > a {
  font-size: 17px;
  font-weight: 500;
  color: #131e29;
  padding: 3px 16px;
}

.header.shrink .lang {
  margin-top: 16px;
}

.header.shrink .lang button {
  color: #768693;
}

.mainlogo img {
  width: auto;
  height: 116px;
}

.mainmenu {
  float: right;
  margin-top: 36px;
}

.mainmenu > li {
  float: left;
  margin-right: 3px;
}

.mainmenu > li:last-child {
  margin-right: 25px;
}

.mainmenu > li.active > a {
  border-color: white;
}

.mainmenu > li.active > a:hover {
  color: white !important;
}

.mainmenu > li > a {
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 25px;
  font-size: 19px;
  color: white;
  letter-spacing: 0.005rem;
  padding: 4px 18px;
}

.mainmenu > li > a:hover {
  color: #ff8500 !important;
}

.lang {
  float: right;
  margin-top: 43px;
}

.lang li {
  float: left;
  margin-right: 4px;
  position: relative;
}

.lang li:last-child {
  margin-right: 0;
}

.lang li.active button {
  background-color: #48cae4;
  font-weight: 500;
  color: white !important;
}

.lang li button {
  width: 30px;
  height: 30px;
  background: none;
  border-radius: 50%;
  font-size: 12px;
  line-height: 30px;
  color: white;
  letter-spacing: 0.02rem;
  text-align: center;
  padding: 0;
}

/*---------- FOOTER ----------*/
footer {
  background: #012450;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, #012450), color-stop(72%, #023e8a));
  background: linear-gradient(0deg, #012450 5%, #023e8a 72%);
  padding: 115px 0 60px 0;
  position: relative;
  overflow: hidden;
}

footer:before {
  content: '';
  width: 101%;
  height: 90px;
  background: url(../images/footer-curve.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

footer .mainlogo img {
  height: 84px;
}

footer .icon-circle {
  background: none;
}

footer .social li {
  margin-right: 16px;
}

footer .social li a {
  width: 40px;
  height: 40px;
}

footer .social li a i {
  font-size: 15px;
}

.footer-contact {
  margin-bottom: 45px;
}

.footer-contact h3 {
  color: #48cae4;
  text-align: left;
  margin-bottom: 6px;
}

.footer-contact .f-13 {
  font-weight: 500;
  color: #d9e0e2;
  letter-spacing: 0.015rem;
}

.footer-info p {
  font-size: 19px;
  color: white;
  margin-bottom: 0;
}

.footer-info p a {
  color: white;
}

.footer-info.w-icon {
  padding-left: 52px;
  position: relative;
}

.footer-info.w-icon .icon-circle {
  position: absolute;
  top: 0;
  left: 0;
}

.footer-info.w-icon p {
  font-size: 18px;
  line-height: 40px;
}

.footer-info .icon-circle {
  width: 40px;
  height: 40px;
  border: 2px solid white;
}

.footer-info .icon-circle i {
  font-size: 15px;
}

.social {
  float: right;
}

.social li {
  float: left;
  margin-right: 18px;
}

.social li:last-child {
  margin-right: 0 !important;
}

.social li a {
  width: 44px;
  height: 44px;
  border: 2px solid white;
  border-radius: 50%;
  text-align: center;
  position: relative;
}

.social li a i {
  font-size: 17px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.social li a:hover {
  background-color: #00b4d8;
}

.social.share {
  float: left;
}

.social.share li {
  margin-right: 10px;
}

.social.share li a {
  width: 36px;
  height: 36px;
  border: none;
}

.social.share li a i {
  font-size: 15px;
}

.social.share li a img {
  width: auto;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.social.share li a.FB {
  background-color: #3b5998;
}

.social.share li a.FB:hover {
  background-color: #30487c;
}

.social.share li a.TW {
  background-color: #00acee;
}

.social.share li a.TW:hover {
  background-color: #0090c7;
}

.social.share li a.LN {
  background-color: #00c300;
}

.social.share li a.LN:hover {
  background-color: #009c00;
}

.social.share li a.EM {
  background-color: #ff8500;
}

.social.share li a.EM:hover {
  background-color: #f26419;
}

.copyright {
  font-size: 14px;
  font-weight: 300;
  color: white;
  letter-spacing: 0.01rem;
  text-align: right;
  padding-top: 21px;
}

/*---------- BUTTON ----------*/
.buttonOR {
  min-width: 120px;
  float: left;
  background-color: #ff8500;
  border-radius: 20px;
  font-size: 16px;
  color: white !important;
  text-align: center;
  padding: 6px 15px;
}

.buttonOR i {
  padding-left: 8px;
}

.buttonOR i.fa-long-arrow-alt-left {
  padding: 0 8px 0 0;
}

.buttonOR:hover {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  background-color: #f26419;
}

.buttonOR.m-size {
  min-width: 135px;
  font-size: 17px;
  padding: 7px 16px;
}

.buttonOR.l-size {
  min-width: 170px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 20px;
}

.buttonOR.l-size.effect:before {
  width: 18px;
  height: 18px;
  right: 20px;
}

.buttonBD {
  min-width: 115px;
  float: left;
  border: 1px solid #ff8500;
  border-radius: 20px;
  font-size: 16px;
  color: #ff8500;
  text-align: center;
  padding: 6px 15px;
}

.buttonBD:hover {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  background-color: #ff8500;
  color: white;
}

.effect {
  position: relative;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.effect:before {
  content: '';
  background-image: url(../images/icon/arrow-right-long.svg);
  width: 14px;
  height: 14px;
  opacity: 0;
  position: absolute;
  top: 49%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.effect:hover {
  text-indent: -18px;
}

.effect:hover:before {
  opacity: 1;
  text-indent: 0;
}

.effect.all:before {
  background-image: url(../images/icon/plus-circle.svg);
}

.effect.all.m-size {
  min-width: 160px;
}

.button-pair .buttonOR {
  margin-right: 15px;
}

.button-pair .buttonBD:hover {
  border-color: red;
  background-color: red;
}

/*top-button*/
.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
}

.scroll {
  width: 48px;
  height: 48px;
  background: #ff8500;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  text-align: center;
  margin: 0;
  cursor: pointer !important;
  position: absolute;
  right: 30px;
  bottom: 30px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

.scroll i {
  font-size: 18px;
  line-height: 48px;
  color: white;
  text-align: center;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

.scroll:hover {
  background: #f26419;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

/*---------- CONTENT ----------*/
.content-padding {
  padding: 80px 0;
}

.content-padding.foot-pad {
  padding-bottom: 150px;
}

.content-center {
  float: none;
  margin: 0 auto;
  display: table;
}

.txt-content {
  margin-bottom: 35px;
}

.txt-content p {
  color: #415464;
  margin-bottom: 20px;
}

.txt-content p:last-child {
  margin-bottom: 0 !important;
}

.f-15 {
  font-size: 15px;
}

.f-14 {
  font-size: 14px;
}

.f-13 {
  font-size: 13px;
}

.img-width img {
  width: 100%;
  height: auto;
}

.top-banner {
  background: #023e8a;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #023e8a), to(#0077b6));
  background: linear-gradient(0deg, #023e8a 10%, #0077b6 100%);
  position: relative;
  overflow: hidden;
}

.top-banner:before {
  content: '';
  width: 100%;
  height: 30%;
  background: #0077b6;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 119, 182, 0)), color-stop(88%, rgba(0, 119, 182, 0.65)));
  background: linear-gradient(0deg, rgba(0, 119, 182, 0) 0%, rgba(0, 119, 182, 0.65) 88%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.top-banner:after {
  content: '';
  width: 101%;
  height: 100%;
  background-image: url(../images/banner-curveBD.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top-banner img {
  width: 100%;
  height: auto;
  opacity: 0.7;
}

.top-banner-txt {
  position: absolute;
  bottom: 17%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top-banner-txt li {
  font-size: 36px;
  font-weight: 500;
  color: white;
  letter-spacing: 0.1rem;
  text-align: center;
  white-space: nowrap;
}

.top-banner-txt li:first-child {
  font-size: 42px;
  font-weight: 600;
  line-height: 3.3rem;
  letter-spacing: 0.25rem;
}

.topBD {
  border-top: 1px solid #ade8f4;
  padding-top: 45px;
  position: relative;
}

.topBD:before {
  content: '';
  width: 100%;
  border-top: 1px solid #ade8f4;
  position: absolute;
  top: 3px;
  left: 0;
}

.topBD.gray {
  border-top-color: #d9e0e2;
}

.topBD.gray:before {
  border-top-color: #d9e0e2;
}

/*---------- PAGE ----------*/
.pagination .page-link {
  width: 45px;
  height: 45px;
  background: none;
  border: none;
  border-radius: 50%;
  font-size: 17px;
  line-height: 45px;
  color: #98a4af;
  text-align: center;
  padding: 0;
  margin: 0 2px;
}

.pagination .page-link:hover {
  color: #f26419;
}

.pagination .page-link:hover i {
  color: #253746 !important;
}

.pagination .page-item.active .page-link {
  background-color: #ff8500;
  font-weight: 500;
  color: white;
}

/*------------ OWL -------------*/
.slide-navButton {
  position: relative;
}

.slide-navButton .owl-carousel .owl-nav {
  margin-top: 0;
  z-index: 99;
}

.slide-navButton .owl-carousel .owl-nav .owl-prev, .slide-navButton .owl-carousel .owl-nav .owl-next {
  width: 52px;
  height: 52px;
  background: #ff8500;
  border-radius: 50%;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
}

.slide-navButton .owl-carousel .owl-nav .owl-prev:hover, .slide-navButton .owl-carousel .owl-nav .owl-next:hover {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  background-color: #f26419;
}

.slide-navButton .owl-carousel .owl-nav i {
  font-size: 18px;
  line-height: 52px;
  color: white;
}

.slide-navButton .owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.slide-navButton .owl-carousel .owl-nav .owl-next {
  right: 0;
}

.slide-navButton .owl-carousel .owl-dots {
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slide-navButton .owl-carousel .owl-dots .owl-dot.active span {
  background: #ff8500 !important;
}

.slide-navButton .owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #d9e0e2;
  margin: 5px 8px;
}

.slide-navButton .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #98a4af;
}

.slide-navButton .owl-carousel.nav-out .owl-nav .owl-prev {
  left: -4%;
}

.slide-navButton .owl-carousel.nav-out .owl-nav .owl-next {
  right: -4%;
}

.slide-navButton .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}

.slick-slide, .slick-slide::before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slick-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-slider {
  position: relative;
  width: 100%;
  height: 88vh;
  min-height: 8vw;
  margin-bottom: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.main-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.slick-slide {
  position: relative;
  height: 100vh;
}

.slick-slide::before {
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
}

.slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slick-slide iframe {
  position: relative;
  pointer-events: none;
}

.slick-slide figure {
  position: relative;
  height: 100%;
}

.slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.slick-slide .slide-image.show {
  opacity: 1;
}

.slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}

.slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.slick-slide.slick-active {
  z-index: 1;
}

.slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.slick-slide.slick-active .caption {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.banner-section {
  position: relative;
}

.main-banner-caption {
  position: absolute;
  top: 32%;
  left: 7%;
  z-index: 9;
}

.main-banner-caption .buttonOR {
  z-index: 9;
}

.main-banner-txt {
  margin-bottom: 30px;
}

.main-banner-txt h1 {
  font-size: 44px;
  font-weight: 500;
  color: white;
  letter-spacing: 0.04rem;
  text-align: left;
  margin-bottom: 10px;
}

.main-banner-txt p {
  font-size: 26px;
  font-weight: 500;
  color: #48cae4;
  letter-spacing: 0.02rem;
  margin-bottom: 0;
}

@-webkit-keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@-webkit-keyframes slideOut {
  from {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
}

@keyframes slideOut {
  from {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
}

/*----------- INDEX -----------*/
.main-slider {
  position: relative;
  overflow: hidden;
}

.main-slider:after {
  content: '';
  width: 101%;
  height: 100%;
  background-image: url(../images/banner-curve.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.index-about {
  padding: 60px 0 110px 0;
  position: relative;
  background: white;
  background-image: url(../images/index/logoBG.jpg);
  background-repeat: no-repeat;
  background-position: 106% 0%;
}

.index-about .text-center {
  margin-bottom: 40px;
}

.index-about .text-center h3 {
  font-size: 27px;
  font-weight: 400;
  color: #0096c7;
  margin-bottom: 20px;
}

.index-about .text-center h2 {
  font-style: italic;
  color: #48cae4;
  letter-spacing: 0.015rem;
  margin-bottom: 18px;
}

.index-about .text-center p {
  font-size: 23px;
  font-weight: 500;
  color: #023e8a;
}

.index-article {
  overflow: hidden;
}

.index-article > .container-fluid > .row > .col-lg-4 {
  padding: 0;
  overflow: hidden;
}

.index-article > .container-fluid > .row > .col-lg-4:hover .img-width {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.index-article > .container-fluid > .row > .col-lg-4:first-child {
  background-color: #023e8a;
}

.index-article > .container-fluid > .row > .col-lg-4:first-child .txt-content p {
  color: #f5f5f5;
}

.index-article > .container-fluid > .row > .col-lg-4:nth-child(2) {
  background-color: #fcfcfc;
}

.index-article > .container-fluid > .row > .col-lg-4:nth-child(2) .article-content:before {
  border-top: none;
  border-bottom: 28px solid #fcfcfc;
  bottom: auto;
  top: -28px;
}

.index-article > .container-fluid > .row > .col-lg-4:nth-child(2) .news-topic p {
  color: #023e8a;
}

.index-article > .container-fluid > .row > .col-lg-4:last-child {
  background-color: #48cae4;
}

.index-article > .container-fluid > .row > .col-lg-4:last-child .article-content:before {
  border-top-color: #48cae4;
}

.index-article > .container-fluid > .row > .col-lg-4:last-child .f-15 {
  color: #023e8a;
}

.index-article > .container-fluid > .row > .col-lg-4:last-child .txt-content p {
  color: white;
}

.indexArticleBox .f-15 {
  font-weight: 500;
  color: #48cae4;
  letter-spacing: 0.005rem;
}

.indexArticleBox .img-width {
  min-height: 455px;
  padding-top: 90%;
  position: relative;
  overflow: hidden;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.indexArticleBox .img-width img {
  width: auto !important;
  height: 100% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.indexArticleBox .txt-content p {
  font-size: 17px;
  -webkit-line-clamp: 3;
}

.imgHover {
  overflow: hidden;
}

.article-content {
  min-height: 455px;
  padding: 50px 40px;
  position: relative;
}

.article-content:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-top: 28px solid #023e8a;
  position: absolute;
  left: 40px;
  bottom: -28px;
  z-index: 1;
}

.article-content .news-topic {
  margin-bottom: 15px;
}

.article-content .news-topic p {
  font-size: 28px;
  line-height: 2.5rem;
  color: white;
  letter-spacing: 0.005rem;
  padding-top: 8px;
}

.vdo-section {
  padding: 100px 0 40px 0;
}

.vdo-section .wrap-pad {
  width: 94%;
}

.vdo-img {
  background-color: #131e29;
  position: relative;
}

.vdo-img img {
  width: 100%;
  height: auto;
  opacity: 0.75;
}

.vdo-img:hover img {
  opacity: 0.5;
}

.vdo-img:hover .play-button {
  background-color: #ff8500;
}

.vdo-img:hover .play-button .icon-play {
  background-color: white;
}

.vdo-img:hover .play-button .icon-play:before {
  color: #253746;
}

.play-button {
  width: 100px;
  height: 100px;
  background-color: rgba(215, 215, 215, 0.7);
  border-radius: 50%;
  position: absolute;
  top: 37%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.icon-play {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.icon-play:before {
  content: '\f04b';
  font-size: 32px;
  color: #c2c2c2;
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.vdo-txt {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.vdo-txt p {
  font-size: 40px;
  font-weight: 500;
  color: white;
  text-align: center;
  letter-spacing: 0.02rem;
  margin-bottom: 0;
}

.research-slide {
  width: 1100px !important;
  margin: 0 auto 170px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.research-slide:after {
  content: '';
  width: 115%;
  height: 3px;
  background: #253746;
  background: -webkit-gradient(linear, left top, right top, from(#253746), to(#0077b6));
  background: linear-gradient(90deg, #253746 0%, #0077b6 100%);
  position: absolute;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.research-slide.owl-carousel .owl-nav .owl-prev, .research-slide.owl-carousel .owl-nav .owl-next {
  width: 56px;
  height: 56px;
  background: #a4bcc4;
  border: 3px solid white;
}

.research-slide.owl-carousel .owl-nav .owl-prev:hover, .research-slide.owl-carousel .owl-nav .owl-next:hover {
  background-color: #253746;
}

.research-slide.owl-carousel .owl-nav i {
  font-size: 19px;
  line-height: 50px;
}

.research-slide.owl-carousel .owl-nav .owl-prev {
  left: -15px;
}

.research-slide.owl-carousel .owl-nav .owl-next {
  right: -15px;
}

.research-slide.owl-carousel .owl-dots {
  bottom: -50px;
}

.research-slide .items {
  padding: 15px 20px;
}

.research-slide .items:hover {
  -webkit-transform: scale(1.035);
          transform: scale(1.035);
}

.circle-img {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 6px 3px rgba(19, 30, 41, 0.35);
  box-shadow: 0px 4px 6px 3px rgba(19, 30, 41, 0.35);
  overflow: hidden;
  z-index: 5;
  position: absolute;
  top: 47%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.circle-img img {
  width: auto !important;
  height: 100% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.researchBoxGD {
  min-height: 560px;
  background: #90e0ef;
  background: linear-gradient(120deg, #90e0ef 0%, #48cae4 15%, #0077b6 45%, #023e8a 85%);
  padding: 100px 75px 60px 130px;
  position: relative;
}

.researchBoxGD:before {
  content: '';
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 1px solid white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.researchBoxGD .research-topic {
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
}

.researchBoxGD .research-topic:after {
  content: '';
  width: 80px;
  height: 1px;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: 0;
}

.researchBoxGD .research-topic p {
  font-size: 30px;
  line-height: 2.8rem;
  color: white;
  letter-spacing: 0.017rem;
}

.researchBoxGD .txt-content {
  margin-bottom: 50px;
}

.researchBoxGD .txt-content p {
  color: white;
  -webkit-line-clamp: 3;
}

.researchBoxGD .buttonOR {
  float: right;
}

/* TIMELINE */
.timeline-section {
  padding: 40px 0;
  margin-bottom: 55px;
  position: relative;
}

.timeline-section:before {
  content: '';
  width: 6px;
  height: 100%;
  border-radius: 3px;
  background: #768693;
  background: -webkit-gradient(linear, left bottom, left top, from(#768693), to(#d9e0e2));
  background: linear-gradient(0deg, #768693 0%, #d9e0e2 100%);
  position: absolute;
  top: 0;
  left: 9px;
}

.timeline-section .newsBox:last-child {
  margin-bottom: 0;
}

/* NEWS */
.newsBox {
  padding-left: 38px;
  margin-bottom: 50px;
  position: relative;
}

.newsBox:before {
  content: '';
  width: 22px;
  height: 22px;
  background-color: white;
  border: 4px solid #48cae4;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
}

.newsBox .news-topic p {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.newsBox:hover:before {
  border-color: #ff8500;
}

.newsBox:hover .news-date li {
  color: #48cae4;
}

.newsBox:hover .news-topic p {
  color: #ff8500;
  -webkit-transform: scale(1.045);
          transform: scale(1.045);
}

.newsBox:hover .txt-content p {
  color: #98a4af;
}

.news-content {
  width: calc(100% - 115px);
  float: left;
  padding-left: 48px;
}

.news-content .txt-content {
  margin-bottom: 0;
}

.news-content .txt-content p {
  -webkit-line-clamp: 2;
}

.news-topic {
  margin-bottom: 10px;
}

.news-topic p {
  font-size: 24px;
  font-weight: 500;
  line-height: 2.4rem;
  color: #023e8a;
  -webkit-line-clamp: 2;
}

.news-date {
  width: 115px;
  float: left;
}

.news-date li {
  font-size: 18px;
  font-weight: 600;
  color: #00b4d8;
  letter-spacing: 0.015rem;
  text-transform: uppercase;
  text-align: center;
}

.news-date li:first-child {
  font-size: 30px;
  font-weight: 600;
  color: #023e8a !important;
  line-height: 2.2rem;
}

/*------ ARTICLE & NEWS -------*/
.articleBox {
  margin-bottom: 70px;
}

.articleBox .img-width {
  border-radius: 20px;
  padding-top: 80%;
  margin: 15px 0;
  position: relative;
  overflow: hidden;
}

.articleBox .img-width img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.articleBox.lg {
  margin-bottom: 60px;
}

.articleBox.lg .img-width {
  border-radius: 25px;
  padding-top: 0;
  margin: 0 0 20px 0;
}

.articleBox.lg .img-width img {
  width: 100%;
  height: auto;
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.articleBox.lg .content-topic p {
  font-size: 26px;
  font-weight: 600;
}

.articleBox:hover {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.articleBox:hover .img-width {
  background-color: #48cae4;
}

.articleBox:hover .img-width img {
  opacity: 0.5;
}

.articleBox:hover .content-topic p {
  color: #023e8a;
}

.article-date {
  float: left;
  font-size: 14px;
  color: #98a4af;
}

.article-date i {
  color: #48cae4;
  padding-right: 7px;
}

.view {
  float: right;
  font-size: 14px;
  color: #98a4af;
}

.view i {
  color: #48cae4;
  padding-right: 7px;
}

.tag {
  min-width: 65px;
  float: left;
  background-color: #023e8a;
  border-radius: 15px;
  font-size: 13px;
  font-weight: 400;
  color: white;
  letter-spacing: 0.01rem;
  text-align: center;
  padding: 0 12px;
  margin-bottom: 6px;
}

.tag.lg {
  font-size: 14px;
  font-weight: 500;
  padding: 1px 15px;
  margin-bottom: 8px;
}

.tag.news {
  background-color: #ff8500;
}

.content-topic p {
  font-size: 21px;
  font-weight: 500;
  color: #131e29;
  -webkit-line-clamp: 2;
}

.date-view {
  float: right;
  margin-bottom: 8px;
}

.date-view li {
  float: left;
  margin-right: 20px;
}

.date-view li:last-child {
  margin-right: 0 !important;
}

.date-view li .article-date, .date-view li .view {
  font-size: 15px;
  line-height: 25px;
}

.date-view li .article-date i, .date-view li .view i {
  padding-right: 8px;
}

/* DETAIL */
.detail-page .row .col-lg-9 {
  padding-right: 20px;
}

.article-detail-page h3 {
  text-align: left;
  margin-bottom: 5px;
}

.article-detail-page .social.share {
  margin-bottom: 35px;
}

.article-detail-page .img-width, .article-detail-page .container-vdo {
  margin-bottom: 45px;
}

.article-detail-page .txt-content {
  margin-bottom: 60px;
}

.article-detail-page.research-page .tag.lg {
  background-color: #ff8500;
}

.article-detail-page.research-page .content-info li .icon {
  background-color: #023e8a;
}

.product-gallery {
  width: 100%;
  float: left;
}

.product-gallery li {
  width: calc(100% / 5);
  float: left;
  padding: 5px;
}

.product-gallery li .img-width {
  padding-top: 70%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.product-gallery li .img-width img {
  width: auto !important;
  height: 100% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.content-info-section .row .col-lg-4 .content-info {
  float: right;
}

.content-info {
  float: left;
  margin-bottom: 17px;
}

.content-info li {
  float: left;
  padding-left: 32px;
  margin-right: 15px;
  position: relative;
}

.content-info li:last-child {
  margin-right: 0 !important;
}

.content-info li p, .content-info li a {
  font-size: 16px;
  line-height: 24px;
  color: #768693;
  letter-spacing: 0.005rem;
  margin-bottom: 0;
}

.content-info li a:hover {
  color: #00b4d8;
}

.content-info li .icon {
  width: 24px;
  height: 24px;
  background-color: #48cae4;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.content-info li .icon i {
  font-size: 11px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.content-info li .icon i.fa-pen {
  font-size: 10px;
}

.content-info.num li p {
  font-size: 14px;
}

.related-word {
  float: left;
}

.related-word li {
  float: left;
  line-height: 1.8rem;
  padding-right: 18px;
}

.related-word li:last-child {
  padding-right: 0 !important;
}

.about-author {
  float: left;
  margin-top: 5px;
}

.about-author > li {
  float: left;
}

.about-author > li > ol {
  list-style: none;
  padding-top: 11px;
  padding-left: 25px;
}

.about-author > li > ol li {
  font-size: 17px;
}

.about-author > li > ol li:first-child {
  font-size: 18px;
  font-weight: 600;
  color: #023e8a;
  letter-spacing: 0.005rem;
  padding-bottom: 2px;
}

.author-img {
  width: 85px;
  height: 85px;
  float: left;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.author-img img {
  width: 100%;
  height: auto;
}

.author-img:before {
  content: '';
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.container-vdo {
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  position: relative;
  overflow: hidden;
}

.container-vdo.cover {
  margin-bottom: 40px;
}

.responsive-vdo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* SIDE ARTICLE */
.grayBox {
  background-color: #F9F9F9;
  padding: 30px 20px;
}

.grayBox h6 {
  font-size: 21px;
  text-align: center;
  letter-spacing: -0.01rem;
  margin-bottom: 25px;
}

.grayBox .row .col-lg-12:last-child .article-sideBox, .grayBox .row .col-lg-12:last-child .research-sideBox {
  margin-bottom: 15px;
}

.article-sideBox {
  border-top: 2px solid #0096c7;
  padding-top: 8px;
  margin-bottom: 35px;
}

.article-sideBox .article-date, .article-sideBox .view {
  font-size: 12px;
  color: #768693;
}

.article-sideBox .article-date i, .article-sideBox .view i {
  padding-right: 6px;
}

.article-sideBox .img-width {
  border-radius: 12px;
  margin: 12px 0 14px 0;
  overflow: hidden;
}

.article-sideBox .tag {
  min-width: 0;
  font-size: 11px;
  padding: 0 10px;
  margin-bottom: 4px;
}

.article-sideBox .content-topic p {
  font-size: 17px;
}

/*--------- RESEARCH ----------*/
.researchBox {
  margin-bottom: 70px;
}

.researchBox .img-width {
  border-radius: 20px;
  padding-top: 80%;
  margin: 15px 0;
  position: relative;
  overflow: hidden;
}

.researchBox .img-width img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.researchBox .content-topic {
  width: calc(100% - 58px);
  height: 64px;
  float: left;
  padding-left: 15px;
  position: relative;
}

.researchBox .content-topic p {
  font-size: 20px;
  line-height: 1.9rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.researchBox .tag {
  background-color: #ff8500;
  margin-bottom: 0;
}

.researchBox .view i {
  color: #023e8a;
}

.researchBox.lg {
  margin-bottom: 60px;
}

.researchBox.lg .img-width {
  border-radius: 25px;
  padding-top: 0;
  margin: 0 0 20px 0;
}

.researchBox.lg .img-width img {
  width: 100%;
  height: auto;
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.researchBox.lg .content-topic {
  width: 100%;
  height: auto;
  padding-left: 0;
  position: relative;
}

.researchBox.lg .content-topic p {
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  -webkit-line-clamp: 1;
  position: relative;
  top: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.researchBox.lg .dateBox {
  width: 66px;
  border-right-width: 3px;
  padding-top: 8px;
}

.researchBox.lg .dateBox ul li {
  font-size: 23px;
  line-height: 1.9rem;
  letter-spacing: 0.06rem;
}

.researchBox.lg .dateBox ul li:first-child {
  font-size: 30px;
}

.researchBox.lg .tag {
  margin-bottom: 7px;
}

.researchBox:hover {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.researchBox:hover .img-width {
  background-color: #48cae4;
}

.researchBox:hover .img-width img {
  opacity: 0.5;
}

.researchBox:hover .content-topic p {
  color: #023e8a;
}

.researchBox-topic {
  width: calc(100% - 66px);
  float: left;
  padding-left: 20px;
}

.dateBox {
  width: 58px;
  float: left;
  border-right: 2px solid #d9e0e2;
  padding: 7px 6px 6px 0;
}

.dateBox ul li {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6rem;
  color: #00b4d8;
  letter-spacing: 0.05rem;
}

.dateBox ul li:first-child {
  font-size: 26px;
  color: #023e8a;
}

.research-topic p {
  font-weight: 500;
  color: white;
  -webkit-line-clamp: 2;
}

/* SIDE ARTICLE */
.research-sideBox {
  border-top: 2px solid #48cae4;
  padding-top: 10px;
  margin-bottom: 35px;
}

.research-sideBox .tag {
  min-width: 0;
  background-color: #ff8500;
  font-size: 11px;
  padding: 0 10px;
  margin-bottom: 0;
}

.research-sideBox .view {
  font-size: 12px;
  color: #768693;
}

.research-sideBox .view i {
  color: #023e8a;
  padding-right: 6px;
}

.research-sideBox .img-width {
  border-radius: 12px;
  margin: 12px 0 14px 0;
  overflow: hidden;
}

.research-sideBox .dateBox {
  width: 42px;
  padding: 6px 5px 4px 0;
}

.research-sideBox .dateBox ul li {
  font-size: 15px;
  line-height: 1.25rem;
  letter-spacing: 0.01rem;
}

.research-sideBox .dateBox ul li:first-child {
  font-size: 20px;
}

.research-sideBox .content-topic {
  width: calc(100% - 42px);
  height: 50px;
  float: left;
  padding-left: 12px;
  position: relative;
}

.research-sideBox .content-topic p {
  font-size: 17px;
  line-height: 1.6rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*----------- ABOUT -----------*/
.about-page {
  padding-top: 15px;
}

.about-page h3 {
  font-size: 26px;
  margin-bottom: 6px;
}

.about-page h4 {
  font-size: 23px;
  color: #ff8500;
  text-align: center;
  margin-bottom: 75px;
}

.about-page h5 {
  float: left;
  font-size: 23px;
  font-weight: 600;
  color: #023e8a;
  padding-right: 65px;
  margin-bottom: 10px;
  white-space: nowrap;
  position: relative;
}

.about-page h5:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #ff8500;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about-page .txt-content {
  margin-bottom: 45px;
}

.grayBG {
  padding: 45px 55px;
  margin-bottom: 75px;
  position: relative;
}

.grayBG:before {
  content: '';
  width: calc(100% - 210px);
  height: 100%;
  background-color: #f9f9f9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.grayBG .img-circle {
  width: 420px;
  height: 420px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.grayBG .txt-content {
  margin-bottom: 0 !important;
}

.grayBG .list-decimal {
  padding-left: 0 !important;
}

.grayBG .list-decor li strong {
  width: 425px;
  float: left;
}

.img-circle-section {
  float: left;
  padding-bottom: 25px;
  margin-bottom: 75px;
}

.img-circle-section li {
  float: left;
}

.img-circle-section li.img {
  width: 550px;
}

.img-circle-section li.img.right .img-circle-decor {
  float: right;
}

.img-circle-section li.img.right .img-circle-decor:after {
  right: auto;
  left: -8%;
}

.img-circle-section li.txt {
  width: calc(100% - 600px);
}

.img-circle-decor {
  width: 420px;
  height: 420px;
  position: relative;
}

.img-circle-decor:after {
  content: '';
  width: 85%;
  height: 85%;
  background-color: #c0edf6;
  border-radius: 50%;
  position: absolute;
  bottom: -3%;
  right: -8%;
  z-index: -1;
}

.img-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.img-circle img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.img-circle-txt {
  padding-top: 45px;
}

.list-decimal {
  padding-left: 25px;
  margin-bottom: 25px;
}

.list-decimal li {
  width: 100%;
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 6px;
}

.list-decor li {
  padding-left: 14px;
  margin-bottom: 7px;
  position: relative;
}

.list-decor li:before {
  content: '\f0da';
  font-size: 15px;
  color: #ff8500;
  position: absolute;
  top: 7px;
  left: 0;
}

.list-decor li strong {
  font-weight: 500;
  color: #253746;
}

.select-display-slide {
  width: 43%;
  float: left;
  padding: 12px 60px 0 45px;
}

.select-display-slide > li {
  width: 100%;
  float: left;
  position: relative;
}

.select-display-slide > li:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 27px solid transparent;
  border-right: 25px solid white;
  border-bottom: 27px solid transparent;
  position: absolute;
  top: 50%;
  right: -60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.select-display-slide > li a {
  width: 100%;
  float: left;
  border-bottom: 2px solid white;
  padding: 28px 0;
  position: relative;
}

.select-display-slide > li a:hover .number {
  color: #a4bcc4;
}

.select-display-slide > li a:hover .location-name li {
  color: #a4bcc4;
}

.select-display-slide > li a:hover .location-name li:first-child {
  color: #48cae4;
}

.select-display-slide > li.active:after {
  border-right-color: #F9F9F9;
}

.select-display-slide > li.active a {
  border-bottom-color: #ff8500;
}

.select-display-slide > li.active a .number {
  font-weight: 500;
  color: #ff8500;
}

.select-display-slide > li.active a .location-name li {
  font-weight: 500;
  color: #253746;
}

.select-display-slide > li.active a .location-name li:first-child {
  font-weight: 600;
  color: #023e8a;
}

.number {
  width: 55px;
  font-size: 23px;
  color: #98a4af;
  letter-spacing: 0.015rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.location-name {
  float: left;
  padding-left: 55px;
}

.location-name li {
  font-size: 19px;
  color: #98a4af;
}

.location-name li:first-child {
  font-size: 22px;
  font-weight: 500;
  color: #00b4d8;
}

.display-group {
  width: 57%;
  float: left;
  padding-right: 45px;
}

.display-group > .row:first-child .display-slide {
  display: block;
}

.display-group > .row .display-slide {
  display: none;
}

.display-slide {
  background-color: #F9F9F9;
  padding: 40px 50px 45px 50px;
}

.display-slide h5 {
  width: 100%;
  float: left;
  padding-right: 0;
  margin-bottom: 0 !important;
  white-space: normal;
}

.display-slide h5:after {
  display: none;
}

.display-slide h6 {
  width: 100%;
  float: left;
  font-weight: 500;
  color: #00b4d8;
  margin-bottom: 0;
}

.display-slide .txt-content {
  margin-top: 12px;
  margin-bottom: 0 !important;
}

.display-slide .img-width {
  border-radius: 20px;
  margin-top: 35px;
  overflow: hidden;
}

/*------- STAFF MEMBER --------*/
.staff-page {
  padding-top: 15px;
}

.staff-page h4 {
  font-size: 27px;
  text-align: center;
  margin-bottom: 30px;
}

.staff-page h2 {
  float: none;
  font-size: 30px;
  font-weight: 600;
  margin: 45px auto 50px auto;
  display: table;
  position: relative;
}

.staff-page h2:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #ff8500;
  position: absolute;
  left: 0;
  bottom: 0;
}

.staff-page .mainlogo {
  margin-bottom: 100px;
}

.staff-page .mainlogo img {
  height: 95px;
}

.anchor-list {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.anchor-list li {
  float: left;
  padding: 0 9px;
}

.anchor-list li a {
  min-width: 160px;
  border: 1px solid #48cae4;
  border-radius: 22px;
  font-size: 19px;
  color: #00b4d8;
  text-align: center;
  padding: 5px 22px;
}

.anchor-list li a:hover {
  background-color: #48cae4;
  color: white;
}

.staff-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.staff-list > li {
  width: 25%;
  float: left;
  padding: 0 10px;
  margin-bottom: 57px;
}

.staff-list > li .img-circle-decor {
  width: 230px;
  height: 230px;
  float: none;
  margin: 0 auto 25px auto;
  display: table;
}

.staff-list > li .img-circle-decor:after {
  width: 75%;
  height: 75%;
  bottom: -2%;
  right: -5%;
}

.staff-name li {
  text-align: center;
}

.staff-name li:first-child {
  font-size: 21px;
  font-weight: 500;
  color: #023e8a;
  padding-bottom: 5px;
  margin-bottom: 17px;
  position: relative;
}

.staff-name li:first-child:after {
  content: '';
  width: 55px;
  height: 2px;
  background-color: #48cae4;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*---------- CONTACT ----------*/
.contact-info {
  width: 100%;
  float: left;
  margin-bottom: 65px;
}

.contact-info > li {
  width: 29%;
  float: left;
}

.contact-info > li.address {
  width: 42%;
  padding-right: 30px;
}

.contact-info > li.address p {
  min-height: 44px;
  line-height: normal;
  padding-top: 6px;
}

.contact-info > li:nth-child(2) {
  padding: 0 15px;
}

.contact-info > li:last-child {
  padding-left: 30px;
}

.contact-info > li > div {
  padding-left: 57px;
  position: relative;
}

.contact-info > li p {
  font-size: 19px;
  line-height: 44px;
  margin-bottom: 0;
}

.contact-info > li p a {
  color: #415464;
}

.contact-info > li p a:hover {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  color: #ff8500;
}

.contact-info > li .icon-circle {
  position: absolute;
  top: 0;
  left: 0;
}

.icon-circle {
  width: 44px;
  height: 44px;
  background-color: #023e8a;
  border-radius: 50%;
  text-align: center;
}

.icon-circle i {
  font-size: 17px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.googlemap {
  height: 500px;
  margin-bottom: 85px;
}

.googlemap iframe {
  width: 100%;
  height: 500px;
}

.contact-form-section {
  padding-left: 12px;
}

.contact-form-section .row .col-xl-5 {
  padding: 0;
  overflow: hidden;
  position: relative;
}

.contact-form-section .row .col-xl-5 .img-width img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
}

.contact-form-section .row .col-xl-6 {
  padding: 45px 12px 55px 0;
}

.contact-form-section .row .col-xl-6 h3 {
  text-align: left;
  margin-bottom: 25px;
}

.input-form .form-control {
  background-color: #f5f5f5;
  border: none;
  border-radius: 0;
  font-size: 15px;
  line-height: normal;
  color: #415464;
  padding: 7px 12px;
  margin-bottom: 25px;
}

.input-form textarea.form-control {
  height: 100px;
  border-radius: 0;
  margin-bottom: 40px;
}

.input-form p {
  line-height: normal;
  white-space: nowrap;
  margin-bottom: 9px;
}

/*---------- MENU - MOBILE ----------*/
.header-mobile {
  width: 100%;
  background-color: white;
  padding: 12px 5px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(137, 137, 137, 0.4);
  box-shadow: 0px 2px 2px 0px rgba(137, 137, 137, 0.4);
}

.header-mobile .mainlogo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.nav-menu.btn {
  float: right;
  border: none;
  font-size: 21px;
  line-height: 62px;
  color: white;
  padding: 0;
}

.modal.left {
  z-index: 9999;
}

.modal.left .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-header {
  width: 100%;
  float: left;
  background-color: white;
  border: none;
  border-radius: 0;
  padding: 32px 20px;
  position: relative;
}

.modal.left .modal-header .mainlogo {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.modal.left .modal-header .mainlogo img {
  height: 46px;
  display: block !important;
  opacity: 1;
}

.modal.left .modal-header .close {
  background: none;
  padding: 0;
  margin: 0;
  text-shadow: none;
  cursor: pointer;
  opacity: 1;
  z-index: 99;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.modal.left .modal-header .close i {
  font-size: 17px !important;
  color: #98a4af;
}

.modal.left .modal-content {
  height: 100%;
  border: none;
  border-radius: 0;
  overflow-y: auto;
}

.modal.left .modal-body {
  padding: 0;
}

.modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
  left: 0;
}

#menu {
  width: 100%;
  height: 100%;
  background-color: white;
  position: fixed;
  left: 0%;
  z-index: 100;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.1);
}

#menu .menu-wrapper {
  position: relative;
  overflow-x: hidden;
}

#menu .menu, #menu .member-m {
  width: 320px;
  float: left;
}

#menu .menu ul li, #menu .member-m ul li {
  width: 100%;
  float: left;
  border-top: 1px solid #EBEBEB;
}

#menu .menu ul li i, #menu .member-m ul li i {
  font-size: 18px;
  padding-right: 9px;
}

#menu .menu ul li.active a, #menu .member-m ul li.active a {
  font-weight: 500;
  color: #00b4d8;
  letter-spacing: 0.02rem;
}

#menu .menu ul li.active a:before, #menu .member-m ul li.active a:before {
  content: '';
  width: 5px;
  height: 100%;
  background-color: #ff8500;
  position: absolute;
  top: 0;
  left: 0;
}

#menu .menu ul li:last-child a, #menu .member-m ul li:last-child a {
  padding-top: 25px;
}

#menu .menu-item {
  width: 100%;
  float: left;
  position: relative;
}

#menu .menu-item a {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #253746;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  padding: 11px 20px;
  display: block;
  position: relative;
}

#menu .menu-item.topBD {
  border-top: none;
  padding-top: 18px;
}

#menu .menu-item .detail {
  width: 24px;
  height: auto;
  margin-right: 0;
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

#menu .menu-item .detail.back {
  right: auto;
  left: 15px;
  right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#menu .menu-item .flag {
  width: 20px;
  line-height: 20px;
  margin-right: 9px;
  margin-top: -3px;
}

#menu .menu-item .logout-button {
  padding: 7px 20px;
}

#menu .menu-item .logout-button i {
  font-size: 16px;
  padding-right: 7px;
}

#menu .menu-slider {
  width: 2000px;
  position: relative;
  left: 0;
}

#menu .submenu {
  display: none;
}

#menu .submenu ul {
  width: 100%;
  float: left;
}

#menu .submenu ul li {
  width: 100%;
  float: left;
}

#menu .submenu ul li a {
  line-height: 1.5rem;
}

#menu .submenu-back {
  text-align: right;
}

#menu .submenu-back .menu-item {
  background-color: #F5F5F5;
}

#menu .submenu-back .menu-item a {
  font-size: 14px;
  color: #768693;
  letter-spacing: 0.01rem;
  padding: 12px 20px;
}

.menu-box {
  height: 100%;
  overflow: auto;
  position: relative;
}

/*---------- MOBILE ----------*/
@media (max-width: 1999px) {
  .article-content {
    height: 500px;
    min-height: 0;
  }
  .indexArticleBox .img-width {
    height: 500px;
    min-height: 0;
    padding-top: 75%;
  }
}

@media (max-width: 1399px) {
  .article-content {
    height: 360px;
    min-height: 0;
  }
  .indexArticleBox .img-width {
    height: 360px;
    min-height: 0;
    padding-top: 75%;
  }
}

@media (max-width: 1199px) {
  body {
    font-size: 17px;
  }
  .wrap-pad {
    width: 100%;
    padding: 0 15px;
  }
  .wrap-pad.more-w {
    width: 100%;
  }
  h1 {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 32px;
  }
  h2 {
    font-size: 28px;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
  h3 {
    font-size: 26px;
    margin-bottom: 22px;
  }
  h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  h5 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  h6 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  /*---------- HEADER ----------*/
  .header {
    padding: 18px 0;
  }
  .header.shrink {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(19, 30, 41, 0.25);
    box-shadow: 0px 3px 3px 0px rgba(19, 30, 41, 0.25);
    padding: 12px 0;
  }
  .header.shrink .mainlogo img {
    height: 52px;
  }
  .header.shrink .mainmenu {
    margin-top: 10px;
  }
  .header.shrink .mainmenu > li > a {
    font-size: 15px;
    padding: 2px 13px;
  }
  .header.shrink .lang {
    margin-top: 12px;
  }
  .mainlogo img {
    height: 80px;
  }
  .mainmenu {
    margin-top: 23px;
  }
  .mainmenu > li {
    margin-right: 0;
  }
  .mainmenu > li:last-child {
    margin-right: 16px;
  }
  .mainmenu > li > a {
    border-width: 1px;
    font-size: 15px;
    letter-spacing: 0;
    padding: 3px 14px;
  }
  .lang {
    margin-top: 26px;
  }
  .lang li {
    margin-right: 0;
  }
  .lang li button {
    width: 28px;
    height: 28px;
    font-size: 11px;
    line-height: 28px;
    letter-spacing: 0.01rem;
  }
  /*---------- FOOTER ----------*/
  footer {
    padding: 85px 0 45px 0;
  }
  footer:before {
    height: 55px;
  }
  footer .mainlogo img {
    height: 70px;
  }
  footer .social li {
    margin-right: 15px;
  }
  footer .social li a {
    width: 36px;
    height: 36px;
  }
  footer .social li a i {
    font-size: 14px;
  }
  .footer-contact h3 {
    margin-bottom: 6px;
  }
  .footer-contact .f-13 {
    letter-spacing: 0.01rem;
  }
  .footer-info p {
    font-size: 17px;
  }
  .footer-info.w-icon {
    padding-left: 52px;
  }
  .footer-info.w-icon p {
    font-size: 15px;
    line-height: 36px;
  }
  .footer-info .icon-circle {
    width: 36px;
    height: 36px;
  }
  .footer-info .icon-circle i {
    font-size: 14px;
  }
  .social li {
    margin-right: 16px;
  }
  .social li a {
    width: 40px;
    height: 40px;
  }
  .social li a i {
    font-size: 15px;
  }
  .social.share li {
    margin-right: 8px;
  }
  .social.share li a {
    width: 34px;
    height: 34px;
  }
  .social.share li a i {
    font-size: 14px;
  }
  .social.share li a img {
    height: 17px;
  }
  .copyright {
    font-size: 12px;
    letter-spacing: 0;
    padding-top: 17px;
  }
  /*---------- BUTTON ----------*/
  .buttonOR {
    min-width: 110px;
    font-size: 15px;
  }
  .buttonOR i {
    padding-left: 8px;
  }
  .buttonOR i.fa-long-arrow-alt-left {
    padding: 0 8px 0 0;
  }
  .buttonOR.m-size {
    min-width: 120px;
    font-size: 15px;
    padding: 6px 15px;
  }
  .buttonOR.l-size {
    min-width: 130px;
    font-size: 16px;
    padding: 7px 18px;
  }
  .buttonOR.l-size.effect:before {
    width: 16px;
    height: 16px;
    right: 15px;
  }
  .buttonBD {
    min-width: 100px;
    font-size: 14px;
  }
  .effect:before {
    width: 13px;
    height: 13px;
    right: 12px;
  }
  .effect:hover {
    text-indent: -16px;
  }
  .effect.all.m-size {
    min-width: 150px;
  }
  .button-pair .buttonOR {
    margin-right: 15px;
  }
  /*top-button*/
  .scroll {
    width: 42px;
    height: 42px;
    background-color: rgba(255, 133, 0, 0.6);
    border: 1px solid white;
    -webkit-box-shadow: none;
            box-shadow: none;
    right: 45px;
    bottom: 35px;
  }
  .scroll i {
    font-size: 15px;
    line-height: 40px;
  }
  /*---------- CONTENT ----------*/
  .content-padding {
    padding: 65px 0;
  }
  .content-padding.foot-pad {
    padding-bottom: 120px;
  }
  .content-center.mt-5 {
    margin-top: 35px !important;
  }
  .txt-content {
    margin-bottom: 30px;
  }
  .txt-content p {
    margin-bottom: 18px;
  }
  .f-15 {
    font-size: 14px;
  }
  .top-banner:before {
    height: 32%;
  }
  .top-banner-txt {
    bottom: 13%;
  }
  .top-banner-txt li {
    font-size: 27px;
    font-weight: 400;
    letter-spacing: 0.06rem;
  }
  .top-banner-txt li:first-child {
    font-size: 32px;
    font-weight: 500;
    line-height: 2.6rem;
    letter-spacing: 0.18rem;
  }
  .topBD {
    padding-top: 40px;
  }
  /*---------- PAGE ----------*/
  .pagination .page-link {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    margin: 0 1px;
  }
  /*------------ OWL -------------*/
  .slide-navButton .owl-carousel .owl-nav .owl-prev, .slide-navButton .owl-carousel .owl-nav .owl-next {
    width: 48px;
    height: 48px;
  }
  .slide-navButton .owl-carousel .owl-nav i {
    font-size: 16px;
    line-height: 48px;
  }
  .slide-navButton .owl-carousel .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
  }
  .main-slider {
    height: 38vh;
    margin-bottom: 15px;
  }
  .main-banner-caption {
    top: 30%;
    left: 3%;
  }
  .main-banner-txt {
    margin-bottom: 28px;
  }
  .main-banner-txt h1 {
    font-size: 33px;
    letter-spacing: 0.02rem;
    margin-bottom: 6px;
  }
  .main-banner-txt p {
    font-size: 21px;
    letter-spacing: 0.01rem;
  }
  /*----------- INDEX -----------*/
  .index-about {
    padding: 45px 0 80px 0;
  }
  .index-about .text-center {
    margin-bottom: 35px;
  }
  .index-about .text-center h3 {
    font-size: 23px;
    margin-bottom: 10px;
  }
  .index-about .text-center h2 {
    font-size: 27px;
    letter-spacing: 0.01rem;
    margin-bottom: 16px;
  }
  .index-about .text-center p {
    font-size: 20px;
  }
  .index-article > .container-fluid > .row > .col-lg-4:hover .img-width {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  .index-article > .container-fluid > .row > .col-lg-4:nth-child(2) .article-content:before {
    border-bottom-width: 18px;
    top: -18px;
  }
  .indexArticleBox .f-15 {
    font-size: 13px;
  }
  .indexArticleBox .img-width {
    min-height: 360px;
  }
  .indexArticleBox .txt-content p {
    font-size: 15px;
  }
  .article-content {
    min-height: 360px;
    padding: 30px 25px;
  }
  .article-content:before {
    border-right-width: 18px;
    border-left-width: 18px;
    border-top-width: 18px;
    left: 25px;
    bottom: -18px;
  }
  .article-content .news-topic {
    margin-bottom: 12px;
  }
  .article-content .news-topic p {
    font-size: 23px;
    line-height: 2.2rem;
    padding-top: 5px;
  }
  .vdo-section {
    padding: 80px 0 25px 0;
  }
  .play-button {
    width: 74px;
    height: 74px;
  }
  .icon-play {
    width: calc(100% - 14px);
    height: calc(100% - 14px);
  }
  .icon-play:before {
    font-size: 24px;
  }
  .vdo-txt {
    top: 62%;
  }
  .vdo-txt p {
    font-size: 30px;
  }
  .research-slide {
    width: 100% !important;
    padding: 0 50px;
    margin: 0 0 120px 0;
  }
  .research-slide:after {
    width: 100%;
    bottom: 20px;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .research-slide.owl-carousel .owl-nav .owl-prev, .research-slide.owl-carousel .owl-nav .owl-next {
    width: 46px;
    height: 46px;
  }
  .research-slide.owl-carousel .owl-nav i {
    font-size: 15px;
    line-height: 40px;
  }
  .research-slide.owl-carousel .owl-nav .owl-prev {
    left: 4%;
  }
  .research-slide.owl-carousel .owl-nav .owl-next {
    right: 4%;
  }
  .research-slide.owl-carousel .owl-dots {
    bottom: -45px;
  }
  .research-slide .items {
    padding: 5px 15px 10px 15px;
  }
  .research-slide .items:hover {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  .circle-img {
    width: 340px;
    height: 340px;
    -webkit-box-shadow: 0px 3px 5px 3px rgba(19, 30, 41, 0.3);
    box-shadow: 0px 3px 5px 3px rgba(19, 30, 41, 0.3);
    left: 15px;
  }
  .researchBoxGD {
    min-height: 405px;
    padding: 55px 55px 60px 90px;
  }
  .researchBoxGD:before {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
  }
  .researchBoxGD .research-topic {
    padding-bottom: 12px;
    margin-bottom: 25px;
  }
  .researchBoxGD .research-topic:after {
    width: 70px;
  }
  .researchBoxGD .research-topic p {
    font-size: 25px;
    line-height: 2.5rem;
    letter-spacing: 0.015rem;
  }
  .researchBoxGD .research-topic p br {
    display: none;
  }
  .researchBoxGD .txt-content {
    margin-bottom: 30px;
    /*p{
                font-size: 16px;
            }*/
  }
  /* TIMELINE */
  .timeline-section {
    padding: 32px 0;
    margin-bottom: 45px;
    /*.txt-content p{
            font-size: 16px;
        }*/
  }
  .timeline-section:before {
    width: 4px;
    left: 8px;
  }
  /* NEWS */
  .newsBox {
    padding-left: 28px;
    margin-bottom: 35px;
  }
  .newsBox:before {
    width: 20px;
    height: 20px;
  }
  .news-content {
    width: calc(100% - 100px);
    padding-left: 30px;
  }
  .news-topic {
    margin-bottom: 10px;
  }
  .news-topic p {
    font-size: 21px;
    line-height: 2rem;
  }
  .news-date {
    width: 100px;
  }
  .news-date li {
    font-size: 16px;
    letter-spacing: 0.005rem;
  }
  .news-date li:first-child {
    font-size: 25px;
    line-height: 1.8rem;
  }
  /*------ ARTICLE & NEWS -------*/
  .articleBox {
    margin-bottom: 50px;
  }
  .articleBox .img-width {
    margin-top: 10px;
  }
  .articleBox.lg {
    margin-bottom: 50px;
  }
  .articleBox.lg .img-width {
    margin-bottom: 18px;
  }
  .articleBox.lg .content-topic p {
    font-size: 24px;
    line-height: normal;
  }
  .articleBox:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .article-date, .view {
    font-size: 13px;
  }
  .article-date i, .view i {
    padding-right: 6px;
  }
  .tag {
    min-width: 58px;
    font-size: 12px;
    padding: 0 10px;
  }
  .tag.lg {
    font-size: 12px;
    padding: 1px 12px;
  }
  .content-topic p {
    font-size: 19px;
    line-height: 1.9rem;
  }
  .date-view li {
    margin-right: 16px;
  }
  .date-view li .article-date, .date-view li .view {
    font-size: 13px;
    line-height: 22px;
  }
  .date-view li .article-date i, .date-view li .view i {
    padding-right: 7px;
  }
  /* DETAIL */
  .detail-page .row .col-lg-3 {
    padding-left: 0;
  }
  .article-detail-page h3 {
    font-size: 24px;
  }
  .article-detail-page .social.share {
    margin-bottom: 30px;
  }
  .article-detail-page .img-width, .article-detail-page .container-vdo {
    margin-bottom: 40px;
  }
  .article-detail-page .txt-content {
    margin-bottom: 55px;
  }
  .product-gallery li {
    width: calc(100% / 4);
  }
  .content-info-section .row .col-lg-4 .content-info li p, .content-info-section .row .col-lg-4 .content-info li a {
    font-size: 13px;
  }
  .content-info {
    margin-bottom: 15px;
  }
  .content-info li {
    padding-left: 30px;
    margin-right: 14px;
  }
  .content-info li p, .content-info li a {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0;
  }
  .content-info li .icon {
    width: 22px;
    height: 22px;
  }
  .content-info li .icon i {
    font-size: 10px;
  }
  .content-info li .icon i.fa-pen {
    font-size: 9px;
  }
  .related-word li {
    line-height: 1.7rem;
    padding-right: 15px;
  }
  .related-word.mb-5 {
    margin-bottom: 40px !important;
  }
  .about-author > li > ol {
    padding-left: 22px;
  }
  .about-author > li > ol li {
    font-size: 16px;
  }
  .about-author > li > ol li:first-child {
    font-size: 17px;
    letter-spacing: 0;
  }
  .author-img {
    width: 82px;
    height: 82px;
  }
  /* SIDE ARTICLE */
  .grayBox {
    padding: 22px 12px;
  }
  .grayBox h6 {
    font-size: 17px;
    margin-bottom: 18px;
  }
  .grayBox .row .col-lg-12:last-child .article-sideBox, .grayBox .row .col-lg-12:last-child .research-sideBox {
    margin-bottom: 10px;
  }
  .article-sideBox {
    margin-bottom: 30px;
  }
  .article-sideBox .article-date, .article-sideBox .view {
    font-size: 12px;
  }
  .article-sideBox .article-date i, .article-sideBox .view i {
    padding-right: 5px;
  }
  .article-sideBox .img-width {
    margin: 10px 0 12px 0;
  }
  .article-sideBox .tag {
    font-size: 10px;
    padding: 0 9px;
  }
  .article-sideBox .content-topic p {
    font-size: 16px;
    line-height: 1.55rem;
  }
  /*--------- RESEARCH ----------*/
  .researchBox {
    margin-bottom: 50px;
  }
  .researchBox .img-width {
    margin-top: 10px;
  }
  .researchBox .content-topic {
    width: calc(100% - 46px);
    height: 55px;
    padding-left: 13px;
  }
  .researchBox .content-topic p {
    font-size: 17px;
    line-height: 1.7rem;
  }
  .researchBox.lg {
    margin-bottom: 50px;
  }
  .researchBox.lg .img-width {
    margin-bottom: 18px;
  }
  .researchBox.lg .content-topic p {
    font-size: 23px;
    line-height: normal;
  }
  .researchBox.lg .dateBox {
    width: 60px;
    border-right-width: 2px;
    padding: 5px 5px 4px 0;
  }
  .researchBox.lg .dateBox ul li {
    font-size: 21px;
    line-height: 1.8rem;
    letter-spacing: 0.04rem;
  }
  .researchBox.lg .dateBox ul li:first-child {
    font-size: 29px;
  }
  .researchBox:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .researchBox-topic {
    width: calc(100% - 60px);
  }
  .dateBox {
    width: 46px;
    padding: 7px 5px 6px 0;
  }
  .dateBox ul li {
    font-size: 16px;
    line-height: 1.3rem;
    letter-spacing: 0.03rem;
  }
  .dateBox ul li:first-child {
    font-size: 22px;
  }
  /* SIDE ARTICLE */
  .research-sideBox {
    padding-top: 8px;
    margin-bottom: 30px;
  }
  .research-sideBox .tag {
    font-size: 10px;
    padding: 0 9px;
  }
  .research-sideBox .view {
    font-size: 11px;
  }
  .research-sideBox .view i {
    padding-right: 5px;
  }
  .research-sideBox .img-width {
    margin: 10px 0 12px 0;
  }
  .research-sideBox .dateBox {
    width: 38px;
    padding: 5px 4px 4px 0;
  }
  .research-sideBox .dateBox ul li {
    font-size: 14px;
    line-height: 1.2rem;
    letter-spacing: 0.005rem;
  }
  .research-sideBox .dateBox ul li:first-child {
    font-size: 18px;
  }
  .research-sideBox .content-topic {
    width: calc(100% - 38px);
    height: 47px;
    padding-left: 11px;
  }
  .research-sideBox .content-topic p {
    font-size: 15px;
    line-height: 1.5rem;
  }
  /*----------- ABOUT -----------*/
  .about-page {
    padding-top: 5px;
  }
  .about-page h3 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .about-page h4 {
    font-size: 20px;
    margin-bottom: 65px;
  }
  .about-page h5 {
    font-size: 21px;
    padding-right: 55px;
    margin-bottom: 10px;
  }
  .about-page h5:after {
    width: 40px;
  }
  .about-page .txt-content {
    margin-bottom: 40px;
  }
  .grayBG {
    padding: 35px 35px;
    margin-bottom: 60px;
  }
  .grayBG:before {
    width: calc(100% - 145px);
  }
  .grayBG .img-circle {
    width: 290px;
    height: 290px;
  }
  .grayBG .txt-content p {
    margin-bottom: 15px;
  }
  .grayBG .list-decimal {
    margin-bottom: 15px;
  }
  .grayBG .list-decor li strong {
    width: 370px;
  }
  .img-circle-section {
    padding-bottom: 15px;
    margin-bottom: 45px;
  }
  .img-circle-section li.img {
    width: 380px;
  }
  .img-circle-section li.img.right .img-circle-decor:after {
    left: -7%;
  }
  .img-circle-section li.txt {
    width: calc(100% - 380px);
  }
  .img-circle-decor {
    width: 290px;
    height: 290px;
  }
  .img-circle-decor:after {
    width: 82%;
    height: 82%;
    bottom: -2%;
    right: -7%;
  }
  .img-circle-txt {
    padding-top: 20px;
  }
  .list-decimal {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .list-decimal li {
    margin-left: 18px;
    margin-bottom: 5px;
  }
  .list-decor li {
    padding-left: 12px;
    margin-bottom: 5px;
  }
  .list-decor li:before {
    font-size: 13px;
    top: 7px;
  }
  .list-decor li strong {
    letter-spacing: -0.01rem;
  }
  .select-display-slide {
    width: 40%;
    padding: 8px 40px 0 0;
  }
  .select-display-slide > li:after {
    border-top-width: 22px;
    border-right-width: 20px;
    border-bottom-width: 22px;
    right: -45px;
  }
  .select-display-slide > li a {
    padding: 22px 0;
  }
  .number {
    width: 42px;
    font-size: 20px;
    letter-spacing: 0.01rem;
  }
  .location-name {
    padding-left: 44px;
  }
  .location-name li {
    font-size: 17px;
  }
  .location-name li:first-child {
    font-size: 19px;
  }
  .display-group {
    width: 60%;
    padding-right: 0;
  }
  .display-slide {
    padding: 30px 35px;
  }
  .display-slide h5 {
    font-size: 20px;
    padding-right: 0 !important;
  }
  .display-slide .txt-content {
    margin-top: 8px;
  }
  .display-slide .img-width {
    margin-top: 28px;
  }
  /*------- STAFF MEMBER --------*/
  .staff-page {
    padding-top: 5px;
  }
  .staff-page h4 {
    font-size: 23px;
    margin-bottom: 25px;
  }
  .staff-page h2 {
    font-size: 24px;
    margin: 25px auto 35px auto;
  }
  .staff-page h2:after {
    height: 2px;
  }
  .staff-page .mainlogo {
    margin-bottom: 75px;
  }
  .staff-page .mainlogo img {
    height: 80px;
  }
  .anchor-list li {
    padding: 0 8px;
  }
  .anchor-list li a {
    min-width: 140px;
    font-size: 17px;
    padding: 4px 18px;
  }
  .staff-list > li {
    width: 25%;
    padding: 0 4px;
    margin-bottom: 40px;
  }
  .staff-list > li .img-circle-decor {
    width: 170px;
    height: 170px;
    margin-bottom: 20px;
  }
  .staff-list > li .img-circle-decor:after {
    width: 72%;
    height: 72%;
    right: -4%;
  }
  .staff-name li {
    font-size: 15px;
  }
  .staff-name li:first-child {
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 12px;
  }
  .staff-name li:first-child:after {
    width: 45px;
  }
  /*---------- CONTACT ----------*/
  .contact-info {
    margin-bottom: 55px;
  }
  .contact-info > li.address {
    padding-right: 20px;
  }
  .contact-info > li.address p {
    min-height: 40px;
    padding-top: 7px;
  }
  .contact-info > li:nth-child(2) {
    padding: 0 10px;
  }
  .contact-info > li:last-child {
    padding-left: 20px;
  }
  .contact-info > li > div {
    padding-left: 50px;
  }
  .contact-info > li p {
    font-size: 17px;
    line-height: 40px;
  }
  .icon-circle {
    width: 40px;
    height: 40px;
  }
  .icon-circle i {
    font-size: 15px;
  }
  .googlemap {
    height: 450px;
    margin-bottom: 75px;
  }
  .googlemap iframe {
    height: 450px;
  }
  .contact-form-section .row .col-xl-6 {
    padding: 25px 12px 45px 45px;
  }
  .contact-form-section .row .col-xl-6 h3 {
    margin-bottom: 22px;
  }
  .input-form .form-control {
    margin-bottom: 20px;
  }
  .input-form textarea.form-control {
    margin-bottom: 35px;
  }
  .input-form p {
    margin-bottom: 8px;
  }
}

@media (max-width: 991px) {
  body {
    font-size: 16px;
  }
  .wrap-pad {
    padding: 0;
  }
  .modal-backdrop {
    z-index: 99;
  }
  h1 {
    font-size: 28px;
    margin-bottom: 28px;
  }
  h2 {
    font-size: 26px;
    margin-bottom: 25px;
  }
  h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  /*---------- HEADER ----------*/
  .header {
    padding: 14px 15px;
  }
  .header.shrink {
    padding: 10px 5px;
  }
  .header.shrink .mainlogo img {
    height: 44px;
  }
  .header.shrink .nav-menu.btn {
    font-size: 20px;
    color: #023e8a;
    line-height: 44px;
  }
  .mainlogo img {
    height: 62px;
  }
  /*---------- FOOTER ----------*/
  footer {
    padding: 65px 5px 30px 5px;
  }
  footer:before {
    height: 40px;
  }
  footer .mainlogo img {
    height: 56px;
  }
  footer .social li {
    margin-right: 13px;
  }
  footer .social li a {
    width: 32px;
    height: 32px;
  }
  footer .social li a i {
    font-size: 12px;
  }
  .footer-contact {
    margin-bottom: 35px;
  }
  .footer-contact h3 {
    font-size: 23px;
    margin-bottom: 2px;
  }
  .footer-info.address {
    margin-bottom: 15px;
  }
  .footer-info.address br {
    display: none;
  }
  .footer-info.w-icon {
    padding-left: 44px;
  }
  .footer-info.w-icon p {
    line-height: 32px;
  }
  .footer-info .icon-circle {
    width: 32px;
    height: 32px;
  }
  .footer-info .icon-circle i {
    font-size: 12px;
  }
  .social li {
    margin-right: 14px;
  }
  .social li a {
    width: 34px;
    height: 34px;
  }
  .social li a i {
    font-size: 13px;
  }
  .social.share li {
    margin-right: 7px;
  }
  .social.share li a {
    width: 30px;
    height: 30px;
  }
  .social.share li a i {
    font-size: 13px;
  }
  .social.share li a img {
    height: 15px;
  }
  .copyright {
    font-size: 11px;
    padding-top: 11px;
  }
  /*---------- BUTTON ----------*/
  .buttonOR {
    min-width: 100px;
    font-size: 14px;
    padding: 5px 12px;
  }
  .buttonOR i {
    padding-left: 7px;
  }
  .buttonOR i.fa-long-arrow-alt-left {
    padding-right: 7px;
  }
  .buttonOR.m-size {
    min-width: 105px;
    padding: 5px 15px;
  }
  .buttonOR.l-size {
    min-width: 115px;
    font-size: 15px;
    padding: 6px 15px;
  }
  .buttonOR.l-size.effect:before {
    width: 14px;
    height: 14px;
    right: 13px;
  }
  .buttonBD {
    min-width: 95px;
    font-size: 14px;
    padding: 5px 12px;
  }
  .effect:before {
    width: 12px;
    height: 12px;
    right: 11px;
  }
  .effect:hover {
    text-indent: -15px;
  }
  .button-pair .buttonOR {
    margin-right: 12px;
  }
  .scroll {
    width: 36px;
    height: 36px;
    right: 25px;
    bottom: 30px;
  }
  .scroll i {
    font-size: 13px;
    line-height: 34px;
  }
  /*---------- CONTENT ----------*/
  .content-padding {
    padding: 50px 0;
  }
  .content-padding.foot-pad {
    padding-bottom: 100px;
  }
  .threeCol .row .col-md-4:nth-child(3n+1) {
    padding-right: 6px;
  }
  .threeCol .row .col-md-4:nth-child(3n+2) {
    padding: 0 9px;
  }
  .threeCol .row .col-md-4:nth-child(3n+0) {
    padding-left: 6px;
  }
  .txt-content p {
    margin-bottom: 17px;
  }
  .f-13 {
    font-size: 12px;
  }
  .top-banner {
    width: auto;
    height: 250px;
  }
  .top-banner:before {
    height: 32%;
  }
  .top-banner img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .top-banner-txt {
    bottom: 12%;
  }
  .top-banner-txt li {
    font-size: 22px;
    letter-spacing: 0.03rem;
  }
  .top-banner-txt li:first-child {
    font-size: 28px;
    line-height: 2.2rem;
    letter-spacing: 0.14rem;
  }
  .topBD {
    padding-top: 35px;
  }
  .topBD:before {
    top: 2px;
  }
  /*---------- PAGE ----------*/
  .pagination .page-link {
    width: 36px;
    height: 36px;
    font-size: 15px;
    line-height: 36px;
  }
  /*------------ OWL -------------*/
  .slide-navButton .owl-carousel .owl-nav .owl-prev, .slide-navButton .owl-carousel .owl-nav .owl-next {
    width: 32px;
    height: 32px;
  }
  .slide-navButton .owl-carousel .owl-nav i {
    font-size: 12px;
    line-height: 32px;
  }
  .slide-navButton .owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 4px 7px;
  }
  .slide-navButton .owl-carousel.nav-out .owl-nav .owl-prev {
    left: 0;
  }
  .slide-navButton .owl-carousel.nav-out .owl-nav .owl-next {
    right: 0;
  }
  .main-slider {
    height: 40vh;
    margin-bottom: 15px;
  }
  .main-banner-caption {
    top: 28%;
    left: 4%;
  }
  .main-banner-txt {
    margin-bottom: 25px;
  }
  .main-banner-txt h1 {
    font-size: 26px;
    letter-spacing: 0.015rem;
    margin-bottom: 4px;
  }
  .main-banner-txt p {
    font-size: 18px;
    letter-spacing: 0;
  }
  /*----------- INDEX -----------*/
  .index-about {
    padding: 40px 0 65px 0;
  }
  .index-about .text-center {
    margin-bottom: 30px;
  }
  .index-about .text-center h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .index-about .text-center h2 {
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 12px;
  }
  .index-about .text-center p {
    font-size: 17px;
  }
  .index-article > .container-fluid > .row > .col-lg-4:hover .img-width {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  .index-article > .container-fluid > .row > .col-lg-4:nth-child(2) .article-content:before {
    border-left: none;
    border-top: 22px solid transparent;
    border-right: 22px solid #fcfcfc;
    border-bottom: 22px solid transparent;
    top: 50%;
    left: -22px;
    right: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .index-article > .container-fluid > .row > .col-lg-4:last-child .article-content:before {
    border-top-color: transparent;
    border-left-color: #48cae4;
  }
  .index-article > .container-fluid > .row > .col-lg-4 .col-md-6:first-child {
    padding-right: 0;
  }
  .index-article > .container-fluid > .row > .col-lg-4 .col-md-6:nth-child(2) {
    padding-left: 0;
  }
  .index-article > .container-fluid > .row > .col-lg-4 .col-md-6:last-child {
    padding-left: 0;
  }
  .indexArticleBox .img-width {
    min-height: 370px;
  }
  .article-content {
    min-height: 370px;
    padding: 35px 30px;
  }
  .article-content:before {
    border-right: none;
    border-top: 22px solid transparent;
    border-left: 22px solid #023e8a;
    border-bottom: 22px solid transparent;
    top: 50%;
    right: -22px;
    left: auto;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .article-content .news-topic p {
    font-size: 21px;
    line-height: 2.1rem;
  }
  .vdo-section {
    padding: 75px 0 20px 0;
  }
  .vdo-section .wrap-pad {
    width: 96%;
  }
  .play-button {
    width: 66px;
    height: 66px;
    top: 35%;
  }
  .icon-play {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
  }
  .icon-play:before {
    font-size: 20px;
  }
  .vdo-txt {
    top: 63%;
  }
  .vdo-txt p {
    font-size: 26px;
    line-height: 2.4rem;
    letter-spacing: 0.015rem;
  }
  .research-slide {
    padding: 0 25px;
    margin: 0 0 120px 0;
  }
  .research-slide:after {
    height: 2px;
  }
  .research-slide.owl-carousel .owl-nav .owl-prev, .research-slide.owl-carousel .owl-nav .owl-next {
    width: 38px;
    height: 38px;
    border-width: 2px;
  }
  .research-slide.owl-carousel .owl-nav i {
    font-size: 13px;
    line-height: 34px;
  }
  .research-slide.owl-carousel .owl-nav .owl-prev {
    left: 1%;
  }
  .research-slide.owl-carousel .owl-nav .owl-next {
    right: 1%;
  }
  .research-slide.owl-carousel .owl-dots {
    bottom: -45px;
  }
  .research-slide .items {
    padding: 5px 0 10px 0;
  }
  .circle-img {
    width: 280px;
    height: 280px;
    -webkit-box-shadow: 0px 3px 4px 2px rgba(19, 30, 41, 0.3);
    box-shadow: 0px 3px 4px 2px rgba(19, 30, 41, 0.3);
    left: 5px;
  }
  .researchBoxGD {
    min-height: 355px;
    padding: 40px 45px 45px 75px;
  }
  .researchBoxGD:before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .researchBoxGD .research-topic {
    padding-bottom: 12px;
    margin-bottom: 25px;
  }
  .researchBoxGD .research-topic:after {
    width: 70px;
  }
  .researchBoxGD .research-topic p {
    font-size: 22px;
    line-height: 2.1rem;
    letter-spacing: 0.01rem;
  }
  .researchBoxGD .txt-content p {
    font-size: 16px;
  }
  /* TIMELINE */
  .timeline-section {
    padding: 30px 0;
    margin-bottom: 40px;
  }
  .timeline-section:before {
    left: 7px;
  }
  /* NEWS */
  .newsBox {
    padding-left: 25px;
    margin-bottom: 32px;
  }
  .newsBox:before {
    width: 18px;
    height: 18px;
  }
  .news-content {
    width: calc(100% - 88px);
    padding-left: 28px;
  }
  .news-topic {
    margin-bottom: 5px;
  }
  .news-topic p {
    font-size: 19px;
    line-height: normal;
    -webkit-line-clamp: 1;
  }
  .news-date {
    width: 88px;
    padding-top: 3px;
  }
  .news-date li {
    font-size: 14px;
    letter-spacing: 0;
  }
  .news-date li:first-child {
    font-size: 23px;
    line-height: 1.6rem;
  }
  /*------ ARTICLE & NEWS -------*/
  .articleBox {
    margin-bottom: 40px;
  }
  .articleBox .img-width {
    margin: 8px 0 12px 0;
  }
  .articleBox.lg {
    margin-bottom: 40px;
  }
  .articleBox.lg .img-width {
    margin-bottom: 15px;
  }
  .articleBox.lg .content-topic p {
    font-size: 20px;
  }
  .article-date, .view {
    font-size: 11px;
  }
  .article-date i, .view i {
    padding-right: 5px;
  }
  .tag {
    min-width: 0;
    font-size: 10px;
    padding: 0 9px;
    margin-bottom: 5px;
  }
  .tag.lg {
    font-size: 12px;
    padding: 1px 10px;
    margin-bottom: 7px;
  }
  .content-topic p {
    font-size: 16px;
    line-height: 1.6rem;
  }
  .date-view li {
    margin-right: 15px;
  }
  .date-view li .article-date, .date-view li .view {
    font-size: 12px;
  }
  .date-view li .article-date i, .date-view li .view i {
    padding-right: 6px;
  }
  /* DETAIL */
  .detail-page .row .col-lg-9 {
    padding-right: 12px;
  }
  .detail-page .row .col-lg-3 {
    padding-left: 12px;
  }
  .article-detail-page h3 {
    font-size: 22px;
    margin-bottom: 4px;
  }
  .article-detail-page .social.share {
    margin-bottom: 25px;
  }
  .article-detail-page .img-width, .article-detail-page .container-vdo {
    margin-bottom: 35px;
  }
  .product-gallery li {
    width: calc(100% / 5);
  }
  .content-info {
    margin-bottom: 13px;
  }
  .content-info li {
    padding-left: 28px;
  }
  .content-info li p, .content-info li a {
    line-height: 20px;
  }
  .content-info li .icon {
    width: 20px;
    height: 20px;
  }
  .content-info li .icon i {
    font-size: 9px;
  }
  .related-word li {
    line-height: 1.6rem;
    padding-right: 14px;
  }
  .about-author > li > ol {
    padding-top: 10px;
  }
  .about-author > li > ol li {
    font-size: 15px;
  }
  .about-author > li > ol li:first-child {
    font-size: 16px;
    padding-bottom: 0;
  }
  .author-img {
    width: 76px;
    height: 76px;
  }
  .author-img:before {
    width: calc(100% - 5px);
    height: calc(100% - 5px);
  }
  /* SIDE ARTICLE */
  .grayBox {
    padding: 30px 12px 35px 12px;
    margin-top: 40px;
  }
  .grayBox h6 {
    font-size: 20px;
    margin-bottom: 22px;
  }
  .article-sideBox {
    margin-bottom: 0;
  }
  .article-sideBox .img-width {
    margin: 8px 0 10px 0;
  }
  .article-sideBox .article-date {
    font-size: 11px;
  }
  .news-slide {
    padding: 0 40px;
  }
  /*--------- RESEARCH ----------*/
  .researchBox {
    margin-bottom: 40px;
  }
  .researchBox .img-width {
    margin: 8px 0 12px 0;
  }
  .researchBox .content-topic {
    width: calc(100% - 38px);
    height: 47px;
    padding-left: 10px;
  }
  .researchBox .content-topic p {
    font-size: 14px;
    line-height: 1.45rem;
  }
  .researchBox.lg {
    margin-bottom: 45px;
  }
  .researchBox.lg .img-width {
    margin-bottom: 15px;
  }
  .researchBox.lg .content-topic p {
    font-size: 20px;
  }
  .researchBox.lg .dateBox {
    width: 52px;
  }
  .researchBox.lg .dateBox ul li {
    font-size: 18px;
    line-height: 1.6rem;
    letter-spacing: 0.015rem;
  }
  .researchBox.lg .dateBox ul li:first-child {
    font-size: 26px;
  }
  .researchBox.lg .tag {
    margin-bottom: 6px;
  }
  .researchBox-topic {
    width: calc(100% - 52px);
    padding-left: 18px;
  }
  .dateBox {
    width: 38px;
    padding: 5px 3px 4px 0;
  }
  .dateBox ul li {
    font-size: 14px;
    line-height: 1.2rem;
    letter-spacing: 0.015rem;
  }
  .dateBox ul li:first-child {
    font-size: 19px;
  }
  /* SIDE ARTICLE */
  .research-sideBox {
    margin-bottom: 0;
  }
  .research-sideBox .img-width {
    margin: 8px 0 10px 0;
  }
  /*----------- ABOUT -----------*/
  .about-page {
    padding-top: 0;
  }
  .about-page h3 {
    font-size: 20px;
  }
  .about-page h4 {
    font-size: 17px;
    margin-bottom: 55px;
  }
  .about-page h5 {
    font-size: 19px;
    margin-bottom: 8px;
  }
  .about-page .txt-content {
    margin-bottom: 40px;
  }
  .grayBG {
    padding: 30px;
    margin-bottom: 55px;
  }
  .grayBG:before {
    width: calc(100% - 130px);
  }
  .grayBG .img-circle {
    width: 260px;
    height: 260px;
  }
  .grayBG .txt-content p {
    margin-bottom: 8px;
  }
  .grayBG .list-decimal {
    margin-bottom: 10px;
  }
  .grayBG .list-decor li strong {
    width: 100%;
  }
  .img-circle-section {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .img-circle-section li.img {
    width: 290px;
  }
  .img-circle-section li.txt {
    width: calc(100% - 290px);
  }
  .img-circle-decor {
    width: 230px;
    height: 230px;
  }
  .img-circle-txt {
    padding-top: 12px;
  }
  .list-decimal {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .list-decimal li {
    margin-left: 18px;
  }
  .list-decor li {
    padding-left: 12px;
    margin-bottom: 3px;
  }
  .list-decor li:before {
    font-size: 13px;
    top: 6px;
  }
  .select-display-slide {
    padding: 7px 30px 0 0;
  }
  .select-display-slide > li:after {
    border-top-width: 18px;
    border-right-width: 18px;
    border-bottom-width: 18px;
    right: -30px;
  }
  .select-display-slide > li a {
    padding: 18px 0;
  }
  .number {
    width: 38px;
    font-size: 16px;
    letter-spacing: 0.005rem;
  }
  .location-name {
    padding-left: 38px;
  }
  .location-name li {
    font-size: 15px;
  }
  .location-name li:first-child {
    font-size: 17px;
  }
  .display-slide {
    padding: 25px;
  }
  .display-slide h5 {
    font-size: 18px;
  }
  .display-slide .txt-content {
    margin-top: 6px;
  }
  .display-slide .img-width {
    margin-top: 22px;
  }
  /*------- STAFF MEMBER --------*/
  .staff-page {
    padding-top: 0;
  }
  .staff-page h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .staff-page h2 {
    font-size: 22px;
    margin: 20px auto 32px auto;
  }
  .staff-page .mainlogo {
    margin-bottom: 65px;
  }
  .staff-page .mainlogo img {
    height: 62px;
  }
  .anchor-list {
    margin-bottom: 35px;
  }
  .anchor-list li {
    padding: 0 6px;
  }
  .anchor-list li a {
    min-width: 115px;
    font-size: 15px;
    padding: 3px 15px;
  }
  .staff-list > li {
    width: calc(100% / 3);
    margin-bottom: 35px;
  }
  .staff-list > li .img-circle-decor {
    width: 150px;
    height: 150px;
    margin-bottom: 18px;
  }
  .staff-name li {
    font-size: 14px;
  }
  .staff-name li:first-child {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .staff-name li:first-child:after {
    width: 40px;
  }
  /*---------- CONTACT ----------*/
  .contact-info {
    margin-bottom: 45px;
  }
  .contact-info > li {
    width: 50%;
  }
  .contact-info > li.address {
    width: 100%;
    padding-right: 0;
    margin-bottom: 13px;
  }
  .contact-info > li.address p {
    min-height: 34px;
    padding-top: 4px;
  }
  .contact-info > li:nth-child(2) {
    padding: 0;
  }
  .contact-info > li:last-child {
    padding-left: 0;
  }
  .contact-info > li > div {
    padding-left: 45px;
  }
  .contact-info > li p {
    font-size: 16px;
    line-height: 34px;
  }
  .icon-circle {
    width: 34px;
    height: 34px;
  }
  .icon-circle i {
    font-size: 13px;
  }
  .googlemap {
    height: 400px;
    margin-bottom: 55px;
  }
  .googlemap iframe {
    height: 400px;
  }
  .contact-form-section {
    padding-left: 0;
  }
  .contact-form-section .row .col-xl-6 {
    padding: 0 12px 25px 12px;
  }
  .contact-form-section .row .col-xl-6 h3 {
    margin-bottom: 18px;
  }
  .input-form textarea.form-control {
    height: 90px;
    margin-bottom: 30px;
  }
  .input-form p {
    font-size: 16px;
    margin-bottom: 7px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
  h1 {
    font-size: 26px;
    margin-bottom: 25px;
  }
  h2 {
    font-size: 24px;
    margin-bottom: 22px;
  }
  h3 {
    font-size: 22px;
    margin-bottom: 18px;
  }
  h4 {
    font-size: 20px;
    margin-bottom: 18px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 17px;
  }
  /*---------- HEADER ----------*/
  .header {
    padding: 10px 0;
  }
  .header.shrink {
    padding: 9px 0;
  }
  .header.shrink .mainlogo img {
    height: 40px;
  }
  .header.shrink .nav-menu.btn {
    line-height: 40px;
  }
  .mainlogo img {
    height: 50px;
  }
  .nav-menu.btn {
    font-size: 20px;
    line-height: 50px;
  }
  /*---------- FOOTER ----------*/
  footer {
    padding: 48px 0 20px 0;
  }
  footer:before {
    height: 20px;
  }
  footer .mainlogo img {
    height: 46px;
  }
  footer .social {
    float: left;
    margin-top: 5px;
  }
  footer .social li {
    margin-right: 12px;
  }
  footer .social li a {
    width: 30px;
    height: 30px;
  }
  .footer-contact {
    margin-bottom: 30px;
  }
  .footer-contact h3 {
    font-size: 20px;
    margin-bottom: 3px;
  }
  .footer-contact .f-13 {
    font-size: 11px;
    font-weight: 400;
  }
  .footer-info p {
    font-size: 15px;
  }
  .footer-info.address {
    margin-bottom: 10px;
  }
  .footer-info.w-icon {
    padding-left: 40px;
    margin-bottom: 8px;
  }
  .footer-info.w-icon p {
    line-height: 30px;
  }
  .footer-info .icon-circle {
    width: 30px;
    height: 30px;
    border-width: 1px;
  }
  .social li {
    margin-right: 10px;
  }
  .social li a {
    width: 30px;
    height: 30px;
    border-width: 1px;
  }
  .social li a i {
    font-size: 12px;
  }
  .copyright {
    font-size: 10px;
    padding-top: 7px;
  }
  /*---------- BUTTON ----------*/
  .buttonOR {
    min-width: 95px;
    font-size: 13px;
    padding: 4px 12px;
  }
  .buttonOR i {
    padding-left: 6px;
  }
  .buttonOR i.fa-long-arrow-alt-left {
    padding-right: 6px;
  }
  .buttonOR.m-size {
    min-width: 95px;
    font-size: 13px;
    padding: 5px 12px;
  }
  .buttonOR.l-size {
    min-width: 110px;
    font-size: 14px;
    padding: 5px 12px;
  }
  .buttonOR.l-size.effect:before {
    width: 13px;
    height: 13px;
    right: 12px;
  }
  .buttonBD {
    min-width: 90px;
    font-size: 13px;
    padding: 4px 12px;
  }
  .effect:before {
    width: 11px;
    height: 11px;
    right: 10px;
  }
  .effect:hover {
    text-indent: -15px;
  }
  .effect.all.m-size {
    min-width: 135px;
  }
  .scroll {
    width: 34px;
    height: 34px;
    right: 20px;
    bottom: 25px;
  }
  .scroll i {
    font-size: 12px;
    line-height: 32px;
  }
  /*---------- CONTENT ----------*/
  .content-padding {
    padding: 45px 0;
  }
  .content-padding.foot-pad {
    padding-bottom: 70px;
  }
  .threeCol .row .col-md-4:nth-child(3n+1) {
    padding-right: 12px;
  }
  .threeCol .row .col-md-4:nth-child(3n+2) {
    padding: 0 12px;
  }
  .threeCol .row .col-md-4:nth-child(3n+0) {
    padding-left: 12px;
  }
  .top-banner {
    height: 210px;
  }
  .top-banner:before {
    height: 32%;
  }
  .top-banner-txt {
    bottom: 10%;
  }
  .top-banner-txt li {
    font-size: 19px;
    letter-spacing: 0.01rem;
  }
  .top-banner-txt li:first-child {
    font-size: 23px;
    line-height: 1.7rem;
    letter-spacing: 0.1rem;
  }
  .topBD {
    padding-top: 25px;
  }
  /*---------- PAGE ----------*/
  .pagination .page-link {
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    margin: 0;
  }
  /*------------ OWL -------------*/
  .slide-navButton .owl-carousel .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 4px 6px;
  }
  .main-slider {
    height: 42vh;
    margin-bottom: 15px;
  }
  .main-banner-caption {
    top: 30%;
    left: 15px;
  }
  .main-banner-txt {
    margin-bottom: 22px;
  }
  .main-banner-txt h1 {
    font-size: 21px;
    letter-spacing: 0.01rem;
    margin-bottom: 2px;
  }
  .main-banner-txt p {
    font-size: 16px;
  }
  /*----------- INDEX -----------*/
  .index-about {
    padding: 25px 0 50px 0;
  }
  .index-about .text-center {
    margin-bottom: 25px;
  }
  .index-about .text-center h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .index-about .text-center h2 {
    font-size: 19px;
    line-height: 1.85rem;
    margin-bottom: 8px;
  }
  .index-about .text-center p {
    font-size: 15px;
  }
  .index-about .text-center p br {
    display: none;
  }
  .index-article > .container-fluid > .row > .col-lg-4:hover .img-width {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .index-article > .container-fluid > .row > .col-lg-4:nth-child(2) .article-content:before {
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 22px solid #fcfcfc;
    top: auto;
    right: auto;
    left: 50%;
    bottom: -44px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .index-article > .container-fluid > .row > .col-lg-4:last-child .article-content:before {
    border-bottom: none;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 22px solid #48cae4;
    top: auto;
    right: auto;
    left: 50%;
    bottom: -22px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .index-article > .container-fluid > .row > .col-lg-4 .col-md-6:first-child {
    padding-right: 12px;
  }
  .index-article > .container-fluid > .row > .col-lg-4 .col-md-6:last-child {
    padding-left: 12px;
  }
  .indexArticleBox .f-15 {
    font-size: 12px;
  }
  .indexArticleBox .img-width {
    min-height: 350px;
  }
  .article-content {
    min-height: 350px;
    padding: 35px 25px;
  }
  .article-content:before {
    border-bottom: none;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 22px solid #023e8a;
    top: auto;
    right: auto;
    left: 50%;
    bottom: -22px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .article-content .news-topic p {
    line-height: 2rem;
    -webkit-line-clamp: 2;
    padding-top: 6px;
  }
  .vdo-section {
    padding: 75px 0 20px 0;
  }
  .vdo-section .wrap-pad {
    width: 98%;
  }
  .vdo-img {
    width: auto;
    height: 300px;
    overflow: hidden;
  }
  .vdo-img img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .play-button {
    width: 64px;
    height: 64px;
    top: 35%;
  }
  .icon-play:before {
    font-size: 19px;
  }
  .vdo-txt p {
    font-size: 24px;
    line-height: 2.3rem;
    letter-spacing: 0.01rem;
    white-space: nowrap;
  }
  .research-slide {
    padding: 0 22px;
    margin-bottom: 95px;
  }
  .research-slide:after {
    bottom: 22px;
  }
  .research-slide.owl-carousel .owl-nav .owl-prev, .research-slide.owl-carousel .owl-nav .owl-next {
    width: 34px;
    height: 34px;
    top: 68%;
  }
  .research-slide.owl-carousel .owl-nav i {
    font-size: 11px;
    line-height: 30px;
  }
  .research-slide.owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
  .research-slide.owl-carousel .owl-nav .owl-next {
    right: 0;
  }
  .research-slide.owl-carousel .owl-dots {
    bottom: -35px;
  }
  .research-slide .items {
    padding: 5px 0 10px 0;
  }
  .circle-img {
    width: 250px;
    height: 250px;
    float: none;
    margin: 0 auto;
    display: table;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .researchBoxGD {
    min-height: 0;
    padding: 62px 22px 32px 22px;
    margin-top: -45px;
  }
  .researchBoxGD:before {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
  .researchBoxGD .research-topic {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .researchBoxGD .research-topic:after {
    width: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .researchBoxGD .research-topic p {
    font-size: 19px;
    line-height: 1.8rem;
    letter-spacing: 0;
    text-align: center;
  }
  .researchBoxGD .txt-content {
    margin-bottom: 22px;
  }
  .researchBoxGD .txt-content p {
    font-size: 15px;
    text-align: center;
    -webkit-line-clamp: 2;
  }
  .researchBoxGD .buttonOR {
    float: none;
    margin: 0 auto;
    display: table;
  }
  /* TIMELINE */
  .timeline-section {
    padding: 28px 0;
    margin-bottom: 35px;
  }
  /* NEWS */
  .newsBox {
    padding-left: 35px;
    margin-bottom: 30px;
  }
  .newsBox:before {
    width: 18px;
    height: 18px;
    top: 3px;
  }
  .news-content {
    width: 100%;
    padding-left: 0;
  }
  .news-topic p {
    font-size: 17px;
    line-height: 1.7rem;
    -webkit-line-clamp: 2;
  }
  .news-date {
    width: 100%;
    padding-top: 0;
    margin-bottom: 3px;
  }
  .news-date li {
    float: left;
    font-size: 15px;
    line-height: 1.6rem;
    text-align: left;
    letter-spacing: 0;
  }
  .news-date li:first-child {
    font-size: 19px;
    line-height: 1.65rem;
    padding-right: 8px;
  }
  /*------ ARTICLE & NEWS -------*/
  .articleBox {
    margin-bottom: 35px;
  }
  .articleBox .img-width {
    padding-top: 0;
  }
  .articleBox .img-width img {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .articleBox.lg {
    margin-bottom: 35px;
  }
  .articleBox.lg .img-width {
    border-radius: 20px;
    margin-bottom: 12px;
  }
  .articleBox.lg .content-topic p {
    font-size: 18px;
    line-height: 1.8rem;
  }
  .articleBox.lg .date-view {
    float: left;
    margin-bottom: 4px;
  }
  .articleBox:hover {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .article-date, .view {
    font-size: 12px;
  }
  .article-date i, .view i {
    padding-right: 6px;
  }
  .tag {
    font-size: 11px;
    padding: 0 9px;
    margin-bottom: 5px;
  }
  .tag.lg {
    font-size: 11px;
    margin-bottom: 6px;
  }
  .date-view li {
    margin-right: 15px;
  }
  /* DETAIL */
  .article-detail-page h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .article-detail-page .img-width, .article-detail-page .container-vdo {
    margin-bottom: 30px;
  }
  .article-detail-page .txt-content {
    margin-bottom: 45px;
  }
  .product-gallery li {
    width: calc(100% / 3);
    padding: 3px;
  }
  .content-info-section .row .col-lg-4 .content-info {
    float: left;
    margin-bottom: 12px;
  }
  .content-info {
    margin-bottom: 8px;
  }
  .content-info li {
    padding-left: 26px;
    margin-right: 15px;
  }
  .content-info li p, .content-info li a {
    font-size: 14px;
  }
  .related-word li {
    line-height: normal;
  }
  .about-author > li > ol {
    padding-top: 15px;
    padding-left: 0;
  }
  .about-author > li > ol li:first-child {
    font-size: 15px;
  }
  .author-img {
    width: 72px;
    height: 72px;
    clear: both;
  }
  /* SIDE ARTICLE */
  .grayBox {
    padding: 25px 12px 32px 12px;
    margin: 30px 0 15px 0;
  }
  .grayBox h6 {
    font-size: 19px;
    margin-bottom: 20px;
  }
  .news-slide {
    padding: 0 20px;
  }
  /*--------- RESEARCH ----------*/
  .researchBox {
    margin-bottom: 35px;
  }
  .researchBox .img-width {
    padding-top: 0;
    margin-top: 10px;
  }
  .researchBox .img-width img {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .researchBox .content-topic {
    width: calc(100% - 42px);
    height: 52px;
    padding-left: 12px;
  }
  .researchBox .content-topic p {
    font-size: 16px;
    line-height: 1.6rem;
  }
  .researchBox.lg {
    margin-bottom: 40px;
  }
  .researchBox.lg .img-width {
    border-radius: 20px;
  }
  .researchBox.lg .content-topic p {
    font-size: 17px;
  }
  .researchBox.lg .dateBox {
    width: 47px;
    padding-bottom: 3px;
  }
  .researchBox.lg .dateBox ul li {
    font-size: 16px;
    line-height: 1.4rem;
  }
  .researchBox.lg .dateBox ul li:first-child {
    font-size: 23px;
  }
  .researchBox.lg .tag {
    font-size: 11px;
    padding: 0 10px;
  }
  .researchBox-topic {
    width: calc(100% - 47px);
    padding-left: 12px;
  }
  .dateBox {
    width: 42px;
    padding-top: 6px;
  }
  .dateBox ul li {
    font-size: 15px;
    line-height: 1.3rem;
  }
  .dateBox ul li:first-child {
    font-size: 21px;
  }
  /*----------- ABOUT -----------*/
  .about-page h3 {
    font-size: 17px;
  }
  .about-page h4 {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .about-page h5 {
    font-size: 18px;
    padding-right: 48px;
  }
  .about-page h5:after {
    width: 35px;
  }
  .about-page .txt-content {
    margin-bottom: 35px;
  }
  .grayBG {
    padding: 25px 20px 145px 20px;
    margin-bottom: 150px;
  }
  .grayBG:before {
    width: 100%;
  }
  .grayBG .img-circle {
    width: 240px;
    height: 240px;
    top: auto;
    right: auto;
    bottom: -120px;
    left: 50%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .img-circle-section {
    margin-bottom: 45px;
  }
  .img-circle-section li.img {
    width: 100%;
  }
  .img-circle-section li.img.right .img-circle-decor {
    float: none;
    margin: 0 auto;
    display: table;
  }
  .img-circle-section li.img.right .img-circle-decor:after {
    left: -7%;
  }
  .img-circle-section li.txt {
    width: 100%;
  }
  .img-circle-decor {
    width: 240px;
    height: 240px;
    float: none;
    margin: 0 auto;
    display: table;
  }
  .img-circle-txt {
    padding-top: 12px;
  }
  .list-decimal {
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }
  .list-decimal li {
    width: calc(100% - 16px);
    margin-left: 16px;
  }
  .list-decor li {
    padding-left: 12px;
    margin-bottom: 3px;
  }
  .list-decor li:before {
    font-size: 13px;
    top: 6px;
  }
  .select-display-slide {
    width: 100%;
    padding: 0;
  }
  .select-display-slide > li {
    width: 25%;
  }
  .select-display-slide > li:after {
    display: none;
  }
  .select-display-slide > li a {
    padding: 8px 7px;
  }
  .number {
    width: 100%;
    font-size: 18px;
    letter-spacing: 0.01rem;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .location-name {
    display: none;
  }
  .display-group {
    width: 100%;
  }
  .display-slide {
    min-height: 415px;
    padding: 28px 22px 25px 22px;
  }
  .display-slide h6 {
    font-size: 16px;
  }
  .display-slide .img-width {
    margin-top: 20px;
  }
  /*------- STAFF MEMBER --------*/
  .staff-page {
    padding-top: 0;
  }
  .staff-page h4 {
    font-size: 17px;
    margin-bottom: 18px;
  }
  .staff-page h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .staff-page .mainlogo {
    margin-bottom: 55px;
  }
  .staff-page .mainlogo img {
    height: 58px;
  }
  .anchor-list {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    display: block;
  }
  .anchor-list li {
    width: 50%;
    padding: 6px 10px;
  }
  .anchor-list li a {
    min-width: 100px;
    font-size: 15px;
    padding: 3px 12px;
  }
  .staff-list > li {
    width: 100%;
    height: 110px;
    padding: 0 0 0 128px;
    margin-bottom: 30px;
    position: relative;
  }
  .staff-list > li .img-circle-decor {
    width: 110px;
    height: 110px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .staff-list > li .img-circle-decor:after {
    width: 70%;
    height: 70%;
    right: -2%;
  }
  .staff-name {
    float: left;
    padding-top: 8px;
  }
  .staff-name li {
    font-size: 15px;
    text-align: left;
  }
  .staff-name li:first-child {
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 12px;
  }
  .staff-name li:first-child:after {
    width: 35px;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  /*---------- CONTACT ----------*/
  .contact-info {
    margin-bottom: 35px;
  }
  .contact-info > li {
    width: 100%;
    margin-bottom: 12px;
  }
  .contact-info > li.address {
    margin-bottom: 12px;
  }
  .contact-info > li.address p {
    padding-top: 2px;
  }
  .contact-info > li > div {
    padding-left: 40px;
  }
  .contact-info > li p {
    font-size: 15px;
    line-height: 30px;
  }
  .icon-circle {
    width: 30px;
    height: 30px;
  }
  .icon-circle i {
    font-size: 12px;
  }
  .googlemap {
    height: 450px;
    margin-bottom: 50px;
  }
  .googlemap iframe {
    height: 450px;
  }
  .contact-form-section .row .col-xl-6 {
    padding-bottom: 10px;
  }
  .contact-form-section .row .col-xl-6 h3 {
    margin-bottom: 16px;
  }
  .input-form .form-control {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .input-form textarea.form-control {
    height: 85px;
    margin-bottom: 25px;
  }
}
/*# sourceMappingURL=layout.css.map */