@font-face {
  font-family: Roboto;
  src: url("../asset/fonts/Roboto-Regular.ttf");
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

img {
  border: none;
  max-width: 100%;
  vertical-align: middle;
}

.imgbox{
  position: relative;
  display: block;
  width: 100%;
  height: 100px; /* default*/
  overflow: hidden;
}
.imgbox img{
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo img {
  border-radius: 4px;
  height: 80px;
}

header .hotline {
  font: 700 20px/22px utm_avoregular;
  text-align: right;
}

header .hotline .icon-phone {
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 22px;
  left: 0;
  top: 9px;
  background: url(../images/hotline-icon.png) 0 center no-repeat;
}

#topmenu {
  background-color: #404040;
  color: #fff;
}

#topmenu a {
  color: #fff;
  display: block;
}

#topmenu:after {
  clear: both;
  content: "";
  display: block;
}

#topmenu ul.menu-pc > li {
  float: left;
}

#topmenu ul.menu-pc > li > a {
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 15px;
}

#topmenu ul.menu-pc li a {
  color: white;
  display: block;
  padding: 10px 10px;
  font-size: 14px;
}

#topmenu ul.menu-pc > li >  ul, #topmenu ul.menu-pc li.hasChild  ul {
  display: none;
}

#topmenu ul.menu-pc li.hasChild { position: relative;}
#topmenu ul.menu-pc li.hasChild:before { font-family:  FontAwesome; content:'\f105'; position: absolute; right:8px; top:8px;}
#topmenu ul.menu-pc li.hasChild ul{ position: absolute; left: 230px; top: 0;}

#topmenu ul.menu-pc li:hover {
  background-color: #08436c;
}

#topmenu ul.menu-pc li:hover > ul{
  display: block;
  position: absolute;
  z-index: 9999;
  background-color: #08436c;
  float: none;
  width: 230px;
}

#topmenu ul li ul li a {
  padding: 8px 10px;
}

#topmenu ul li ul li a:hover {
  color: #fff;
  background: #0f3352;
}

#topmenu ul li:hover a {
  color: white;
}

#topmenu ul,
#topmenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.first_news {
}

.first_news .img {
}

.first_news h3 {
}

.row_news {
  margin-bottom: 5px;
}

.row_news.dotted {
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}

.row_news:after {
  clear: both;
  content: "";
  display: block;
}

.row_news .img {
  float: left;
  width: 110px;
  height: 60px;
  margin-right: 10px;
  overflow: hidden;
}

.row_news .img img {
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
}

.row_news h3 {
}

.row_news h3 a {
  font-size: 15px;
  font-weight: normal;
}

.row_news i {
  margin-right: 10px;
}

.box_news {
  position: relative;
}

.img-logo-partner {
  border-radius: 4px;
  border: 1px solid #cdcdcd;
  padding: 10px;
}

.img-logo-partner img {
  width: 160px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

.box_news .title_news {
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  bottom: 0px;
  left: 0px;
  padding: 10px;
  line-height: 18px;
  width: 100%;
}

.box_news .title_news a {
  color: #fff;
}

.text-header {
  color: #fff;
}

.text-header h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.5em;
  margin-top: 10px;
}
.text-header p { font-size: 1.6em; font-weight: bold; margin-bottom: 0;}
.language {
  text-align: right;
}

.language a {
  color: #fff;
}

.language a img {
  width: 36px;
  border-radius: 4px;
}
.page_title_home { border-bottom: 2px solid #ccc; color: #2786c9;
  text-transform: uppercase; font-weight: bold;
  font-size: 16px; padding-bottom: 3px; margin-bottom: 15px;}
.box-partner h2{ margin-top: 10px;}

.page-title {
  padding: 0px;
  display: inline-block;
  width: 100%;
  border-top: 10px solid transparent;
  border-left: 10px solid white;
  border-bottom: 10px solid transparent;
  padding-left: 6px;
  color: #2786c9;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  background:#213a3a;
}

.page-title a {
  color:#2786c9;
  text-transform: uppercase;
  font-weight: normal;
}

.box-detail {
  background-color: white;
  padding: 10px;
  margin-bottom: 15px;
border:1px solid #f3f5f5;
}

.right-title {
  color: #2786c9;
  font-weight: bold;
  text-transform: uppercase;
  border-right: 10px solid #eee;
  font-size: 16px;
  padding-left: 10px;
  height: 40px;
  font-weight: normal;
  padding-top: 7px;
  background-color: #f3f5f5;;
}
.right-title a {
  color: #2786c9;
  font-weight: normal;
}

.pagination > li > a,
.pagination > li > span {
  color: #375a9c;
}

.message_panel {
  width: 500px;
  margin: 15px auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 15px;
}

.breadcrumb {
  margin: 0;
  color: #fff;
  background: none;
}

.breadcrumb a {
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item:before {
  color: #ccc;
}

.breadcrumb-item.active {
  color: #fff;
}

.ui-widget-header {
  background: red;
  color: #fff;
}

.validate-error {
  border: 1px solid red !important;
}


.form-group.required .control-label:after {
  content: " *";
  color: red;
}

.btn-read-more {
  padding: 5px;
  text-align: center;
  border-radius: 0px;
  display: inline-block;
  border: 2px solid #662d91;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #662d91;
}

.btn-read-more:hover {
  color: #fff;
  background: #662d91;
}

#topbar {
  background: #404040;
}

#top_lang {
  text-align: right;
}

#top_lang img {
  width: 29px;
  height: 29px;
  border-radius: 6px;
}

.hdsc {
  font-size: 15px;
  color: #999;
  text-transform: uppercase;
}

.htitle {
  font-size: 28px;
  color: #74250c;
  margin: 20px 0;
}

.hcontent {
  text-align: justify;
  line-height: 25px;
}

.title_home {
  text-align: left;
  color: #003d76;
  font-size: 18px;
}

.blogo img {
  width: 60px;
}

.post {
  border-bottom: 1px solid #ddd;
  padding-top: 15px;
}

.post h4 a {
  color: #375a9c;
}

.post-title {
  color: #662d91;
}

.post .glyphicon {
  margin-right: 5px;
}

.post-header-line {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 5px 0px 5px 15px;
  font-size: 12px;
}

.post-content {
  padding-bottom: 15px;
  padding-top: 15px;
}

#pn_home_project {
  background: url(../images/bg_home_project.jpeg);
  margin: 20px 0;
}

#pn_home_project .title_mod {
  font-size: 32px;
  color: #ffffff;
  text-align: center;
  color: #71bf45 !important;
  text-transform: uppercase;
}

#home_news {
}

#home_news h3 {
  margin: 12px 0;
}

#home_news h3 a {
  font-size: 14px;
  color: #71bf45;
  line-height: 18px;
}

.home_news_item .in {
  height: 250px;
  margin-right: 10px;
}

.home_news_item {
  float: left;
  width: 33%;
}

.home_news_item .img {
  width: 100%;
  height: 200px;
}

.bar_mobile {
  background: #074f8d;
  height: 42px;
}

.bar_mobile i {
  color: #fff;
  cursor: pointer;
  margin-left: 5px;
}

.bar_mobile i:active {
}

.bar_mobile:before {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.suntory-alo-phone {
  background-color: transparent;
  cursor: pointer;
  height: 120px;
  position: fixed;
  transition: visibility 0.5s ease 0s;
  width: 120px;
  z-index: 200000 !important;
  left: 0px;
  bottom: 0px;
}

.suntory-alo-ph-circle {
  animation: 1.2s ease-in-out 0s normal none infinite running
    suntory-alo-circle-anim;
  background-color: transparent;
  border: 2px solid rgba(30, 30, 30, 0.4);
  border-radius: 100%;
  height: 100px;
  left: 0px;
  opacity: 0.1;
  position: absolute;
  top: 0px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 100px;
}

.suntory-alo-ph-circle-fill {
  animation: 2.3s ease-in-out 0s normal none infinite running
    suntory-alo-circle-fill-anim;
  border: 2px solid transparent;
  border-radius: 100%;
  height: 70px;
  left: 15px;
  position: absolute;
  top: 15px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 70px;
}

.suntory-alo-ph-img-circle {
  border: 2px solid transparent;
  border-radius: 100%;
  height: 50px;
  left: 25px;
  opacity: 0.7;
  position: absolute;
  top: 25px;
  transform-origin: 50% 50% 0;
  width: 50px;
  text-align: center;
}

.suntory-alo-phone.suntory-alo-hover,
.suntory-alo-phone:hover {
  opacity: 1;
}

.suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle {
  animation: 1.1s ease-in-out 0s normal none infinite running
    suntory-alo-circle-anim !important;
}

.suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle {
  animation: 2.2s ease-in-out 0s normal none infinite running
    suntory-alo-circle-anim !important;
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle,
.suntory-alo-phone:hover .suntory-alo-ph-circle {
  border-color: #00aff2;
  opacity: 0.5;
}

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle,
.suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {
  border-color: #eb278d;
  opacity: 1;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
  border-color: #68b72f;
  opacity: 1;
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill,
.suntory-alo-phone:hover .suntory-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.9);
}

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover
  .suntory-alo-ph-circle-fill,
.suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill {
  background-color: #eb278d;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
  background-color: rgb(135, 200, 109);
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle,
.suntory-alo-phone:hover .suntory-alo-ph-img-circle {
  background-color: #00aff2;
}

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover
  .suntory-alo-ph-img-circle,
.suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle {
  background-color: #eb278d;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
  background-color: #68b72f;
}

@keyframes suntory-alo-circle-anim {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@keyframes suntory-alo-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@keyframes suntory-alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
    opacity: 0.2;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}

.suntory-alo-ph-img-circle i {
  animation: 1s ease-in-out 0s normal none infinite running
    suntory-alo-circle-img-anim;
  font-size: 30px;
  line-height: 50px;
  color: #fff;
}

.content_post img {
  max-width: 100% !important;
  height: auto !important;
}

.pn_choose_us {
  background: #fff;
}

.pn_choose_us .title {
  color: #71bf45;
  font-size: 16px;
}

.pn_choose_us .des {
}

.pn_choose_us .more {
  padding: 8px 10px;
}

.pn_choose_us .more a {
  color: red;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
}

.pn_choose_us .more i {
  float: right;
  font-size: 22px;
}

.pn_choose_us .img img {
  width: 100%;
  height: 180px;
}

.pn_choose_us:hover .more {
  background: #62cf32;
}

.pn_choose_us:hover .more a {
  color: #fff;
}

#pn_proccess_work {
}

#pn_proccess_work .proccess_work {
  float: left;
  width: 20%;
  text-align: center;
}

#pn_proccess_work .proccess_work .in {
  padding: 10px;
}

#pn_proccess_work .title_pn {
  font-size: 26px;
  color: #38ae04;
}

#pn_proccess_work:after {
  display: block;
  content: "";
  clear: both;
}

#pn_proccess_work .proccess_work .title {
  color: #62cf32;
  padding: 12px 0;
}

#pn_proccess_work .proccess_work .img img {
  opacity: 0.4;
}

#pn_proccess_work .proccess_work:hover .img img {
  opacity: 1;
}

.choose_us_header1 {
  color: #62cf32;
  font-size: 32px;
}

.choose_us_header2 {
  font-size: 16px;
}

#pn_request_consultant {
  background: url(../images/slider7.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 530px;
}

#pn_request_consultant .container {
  position: relative;
}

#pn_request_consultant .container .form_request_consultant {
  width: 50%;
  position: absolute;
  top: 50px;
  right: 50px;
  background: #fff;
  padding: 20px;
}

#pn_why_invest {
}

#pn_why_invest .title {
  color: #62cf32;
}

.row_wi .iconpt {
  position: relative;
}

.row_wi .iconpt1 {
  font-size: 100px;
}

.row_wi .iconpt2 {
  position: absolute;
  top: 38px;
  left: 45px;
  color: #62cf32;
  font-size: 30px;
}

/***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

/* Tabs panel */

.tabbable-panel {
  border: 1px solid #eee;
  padding: 10px;
}

/* Default mode */

.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}

.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}

.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #fff;
  font-size: 18px;
  background: #62cf32;
}

.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open,
.tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}

.tabbable-line > .nav-tabs > li.open > a,
.tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}

.tabbable-line > .nav-tabs > li.open > a > i,
.tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open .dropdown-menu,
.tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}

.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #f3565d;
  position: relative;
}

.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}

.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}

.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}

.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}

.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}

.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}

.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}

.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.tab-pane {
  padding: 15px;
}

.cgroup {
}

.cgroup .cgroup1 {
  background: #fff;
  float: left;
  width: 50%;
  height: 200px;
  overflow: hidden;
}

.cgroup .cgroup1 .in {
  padding: 10px;
}

.cgroup .cgroup2 {
  float: right;
  width: 50%;
  height: 200px;
  overflow: hidden;
}

.cgroup .cgroup2 img {
  width: 100%;
}

.cgroup:after {
  clear: both;
  display: block;
  content: "";
}

.video_item {
  float: left;
  width: 25%;
}

.video_item .in {
  height: 260px;
  margin-right: 10px;
}

.video_item .in .title {
  height: 36px;
  overflow: hidden;
}

.video_item .in .title a {
  color: #71bf45;
  font-size: 15px;
}

#footer2 {
  background-color: #000;
  padding: 8px 0;
  color: #fff;
}

.home_news h3 {
  margin-top: 0;
}

.ct12 .more {
  font-style: italic;
  text-align: right;
}

.ct12 img {
  border-radius: 10px;
}

.ct12 .more a:hover {
  color: #e28b0a;
}

.banner-bg-1 {
  background: url(../images/bgfooter.jpg);
  padding: 20px 0;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0);
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  color: #fff;
}

.banner-bg-1::before {
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background: rgba(1, 10, 0, 0.897);
}

.banner {
  position: relative;
}

.banner h2 {
  color: #f1f1f1;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-left: 20px;
  position: relative;
}

.banner h2:after {
  background: #003d76;
  content: "";
  height: 35px;
  left: -15px;
  position: absolute;
  top: 0px;
  width: 6px;
}

.tab-line {
  margin-bottom: 0;
  outline: 0;
  text-align: center;
}

.tab-line span {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
  text-transform: uppercase;
  font-size: 1.8em;
  font-weight: 500;
  color: #0c4da2;
  line-height: 1.2;
  border-bottom: 2px solid #0c4da2;
  min-width: 190px;
}

.tab-line1 {
  margin-top: 20px;
  margin-bottom: -52px;
  outline: 0;
  text-align: center;
}

.tab-line1 span {
  position: relative;
  display: inline-block;
  padding-bottom: 0px;
  text-transform: uppercase;
  font-size: 1.8em;
  font-weight: 500;
  color: #0c4da2;
  line-height: 1.2;
  min-width: 190px;
}

body.fancybox-active {
  overflow: hidden;
}

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0 linear 0.25s;
  box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0;
}

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.fancybox-stage {
  overflow: visible;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
  padding: 0;
}

.fancybox-slide video {
  vertical-align: top;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide > base,
.fancybox-slide > link,
.fancybox-slide > meta,
.fancybox-slide > script,
.fancybox-slide > style,
.fancybox-slide > title {
  display: none;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  background: #fff;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--video .fancybox-content {
  overflow: visible;
}

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}

.fancybox-error,
.fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}

.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color 0.3s ease;
  cursor: pointer;
  outline: none;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6;
}

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--zoom svg path {
  fill: transparent;
}

.fancybox-navigation {
  display: none;
}

.fancybox-show-nav .fancybox-navigation {
  display: block;
}

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 5px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
  color: #777;
}

.fancybox-close-small svg {
  fill: transparent;
  stroke: currentColor;
  stroke-width: 2;
  border-radius: 50%;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:focus svg {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover svg {
  color: #333;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
  top: 0;
  right: -40px;
  color: #ccc;
  padding: 0;
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
  color: #fff;
  background: transparent;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0;
  background: linear-gradient(
    180deg,
    transparent 0,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.6) 80%,
    rgba(0, 0, 0, 0.8)
  );
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  font: 500 1.5em /1.4 utm_avoregular;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-slide > .fancybox-loading {
  border: 6px solid hsla(0, 0%, 39%, 0.4);
  border-top: 6px solid hsla(0, 0%, 100%, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px;
  font-size: 35px;
  font-weight: 700;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

p.fancybox-share__links {
  margin-right: -10px;
}

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all 0.2s;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #d7d7d7;
}

.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% -8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic- bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

@font-face {
  font-family: "flexslider-icon";
  src: url(../asset/fonts/flexslider-icon.eot);
  src: url(../asset/fonts/flexslider-icon.eot?#iefix)
      format("embedded-opentype"),
    url(../asset/fonts/flexslider-icon.woff) format("woff"),
    url(../asset/fonts/flexslider-icon.ttf) format("truetype"),
    url(../asset/fonts/flexslider-icon.svg#flexslider-icon) (svg);
  font-weight: 400;
  font-style: normal;
}

#topbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#topbar ul:after,
#topbar:after {
  clear: both;
  content: "";
  display: block;
}

#topbar ul li {
  float: left;
  margin-left: 20px;
}

#topbar ul li:before {
  margin-right: 8px;
}

#topbar ul li a {
  display: block;
  line-height: 32px;
  height: 32px;
  color: #fff;
}

.right-box {
  background: url(../images/bg_right_btn.png) no-repeat;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  min-height: 80px;
  width: 220px;
}

.right-box .in {
  padding: 6px;
  padding-top: 13px;
  padding-left: 8px;
}

.right-box .in a {
  font-size: 16px;
  font-weight: normal;
  color: #003d76;
}

.mod_box {
  background: #003d76;
  margin-bottom: 20px;
  padding: 7px;
}

.mod_box > .in {
  background: #fff;
  border-radius: 5px;
  margin: 0 !important;
  padding: 3px 0;
  padding: 10px;
}

.mod_box > .in h2 a {
  color: #003d76;
}

.mod_box > .in ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}

.mod_box > .in ul i {
  color: #003d76;
  margin-right: 10px;
}

.content_post {
  font-size: 15px;
}

.projt-list {
}

.projt-list:after {
  clear: both;
  content: "";
  display: block;
}

.projt-list .in {
  margin: 15px;
  height: 410px;
  overflow: hidden;
}

.projt-list .projt-item {
  float: left;
  width: 50%;
}

.projt-list .projt-item .title {
  margin: 0;
  padding: 10px 0px;
  background: #003d76;
  color: #fff;
  text-align: center;
}

.projt-list .projt-item .img-projt {
  height: 220px;
  overflow: hidden;
}

.projt-list .projt-item .title a {
  color: #fff;
}

.projt-list .view-more {
  text-align: center;
}

.projt-list .img-projt {
  text-align: center;
}

.projt-list .img-projt img {
  margin: 0 auto;
}

.projt-list .des-projt {
  margin: 8px 0;
  line-height: 22px;
}

.post-list {
}

.post-list:after {
  clear: both;
  content: "";
  display: block;
}
.post-list .post-item {
  margin-bottom: 10px;
}
.post-list .post-item .in {
  height: 280px; overflow: hidden;
}

.post-list .post-item:after {
  clear: both;
  content: "";
  display: block;
}

.post-list .post-item .title-post {
  margin: 0;
  padding: 0px;
  padding-bottom: 10px;
  margin-top: 10px;
  text-align: left;
}

.post-list .post-item .title-post a {
  color: #003d76;
}

.post-list .post-item .img-post {
  width:100%;
  height: 160px;
}
.post-list .post-item .img-post img{
    height: 160px;
}
.post-list .post-item .title a {
  color: #fff;
}

.post-list .img-post {
  text-align: center;
}

.post-list .img-post img {
  margin: 0 auto;
}


.post-list-pc {
}

.post-list-pc:after {
  clear: both;
  content: "";
  display: block;
}
.post-list-pc .post-item {
  margin-bottom: 10px;
}
.post-list-pc .post-item .in {
  height: 320px; overflow: hidden;
}

.post-list-pc .post-item:after {
  clear: both;
  content: "";
  display: block;
}

.post-list-pc .post-item .title-post {
  margin: 0;
  padding: 0px;
  padding-bottom: 10px;
  margin-top: 10px;
  text-align: left;
}

.post-list-pc .post-item .title-post a {
  color: #003d76;
}

.post-list-pc .post-item .img-post {
  width:100%;
  height: 160px;
}
.post-list-pc .post-item .imgbox{
    height: 160px;
}
.post-list-pc .post-item .title a {
  color: #fff;
}

.post-list-pc .img-post {
  text-align: center;
}

.post-list-pc .img-post img {
  margin: 0 auto;
}

.item-search {
  margin-bottom: 10px;
}
.item-search:after {
  clear: both;
  content: "";
  display: block;
}
.item-search .img {
  float: left;
  width: 100px;
  margin-right: 10px;
}
.item-search .img img {
  width: 100%;
}
.item-search {
}

.sumon {
  font-size: 16px;
  padding: 3px 0;
}

.heading {
  font-weight: bold;
  padding: 5px;
}

.cont-lect {
  height: 200px;
  overflow-y: auto;
}

.name-lect {
  font-weight: bold;
  font-size: 16px;
}

.news_type_item {
}
.news_type_item:after {
  clear: both;
  content: "";
  display: block;
}
.img_post {
  float: left;
  width: 120px;
  margin-right: 15px;
}
.title_post {
}
.title_post a {
  color: #0a568c;
}

.carousel-caption h5 {
  background: #1d1d1d;
  padding: 3px 8px;
}
.carousel-caption h6 a {
  color: #fff;
}

.pnmenu_mb {
  background: #000;

  height: 76px;
  margin-left: 0;
  margin-right: -15px;
}
.title_news {
  margin: 0;
  text-align: justify;
}

.brands-area {
  margin-top: -10px;
}

#gototop {
  position: fixed;
  right: 10px;
  cursor: pointer;
  margin-left: 1004px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  z-index: 9999;
}

#topmenu .in_lv2{ background: #08436c;  display: none;}
#topmenu .in_lv2 ul{ margin: 0; padding: 0;  }
#topmenu .in_lv2 ul:after{ clear:both; content:''; display:block;}
#topmenu .in_lv2 > ul > li{ float: left !important; width: 33% !important; overflow: hidden;}

#topmenu .in_lv2 > ul > li .in{  padding: 5px;}
#topmenu .in_lv2 > ul > li .in:after{ clear:both; content:''; display:block;}
#topmenu .in_lv2 > ul > li .mn_list{  }
#topmenu .in_lv2 > ul > li .in .img img{ width: 100%; height: 120px;}

.title_mnp{ text-transform: uppercase; font-weight: bold;}

#topmenu .menu-pc > li{
 position: relative;
}
#topmenu ul li:hover .in_lv2 {
  display: block;
  position: absolute;
  z-index: 9999;
  background-color: #08436c;
  right:0;
  width: 550px;
}
.fixed_left{ position: fixed; top:40%; right: 15px; width: 36px;}
.fixed_left ul{ margin: 0; padding: 0; list-style: none;}
.fixed_left ul li{ margin-bottom: 10px;}
.fixed_left ul li img{ width:45px;}

.fixed_right{ position: fixed; bottom:0; left: 15px;}
.fixed_right img{ width: 220px;}

.fixed_right .close{ cursor: pointer; position: absolute; top: -5px; right: 30px; color: red; font-size: 30px;}

.intro_en{ overflow:hidden; padding-top:20px; margin-top:-10px; padding-left:80px;}
.intro_en ul{ margin-left: -70px; margin-top: 16px; list-style: none;}
.intro_en ul li{ position: relative;}
.intro_en ul li::before {
  content: "\2022";
  color: #152c62;
  font-weight: bold;
  font-size: 50px;
position: absolute;
  left: -25px;
  top: -26px;
}

.hitemnews .title{ margin-top: 8px;}
.hitemnews .title a{ color: #1a1a1a; font-weight: bold;}
.hitemnews .img{ height: 190px; border: 1px solid #eee;}
.hitemnews .img img{ max-height: 190px;}
.hitemnews .datecreated{ font-style: italic;}
.title_intro_en{ color:#152c62; text-transform: Sentence case; font-size: 18px; position: relative; }
.title_intro_en::before{ background: url("../images/icon_title.png") center bottom no-repeat; width: 50px; height: 90px; content: '\ '; position: absolute; top: -50px; left: -70px; z-index: 99; }

.title_intro_ens{ color:#152c62; font-size: 18px; position: relative;}
.title_intro_ens::before{ background: url("../images/icon_title.png") center bottom no-repeat #fff; width: 50px; height: 90px; content: '\ '; position: absolute; top: -50px; left: -70px; z-index: 99;}

.tcer::before{background: url("../images/icon_title2.png") center bottom no-repeat; height: 250px; top: -190px; z-index: 98;}
#calendar {
  max-width: 900px;
  margin: 40px auto;
}
.tcer1::before{
  top: -235px;
}

.desc_post{ font-style: italic;}
.title_item_sb{ margin: 4px 0;}
.title_item_sb:after{ clear:both; content:''; display:block;}
.title_item_sb a{ color:#1a1a1a;}
.title_item_sb i{ font-weight:bold;}
.title_item_sb .datecreated{ color: #2A2A2A; font-style: italic; float: right;}

#carouselvideo h5{ font-size: 10px;}
.datecreated{ margin-left: 8px;}

.pnlectnews{}
.pnlectnews .img{}
.pnlectnews .img img{ border-radius: 50%; height: 120px; width: 120px;}

.imglectns{ text-align: center;}
.imglectns img{ border-radius: 50%; height: 120px; width: 120px;}

.map-member {
  position: relative;
  background: url(../images/bg-video.jpg) repeat center right;
}

.map-member .map {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.map-member .map iframe {
  width: 100%;
  height: 100%;
}
.map-member .ct-map {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 20px;
  color: #0c4da2;
  width: 100%;
  height: 100%;
  background: #eee;
}
.map-member .ct-map a{
  color: #0c4da2;
}
.map-member .ct-map .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
}
.map-member .ct-map .info {
  margin-top: 15px;
}
.map-member .ct-map .info li {
  margin-bottom: 10px;
}
.map-member .ct-map .info li a{ color: #0c4da2;}

.ttdiemchuan{ margin: 0 auto; background: red; color: #fff; width: fit-content; text-transform: uppercase; padding: 8px 10px; text-align: center;}

#resultdc{ border: 1px solid red; height: 36px; width: 100%; border-radius: 6px; line-height: 36px; padding-left: 15px; font-weight: bold; color: red; background: #ddd;}

.row_landing{ padding: 10px 0;}
.row_landing:nth-child(odd) {
  background: #b2d5f5;
  color: #000;
}
.row_landing:nth-child(even) {
  background: #112c46;
  color: #fff;
}

#expr_home .jumbotron {
  padding: 0 1rem;
  margin-bottom: 2rem;
  background-color: #fff;
  border-radius: .3rem;
}

#expr_home .lead {
  font-size: 1rem;
  font-weight: 300;
}

