﻿@charset "UTF-8";
@import "base.css";
@import url('https://fonts.googleapis.com/css2?family=Playpen+Sans:wght@400;700&display=swap');
:root {
  --font-main: 'Playpen Sans', cursive;
  --mcolor: #ed2028;
  --scolor: #28409a;
  --txt: #666666;
  --orange: #f57f2b;
  --blue: #229fd9;
  --green: #b4d333;
  --pink: #f076a6;
}
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 18px;
  -webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
img {
  vertical-align: bottom;
}
a {
  color: var(--blue);
}
a:hover, a:active {
  text-decoration: none;
}
table {
  width: 100%
}
p {
  margin: 0 0 1.5em;
}
.section {
  padding: 0 0 30px;
}
p, dd, td, th, li {
  line-height: 1.6em;
}
#totop {
  position: fixed;
  bottom: 60px;
  right: 50px;
  z-index: 10;
  margin-bottom: 0;
  width: 50px;
}
#totop a {
  display: block;
  transition: all 0.5s;
  -webkit-animation: slide-top 0.8s linear infinite alternate-reverse;
  animation: slide-top 0.8s linear infinite alternate-reverse;
}
#totop a:hover {
  opacity: 0.7;
}
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
  color: var(--txt);
  font-family: var(--font-main);
}
#wrapper {
  min-width: 1200px;
  overflow: hidden;
}
.container {
  width: 1396px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
h1 {
 
}
.h_top {
  background: var(--mcolor);
  color: #fff;
  padding: 10px 0;
}
.h_top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h_add {
  margin: 0;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
}
.h_add:before {
  content: '';
  position: relative;
  display: inline-block;
  background: url("/assets/images/icon_add.png") no-repeat center center/100% auto;
  width: 17px;
  height: 25px;
  margin-right: 10px;
}
.h_top_right, .h_top_right_new {
  display: flex;
  align-items: center;
}
.h_mail {
  margin: 0 30px 0 0;
  padding-right: 30px;
  border-right: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
}
.h_mail a {
  color: #fff;
  text-decoration: none;
}
.h_mail:before {
  content: '';
  position: relative;
  display: inline-block;
  background: url("/assets/images/icon_mail.png") no-repeat center center/100% auto;
  width: 22px;
  height: 15px;
  margin-right: 10px;
  top: 2px;
}
.h_top_right select, .h_top_right_new select {
  background: transparent;
  color: #fff;
  font-size: 15px;
  border: none;
}
.h_top_right_new select{
	    margin: 0 0 0 30px ;
    padding-left: 30px;
    /*border-left: 1px solid var(--mcolor);;*/
}
.h_top_right select option, .h_top_right_new select option{
  color: #000;
  font-size: 13px;
}
.h_top_right_new select, .h_top_right_new select option{color: var(--mcolor);}
.h_main {
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 30px 0 0;
}
/*.h_main:after {
  content: '';
  position: absolute;
  width: 100%;
  background: url("/assets/images/h_bg.png") repeat-x bottom center;
  height: 100px;
  bottom: -90px;
  left: 0;
  pointer-events: none;
  z-index: -2;
}*/
.h_main .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.logo {
  margin: 0;
}
.h_tel {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--mcolor);
  background: url(/assets/images/h_tel.svg) no-repeat left center;
  padding: 9px 0;
  width: 229px;
}
.h_tel .txt {
  color: #fff;
  width: 44px;
  text-align: center;
  margin-right: 5px;
}
.h_search {
  display: flex;
}
.h_search input {
  font-size: 14px;
  color: #cecece;
  border: none;
  border-bottom: 1px solid var(--mcolor);
  width: 217px;
  margin-right: 10px;
}
.h_search button {
  border: none;
  background: transparent;
  cursor: pointer;
}
.h_search input::-webkit-input-placeholder {
  color: #cecece;
}
.h_search input:-moz-placeholder {
  color: #cecece;
}
#gnavi {
  width: 100%;
}
.gnavi {
  display: flex;
  justify-content: center;
}
.gnavi > li {
  position: relative;
  margin: 0 10px;
}
.gnavi > li > a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--mcolor);
  padding: 20px;
  text-align: center;
}
.gnavi > li.active > a{font-weight:bold;}
/*.gnavi > li:hover > a, .gnavi > li.active > a {
  background: url("/assets/images/gnv_line_red.png") no-repeat bottom 5px center;
}*/
.gnavi > li:nth-child(1) > a {
  color: var(--scolor);
}
/*.gnavi > li:nth-child(1):hover > a, .gnavi > li:nth-child(1).active > a {
  background: url("/assets/images/gnv_line.png") no-repeat bottom 5px center;
}*/
.gnavi > li:nth-child(3) > a {
  color: var(--orange);
}
/*.gnavi > li:nth-child(3):hover > a, .gnavi > li:nth-child(3).active > a {
  background: url("/assets/images/gnv_line_orange.png") no-repeat bottom 5px center;
}*/
.gnavi > li:nth-child(4) > a, .gnavi > li:nth-child(8) > a {
  color: var(--blue);
}
/*.gnavi > li:nth-child(4):hover > a, .gnavi > li:nth-child(4).active > a, .gnavi > li:nth-child(8):hover > a, .gnavi > li:nth-child(8).active > a {
  background: url("/assets/images/gnv_line_blue.png") no-repeat bottom 5px center;
}*/
.gnavi > li:nth-child(5) > a {
  color: var(--green);
}
/*.gnavi > li:nth-child(5):hover > a, .gnavi > li:nth-child(5).active > a {
  background: url("/assets/images/gnv_line_green.png") no-repeat bottom 5px center;
}*/
.gnavi > li:nth-child(6) > a {
  color: var(--pink);
}
/*.gnavi > li:nth-child(6):hover > a, .gnavi > li:nth-child(6).active > a {
  background: url("/assets/images/gnv_line_pink.png") no-repeat bottom 5px center;
}*/
.gnavi > li.over > a:after {
  content: '+';
  position: relative;
  display: inline-block;
  margin-left: 10px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
}
.gnavi > li.over:hover > a:after {
  content: '-';
}
.submenu {
  position: absolute;
  border: 1px solid var(--mcolor);
  border-radius: 25px;
  padding: 15px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  display: none;
  margin-top: 10px;
}
.submenu a {
  display: inline-block;
  padding: 5px 30px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s;
}
.submenu a:hover {
  color: #fff;
  background: var(--mcolor);
  border-radius: 9999px;
}
.submenu li:not(:last-child) {
  margin-bottom: 10px;
}
.gnavi > li:nth-child(1) > a, .gnavi > li:nth-child(1) .submenu a {
  color: var(--scolor);
}
.gnavi > li:nth-child(1) .submenu {
  border-color: var(--scolor);
}
.gnavi > li:nth-child(1) .submenu a:hover {
  background: var(--scolor);
  color: #fff;
}
.gnavi > li:nth-child(3) > a, .gnavi > li:nth-child(3) .submenu a {
  color: var(--orange);
}
.gnavi > li:nth-child(3) .submenu {
  border-color: var(--orange);
}
.gnavi > li:nth-child(3) .submenu a:hover {
  background: var(--orange);
  color: #fff;
}
.gnavi > li:nth-child(4) > a, .gnavi > li:nth-child(8) > a, .gnavi > li:nth-child(4) .submenu a, .gnavi > li:nth-child(8) .submenu a {
  color: var(--blue);
}
.gnavi > li:nth-child(4) .submenu {
  border-color: var(--blue);
}
.gnavi > li:nth-child(4) .submenu a:hover {
  background: var(--blue);
  color: #fff;
}
.gnavi > li:nth-child(5) > a, .gnavi > li:nth-child(5) .submenu a {
  color: var(--green);
}
.gnavi > li:nth-child(5) .submenu {
  border-color: var(--green);
}
.gnavi > li:nth-child(5) .submenu a:hover {
  background: var(--green);
  color: #fff;
}
.gnavi > li:nth-child(6) > a, .gnavi > li:nth-child(6) .submenu a {
  color: var(--pink);
}
.gnavi > li:nth-child(6) .submenu {
  border-color: var(--pink);
}
.gnavi > li:nth-child(6) .submenu a:hover {
  background: var(--pink);
  color: #fff;
}
.gnavi.vn > li a{font-size:19px;}
#header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-animation: header-fixed 0.6s;
  -moz-animation: header-fixed 0.6s;
  -ms-animation: header-fixed 0.6s;
  animation: header-fixed 0.6s;
}
#header.fixed .h_top {
  display: none;
}
#header.fixed .h_main {
  padding-top: 10px;
}
@keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
.main_slide.slick-initialized .slick-slide {
  line-height: 0;
}
.main_slide.slick-initialized .slick-slide img {
  width: 100%;
}
.mainvisual {
  position: relative;
}
.main_slide_thumb {
  width: 447px;
  margin: 0 46px;
}
.main_slide_thumb.slick-initialized .slick-slide {
  margin-right: 10px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  line-height: 0;
  cursor: pointer;
}
.main_slide_thumb.slick-initialized .slick-slide:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #28409a;
  transition: all 0.3s;
  opacity: 0.7;
}
.main_slide_thumb.slick-initialized .slick-slide.slick-current:before, .main_slide_thumb.slick-initialized .slick-slide:hover:before {
  opacity: 0;
}
.mainvisual .container {
  position: absolute;
  bottom: 43px;
  width: 100%;
  max-width: 1366px;
  left: 50%;
  transform: translateX(-50%);
}
.main_slide_thumb .slick-arrow {
  position: absolute;
  background: url("/assets/images/prev.svg") no-repeat center center/100% auto;
  width: 36px;
  height: 30px;
  top: calc(50% - 15px);
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  text-indent: -50000px;
  left: -46px;
}
.main_slide_thumb .slick-next {
  left: auto;
  right: -46px;
  background-image: url("/assets/images/next.svg");
}
.main_slide_thumb .slick-arrow:hover {
  opacity: 0.7;
}
.box01 .container {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
}
.box01 {
  padding: 60px 0;
}
.b01_main {
  width: 500px;
  position: relative;
}
/*.b01_main:before {
  content: '';
  position: absolute;
  background: url("/assets/images/b01_icon01.png") no-repeat center center/100% auto;
  width: 119px;
  height: 127px;
  right: 60px;
  top: -103px;
}*/
.b01_video {
  width: 596px;
  margin: 0 auto;
  position: relative;
  height: 398px;
  z-index: 2;
}
/*.b01_video:after {
  content: '';
  position: absolute;
  background: url("/assets/images/b01_video_bg.png") no-repeat center center/100% auto;
  width: 765px;
  height: 526px;
  pointer-events: none;
  top: -142px;
  left: -177px;
  z-index: -2;
}*/
.idx_h2 {
  text-align: center;
  font-size: 30px;
  color: var(--blue);
  line-height: 1.2em;
  margin: 0 0 38px;
  position: relative;
}
.idx_h2 a {
  display: block;
  text-decoration: none;
}
.idx_h2 .lager {
  font-size: 160%;
  display: block;
  line-height: 1.2;
  font-weight: bold;
  color: var(--orange);
  margin-top: 10px;
}
.idx_btn {
  margin: 0;
  text-align: center;
}
.idx_btn a {
  display: inline-block;
  background: url("/assets/images/idx_btn_bg.png") no-repeat center center/100% auto;
  width: 134px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 14px;
  transition: all 0.3s;
}
.idx_btn a:hover {
  transform: translateY(-10px);
  opacity: 0.7;
}
.b01_txt {
  margin: 0 0 40px;text-align:justify;
}
.polygon_clip {
	-webkit-mask-box-image: url("/assets/images/b01_bg.png");
	width: 100%;
	height: 100%;
}
@-moz-document url-prefix() { 
.polygon_clip {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 597 399'%3E%3Cpath fill='%23000' transform='translate(0 0) scale(1)' d='M2.1000,126.999 C0.535,98.669 -4.401,20.480 71.1000,4.999 C148.401,-10.482 260.092,54.119 358.1000,42.999 C457.907,31.879 484.673,-21.305 548.1000,10.999 C613.327,43.303 603.985,95.795 571.1000,154.999 C547.948,199.519 508.992,219.303 532.1000,266.999 C557.008,314.695 550.646,344.991 539.1000,359.999 C514.680,393.068 474.244,387.445 439.1000,387.999 C405.756,388.553 321.457,396.721 274.1000,397.999 C228.542,399.276 53.524,405.148 17.1000,338.999 C-17.525,272.849 9.345,250.373 19.1000,219.999 C30.655,189.625 5.464,155.329 2.1000,126.999 Z' /%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 597 399'%3E%3Cpath fill='%23000' transform='translate(0 0) scale(1)' d='M2.1000,126.999 C0.535,98.669 -4.401,20.480 71.1000,4.999 C148.401,-10.482 260.092,54.119 358.1000,42.999 C457.907,31.879 484.673,-21.305 548.1000,10.999 C613.327,43.303 603.985,95.795 571.1000,154.999 C547.948,199.519 508.992,219.303 532.1000,266.999 C557.008,314.695 550.646,344.991 539.1000,359.999 C514.680,393.068 474.244,387.445 439.1000,387.999 C405.756,388.553 321.457,396.721 274.1000,397.999 C228.542,399.276 53.524,405.148 17.1000,338.999 C-17.525,272.849 9.345,250.373 19.1000,219.999 C30.655,189.625 5.464,155.329 2.1000,126.999 Z' /%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
}
.b01_video .video {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: relative;
}
.b01_video .video:after {
  content: '';
  position: absolute;
  background: url("/assets/images/b01_bg.png") no-repeat center center/100% auto;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  z-index: -2;
}
.b01_video svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.box02 {
	padding: 60px 0;
  background: #d3ecf7;
  color: #fff;
  position: relative;
}
/*.box02:after {
  content: '';
  position: absolute;
  width: 100%;
  background: url("/assets/images/b02_bg.png") repeat-x top center;
  height: 124px;
  top: -100px;
  pointer-events: none;
  z-index: -2;
}
.box02:before {
  content: '';
  position: absolute;
  background: url("/assets/images/b01_line.png") no-repeat center center/100% auto;
  width: 140px;
  height: 143px;
  top: -220px;
  left: 53%;
  transform: translateX(-50%);
  pointer-events: none;
}*/
.box02 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.b02_main {
  width: 470px;
}
.box02 .idx_h2 {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
}
.box02 .idx_h2 a {
  color: #ed2028;
}
.box02 .idx_h2 .lager {
  color: var(--blue);
}
.b02_img {
  margin: 0;
}

.b02_txt{color:#000;text-align: justify;}
.box03 {
  padding: 0;
}
.box03 .container {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.b03_main {
  width: 572px;
  padding-top: 85px;
  position: relative;
}
.b03_main:after {
  content: '';
  position: absolute;
  background: url("/assets/images/b03_bg.png") no-repeat center center;
  width: 100%;
  height: 50%;
  z-index: -2;
  top: 54%;
  left: 7%;
  pointer-events: none;
}
.b03_img {
  margin: 0;
}
.box03 .idx_h2 .lager {
  color: var(--green);
}
.clr_pink {
  color: var(--pink);
}
.b03_txt {
  margin: 0 0 40px;text-align:justify;
}
.cust01_txt{text-align: justify;}
/*.box03 .idx_h2:after {
  content: '';
  position: absolute;
  background: url("/assets/images/b03_icon01.png") no-repeat center center/100% auto;
  width: 228px;
  height: 104px;
  top: -73px;
  left: calc(50% + 121px);
}*/
.box04 {
  background: #d3ecf7;
  padding: 0 0 80px;
  position: relative;
}
.box04:before {
  content: '';
  position: absolute;
  width: 100%;
  background: url("/assets/images/b04_bg.png") repeat-x top center;
  height: 124px;
  top: -120px;
  left: 0;
  pointer-events: none;
}
.box04 .idx_h2 .lager {
  color: var(--mcolor);
}
.b04_list {
  display: flex;
  position: relative;
  z-index: 2;
  margin-bottom: 35px;
}
.b04_list:before {
  content: '';
  position: absolute;
  background: url("/assets/images/b04_icon.png") no-repeat center center/100% auto;
  width: 161px;
  height: 261px;
  top: 128px;
  left: -49px;
  pointer-events: none;
  z-index: -2;
}
.b04_item {
  width: calc(33.33% - 20px);
  margin: 0 30px 0 0;
}
.b04_item:last-child {
  margin-right: 0;
}
.b04_item a {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s;
  display: block;
}
.b04_item a:hover {
  transform: translateY(-10px);
}
.b04_itm_img {
  margin: 0;
}
.b04_itm_img img {
  width: 100%;
}
.b04_itm_main {
  position: relative;
  padding: 40px 50px;
}
.b04_itm_date {
  margin: 0;
  width: 70px;
  height: 70px;
  background: var(--green);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  right: 20px;
  position: absolute;
  top: -40px;
}
.b04_itm_ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3em;
  margin: 0 0 20px;
}
.b04_itm_txt {
  margin: 0 0 20px;
  color: var(--txt);
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.b04_itm_more {
  margin: 0;
  color: var(--mcolor);
  text-decoration: underline;
}
.f_main {
  background: #2c3a55;
  color: #fff;
  padding: 100px 0;
}
#footer {
	z-index:2;
  position: relative;
}
.f_zalo a {
  display: block;
  text-decoration: none;
  text-align: right;
  transition: all 0.3s;
}
.f_zalo a:hover {
  transform: translateY(-10px);
}
.f_zalo {
  position: absolute;
  margin: 0;
  top: -122px;
  left: calc(50% + 440px);
}
.f_zalo .txt {
  display: block;
  background: var(--green);
  color: #fff;
  width: 240px;
  text-align: center;
  font-size: 15px;
  border-radius: 50px;
  padding: 7px;
  border: 1px solid #fff;
  margin-top: 10px;
}
.f_main .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.f_mod:not(:last-child) {
  margin-right: 30px;
}
.f_mod {
  width: 50%;
}
.f_mod:nth-child(2), .f_mod:nth-child(3) {
  width: 45%;
}
.f_logo a {
  display: inline-block;
  background: #fff;
  width: 300px;
  text-align: center;
  padding: 20px 10px;
  border-radius: 30px;
  position: relative;
}
.f_logo a:after {
  content: '';
  position: absolute;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: 1px dashed var(--mcolor);
  left: 7px;
  top: 7px;
  border-radius: 30px;
}
.f_txt {
  font-size: 15px;
  text-align: justify;
 
}
.f_info li {
  font-size: 15px;
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}
.f_info li:last-child {
  margin-bottom: 0;
}
.f_info li:before {
  content: '';
  position: relative;
  display: inline-block;
  background: url("/assets/images/f_tel.png") no-repeat center center/100% auto;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  flex-shrink: 0;
}
.f_info li:nth-child(2):before {
  background-image: url("/assets/images/f_mail.png");
}
.f_info li:nth-child(3):before {
  background-image: url("/assets/images/f_add.png");
}

.f_info li.f_zalo1:before {
  background-image: url("/assets/images/f_zalo.png");
}
.f_info a {
  color: #fff;
  text-decoration: none;
}
.f_info li:nth-child(1) {
  color: var(--green);
}
.f_ttl {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  background: url(/assets/images/f_line.svg) no-repeat left bottom;
  padding: 0 0 21px;
  margin: 0 0 60px;
}
.f_menu a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  background: url("/assets/images/f_circle.svg") no-repeat left center;
  padding-left: 30px;
}
.f_menu li:not(:last-child) {
  margin-bottom: 20px;
}
.f_menu a:hover {
  text-decoration: underline;
}
.f_form {
  margin-top: 50px;
}
.f_form input {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #cdcdcd;
  border: none;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.f_form input::-webkit-input-placeholder {
  color: #cdcdcd;
}
.f_form input:-moz-placeholder {
  color: #cdcdcd;
}
/*.f_form button {
  background: var(--pink);
  color: #fff;
  display: block;
  width: 100%;
  font-size: 15px;
  border: none;
  padding: 15px;
  border-radius: 60px;
  transition: all 0.3s;
  cursor: pointer;
}*/
.f_form button:hover {
  background: var(--green);
}
.f_bottom {
  background: #0b1838;
  padding: 25px 0;
}
.f_bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyright {
  margin: 0;
  font-size: 12px;
  color: var(--pink);
  text-transform: uppercase;
}
.copyright a {
  text-decoration: none;
  color: var(--pink);
}
.f_social {
  margin: 25px 0 0;
  font-size: 12px;
  color: var(--pink);
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.f_social a {
  margin-left: 15px;
}
.custom01 {
    background: #d3ecf7;
    padding: 60px 0;
    position: relative;
}
.cust01_img{margin:0;}
/*.custom01:before {
    content: '';
    position: absolute;
    width: 100%;
    background: url("/assets/images/b04_bg.png") repeat-x top center;
    height: 124px;
    top: -120px;
    left: 0;
    pointer-events: none;
}*/
.custom01 .container {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-start;
}
.cust01_main {
    width: 572px;
    padding-top: 85px;
    position: relative;
}
/*.custom01 .container:before {
    content: '';
    position: absolute;
    background: url(/assets/images/b04_icon.png) no-repeat center center/100% auto;
    width: 161px;
    height: 261px;
    bottom: -50px;
    left: -49px;
    pointer-events: none;
    z-index: 99;
}*/



@media screen and (max-width: 1300px) {
.gnavi.vn > li a {
    font-size: 17px;
}
	
}
@media screen and (max-width: 1400px) {
  .gnavi > li > a {
    padding: 20px 5px;
  }
  .f_zalo {
    left: auto;
    right: 15px;
  }
}
@media screen and (min-width: 1600px){
	.gnavi > li > a{font-size:16px;padding: 20px 15px;}
	.gnavi.vn > li a{font-size:16px;padding: 20px 15px;}
	.gnavi.vn > li a {padding: 20px 10px;}
}
@media screen and (max-width: 768px) {
  h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
    font-size: 15px;
  }
  #wrapper {
    min-width: 100%;
    margin: 0;
    padding-top: 79px;
  }
  #main, #footer {
    min-width: 100%;
  }
  .container {
    padding: 0 3%;
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* MENU-ICON */
  .menu-icon {
    width: 50px;
    height: 43px;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
    z-index: 99999;
    background: var(--mcolor);
    margin-left: 10px;
  }
  .menu-icon span {
    display: block;
    margin: 0 auto 15px;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    top: 12px;
    left: 0;
    position: relative;
  }
  .menu-icon span::after, .menu-icon span::before {
    display: block;
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0;
    -moz-transition-delay: 0.2s, 0;
    -ms-transition-delay: 0.2s, 0;
    -o-transition-delay: 0.2s, 0;
    transition-delay: 0.2s, 0;
  }
  .menu-icon span::before {
    margin-top: -10px;
  }
  .menu-icon span::after {
    margin-top: 10px;
  }
  .menu-icon.active span {
    background-color: transparent;
  }
  .menu-icon.active span::before, .menu-icon.active span::after {
    margin-top: 0px;
    -webkit-transition-delay: 0, 0.2s;
    -moz-transition-delay: 0, 0.2s;
    -ms-transition-delay: 0, 0.2s;
    -o-transition-delay: 0, 0.2s;
    transition-delay: 0, 0.2s;
  }
  .menu-icon.active span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-icon.active span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .gnv-ico {
    width: 50px;
    height: 48px;
    position: absolute;
    background: #fff;
    right: 0;
    top: 0 !important;
    transform: none !important;
    border: none !important;
  }
  .gnv-ico:before {
    content: '';
    position: absolute;
    border: solid var(--blue);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: calc(50% - 3px);
    top: calc(50% - 3px);
    transition: all 0.5s ease;
  }
  .gnavi li.active > .gnv-ico:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .gnavi > li:nth-child(5) .gnv-ico:before {
    border-color: var(--green);
  }
  .gnavi > li:nth-child(6) .gnv-ico:before {
    border-color: var(--pink);
  }
  .gnavi > li:nth-child(7) .gnv-ico:before {
    border-color: var(--mcolor);
  }
  #totop {
    width: 40px;
    right: 3%;
    bottom: 50px;
    line-height: 0;
  }
  .h_top {
    display: none;
  }
  #header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }
  #totop a {
    animation: none;
    transition: none;
  }
  #totop a:not(:last-child) {
    margin-bottom: 10px;
  }
  .h_tel {
    display: none;
  }
  .logo {
    width: 200px;
  }
  #gnavi {
    position: fixed;
    width: 100%;
    top: 80px;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    height: calc(100% - 80px);
    overflow: auto;
    padding: 40px 15px;
    display: none;
  }
  .h_search {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 300px;
  }
  .gnavi {
    display: block;
  }
  .gnavi > li > a {
    background: transparent !important;
    padding: 15px 20px;
    border-bottom: 1px solid #ccc;
  }
  .gnavi > li {
    margin: 0;
  }
  .gnavi > li.over > a:after {
    display: none;
  }
  .submenu {
    position: relative;
    margin: 0;
    border: none;
    border-radius: 0;
    text-align: left;
    padding: 0;
  }
  .submenu a {
    padding: 15px 20px;
    border-bottom: 1px solid #ccc;
    display: block;
  }
  .submenu li:not(:last-child) {
    margin-bottom: 0;
  }
  .gnavi > li:nth-child(4) .submenu a, .gnavi > li:nth-child(8) .submenu a {
    background: var(--blue);
    color: #fff;
  }
  .gnavi > li:nth-child(5) .submenu a {
    background: var(--green);
    color: #fff;
  }
  .gnavi > li:nth-child(6) .submenu a {
    background: var(--pink);
    color: #fff;
  }
  .gnavi > li:nth-child(7) .submenu a {
    background: var(--mcolor);
    color: #fff;
  }
  .h_main {
    padding: 20px 0 0;
  }
  .h_main:after {
    background-size: auto 100%;
    bottom: -50px;
  }
  .mainvisual .container {
    position: relative;
    bottom: 0;
    transform: none;
    left: 0;
    padding: 20px 0 0;
  }
  .main_slide_thumb {
    width: calc(100% - 100px);
    max-width: 400px;
    margin: 0 auto;
  }
  .main_slide_thumb.slick-initialized .slick-slide {
    border-radius: 10px;
    margin: 0 2px;
  }
  .box01 .container {
    display: block;
  }
  .b01_main {
    width: 100%;
    margin: 0 0 80px;
    z-index: 3;
  }
  .b01_main:before {
    width: 80px;
    height: 91px;
    top: -70px;
    right: auto;
    left: calc(50% + 30px);
  }
  .box01 {
    padding-top: 100px;
  }
  .idx_h2 {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .idx_h2 .lager {
    margin-top: 5px;
  }
  .idx_btn a {
    padding: 16px;
  }
  .b01_txt {
    margin: 0 0 20px;
  }
  .video path {
    width: 100%;
    height: 100%;
    transform: scale(0.7);
  }
.b01_video {
    width: 100%;
    height: 60vw;
}
.b01_video:after {
    width: calc(100% + 20vw);
    height: calc(100% + 20vw);
    left: -27vw;
    top: -22vw;
}
  .box02 .container {
    display: block;
  }
  .box02:after {
    background-size: auto 100%;
    height: 60px;
    top: -50px;
  }
  .box02:before {
    top: -150px;
    width: 100px;
  }
  .box02 {
    padding: 50px 0;
  }
  .box02 .idx_h2 {
    text-align: center;
  }
  .b02_main {
    width: 100%;
  }
  .box03 .container {
    display: block;
  }
  .b03_main {
    width: 100%;
    padding-top: 50px;
  }
  .box03 .idx_h2:after {
    width: 130px;
    height: 59px;
    top: -40px;
    left: calc(50% + 84px);
  }
  .b03_img {
    margin: 0;
    text-align: center;
  }
  .box04:before {
    background-size: auto 100%;
    height: 70px;
    top: -60px;
  }
  .box04 {
    padding: 20px 0 50px;
    margin-top: -30px;
  }
  .b04_list {
    display: block;
  }
  .b04_item {
    width: 100%;
    margin: 0 0 20px;
  }
  .b04_item a {
    display: flex;
  }
  .b04_itm_img {
    flex-shrink: 0;
    width: 50%;
    max-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .b04_itm_img img {
    flex-shrink: 0;
    height: 100%;
    object-fit: cover;
  }
  .b04_itm_main {
    padding: 20px;
  }
  .b04_itm_date {
    width: 50px;
    height: 50px;
    left: -60px;
    top: 10px;
  }
  .b04_itm_ttl {
    font-size: 17px;
    margin: 0 0 10px;
  }
  .b04_itm_txt {
    margin: 0 0 10px;
  }
  .f_zalo {
    display: none;
  }
  .f_main {
    padding: 50px 0;
  }
  .f_main .container {
    display: block;
  }
  .f_mod {
    width: 100%;
  }
  .f_mod:not(:last-child) {
    margin: 0 0 40px;
  }
  .f_mod:nth-child(2), .f_mod:nth-child(3) {
    width: 100%;
  }
  .f_ttl {
    font-size: 18px;
    padding: 0 0 15px;
    margin-bottom: 20px;
  }
  .f_form {
    margin-top: 20px;
    max-width: 400px;
  }
  .f_bottom .container {
    flex-direction: column-reverse;
  }
  .copyright {
    margin-top: 20px;
    text-align: center;
  }
 .custom01 .container{flex-wrap:wrap;}
    .cust01_main {
        width: 100%;
        padding-top: 13px;
    }
.cust01_img{order:2;}
.custom01 .container:before{display:none;}
#footer{padding-bottom:40px;}
}
@media screen and (max-width: 480px) {
.h_top_right_new select{
	margin: 0px 0 0 10px;
    padding-left: 10px;
	font-size: 13px;
}	
.b02_img iframe{
  width:100%;
}
}
@media screen and (max-width: 440px) {

  .video path {
    width: 100%;
    height: 100%;
    transform: scale(0.5);
  }
  .idx_h2 .lager {
    font-size: 130%;
  }
}
@media screen and (max-width: 375px) {
  .b04_itm_txt {
    display: none;
  }
}