body {
  font-family: "Raleway", sans-serif;
  overflow-x: hidden;
}
main{ overflow: hidden; }

.wrapper {
  max-width: 1230px;
  margin: 0 auto;
  line-height: 2rem;
  padding-top: 3%;
  padding-bottom: 40px;
}

/* Banner ===================================================================== */
.banner-mobile { display: none; }

@media (max-width: 576px) {
  .banner-pc { display: none; }
  .banner-mobile { display: block; }
}

/* Page Title ===================================================================== */
.page-title {
  max-width: 1000px;
  font-size: 18px;
  padding: 50px 0 50px 0;
  margin: 0 auto;
  text-align: center;
}
.page-title h1 {
  margin-bottom: 50px;
  position: relative;
  font-weight: 400;
  font-size: 35px;
  text-align: center;
}
.page-title h1:after {
  content: ". . .";
  display: block;
  color: #04caf7;
  font-size: 3rem;
  position: absolute;
  bottom: -35px;
  left: calc(50% - 25px);
}
.page-title h1 span {
  color: #04caf7;
}
.page-title p {
  font-weight: 200;
  font-size: 1rem;
  line-height: 2rem;
}

/* Breadcrumbs ======================================================================= */
.breadcrumbs {
  width: 100%;
  background: #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
}
.breadcrumbs ul {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0;
}
.breadcrumbs ul li {
  position: relative;
  padding: 5px 0px 5px 30px;
  display: inline-block;
  font-size: 0.75rem;
  color: #004190;
}
.breadcrumbs ul li a {
  color: #333;
}
.breadcrumbs ul li a:hover {
  color: #E50008;
  text-decoration: underline;
}
.breadcrumbs ul li:before {
  position: absolute;
  bottom: 5px;
  right: -15px;
  content: "";
  transform: skew(-45deg, 0);
  height: 25%;
  width: 1px;
  background: #ccc;
  border-right: 1px solid #ccc;
}
.breadcrumbs ul li:after {
  position: absolute;
  top: 6px;
  right: -15px;
  content: "";
  transform: skew(45deg, 0);
  height: 25%;
  width: 1px;
  background: #ccc;
  border-right: 1px solid #ccc;
}
.breadcrumbs ul li:last-child:before {
  display:none;
}
.breadcrumbs ul li:last-child:after {
  display:none;
}

/* Pagination ======================================================================= */
.page-number {
  margin: 30px 0;
  text-align: center;
}
.page-number ul {
  list-style-type: none;
}
.page-number a {
  width: 30px;
  height: 30px;
  line-height: 20px;
  text-align: center;
  margin: auto 5px;
  display: inline-block;
  color: #000;
}
.page-number a:hover {
  color: #04caf7;
}
.page-number a.page-active {
  border: 3px solid #04caf7;
  border-radius: 100%;
}
.page-number a.page-prev, .page-number a.page-next {
  border-radius: 100%;
  color: #fff;
  background-color: #04caf7;
}
.page-number a.page-prev li img {
  width: 15px;
  height: 15px;
  margin: 7px 0 0 0;
}
.page-number a.page-next li img {
  width: 15px;
  height: 15px;
  margin: 7px 0 0 2px;
}

/* Table Style ============================================================ */
.table_scroll {
  overflow-x: auto;
}
.table_scroll > table {
  min-width: 700px;
}

.model-table {
  width: 100%;
  min-width: 800px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.model-table thead tr {
  background: #004190;
  color: #fff;
}
.model-table thead tr th {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1rem;
  font-weight: 600;
}
.model-table thead tr th:first-of-type {
  border-left: none;
}
.model-table th, .model-table td {
  padding: 7px;
  text-align: center;
  font-size: 0.9rem;
  border-left: 1px solid #eee;    
}
.model-table td {
  border-left: 1px solid #eee;
}
.model-table tbody tr {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  background: #fff;    
}
.model-table tbody tr td:last-child {
  border-right: 1px solid #eee;
}
/*
.model-table tbody tr:nth-of-type(odd) {
  background: #fff;
}
.model-table tbody tr:nth-of-type(even) {
  background: #fafafa;
}*/
.model-table tbody .table-title {
  background: #f5f5f5;
}


.datatable {
  width: 100%;
  min-width: 800px;
}
.datatable th, .datatable td {
  padding: 7px 10px;
}
.datatable th {
  font-size: 0.9rem;
  color: #fff;
  background:#004190;
  border: solid 1px rgba(255, 255, 255, 0.3);
  font-weight: 600;
  text-transform: uppercase;
}
.datatable tr:nth-child(even) {
  background: #fafafa;
}
.datatable tr:nth-child(odd) {
  background: #fff;
}
.datatable td {
  font-size: 0.9rem;
  font-weight: 400;
  border-left: solid 1px #eee;
}
.datatable tbody tr:first-child {
  border-top: 1px solid #eee;
}
.datatable tbody tr:last-child {
  border-bottom: 1px solid #eee;
}
.datatable tbody tr td:last-child {
  border-right: 1px solid #eee;
}

/* Hashtag ===================================================================== */
.hashtag-common {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  margin-top: 20px;
}
.hashtag-common-icon {
  position: absolute;
  left: 5px;
  top: 0px;
}
.hashtag-common ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 5px;
  margin-bottom: 5px;
}
.hashtag-common li {
  list-style: none;
}
.hashtag-common li a {
  display: block;
  font-size: 0.9rem;
  background-color: #e7e7e7;
  border: 1px solid #d9d9d9;
  padding: 5px 7px;
  margin-bottom: 10px;
  border-radius: 3px;
  margin-left: 10px;
  color: #8b8b8b;
  transition: all 0.5s;
}
.hashtag-common li a:hover, .hashtag-common li a.selected {
  color: #fff;
  font-weight: bold;
  background-color: #a3a3a3;
}



/* leftMenu */
.leftMenu ul, .leftMenu ul li {list-style-type:none; margin: 0; padding: 0;}
.leftMenu ul {width: 100%; background: #f5f5f5; }
.leftMenu ul:nth-child(2) {width: 100%; background: #f5f5f5;  }
.leftMenu ul li.menu-title a{ color:#fff; font-size: 1.1rem; line-height: 1.5rem; background:#5a0707; }
.leftMenu ul:nth-child(2) li.menu-title a{ background:#5A5A5A; }
.leftMenu ul li:hover.menu-title a{ color:#fff; }
.leftMenu ul:nth-child(2){margin-bottom:0px;}
.leftMenu > ul ul {display: none; background:#c6c6c6;}
.leftMenu ul li {position: relative; z-index: 1;font-size: 0.85rem;  line-height: 20px; border-bottom: 1px solid #d8d8d8;}
/*.leftMenu ul li:last-child {border-bottom: 0;}*/
.menu_dot {position: absolute; top: 6px; right: 0px; z-index: 99; width: 30px; height: 30px; cursor: pointer;}
.menu_dot::before {content: ''; width: 12px; height: 2px; background-color: #000; border-radius: 2px; position: absolute; top: 12px; left: 7px; z-index: 99; transition: all 0.5s ease 0s;}
.menu_dot::after {content: ''; width: 2px; height:12px; background-color: #000; border-radius: 2px; position: absolute; top: 7px; left: 12px; z-index: 99; transition: all 0.5s ease 0s;}
.leftMenu .menu_dot_open{top:6px; }
.leftMenu .menu_dot_open::before {background-color: #fff;}
.leftMenu .menu_dot_open::after { display: none;}
.leftMenu a:link, .leftMenu a:visited {text-decoration:none; color:#222; background-color: transparent; padding: 10px 25px; display: block; position: relative; z-index: 1; transition: all 0.5s ease 0s;}
.leftMenu a:active, .leftMenu a:hover {text-decoration:none; color:#004190; background-color:#CBD8E8; cursor:pointer; transition: all 0.5s ease 0s;}
.leftMenu ul li a.menu_arrow_open{background-color:#CBD8E8; color: #004190;}
.menu_arrow {position: absolute; top: 10px; left: 5px; width: 20px; height: 20px; -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); -ms-transform:rotate(0deg); transform:rotate(0deg); transition: all 0.5s ease 0s;}
.menu_arrow::before {content: ''; width: 7px; height: 2px; background-color: #000; border-radius: 2px; position: absolute; top: 7px; left: 6px; -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); transition: all 0.5s ease 0s;}
.leftMenu a:hover .menu_arrow::before {background-color: #fff; transition: all 0.5s ease 0s;}
.menu_arrow::after {content: ''; width: 7px; height: 2px; background-color: #000; border-radius: 2px; position: absolute; top: 11px; left: 6px; -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); transition: all 0.5s ease 0s;}
.leftMenu ul li a.menu_arrow_open .menu_arrow::before,.leftMenu ul li a.menu_arrow_open .menu_arrow::after  {background-color:#fff; }
.leftMenu a:hover .menu_arrow::after {background-color: #fff; transition: all 0.5s ease 0s;}
.menu_arrow_open .menu_arrow {-moz-transform:rotate(90deg); -webkit-transform:rotate(90deg); -o-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); transition: all 0.5s ease 0s; }
.leftMenu a.active{background: #004190;color: #FFF;}
.leftMenu ul.menu_sub_open { display: block !important; }

@media only screen and (min-width:1025px){
  .leftMenuMobile {display: none;}
}
@media only screen and (max-width:1024px){
  .leftMenuMobile {width: 30px; height: 20px; margin: 40px auto 10px auto; position: relative; cursor: pointer;}
  .leftMenuMobile > span:nth-child(1) {width: 30px; height: 2px; background-color: #000; position: absolute; top: 0px; left: 0; transition: all 0.5s ease 0s;}
  .leftMenu > div.show > span:nth-child(1) {top: 14px; transform: rotate(45deg);}
  .leftMenuMobile > span:nth-child(2) {width: 30px; height: 2px; background-color: #000; position: absolute; top: 10px; left: 0; transition: all 0.5s ease 0s;}
  .leftMenu > div.show > span:nth-child(2) {top: 14px; transform: rotate(-45deg);}
  .leftMenuMobile::before {content: attr(data-title); width: 200px; height: 30px; line-height: 30px; position: absolute; top: -34px; left: calc(50% - 100px); text-align: center; font-size: 12px; color: #000;}
  .leftMenu > ul {max-height: 0; overflow: hidden; transition: all 0.5s ease 0s;}
  .leftMenu > ul.open {max-height: 500px; overflow: auto; padding-bottom: 10px; transition: all 1.5s ease 0s;}
}

/*about us*/
.about-section-1{ display: flex;flex-wrap: wrap; margin-bottom: 50px;padding: 20px 0;}
.about-section-1 > div:nth-child(1){ width: 45%;}
.about-section-1 > div:nth-child(2){ width: 55%;}

.about-section-2{ display: flex;flex-wrap: wrap; margin-bottom: 50px; padding: 20px 0; align-items: center;position: relative;}
.about-section-2::before{ content: '';  position: absolute; top: 0; bottom: 0px; background: #ECF1F7; width: 2000px; left: calc(50% - 1000px); z-index: -1;}
.about-section-2 > div:nth-child(1){ width: 60%;}
.about-section-2 > div:nth-child(2){ width: 40%;}
.about-section-2 .about-text p{ font-size: 20px;padding: 5% 0;}

.about-section-3{ display: flex;flex-wrap: wrap; justify-content: space-between;margin-bottom: 50px;padding: 20px 0;}
.about-section-3 .about-items{ width: 32%;}
.about-section-3 .about-items .about-text{ position: relative; padding: 0;}
.about-section-3 .about-items .about-text h3{ padding: 10px 0px 10px 70px;}
.about-section-3 .about-icon{ width: 50px;height: 50px;position: absolute;top: 0;left: 0;}

.about-text {padding: 0 5%;}
.about-pic {text-align: center; }
.about-text h2{font-size: 32px;font-weight: 600;position: relative;padding-left: 24px;}
.about-text h2::after{content: '';  position: absolute; top: 13px; left: 0; background: #E50008; width: 15px;height: 15px; z-index: -1;}
.about-text h3{font-size: 24px;font-weight: 600;}

@media (max-width: 992px) {
    .about-text {padding: 0 ;}
    .about-section-1{padding: 0;}
    .about-section-1 > div:nth-child(1){ width: 100%;order: 2;}
    .about-section-1 > div:nth-child(2){ width: 100%;order: 1;}
    
  
}
@media (max-width: 576px) {
    .about-section-2 > div:nth-child(1){ width: 100%;}
    .about-section-2 > div:nth-child(2){ width: 100%;}
    .about-section-3{ margin-bottom: 0px;padding: 0;}
    .about-section-3 .about-items{ width: 100%;margin-bottom: 30px;}
    .about-section-3 .about-items .about-text{text-align: center;}
    .about-section-3 .about-items .about-text h3{ padding: 5px 0px 5px 0px;} 
    .about-section-3 .about-icon{ width: 65px;height: 65px;position: absolute;top: -40px;left: 0;}
}

