@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : components.css
 author     : UCI
 style info : components
=================================================================== */
.con_404 .box_404 {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .con_404 .box_404 {
    width: 95%;
  }
}
@media print {
  .con_404 .box_404 {
    width: 95%;
  }
}
.ie8 .con_404 .box_404, .con_404 .ie8 .box_404 {
  width: 95%;
}

/*Animate */
/*Vertical text */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ===================================================================
CSS information

 file name  : common.css
 author     : UCI
 style info : UCI
=================================================================== */
.con_404 .box_404 {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .con_404 .box_404 {
    width: 95%;
  }
}
@media print {
  .con_404 .box_404 {
    width: 95%;
  }
}
.ie8 .con_404 .box_404, .con_404 .ie8 .box_404 {
  width: 95%;
}

/*Animate */
/*Vertical text */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.7;
  font-weight: 300;
}

body {
  color: #000;
  background: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.7;
  -webkit-text-size-adjust: none;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 108%;
}
.ie body {
  font-size: 105%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 100%;
  }
}
body a {
  color: #000;
}
body a:link, body a:visited, body a:active {
  text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
  color: #333333;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}
body p, body ul, body ol, body blockquote, body dl, body figure, body h1, body h2, body h3, body h4, body h5, body h6, body hr, body menu {
  margin: 0;
}

body, pre, input, textarea, select {
  font-family: Arial, Helvetica, sans-serif;
}

input, select, textarea {
  font-size: 100%;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
  /*display: none !important;*/
}
html.ie8 #page {
  /*min-width: $columnWidth * 1px !important;
  margin: auto;
  font-size: 100% !important;*/
}

@media only screen and (min-width: 1025px) {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
.ie8 body .view_tab-sp, .ie8 body .view_tab {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
.ie8 body .view_sp {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab, body .view_tab {
    display: none !important;
  }
}

.mouse .over {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .over {
  -webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  #page {
    font-size: 100% !important;
  }
}
@media print {
  #page {
    font-size: 100% !important;
  }
}
.ie8 #page {
  font-size: 100% !important;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
  padding: 8px 25px;
  background-color: #083474;
}
#header .box_header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#header .box_header .logo {
  width: 49px;
  line-height: 1;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  #header .box_header .logo {
    width: 100%;
  }
}
#header .box_header .logo a {
  display: block;
  width: 100%;
  max-width: 49px;
  height: auto;
  background-size: contain;
  font-size: 0;
  color: transparent;
}
#header .box_header .logo a img {
  max-width: none;
  width: 100%;
  height: auto;
}
#header .box_header .box_nav {
  width: calc(100% - 90px);
}
@media only screen and (max-width: 767px) {
  #header .box_header .box_nav {
    display: none;
  }
}
#header .box_header .box_nav ul {
  display: flex;
  align-items: center;
}
#header .box_header .box_nav ul > li {
  margin-right: 15px;
  position: relative;
}
#header .box_header .box_nav ul > li a {
  text-decoration: none;
  color: #fff;
}
#header .box_header .box_nav ul > li a:hover {
  text-decoration: underline;
}
#header .box_header .box_nav ul > li > ul {
  display: none;
  position: absolute;
  left: 0;
  width: 250px;
  padding: 10px;
  border-radius: 5px;
  background-color: #083474;
  z-index: 10;
}
#header .box_header .box_nav ul > li > ul li {
  display: block;
  width: 100%;
}
#header .box_header .box_nav ul > li > ul li ul {
  top: 0;
  left: 100%;
}
#header .box_header .box_nav ul > li:last-child {
  margin-right: 0;
}
#header .box_header .box_nav ul > li:hover > ul {
  display: block;
}
#header .box_header .box_nav ul > li:hover > ul li {
  line-height: 2;
}

/* -----------------------------------------------------------
	btn_menu
----------------------------------------------------------- */
#btn_menu {
  width: 60px;
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 99999;
  display: none;
}
@media only screen and (max-width: 767px) {
  #btn_menu {
    top: 20px;
    right: 15px;
    display: block;
  }
}
#btn_menu a {
  display: block;
  text-decoration: none;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 26px;
  color: #fff;
  background: transparent;
}
#btn_menu a > div {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}
#btn_menu a > div .bars {
  width: 60px;
  height: 26px;
  position: relative;
  display: block;
  margin: 0 auto;
}
#btn_menu a > div .bars span {
  display: block;
  width: 60px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 0;
  border-bottom: 1px solid #083474;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#btn_menu a > div .bars span:nth-child(1) {
  width: 40px;
  top: 0;
}
#btn_menu a > div .bars span:nth-child(2) {
  width: 40px;
  top: 12px;
}
#btn_menu a > div .bars span:nth-child(3) {
  width: 40px;
  top: 24px;
}
#btn_menu a > div em {
  color: #fff;
  font-style: normal;
  font-size: 14px;
  display: none;
  margin-top: 10px;
}

.open-menu #btn_menu a > div .bars {
  width: 40px;
}
.open-menu #btn_menu a > div .bars span {
  background: #fff;
  border-bottom: 1px solid #fff;
}
.open-menu #btn_menu a > div .bars span:nth-child(1) {
  width: 40px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  top: 8px;
}
.open-menu #btn_menu a > div .bars span:nth-child(2) {
  opacity: 0;
}
.open-menu #btn_menu a > div .bars span:nth-child(3) {
  width: 40px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 8px;
}
.open-menu #btn_menu a > div em {
  color: #fff;
  display: block;
}

/* -----------------------------------------------------------
	#btn_top
----------------------------------------------------------- */
#btn_top {
  display: none;
  position: fixed;
  right: 1em;
  bottom: 1em;
  width: 50px;
  height: 50px;
  background: #083474;
  border-radius: 50%;
  cursor: pointer;
}
#btn_top a {
  display: block;
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: 50px;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents {
  margin: 0 auto;
  padding: 25px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1280px;
}
@media only screen and (max-width: 767px) {
  #contents {
    padding: 20px 15px;
  }
}
#contents #box_main {
  width: calc(100% - 300px);
  padding-right: 25px;
}
@media only screen and (max-width: 1023px) {
  #contents #box_main {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  #contents #box_main {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
    order: 2;
  }
}
#contents #box_aside {
  width: 300px;
}
@media only screen and (max-width: 1023px) {
  #contents #box_aside {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
    position: static !important;
  }
}
@media only screen and (max-width: 767px) {
  #contents #box_aside {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
  }
}
#contents #box_aside.active {
  right: 20px;
  position: fixed;
  z-index: 500;
  top: 0;
}
@media only screen and (max-width: 1200px) {
  #contents #box_aside.active {
    right: 20px;
  }
}
@media print {
  #contents #box_aside.active {
    right: 20px;
  }
}
.ie8 #contents #box_aside.active {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  #contents #box_aside.active {
    position: static;
    right: auto;
  }
}
#contents.cat_post #box_main {
  width: 100%;
  position: static !important;
  order: 2;
}
#contents.cat_post #box_aside {
  width: 100%;
  position: static !important;
  order: 1;
  margin-bottom: 30px;
  padding-right: 0;
}
#contents.cat_post #box_aside .box_search .searchform {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#contents.cat_post #box_aside .box_search .searchform > h2, #contents.cat_post #box_aside .box_search .searchform > div {
  margin-right: 20px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  #contents.cat_post #box_aside .box_search .searchform > h2, #contents.cat_post #box_aside .box_search .searchform > div {
    width: 100%;
    margin-right: 0;
  }
}
#contents.cat_post #box_aside .box_search .searchform > h2.order_by, #contents.cat_post #box_aside .box_search .searchform > div.order_by {
  border-right: 2px solid #083474;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  #contents.cat_post #box_aside .box_search .searchform > h2.order_by, #contents.cat_post #box_aside .box_search .searchform > div.order_by {
    border-right: 0;
    padding-right: 0;
  }
}
#contents.cat_post #box_aside .box_search .searchform > h2.order_by:last-child, #contents.cat_post #box_aside .box_search .searchform > div.order_by:last-child {
  border-right: 0;
  padding-right: 0;
}
#contents.cat_post #box_aside .box_search .searchform > h2:last-child, #contents.cat_post #box_aside .box_search .searchform > div:last-child {
  margin-bottom: 15px;
  margin-right: 0;
}
#contents.single_post .con_dataset .box_body .content table {
  width: auto;
}

.box_search .searchform h2 {
  margin: 0 0 5px;
  font-size: 18px;
  color: #083474;
}
.box_search .searchform h2 span {
  font-weight: 500;
  font-size: 30px;
}
.box_search .searchform .s_type {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.box_search .searchform .s_type li {
  margin: 0;
  margin-right: 10px;
}
.box_search .searchform .s_type li:last-child {
  margin-right: 0;
}
.box_search .searchform > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.box_search .searchform > div .screen-reader-text {
  display: none;
}
.box_search .searchform > div input[type="text"], .box_search .searchform > div input[type="submit"] {
  height: 38px;
  line-height: 36px;
  border: 1px solid #083474;
  border-radius: 0;
  padding: 0 10px;
  -webkit-appearance: none;
  border-radius: 0;
}
.box_search .searchform > div input[type="text"]::-webkit-input-placeholder, .box_search .searchform > div input[type="submit"]::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 300;
}
.box_search .searchform > div input[type="text"]:-ms-input-placeholder, .box_search .searchform > div input[type="submit"]:-ms-input-placeholder {
  color: #ccc;
  font-weight: 300;
}
.box_search .searchform > div input[type="text"]::placeholder, .box_search .searchform > div input[type="submit"]::placeholder {
  color: #ccc;
  font-weight: 300;
}
.box_search .searchform > div #s {
  border-right: 0;
  width: calc(100% - 70px);
}
.box_search .searchform > div #searchsubmit {
  color: #fff;
  background: #083474;
  font-weight: 300;
  width: 70px;
  cursor: pointer;
}
.box_search .searchform > div.order_by {
  justify-content: flex-start;
}
.box_search .searchform > div.order_by h3 {
  width: 50px;
}
.box_search .searchform > div.order_by ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 50px);
}
.box_search .searchform > div.order_by ul li {
  margin-right: 10px;
}
.box_search .searchform > div.order_by ul li:last-child {
  margin-right: 0;
}
.box_search .searchform > div:last-child {
  margin-bottom: 0;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  background: #083474;
  padding: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #footer {
    text-align: left;
  }
}
#footer .box_nav {
  margin-bottom: 30px;
}
#footer .box_nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #footer .box_nav ul {
    justify-content: flex-start;
  }
}
#footer .box_nav ul li {
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  #footer .box_nav ul li {
    width: 50%;
  }
}
#footer .box_nav ul li a {
  color: #fff;
  text-decoration: none;
}
#footer .box_nav ul li a:hover {
  text-decoration: underline;
}
#footer #copyright {
  color: #fff;
  font-size: 11px;
  text-align: center;
}

/* -----------------------------------------------------------
	#loading
----------------------------------------------------------- */
#loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) url(../images/common/loading.gif) no-repeat center center;
  background-size: 60px;
  z-index: 50000;
}

/* -----------------------------------------------------------
	#show_message
----------------------------------------------------------- */
#show_message {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 50000;
}
#show_message .con_message {
  display: flex;
  align-items: center;
  height: 100%;
}
#show_message .con_message .box_message {
  background: #fff;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 30px 25px;
  border-radius: 5px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #show_message .con_message .box_message {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  #show_message .con_message .box_message {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 767px) {
  #show_message .con_message .box_message {
    max-width: 95%;
  }
}
#show_message .con_message .box_message .btn_close {
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 0;
  width: 19px;
  height: 19px;
  background: transparent url(../images/common/ic_close.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}

a img {
  height: auto;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
video {
  object-fit: cover;
}

#video_obtion {
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  div.scroll-sub {
    height: 300px !important;
  }
}

div.botom-scroll-sub, div.botom-scroll-sub-top {
  background: #083474 !important;
  height: 45px !important;
}
@media only screen and (max-width: 767px) {
  div.botom-scroll-sub, div.botom-scroll-sub-top {
    height: 45px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .scroll-sub-inside {
    height: 395px !important;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1023px) {
  .scroll-sub-inside .botom-scroll-sub-top {
    width: 100%;
    order: 2;
  }
}
@media only screen and (max-width: 1023px) {
  .scroll-sub-inside .scroll-sub {
    width: 100%;
    order: 3;
  }
}
@media only screen and (max-width: 1023px) {
  .scroll-sub-inside .botom-scroll-sub {
    width: 100%;
    order: 1;
    border-bottom: 1px solid #fff;
  }
}

div#contain-c {
  margin: 30px auto !important;
}
div#contain-c:after {
  display: block;
  clear: both;
}

.scroll-sub-inside {
  background: #083474 !important;
  border: 1px solid #083474 !important;
}

div.option_more_single {
  background: #083474 !important;
}
div.option_more_single:hover {
  background: #083474 !important;
}

#video_obtion_block, div.scroll-sub {
  height: calc(100% - 90px) !important;
}

#contents-full .box_top_meta h3, #contents-full .box_top_meta a {
  font-size: 13px !important;
}
#contents-full .box_top_meta h3 {
  margin-bottom: 5px !important;
}
#contents-full .box_top_meta h3:last-child {
  margin-bottom: 0 !important;
  padding: 5px !important;
}

.list_sub_phim {
  display: block;
  margin-top: 15px;
}
.list_sub_phim ul {
  display: flex;
  flex-wrap: wrap;
}
.list_sub_phim ul li {
  margin: 2px;
}
.list_sub_phim ul li a {
  display: block;
  line-height: 1;
  padding: 5px 10px;
  border: 1px solid #ccc;
  text-decoration: none;
}
.list_sub_phim ul li a:hover {
  color: #fff;
  background: #083474;
  border-color: #083474;
}
.list_sub_phim ul li a.active {
  color: #fff;
  background: #083474;
  border-color: #083474;
}
.list_sub_phim ul li:last-child {
  margin-right: 0;
}

.subcat_phim {
  margin: 10px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.subcat_phim li {
  margin: 5px;
}
.subcat_phim li a {
  background: #083474;
  border: 1px solid #083474;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.5;
  padding: 5px 15px;
}
.subcat_phim li a:hover {
  opacity: .8;
  color: #fff;
}

.option_more_table_item.add_to_my_sentences {
  display: none !important;
}

.cue-line .cue .word {
  pointer-events: none !important;
}

.ws-poster {
  background-size: cover;
}

.first_mask {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .first_mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: transparent;
    font-size: 0;
    z-index: 500;
  }
}

.btn_back_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  background: linear-gradient(114.88deg, #fe592a 0%, #e93013 97.15%);
  font-size: 30px;
  padding: 10px 30px;
  color: #fff;
  border: 0;
  font-weight: 300;
  border-radius: 6px;
  text-align: center;
  width: 100%;
}
.btn_back_list a:hover {
  opacity: .8;
  color: #fff !important;
}

#video_obtion,
span.info-video-mobile {
  line-height: 45px !important;
  padding: 0 !important;
}

.guide {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .guide {
    display: block;
  }
}

/* ===================================================================
CSS information

 file name  : components.css
 author     : UCI
 style info : components
=================================================================== */
.con_404 .box_404 {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .con_404 .box_404 {
    width: 95%;
  }
}
@media print {
  .con_404 .box_404 {
    width: 95%;
  }
}
.ie8 .con_404 .box_404, .con_404 .ie8 .box_404 {
  width: 95%;
}

/*Animate */
/*Vertical text */
/* -----------------------------------------------------------
	Slick full height
		--> add class "full" to slickslider
	Set height for bg_photo
		--> @include cV(height, 800px, 600px, 300px);
----------------------------------------------------------- */
.bg_photo img {
  display: none;
}

.slick-slider * {
  outline: none;
}
.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 50;
  background: transparent;
  color: transparent;
  font-size: 0;
  border: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.slick-slider .slick-arrow:before {
  color: #1b6d85;
  font-size: 50px;
  /*font-family: 'fontawesome';*/
}
@media only screen and (max-width: 767px) {
  .slick-slider .slick-arrow:before {
    font-size: 30px;
  }
}
.slick-slider .slick-arrow.slick-prev {
  left: 20px;
}
.slick-slider .slick-arrow.slick-prev:before {
  /*content: '\f104';*/
}
.slick-slider .slick-arrow.slick-next {
  right: 20px;
}
.slick-slider .slick-arrow.slick-next:before {
  /*content: '\f105';*/
}
.slick-slider .slick-arrow:hover {
  opacity: .85;
}
.slick-slider.full {
  height: 100%;
}
.slick-slider.full .slick-list {
  height: 100%;
}
.slick-slider.full .slick-list .slick-track {
  height: 100%;
}
.slick-slider.full .slick-list .slick-track .slick-slide {
  height: 100%;
}
.slick-slider.full .slick-list .slick-track .slick-slide .bg_photo {
  height: 100%;
  position: relative;
}
.slick-slider.full .slick-list .slick-track .slick-slide .bg_photo img {
  display: none;
}

/* -----------------------------------------------------------
	buttons
----------------------------------------------------------- */
/* -----------------------------------------------------------
	wrp_page_default
----------------------------------------------------------- */
.wrp_page_default .con_page_default .box_page_default .box_top {
  margin-bottom: 30px;
}
.wrp_page_default .con_page_default .box_page_default .box_top h1 {
  font-size: 25px;
  color: #083474;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .wrp_page_default .con_page_default .box_page_default .box_top h1 {
    font-size: 20px;
  }
}
.wrp_page_default .con_page_default .box_page_default .box_top .date_time {
  font-size: 12px;
  color: #ccc;
}
.wrp_page_default .con_page_default .box_page_default .box_content h2, .wrp_page_default .con_page_default .box_page_default .box_content h3, .wrp_page_default .con_page_default .box_page_default .box_content h4, .wrp_page_default .con_page_default .box_page_default .box_content h5, .wrp_page_default .con_page_default .box_page_default .box_content h6 {
  font-weight: 400;
  color: #083474;
}
.wrp_page_default .con_page_default .box_page_default .box_content p {
  margin: 0 0 25px;
}
.wrp_page_default .con_page_default .box_page_default .box_content p:last-child {
  margin-bottom: 0;
}

/* -----------------------------------------------------------
	con_404
----------------------------------------------------------- */
.con_404 .box_404 {
  padding: 50px;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_404 .box_404 {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_404 .box_404 {
    padding: 20px;
  }
}
.con_404 .box_404 h1 {
  margin: 0 0 20px;
  padding: 0;
}
.con_404 .box_404 p {
  margin: 0 0 20px;
}
.con_404 .box_404 p:last-child {
  margin-bottom: 0;
}

/* -----------------------------------------------------------
	Sidebar
----------------------------------------------------------- */
/* -----------------------------------------------------------
	con_pagination
----------------------------------------------------------- */
.con_pagination {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.con_pagination a, .con_pagination span {
  font-size: 14px;
  padding: 5px;
  margin: 2px;
  font-weight: 400;
}
.con_pagination a.current, .con_pagination span.current {
  color: #083474;
}
.con_pagination a {
  text-decoration: none !important;
}
.con_pagination a:hover {
  text-decoration: underline !important;
}

/* -----------------------------------------------------------
	con_breadcrum
----------------------------------------------------------- */
.con_register {
  max-width: 750px;
  padding: 25px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .con_register {
    padding: 20px 0;
  }
}
.con_register h1, .con_register h2 {
  font-size: 25px;
  margin-bottom: 0;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #083474;
}
@media only screen and (max-width: 767px) {
  .con_register h1, .con_register h2 {
    font-size: 23px;
  }
}
.con_register h1 strong, .con_register h2 strong {
  font-weight: 500;
  color: #083474;
}
.con_register div.meta_des {
  margin-bottom: 25px;
}
.con_register div.meta_des ul {
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 20px;
  font-size: 12px;
  color: green;
}
.con_register div.meta_des strong {
  font-weight: 500;
  color: red;
}
.con_register div.meta_des strong em {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.con_register div.meta_des strong em.big {
  font-size: 50px;
}
@media only screen and (max-width: 767px) {
  .con_register div.meta_des strong em.big {
    font-size: 40px;
  }
}
.con_register .box_register ul li {
  margin-bottom: 25px;
  display: flex;
  justify-content: flex-start;
}
.con_register .box_register ul li .caption {
  width: 120px;
}
.con_register .box_register ul li .caption em {
  color: red;
  margin-left: 5px;
}
.con_register .box_register ul li .control {
  width: calc(100% - 120px);
}
.con_register .box_register ul li .control input[type="text"], .con_register .box_register ul li .control input[type="email"], .con_register .box_register ul li .control select {
  -webkit-appearance: none;
  font-size: 14px;
  padding: 5px 10px;
  width: 100%;
  border: 1px solid #083474;
  border-radius: 3px;
}
.con_register .box_register ul li .control input[type="text"] ::-webkit-input-placeholder, .con_register .box_register ul li .control input[type="email"] ::-webkit-input-placeholder, .con_register .box_register ul li .control select ::-webkit-input-placeholder {
  color: #ccc;
}
.con_register .box_register ul li .control input[type="text"] :-ms-input-placeholder, .con_register .box_register ul li .control input[type="email"] :-ms-input-placeholder, .con_register .box_register ul li .control select :-ms-input-placeholder {
  color: #ccc;
}
.con_register .box_register ul li .control input[type="text"] ::placeholder, .con_register .box_register ul li .control input[type="email"] ::placeholder, .con_register .box_register ul li .control select ::placeholder {
  color: #ccc;
}
.con_register .box_register ul li .control .place_address {
  font-size: 12px;
  margin-top: 5px;
}
.con_register .box_register ul li .control .box_radio {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .con_register .box_register ul li .control .box_radio {
    flex-wrap: wrap;
  }
}
.con_register .box_register ul li .control .box_radio p {
  width: calc( (100% - 20px) /2 );
}
@media only screen and (max-width: 767px) {
  .con_register .box_register ul li .control .box_radio p {
    width: 100%;
    margin-bottom: 10px;
  }
}
.con_register .box_register ul li .control .box_radio p span {
  display: block;
  width: 100%;
  font-size: 12px;
  font-style: italic;
}
.con_register .box_register ul li .control .box_radio p:last-child {
  margin-bottom: 0;
}
.con_register .box_register ul li.register_exist {
  display: none;
}
.con_register .box_register ul li.register_exist.active {
  display: flex;
}
.con_register .box_register ul li.register_mess {
  display: none;
}
.con_register .box_register ul li.register_mess .mess_txt {
  text-align: center;
  color: green;
  font-size: 20px;
  font-weight: 700;
}
.con_register .box_register ul li.register_mess.active {
  display: flex;
}
.con_register .box_register .btn_submit {
  text-align: right;
}
.con_register .box_register .btn_submit button {
  color: #fff;
  background: #083474;
  font-weight: 300;
  width: 120px;
  cursor: pointer;
  -webkit-appearance: none;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 0;
}

.wp-block-quote, blockquote {
  padding-left: 15px;
  border-left: 3px solid #083474;
  margin-bottom: 25px;
}
.wp-block-quote:last-child, blockquote:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .con_dataset {
    margin-bottom: 40px;
  }
}
.con_dataset .status {
  font-size: 11px;
  color: #fff;
  line-height: 1;
  padding: 2px 5px;
  border: 0;
  font-weight: 500;
  border-radius: 3px;
}
.con_dataset .status.wait {
  background-color: orange;
}
.con_dataset .status.destroy {
  background-color: red;
}
.con_dataset .status.success {
  background-color: green;
}
.con_dataset .st {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.con_dataset .box_search_nhom h2 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}
.con_dataset .box_search_nhom form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.con_dataset .box_search_nhom form .box {
  margin-right: 10px;
  margin-bottom: 5px;
}
.con_dataset .box_search_nhom form .box input, .con_dataset .box_search_nhom form .box select, .con_dataset .box_search_nhom form .box button {
  -webkit-appearance: none;
  font-size: 14px;
  padding: 5px 10px;
  width: 100%;
  border: 1px solid #083474;
  border-radius: 3px;
}
.con_dataset .box_search_nhom form .box button {
  background-color: #083474;
  color: #fff;
}
.con_dataset .box_search_nhom form .box:last-child {
  margin-right: 0;
}
.con_dataset .box_top h1 {
  font-size: 25px;
  color: #083474;
}
@media only screen and (max-width: 767px) {
  .con_dataset .box_top h1 {
    font-size: 20px;
  }
}
.con_dataset .box_top p.date_time {
  font-size: 12px;
  font-weight: 300;
  color: #999;
}
.con_dataset .box_top p.date_time strong {
  font-weight: bold;
}
.con_dataset .box_top p.meta {
  font-size: 13px;
  color: #999;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.con_dataset .box_top .description {
  margin: 0 0 5px;
}
.con_dataset .box_top .subcat {
  display: flex;
  justify-content: flex-end;
}
.con_dataset .box_top .subcat li {
  margin-left: 20px;
}
.con_dataset .box_top .subcat li:first-child {
  margin-left: 0;
}
.con_dataset .box_top .box_download {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 20px;
}
.con_dataset .box_top .box_download p {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .con_dataset .box_top .box_download p {
    width: 100%;
  }
}
.con_dataset .box_top .box_download ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .con_dataset .box_top .box_download ul {
    width: 100%;
  }
}
.con_dataset .box_top .box_download ul li {
  margin-right: 30px;
}
.con_dataset .box_top .box_download ul li a {
  color: #083474;
  text-decoration: none !important;
}
.con_dataset .box_top .box_download ul li a:hover {
  text-decoration: underline !important;
}
.con_dataset .box_top .box_download ul li:last-child {
  margin-right: 0;
}
.con_dataset .box_mid {
  margin-top: 20px;
}
.con_dataset .box_mid .block_rows_search {
  display: flex;
  align-items: center;
}
.con_dataset .box_mid .block_rows_search input[type="text"], .con_dataset .box_mid .block_rows_search input[type="submit"], .con_dataset .box_mid .block_rows_search button[type="submit"] {
  height: 38px;
  line-height: 36px;
  border: 1px solid #083474;
  border-radius: 0;
  padding: 0 10px;
  -webkit-appearance: none;
  border-radius: 0;
}
.con_dataset .box_mid .block_rows_search input[type="text"]::-webkit-input-placeholder, .con_dataset .box_mid .block_rows_search input[type="submit"]::-webkit-input-placeholder, .con_dataset .box_mid .block_rows_search button[type="submit"]::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 300;
}
.con_dataset .box_mid .block_rows_search input[type="text"]:-ms-input-placeholder, .con_dataset .box_mid .block_rows_search input[type="submit"]:-ms-input-placeholder, .con_dataset .box_mid .block_rows_search button[type="submit"]:-ms-input-placeholder {
  color: #ccc;
  font-weight: 300;
}
.con_dataset .box_mid .block_rows_search input[type="text"]::placeholder, .con_dataset .box_mid .block_rows_search input[type="submit"]::placeholder, .con_dataset .box_mid .block_rows_search button[type="submit"]::placeholder {
  color: #ccc;
  font-weight: 300;
}
.con_dataset .box_mid .block_rows_search input[type="submit"], .con_dataset .box_mid .block_rows_search button[type="submit"] {
  color: #fff;
  background: #083474;
  font-weight: 300;
  width: 70px;
  cursor: pointer;
}
.con_dataset .box_mid .block_rows_search a {
  margin-left: 10px;
}
.con_dataset .box_body {
  margin-top: 20px;
}
.con_dataset .box_body > h3 {
  margin-bottom: 25px;
}
.con_dataset .box_body > h3 .total_rows {
  font-weight: 500;
  color: #083474;
  font-size: 18px;
}
.con_dataset .box_body > h3:last-child {
  margin-bottom: 0;
}
.con_dataset .box_body .content h1 {
  font-weight: bold;
  font-size: 20px;
}
.con_dataset .box_body .content h2 {
  font-weight: bold;
  font-size: 18px;
}
.con_dataset .box_body .content h3 {
  font-weight: bold;
  font-size: 16px;
}
.con_dataset .box_body .content h4 {
  font-weight: bold;
  font-size: 15px;
}
.con_dataset .box_body .content h5 {
  font-weight: bold;
  font-size: 14px;
}
.con_dataset .box_body .content h6 {
  font-weight: bold;
  font-size: 13px;
}
.con_dataset .box_body .content strong {
  font-weight: bold;
}
.con_dataset .box_body .content figure {
  max-width: 100%;
}
.con_dataset .box_body .content h1, .con_dataset .box_body .content h2, .con_dataset .box_body .content h4, .con_dataset .box_body .content h5, .con_dataset .box_body .content h6, .con_dataset .box_body .content p, .con_dataset .box_body .content h3, .con_dataset .box_body .content div, .con_dataset .box_body .content ul, .con_dataset .box_body .content ol, .con_dataset .box_body .content figure {
  margin-bottom: 25px;
}
.con_dataset .box_body .content h1:last-child, .con_dataset .box_body .content h2:last-child, .con_dataset .box_body .content h4:last-child, .con_dataset .box_body .content h5:last-child, .con_dataset .box_body .content h6:last-child, .con_dataset .box_body .content p:last-child, .con_dataset .box_body .content h3:last-child, .con_dataset .box_body .content div:last-child, .con_dataset .box_body .content ul:last-child, .con_dataset .box_body .content ol:last-child, .con_dataset .box_body .content figure:last-child {
  margin-bottom: 0;
}
.con_dataset .box_body .content .register_now a {
  font-size: 30px;
  font-weight: bold;
  color: #083474;
}
.con_dataset .box_body .content iframe, .con_dataset .box_body .content img {
  max-width: 100%;
  width: auto;
}
.con_dataset .box_body .content table {
  width: 100%;
  margin-bottom: 25px;
}
.con_dataset .box_body .content table tr th, .con_dataset .box_body .content table tr td {
  padding: 6px 15px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #ccc;
}
.con_dataset .box_body .content table tr th {
  text-transform: capitalize;
}
.con_dataset .box_body .content table thead tr th {
  text-align: center;
  background: #083474;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.con_dataset .box_body .content .wrp_tbl_list table tr th, .con_dataset .box_body .content .wrp_tbl_list table tr td {
  white-space: nowrap;
  width: auto;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.con_dataset .box_body .content .wrp_tbl_list table td {
  padding: 4px 10px;
  font-size: 12px;
}
.con_dataset .box_body .content .wrp_tbl_list table td a {
  text-decoration: none !important;
}
.con_dataset .box_body .content .wrp_tbl_list table td a:hover {
  color: #083474;
}
.con_dataset .box_body .content .wrp_tbl_list table td.no {
  font-weight: 500;
  color: #083474;
}
.con_dataset .box_body .content .wrp_tbl_list table td.no a {
  text-decoration: none !important;
  color: #083474;
}
.con_dataset .box_body .content .wrp_tbl_list table td.no a:hover {
  text-decoration: underline !important;
}
.con_dataset .box_body .content .total_rows {
  font-weight: 500;
  color: #083474;
  font-size: 18px;
}
.con_dataset .box_body .content iframe {
  display: block;
  min-width: 100%;
  height: 600px;
  border: 0;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .con_dataset .box_body .content iframe {
    height: 450px;
  }
}
.con_dataset .box_body .content .box_download {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 20px;
  margin-bottom: 25px;
}
.con_dataset .box_body .content .box_download p {
  width: 100%;
  margin-bottom: 5px;
}
.con_dataset .box_body .content .box_download ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.con_dataset .box_body .content .box_download ul li {
  margin-right: 30px;
}
.con_dataset .box_body .content .box_download ul li a {
  color: #083474;
  text-decoration: none !important;
}
.con_dataset .box_body .content .box_download ul li a:hover {
  text-decoration: underline !important;
}
.con_dataset .box_body .content .box_download ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_dataset .box_body .content.single table {
    width: 100% !important;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .con_dataset .box_body .content.single table thead {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_dataset .box_body .content.single table tbody {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .con_dataset .box_body .content.single table tbody tr {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_dataset .box_body .content.single table tbody tr th, .con_dataset .box_body .content.single table tbody tr td {
    display: block;
    width: 100%;
    border: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_dataset .box_body .content.single table tbody tr th {
    font-weight: 500;
    background: #083474;
    color: #fff;
  }
}
.con_dataset .box_body .content.single ul {
  list-style-type: disc;
  margin-left: 20px;
}
.con_dataset .box_body .content.single a {
  word-break: break-all;
}
.con_dataset .box_body .sub {
  font-size: 12px;
  font-weight: 300;
  color: #ccc;
  margin: 30px 0 0;
}

.box_body .content .description {
  margin-top: 30px;
  margin-bottom: 30px;
}

#loading_more {
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 500;
  color: #083474;
  padding: 20px;
  background: #fff;
  visibility: hidden;
}
#loading_more.active {
  visibility: visible;
}

.breadcrumbs span, .breadcrumbs a {
  font-size: 12px;
  font-weight: 500;
}
.breadcrumbs a {
  text-decoration: none !important;
}
.breadcrumbs a:hover {
  text-decoration: underline !important;
}

.items_news {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  justify-content: space-between;
}
.items_news li {
  width: calc( (100% - 40px) /3 );
  margin-bottom: 25px;
}
@media only screen and (max-width: 1023px) {
  .items_news li {
    width: calc( (100% - 20px) /2 );
  }
}
@media only screen and (max-width: 767px) {
  .items_news li {
    width: 100%;
  }
}
.items_news li a {
  text-decoration: none;
}
.items_news li a h3 {
  font-weight: 500;
  font-size: 15px;
  margin: 0 !important;
}
.items_news li a .status {
  font-size: 11px;
  color: #fff;
  line-height: 1;
  padding: 2px 5px;
  border: 0;
  font-weight: 500;
  border-radius: 3px;
}
.items_news li a .status.wait {
  background-color: orange;
}
.items_news li a .status.destroy {
  background-color: red;
}
.items_news li a .status.success {
  background-color: green;
}
.items_news li a .photo {
  line-height: 0;
  margin-bottom: 5px !important;
  width: 100%;
  height: 180px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 2px 2px 5px #ccc;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .items_news li a .photo {
    height: 200px;
  }
}
.items_news li a .photo span {
  width: 45px;
  height: 45px;
  text-align: center;
  padding: 5px 00;
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: bold;
  border-radius: 50%;
  background: #083474;
  color: #fff;
  border: 1px solid #fff;
  line-height: 16px;
  font-size: 14px;
}
.items_news li a .date {
  font-size: 12px;
  color: #ccc;
}
.items_news li a em {
  color: green;
}
.items_news li a:hover {
  opacity: .8;
}
.items_news li:last-child {
  margin-bottom: 0;
}
.items_news.list li {
  width: 100%;
}

.box_latest {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  justify-content: space-between;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .box_latest {
    display: none;
    margin-bottom: 0;
  }
}
.box_latest li {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .box_latest li {
    margin-bottom: 10px;
  }
}
.box_latest li a {
  text-decoration: none;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box_latest li a h3 {
  font-weight: 500;
  font-size: 15px;
  margin: 0 !important;
  width: calc(100% - 80px);
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .box_latest li a h3 {
    width: 100%;
  }
}
.box_latest li a .wrp_status {
  width: 100%;
}
.box_latest li a .status {
  font-size: 11px;
  color: #fff;
  line-height: 1;
  padding: 2px 5px;
  border: 0;
  font-weight: 500;
  border-radius: 3px;
}
.box_latest li a .status.wait {
  background-color: orange;
}
.box_latest li a .status.destroy {
  background-color: red;
}
.box_latest li a .status.success {
  background-color: green;
}
.box_latest li a .photo {
  line-height: 0;
  margin-bottom: 0 !important;
  width: 70px;
  height: 70px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .box_latest li a .photo {
    display: none;
  }
}
.box_latest li a .date {
  width: 100%;
  font-size: 12px;
  color: #ccc;
  margin-top: 0;
}
.box_latest li a em {
  color: green;
  font-weight: bold;
}
.box_latest li a:hover {
  opacity: .8;
}
.box_latest li:last-child {
  margin-bottom: 0;
}
.box_latest.bottom {
  display: none;
}
@media only screen and (max-width: 767px) {
  .box_latest.bottom {
    display: block;
  }
}

.zalo-comment-plugin {
  margin-top: 30px;
}

.btn_zalo {
  position: fixed;
  z-index: 500;
  width: 55px;
  height: 55px;
  right: 10px;
  bottom: calc(50% - 70px);
  background: #fff url(../images/common/ic_zalo.png) no-repeat center center;
  background-size: contain;
  font-size: 0;
  color: transparent;
  text-indent: -99999px;
  border-radius: 15px;
}
.btn_zalo:hover {
  opacity: 8;
}

.btn_group_zalo {
  position: fixed;
  z-index: 500;
  width: 55px;
  height: 55px;
  right: 10px;
  bottom: 50%;
  background: #fff url(../images/common/btn_group_zalo.png) no-repeat center center;
  background-size: contain;
  font-size: 0;
  color: transparent;
  text-indent: -99999px;
  border-radius: 15px;
}
.btn_group_zalo:hover {
  opacity: 8;
}

.box_banner_top {
  margin-top: 5px;
  line-height: 0;
}
.box_banner_top a {
  display: block;
  line-height: 0;
  text-align: center;
}
.box_banner_top a:hover {
  opacity: .8;
}
.box_banner_top a h2 {
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
  background: #083474;
}
.box_banner_top.group a img {
  max-width: 150px;
}
@media only screen and (max-width: 767px) {
  .box_banner_top.group a img {
    max-width: 90px;
  }
}

.topbanner {
  max-width: 800px;
  line-height: 0;
  margin: 25px auto 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 950px) {
  .topbanner {
    margin: 15px 15px 0;
  }
}
.topbanner a {
  display: block;
  border: 1px solid #ccc;
}
.topbanner a img {
  width: 100%;
  height: auto;
}
.topbanner a.btn1 {
  width: calc(100% - 140px);
}
@media only screen and (max-width: 767px) {
  .topbanner a.btn1 {
    width: 100%;
    margin-bottom: 15px;
  }
}
.topbanner a.btn2 {
  margin-left: 20px;
  width: 120px;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .topbanner a.btn2 {
    width: 180px;
    margin: 0 auto;
  }
}

.glsr-default .glsr-field.glsr-field-email {
  display: none;
}
.glsr-default .glsr-field.glsr-field-choice {
  display: none;
}
.glsr-default .glsr-review {
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
}
.glsr-default .glsr-review .glsr-review-title {
  width: auto;
  order: 2;
  text-transform: uppercase;
}
.glsr-default .glsr-review .glsr-review-rating {
  order: 4;
}
.glsr-default .glsr-review .glsr-review-date {
  order: 3;
}
.glsr-default .glsr-review .glsr-review-content {
  order: 5;
}
.glsr-default .glsr-review .glsr-review-content .glsr-tag-value p {
  margin-bottom: 5px;
}
.glsr-default .glsr-review .glsr-review-content .glsr-tag-value p:last-child {
  margin-bottom: 0;
}
.glsr-default .glsr-review .glsr-review-author {
  order: 1;
}

.pagination a, .pagination span {
  margin: 3px;
}

h2.st {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #083474;
}
@media only screen and (max-width: 767px) {
  h2.st {
    font-size: 18px;
  }
}
h2.st strong {
  font-weight: 500;
  color: #083474;
}

.wp-block-file a {
  font-size: 16px;
}
.wp-block-file a.wp-block-file__button {
  padding: 5px 15px;
  margin-left: 25px;
  text-decoration: none;
}
.wp-block-file a.wp-block-file__button:hover {
  border: 1px solid #000;
  background: #fff;
  color: #000;
}

.box_extend {
  margin: 20px 0;
}

.box_table_compare table {
  width: 100%;
  table-layout: fixed;
}
@media only screen and (max-width: 767px) {
  .box_table_compare table thead {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .box_table_compare table thead tr {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-bottom: 10px !important;
  }
}
.box_table_compare table thead tr th:nth-child(1) {
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .box_table_compare table thead tr th:nth-child(1) {
    display: none !important;
  }
}
.box_table_compare table thead tr th:nth-child(2) {
  width: calc( (100% - 100px) / 2 );
}
@media only screen and (max-width: 767px) {
  .box_table_compare table thead tr th:nth-child(2) {
    width: 50% !important;
  }
}
.box_table_compare table thead tr th:nth-child(3) {
  width: calc( (100% - 100px) / 2 );
}
@media only screen and (max-width: 767px) {
  .box_table_compare table thead tr th:nth-child(3) {
    width: 50% !important;
  }
}
@media only screen and (max-width: 767px) {
  .box_table_compare table tbody tr {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-bottom: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .box_table_compare table tbody tr th {
    width: 100% !important;
  }
}
.box_table_compare table tbody tr td {
  vertical-align: top !important;
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .box_table_compare table tbody tr td {
    width: 50% !important;
    padding: 5px !important;
  }
}
.box_table_compare table tbody tr td .wrp_des {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box_table_compare table tbody tr td .wrp_des.active {
  display: block;
}
.box_table_compare table tbody tr td .btn_show_more {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
}
.box_table_compare table tbody tr td .btn_show_more a {
  font-size: 12px;
  background: #083474;
  color: #fff;
  padding: 2px 5px;
  line-height: 1;
  text-decoration: none;
}
.box_table_compare table tbody tr td .btn_show_more a .txt1 {
  display: none;
}
.box_table_compare table tbody tr td .btn_show_more a .txt1.active {
  display: inline-block;
}
.box_table_compare table tbody tr td .btn_show_more a .txt2 {
  display: none;
}
.box_table_compare table tbody tr td .btn_show_more a .txt2.active {
  display: inline-block;
}
.box_table_compare table tbody tr td .btn_show_more a:hover {
  opacity: .8;
}
.box_table_compare table tbody tr td .btn_down {
  display: block;
  line-height: 0;
  text-align: center;
}
.box_table_compare table tbody tr td .btn_down img {
  width: 100% !important;
  display: block !important;
  max-width: 200px !important;
  margin: 0 auto !important;
}
