﻿@charset "UTF-8";
@import "base.css";
h1,h2,h3,h4,h5,h6,input,button,textarea,select,p,blockquote,th,td,pre,address,li,dt,dd {
	font-size: 19px;
	-webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
    display: block;
}
img {
	vertical-align: bottom;
}	

a { color:#427deb; text-decoration:none; }
a:hover,
a:active { color: #427deb; text-decoration: none; }
a:visited {
}

.divBtn1{text-align:center; padding:50px 10px 20px 10px}
.btn1{display:inline-block; background:green; color:#fff; padding:15px 30px; border-radius:10px; text-decoration:none; font-size:15pt;animation: blink 3s linear infinite;}

@keyframes blink{
0%{opacity: 0;}
10%{opacity: 1;}
20%{opacity: 0;}
30%{opacity: 1;}
100%{opacity: 1;}
}

.lt_ngay{cursor:pointer;}
.lt-detail{max-width:800px; padding:20px;}
.lt-detail h3 {
    margin: 20px !important;
    font-size: 22pt !important;
    color: #2e58a6;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2em;
}
.lt-detail h4 {
    margin-bottom: 20px;
    font-size: 18pt !important;
    color: #000;
    font-weight: normal;
    line-height: 1.2em;
    text-align:center;
}

.lt-detail img {max-width: 650px;margin: 15px auto;display: block;}
.lt-detail p {margin: 0 0 10px !important;}

table {
	width:100%
}

p { margin: 0 0 1.5em; }

.section { padding:  0 0 30px; }
.section .section { padding: 0 0 10px; }

p, dd, td, th, li {
	line-height: 1.8em;
}
#totop {
    position: fixed;
    bottom: 140px;
	right: 17px;
    z-index: 1000;
	margin-bottom:0;
	width: 60px;
	line-height: 0;
}
.bold {font-weight:bold;}
.fl {float:left;}
.fr {float:right;}

* {
	box-sizing: border-box;
}
body {
	font-family: Arial, 'Cambria', Georgia, serif;
	color: #333;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
#wrapper{
	min-width: 1170px;
	overflow: hidden;
}
.container{
	width: 1170px;
	margin: 0 auto;
	position: relative;
}
img{
	max-width: 100%;
}
#header {
    background:rgba(148,197,230,0.9);
	padding: 0;
    height:69px;
    border-bottom:4px solid #0060ad;
    position:fixed;
    top:0;
    z-index:1000;
    width:100%;
}
.hlogo{float:left; width:186px;}
.rheader{float:right; width:324px;}
.gnavi {
    margin-left:0;
    float:left;
    display: inline-flex;
    justify-content: flex-end;
    width:calc(100% - 530px)
}
.gnavi li{line-height:45pt; position:relative;}
.gnavi li a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
    text-transform: uppercase;
	font-family: 'UTM HelvetIns', 'Arial',"Helvetica Neue", Helvetica, sans-serif;
	position: relative;
	z-index: 0;
    display:inline-block;
    padding:3px 19px;
}

.gnavi li a:hover,.gnavi > li.active > a {background:#0060ad; color:#fff600;}

.gnavi li:after {
    content: '';
    background:url('../images/sepa1.png') no-repeat 0 0;
    width: 2px;
    height: 30px;
    position: relative;
    display: inline-block;
    color: #548bb0;
    font-size: 20px;
    margin: 0 0;
    top: 12px;
}
.gnavi li:last-child:after {
	display: none;
}
.bullet_1{position:absolute; bottom:10px; left:48%;}

.gsub{width:215px; background:#0060ad;position:absolute;display:none;}
.gsub li{display:block;}
.gsub li a{font-family:arial; display:block; border-bottom:1px solid #9CC9E8; width:100%; padding:10px 15px; line-height:16pt;     font-size: 11pt;    text-transform: capitalize;   font-weight: bold;}
.gsub li:after{display:none;}

/* .gnavi li:hover .gsub{display:block;} */
.rheader{justify-content: space-between;display: flex;text-align: center; margin-top: 26px;}
.rh-lang{display: flex;align-items: center;}
.rh-sepa{ color:#fff; font-size:18pt; font-stretch:ultra-condensed; height: 35px; margin-left:10px;}
.rh-search{margin-left: 6px;margin-right: 9px;cursor: pointer;}
.rh-search img{height:16px;margin-top:0px;}
.rh-imenu{cursor: pointer; width:30px;margin-left:5px;}
.rhbar1, .rhbar2, .rhbar3 {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 3px 0;
    transition: 0.4s;
}
/* Rotate first bar */
.change .rhbar1 {
    -webkit-transform: rotate(-43deg) translate(-3px, 0px);
    transform: rotate(-43deg) translate(-3px, 0px);
}

/* Fade out the second bar */
.change .rhbar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .rhbar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -6px);
    transform: rotate(45deg) translate(-8px, -6px);
}

.menu-noibo{
    position: absolute;
    right: 0;
    top: 65px;
    background: #0060AD;
}
.menu-noibo li{
    font-size: 15px;
    position: relative;
    padding: 5px 30px;
    font-family: arial;
    font-weight: bold;
    border-bottom: 1px solid #0E77CC;
        text-align: right;
}
.menu-noibo{display:none;}
.menu-noibo li:after{
    position:absolute;
    content:'';
    bottom:0;
    left:0;
    width:100%;
    height:2px;
}
.menu-noibo li a{color:#fff;}
.menu-noibo li a:hover{
    color:#fff600;
}
.frm-search{display:none;}
.frm-search{
position: absolute;
    width: 340px;
    top: 69px;
    right: 0;
    background: #93C3E5;
    padding: 15px 10px;
}
.frm-search input{
    border: 1px solid #d6d6d6;
    width: 100%;
    font-size: 13px;
    padding:9px 20px;
    border-radius: 10px;
}
.k-search{
    position:relative;
}
.k-search a{
    height: auto !important;
    position: absolute;
    border: 0;
    right: 0;
    line-height: 0 !important;
    font-size: 14px !important;
    top: 0px;
    background: #0060ad;
    color: #fff !important;
    padding: 18px 10px !important;
    border-radius: 10px;
}
.main-slide p {
	margin: 0;
	line-height: 0;
	height: 518px;
}
.main-slide p img {
	display: none;
}
.main-slide p:nth-child(1) {
	background: url(/userfile/config/banner_1.jpg) no-repeat center;
	background-size: cover;
}
.main-slide p:nth-child(2) {
	background: url(/userfile/config/banner_2.jpg) no-repeat center;
	background-size: cover;
}
.main-slide p:nth-child(3) {
	background: url(/userfile/config/banner_3.jpg) no-repeat center;
	background-size: cover;
}
.mainvisual {
    position: relative;
}
.idx-main-top {
	position: absolute;
	z-index: 10;
	top: 180px;
	height: 250px;
	width: 590px;
    left: 50%;
	text-align: center;
    background:rgba(0,143,213,0.2);
    padding:20px;
}

.pTitle h2{padding:20px 0 10px 0; font-size:25pt; color:#035fad}

.idx-border{border:1px solid #fff; overflow:hidden; text-align:right; padding: 8px 60px 15px 30px; height:100%;}
.idx-border h2{font-size:24pt; font-weight:bold; line-height:38pt; font-family:Cambria;}
.idx-border h2 span{font-size:37pt; display:block; padding-bottom:8px;}
.idx-border p{font-size:12pt; line-height:16pt; font-family:Cambria;}
.ms-play{position: absolute; left:calc(50% - 40px); top:48%;z-index: 11;}


h1 {
    line-height: 0;
    width: 169px;
    padding: 50px 0 30px;
	margin: 0 auto;
}

.idx-main-txt01 span {
	display: block;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
}

.box01 {
	padding: 40px 0;
    background:url('../images/bg_gioithieu.jpg');
}
.box01 h3 {
    font-size:28pt;
	font-family: arial;
    font-weight: bold;
    color: #035fad;
    line-height: 20pt;
    padding-left:15px;
}

.box01 h3 span{ display:block; padding-bottom:20px; font-weight:normal;}
.rBorder{border-left:2px solid #035fad; padding:0 10px 0 20px !important; margin-bottom:25px;}


.b01-main {
    display: flex;
    justify-content: space-between;
    font-family:Arial;
}
.gioithieu {
    margin: 0;
    line-height: 0;
    width: 520px;
}

.gioithieu img{max-width:100%; margin-bottom:10px;}
.gioithieu p{padding:5px 0 10px 0; line-height:20pt; margin-bottom:0; font-size:13pt;}

.b01-list {
    width: 650px;
	padding-left: 70px;
    
}
.b01-list h3 {
    padding-bottom: 15px;
	padding-left: 25px;
}

.b01-list ul {}
.b01-list ul li{display:inline-flex;}
.b01-list ul li a{color:#000; font-size:11pt; display:inline-flex; padding:10px 7px;}
.b01-list ul li a.active{color:red;}

.news-1{width:370px; display:inline-block;vertical-align: top;border:0px solid red;}
.news-more{width:190px; padding:0 25px 0 0px; display:inline-block; margin-left:15px;}

.b01-list dl {
	margin: 0 0 15px;
    font-style:italic;
}
.b01-list dt {
    font-weight: bold;
	background: url(../images/b01_ico01.jpg) no-repeat left 0;
	margin: 0 0 5px;
    font-size:12pt;
    text-transform:none;
}
.b01-list dt img{display:block; border-top-left-radius:12px;border-top-right-radius:12px;}
.b01-list dt span{display:block; text-align:center; color:#ffc209; padding: 30px 15px 15px 15px;}
.b01-list dt a{display:block;display: block;color: #000;font-size: 21pt;text-align: center;font-style: normal;font-weight: normal;padding: 10px;}
.pb0{padding:0 !important;}

.b01-list dd {line-height: 22pt;padding-left: 25px;font-size: 11pt; text-align:justify;}


.news-more{text-align:center;}
.news-more dl {border-left:2px solid #c0c0c0; padding-left:25px; padding-bottom:15px; margin:0;}
.news-more dt {margin:0;}
.news-more dt a{padding: 3px 0;font-size: 7pt; text-transform:uppercase;    font-weight: bold;}
.news-more dt img{border-top-left-radius:5px;border-top-right-radius:5px;}
.news-more dd {line-height: 11.5pt;padding:3px 0; font-size: 8.5pt;height: 47px;overflow: hidden;}

.news-1{text-align:center;}
.btn_viewdetail{color:#d60000; display:inline-block; margin:10px auto;}
.btn_viewall{color:#000; display:inline-block; margin:10px auto; border:1px solid #c0c0c0; padding:3px 20px 3px 10px; font-size:9pt; position:relative; font-style:normal;}
.btn_viewall:after{
        content: "";
        position: absolute;
        border-left: 6px solid #000;
        top: 27%;
        right: 5px;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
    }

.dl-active:hover{border-left:2px solid #d60000 !important;position:relative;cursor:pointer;}
.dl-active:hover:before{
        content: "";
        position: absolute;
        border-left: 6px solid #d60000;
        top: 49%;
        left: 0;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
    }

.box02 {
	padding: 40px 0;
    background:url('../images/bg_nangluc.jpg');
    text-align:center;

}
.box02 h3, .box-03 h3 {
    font-size:35pt;
	font-family: arial;
    font-weight: bold;
    color: #035fad;
    line-height: 20pt;
    padding-bottom: 35pt;
}

.box-03 h3 {
    text-align:center;
	color:#CDA205;
}

.box02 .b02-des {
    font-size:15pt;
	font-family: arial;
    font-weight: bold;
    color: #fff;
    line-height: 20pt;
    padding-bottom: 30px;
}

.b02-list{display: flex;justify-content: space-between;text-align:left;}
.b02-left{width:125px;}
.b02-left ul{border-right:1px solid #035fad;}
.b02-left ul li{font-weight:bold; font-size:16pt; cursor:pointer; color:#035fad; line-height:0pt; font-family:'UTM HelvetIns'; display:block; padding-bottom:138px;position:relative;}
.b02-left ul li:last-child{padding-bottom:0px;}
.b02-left ul li.active, .b02-left ul li:hover{color:#d60000;}
.b02-left ul li:after{content: "";position:absolute; top:-5px; right:-8px; width:10px; height:10px; background:#035fad; border:3px solid #ebebeb; border-radius:50%;}
.b02-left ul li.active:after,.b02-left ul li:hover:after{background:#d60000;}

.b02-right{width:calc(100% - 155px); color:#fff; font-family:Arial;}
.b02-right div{display:none;}
.b02-right div p{text-align:justify; line-height:18pt; margin:0; padding:0px 0 15px 0; font-size:13pt;}
.b02-right div img{margin-left:30px; margin-bottom:30px; border-radius:12px; max-width:45%;}
.b02-right div.active{display:block;}


.btnDetail{
    text-align:center;
    padding: 10px 0;
}
.btnDetail a{
    position:relative;
    display: inline-block;
    background: #d60000;
    padding: 10px 60px 10px 15px;
    color: #fff;
    overflow:hidden;

}
.btnDetail a:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #ffff00;
    position: absolute;
    top: 0;
    left: 115px;
    -ms-transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);

}
.btnDetail a:after{
    content: "";
    position: absolute;
    border-left: 8px solid #035fad;
    top: 40%;
    right: 16px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.btnDetail a:hover{
    background: #035fad;
}
.btnDetail a:hover:before{
    content: "";
    background: #ffff00;
}



.box-03{
    background:url(../images/bg-03.jpg) no-repeat center;
    background-size: cover;
    padding: 45px 0;
}
.b03{width: 100%;}
.b03-list{
        display: flex;
}
.b03-left{
    width: 65%;
    display: flex;
    flex-wrap: wrap;
	padding-top:20px;
}
.b03-right{
    width: 35%;
    text-align:center;
    color:#fff;
        padding: 0;
		padding-top:20px;
}
.b03-item{
    position:relative;
    width: calc(100%/3 - 27px);
    margin: 5px;
    overflow: hidden;
        border-radius: 10px;
		    height: 220px;
}
.b03-img img{
        transition: all 0.5s ease 0s;
		height: 155px;
    width: 100%;
}
.b03-item:hover .b03-img img {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
    transition: all 0.5s ease 0s;
}
.b03-txt{
    position: absolute;
    bottom: -130px;
    width: 100%;
    min-height:195px;
    z-index: 1;
    text-align: center;
       -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;

}
.b03-ttl{
    background: #7cade0;
    color: #fff;
    text-transform: uppercase;
        line-height: 22px;
    padding: 7px 2px;
	font-size:11pt;
	height:65px;
}
.b03-sub{
    color:#fff;
}
.b03-item:hover .b03-ttl{
    background:none;
        margin-bottom: 5px;

}
.b03-item:hover .b03-txt{
    bottom:0;
    padding:10px 15px;
}
.b03-item:after{
   opacity:0;
    left:50%;
    right:50%;
    top:0;
    content:"";
    z-index: 0;
    height:100%;
    position:absolute;
    background:#e8c972b0;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    transition: all 0.45s ease 0s;

}
.b03-item:hover:after{
    opacity:1;
    left:0;
    right:0;
}
.b03-sub{
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    margin-bottom:0;
}
.b03-right p{
    margin-bottom: 20px;
    line-height: 21pt;
}

.b03-right p:nth-child(2){
    font-weight: normal;
    font-size: 18px;
    padding: 0;
	text-align: justify;
}
.b03-right p:nth-child(3){
    margin-bottom: 25px;
    font-weight:normal;
	text-align: justify;
	    font-size: 18px;
}
.b03-right p:nth-child(4){
   margin-bottom: 25px;
    font-weight:normal;
    line-height: 25px;
	    font-size: 18px;
		text-align: justify;
}
.ttl-r{
    font-size: 32px;
    color: #ffff00;
    font-weight: bold;
margin-bottom: 30px;
    line-height: 48px;
}
.b03.btnDetail a:before{
        left: 80%;
}

.box-04{padding: 40px 0;}
.box-04 h3{ text-align:center; font-size: 35pt;font-family: arial;font-weight: bold;color: #035fad;line-height: 30pt;padding-bottom: 15pt;}
.b04-tab{display:flex; justify-content:center;}
.b04-tab li{padding:0px 30px; border:1px solid #c0c0c0; border-radius:25px; margin:10px 10px; font-size:11pt; cursor:pointer;position:relative;}
.b04-tab li.active, .b04-tab li:hover{background:#035fad; color:#fff; }
.b04-tab li.active:before, .b04-tab li:hover:before{position:absolute; content:"";border-top: 6px solid #035fad;bottom: -6px;left: 50%;border-left: 6px solid transparent;border-right: 6px solid transparent; }
.b04-logo .current{ padding-top:10px; display:none;}
.b04-logo div img{margin:5px 15px; height:60px; width:auto !important;}
.b04-logo .current.active{display:block;    height: 80px;     overflow: hidden;}

.box-05 {
	padding: 40px 0;
    background:#323c47;
    position:relative;
    color:#fff;
}
.bg-05 {
    width:100%;
    background:#3e4b5a;
    position:relative;
}
.bg-05:before{
    content:"";
    width:30px;
    height:100%;
    position:absolute;
    left:calc(50% - 15px);
    background:#323c47;
     -ms-transform: skewX(25deg); /* IE 9 */
    -webkit-transform: skewX(25deg); /* Safari */
    transform: skewX(25deg); /* Standard syntax */
    z-index:999;
}
.b05-data{ display:flex;justify-content:space-between;}
.b05-data div{padding:15px 0; width:50%;background:#3e4b5a;position:relative;}

.b05-data h4{padding-bottom:10px; text-transform:uppercase;}
.b05-data p{font-size:11pt; padding:5px 0 5px 0; margin:0; line-height:12pt;}

.f-add{background:url('../images/ico_add.gif') no-repeat 0px 0px;  }
.f-tel{background:url('../images/ico_tel.gif') no-repeat 0px 0px; }
.f-phone{background:url('../images/ico_phone.gif') no-repeat 0px 0px; }
.f-email{background:url('../images/ico_email.png') no-repeat 0px 0px; }


.b05-data span{padding-left:22px !important;margin-right:15px;background-size:auto 100%; font-size:10pt; color:#fff;}


.b05-right {
    padding-left:50px !important;
}

.b05-sitemap{width:100%; display:block; padding:25px 0;}
.b05-ul{display:flex; justify-content:space-between; }
.b05-ul li{}
.b05-ul li a{ color:#fff; font-size:10pt; text-transform:uppercase; font-weight:bold;}
.b05-ul li ul{padding-left:18px;}
.b05-ul li ul li{line-height: 20pt;list-style: disc;}
.b05-ul li ul li a{font-size:10pt; text-transform:none; font-weight:normal;}
.copyright{text-align:center; color:#fff; font-size:9pt; padding-top:30px; font-style:italic;}

.text-sub{font-style:italic; font-weight:bold;}
.newsdetail ul, .newsdetail ol{margin-left:40px;margin-bottom: 15px;}
.newsdetail ul li{    
    color: #696969;
    text-align: justify;
    font-size: 17px;
    list-style: disc;}
.newsdetail ol li{
    color: #696969;
    text-align: justify;
    font-size: 17px;
    list-style:decimal;}
.page{
    overflow: hidden;
        padding-top: 95px;
        padding-bottom:50px;
}
.topic-path {
    padding: 10px 0;
    margin: 0;
}
.topic-path li {
    display: inline-block;

}
.topic-path a {
    font-size: 17px;
    text-decoration: none;
    color: #565656;
    font-style:italic;
}
.topic-path span{
     font-size: 17px;
       color: #565656;
    font-style:italic;
}
.topic-path li:after {
    content: '/';
    display: inline-block;
    position: relative;
    margin: 0 8px 0 10px;
}
.topic-path li:last-child:after{
    content:"";
}
.mainvisual .h2{
        font-size: 40px;
    font-weight: bold;
    color: #0060ad;
    margin-bottom: 20px;
}
.box-news-left-right{
    display:flex;
    justify-content:space-between;
}
.nm-content{
    width:65%;
        border: 1px solid #cccc;
    padding: 0 30px;
}
.related-news{
width: 32%;
padding-bottom: 30px;
border: 1px solid #cccc;
}
.n-title{
    font-weight: bold;
    color: #0060ad;
    font-size: 27px;
    margin-bottom: 0;
        padding: 15px 0;
}
.n-date{
    font-size: 17px;
    margin-bottom: 0;
    font-weight: bold;
    color: #f3c310;
}
.n-h3{
    margin-bottom:30px;
}
.other-ttl{
    font-weight: bold;
    color: #0060ad;
    font-size: 27px;
    margin-bottom: 0;
    padding: 15px 30px;
   border-bottom: 1px solid #ccc;
}
.list-other{padding: 30px 30px 0; }
.newsdetail p{color: #696969;text-align: justify;font-size: 17px;line-height: 24px;margin-bottom: 15px;}
.list-other li{display: flex;padding-bottom: 15px;border-bottom: 1px solid #ccc;margin-bottom: 15px;}
.list-other li:last-child{border-bottom:none;}
.other-img{width:115px;}
.other-info{
    font-size: 14px;
    width: calc(100% - 115px);
    padding-left: 20px;
}
.info-ttl {
    line-height:20px;
}
.info-ttl a{
        color: #6d6666;
    font-weight: bold;
}
.info-date{
        color: #f3c310;
    font-weight: bold;
}
.other-all{
    position:relative;
        border: 1px solid #ccc;
    color: #6d6666;
    padding: 5px 20px 5px 10px;
    margin-left: 30px;
}
.other-all:after{
    position: absolute;
    top: 36%;
    right: 5%;
    content: "";
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 5px solid #6d6666;
}
.list-cate{
    position:relative;

}
.list-cate:after{
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background: #ccc;
    bottom: 0;
    left: 0;
    z-index: -9999;
}
.list-cate li{
    position:relative;
display:inline-block;
}
.list-cate li a:hover{
    border-bottom: 2px solid #d60000;
}
.list-cate li a.active{
    border-bottom:2px solid #d60000;
}
.list-cate li a:hover:after,
.list-cate li a.active:after{
    z-index:999;
    content: "";
    position: absolute;
    color: #d60000;
    bottom: -4px;
    left: calc(50% - 5px);
    border-top: 5px solid #d60000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.list-cate li a{
    border-bottom: 2px solid #ccc;
    color: #000;
    font-size: 11pt;
    padding: 10px 12px 7px;
}
.box-news{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.news-left{
width: calc(100%/2 - 10px);
}
.news-right{
    width:50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
 
    border-left: 1px solid #ccc;
}
.nr-item{width:50%;padding-left: 10px;margin-bottom: 10px;}
.nr-item:nth-child(3),.nr-item:nth-child(4){
    margin-bottom:0;
}
.nr-img a{
    position:relative;
    display: block;
}
.nr-ttl{
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0, 57, 98, 0.62);
    color: #fff;
    font-size: 14px;
    padding: 5px 15px;
}
.nl-img{overflow:hidden;}
.nl-img img{width:100%;}
 .nl-img a{
    position:relative;
}
 .news-txt{
     color:rgb(117, 117, 117);
         text-align: justify;
             margin-bottom: 10px;
    line-height: 26px;
    height:104px;
 }
 .nl-ttl{
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0, 57, 98, 0.62);
    color: #fff;
    padding: 10px 15px;
}
 .news-list{
     display:flex;
     flex-wrap:wrap;
     padding: 20px 0;
 }
 .news-item{
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #D5D5D5;
    width: calc(100%/3 - 20px);
    margin-bottom: 40px;
 }
.news-item:nth-child(2), .news-item:nth-child(5),
.news-item:nth-child(8), .news-item:nth-child(11){
    margin:0 30px;
        margin-bottom: 40px;
}
.news-img{
    margin-bottom:0;
    overflow: hidden;
    cursor:pointer;
}
.news-img img{
	width: 100%;
        transition: all 0.5s ease 0s;
}
.news-img:hover img{
        -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
    transition: all 0.5s ease 0s;
}.news-ttl{
    text-align: center;
    margin-bottom: 15px;
    line-height: 30px;
    height:64px;
 }
.news-ttl a{
    color:#333;
    font-size: 23px;
    text-transform:uppercase;
}
.news-ttl a:hover{color:#427deb;}
.news-main{
    padding:20px;
}
.news-rm{
    border-top: 1px solid #D5D5D5;
    margin-bottom: 0;
    text-align: center;
    padding: 10px 0;
}
.news-rm a{color:red;}
.news-rm a:hover{color:#035fad;}
.pager a {
    color: #333!important;
    background: #fff!important;
    border-radius: 20px !important;
    border: 1px solid #333!important;
    padding: 11px 15px !important;
    text-decoration: none;
}

    .pager a:hover {
         color: #fff !important;
        background: #FFCB05 !important;
        border: 1px solid #FFCB05 !important;
    }
    .pager a:last-child{
        padding: 11px 17px !important;
    }

.pager strong {
    padding: 11px 15px !important;
    background: #FFCB05  !important;
    border-radius: 20px !important;
    color: #fff !important;
    font-weight: normal !important;
    border: 1px solid #FFCB05  !important;
}
 .pager span > span:first-child{
    color: #cccccc!important;
    background: #fff!important;
    border-radius: 20px !important;
    border: 1px solid #cccccc!important;
padding: 11px 17px !important;
    text-decoration: none;
 }
.main-slide ul.slick-dots{
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.main-slide ul.slick-dots li{
position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.main-slide ul.slick-dots li button{
font-size: 0;
    line-height: 0;
    display: block;
    width: 30px;
    height: 30px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.main-slide ul.slick-dots li button::before {
    font-family: slick;
    font-size: 45px;
    line-height: 20px;

    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
    content: "•";
    text-align: center;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
    .main-slide ul.slick-dots li.slick-active button::before {
	 color: rgb(211, 168, 9);
    }
    #fancybox-close {
    right: -55px !important;
    top: -15px !important;
}
#fancybox-content{
    box-sizing:content-box;
    background:#fff;
}
.About-Text{
    padding:40px;
        border: 1px solid #e8e8e8;
}
.boxtab{
    border-top: 1px solid #e8e8e8;
    padding: 20px 0 5px;
}
.boxtab li {
    border:none;
        padding: 10px 40px;
}
.boxtab li.active{
        border: 1px solid #c0c0c0;
}
.boxtab li a{
        font-size: 18px;
    color:#333;
	text-transform: capitalize;
}
.boxtab li.active a, .boxtab li:hover a{
          color:#fff;
}
.box-cate{
    margin-left: 25px;
}
.dautu{
    display: flex;
}

.gtcl-ttl{
    background: url(../images/ico-GTCL.jpg) no-repeat left center;
    padding: 25px 90px 25px;
}
.gtcl-ttl-h3{
    font-size: 32px;
    font-weight: bold;
    color: #0060ad;
    margin-bottom: 14px;
}
.gtcl-ttl-sub span{
    padding-top: 8px;
    color: #0060ad;
    font-size: 14pt;
    border-top: 1px dashed #0060ad;
}
.gtcl-txt, .cdsl-txt{
    display:flex;
    justify-content:space-between;
}
.gtcl-txt-l{width: 62%;text-align: justify;}
.gtcl-txt-l ol{
    columns: 2;
}
.gtcl-txt-l ol li {
    font-weight:bold;
    list-style:decimal;
    margin-left: 20px;
    margin-bottom: 14px;
}
.gtcl-txt-l p, .cdsl-txt-l p,
.sdtc-txt-l p{
    color:#595858;
    margin-bottom: 20px;
    line-height:28px;
}

.box-gtcl, .box-cdsl,
.box-sdtc, .box-bld{
    padding-top:70px;
    padding-bottom: 40px;
    box-shadow: 0px 20px 20px -20px grey;

}
.cdsl-ttl{
        background: url(../images/ico_CDSL.jpg) no-repeat left center;
    padding: 25px 90px 25px;
}
.cdsl-txt-l{width:45%;text-align: justify;}
.cdsl-txt-l ul li{padding-left:40px;position:relative;font-weight: bold;}
.cdsl-txt-l ul li:before{content:"";position:absolute;left:0;top:4px;border: 10px solid;}
.sdtc-ttl{
    background: url(../images/ico_SDTC.jpg) no-repeat left center;
    padding: 25px 90px 25px;
}
.bld-ttl{
    background: url(../images/ico_BLD.jpg) no-repeat left center;
    padding: 25px 90px 25px;
}
.bld-profile{
    display: flex;
    width: 785px;
    background: #035ead;
    border-radius: 120px;
    padding: 10px 5px;
    margin-bottom: 10px;
}
.bld-profile:nth-child(2){margin-left:110px}
.bld-profile:nth-child(3){margin-left:235px}
.bld-profile-l{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    overflow: hidden;
    border-radius: 80px;
    width: 113px;
    height: 113px;
}
.bld-profile-r{padding-left:20px;}
.bld-profile-r p{
margin: 0;
    color: #fff;
    font-size: 13pt;
    line-height: 22px;
}
.rheader a{
    color: #fff;
    font-size: 8pt;
    height: 19px;
    padding-top: 0;
    line-height: 15px;
}
.rheader a img{
    height:16px;
    margin-right: 3px;
 }
.limenu{display:none;}
.dropdown-ico{display:none;}
.ttl-child{display:none;}
.bld-cv{margin-left:35px;}
.goog-te-gadget-icon {
    display: none;
}

/*----------------------------------------------------------------------*/
.navsp, .sp {
	display: none;
}
.pc {
	display: block;
}
@media (max-width:1024px){
    .container{
        width:100%;
    }
    #wrapper{
	min-width: 100%;
	padding-top: 50px;
    }
    .gnavi{
        margin-left:0;
        width: calc(100% - 313px);
    }
    .rheader{
        float:left;
        text-align: left;
            width: 127px;
    }
    .rh-lang{
        font-size:0;
    }
    .idx-main-top{
        left:42%;
        top: 145px;
    }
    .gioithieu{
        width: 460px;
    }
    .b01-list {
    width: 650px;
padding-left: 45px;
}
    .news-more dl{
            padding-left: 10px;
    }
    .news-more{
            padding: 0 10px 0 0px;
    }
    .news-more{
            width: 160px;
    }
    .box02{
        padding: 40px 35px;
    }
    .b03-right{
		    width: 40%;
         padding: 125px 0;
    }
    .b03-ttl{
            font-size: 15px;
    }
    .b05-sitemap{
            padding: 25px 20px;
    }
    .bg-05 .container{
            padding: 0 20px;
    }
	.b03-left{
	width: 55%;
    margin-left: 21px;
	}
	.b03-item{
    width: calc(100%/2 - 55px);
    margin: 18px;
	}
		
		
}

@media (max-width:768px) {
.goog-te-gadget-icon {display: inline;}
.rheader{
    width: 65%;
}


h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
    font-size: 16px;
    -webkit-text-size-adjust: none;
}
.sp {
	display: block;
}
.pc {
	display: none;
}

#wrapper {
	min-width: 100%;
	padding-top: 50px;
}
.container {
    width: 100%;
    padding: 0 3%;
}
.header.clone {
    display: none;
}
#header {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    padding: 0;
    background: rgba(148,197,230,0.9);
}
/* MENU-ICON */
.menu-icon {
    width: 45px;
    height: 50px;
    box-sizing: border-box;
    text-transform: uppercase;
    line-height: 1em;
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    z-index: 999;
    background: #333;
    padding: 7px;
    float: right;
}
.menu-icon span {
	display: block;
	margin: 0;
	width: 30px;
	height: 2px;
	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: 17px;
	left: 0;
	position: relative;
}
.menu-icon span::after, .menu-icon span::before {
	display: block;
	content: '';
	position: absolute;
	width: 30px;
	height: 2px;
	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: -8px;
}
.menu-icon span::after {
	margin-top: 8px;
}
.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);
}
.gnavi {
    position: fixed;
    right: 0;
    top: 70px;
    background: rgba(0, 0, 0, 0.91);
    padding: 0;
    display: none;
    text-align: center;
    width:100%;
    z-index: 999999;
    overflow: scroll;
    height:100%;
}
.gnavi li a {
    padding: 0px 20px;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 16px;
    width: 100%;
	position:relative;
}
.gnavi > li.over > a:before {
    content: '';
    position: absolute;
    background: #fff;
    right: 20px;
    left: auto;
    width: 2px;
    height: 16px;
    top: calc(50% - 8px);
    transition: all 0.5s ease;
}
.gnavi > li.active > a:before {
    transform: rotate(90deg);
}
.gnavi > li.over > a:after {
    content: '';
    position: absolute;
    background: #fff;
    right: 13px;
    left: auto;
    width: 16px;
    height: 2px;
    top: calc(50% - 1px);
}
.gnavi li:after {
	display: none;
}
.gnavi li {
	text-align: left;
    float: none;
    width: 100%;
	height: auto;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.gnavi li.active a, .gnavi li:hover a {
    background: none;
}
.bullet_1{
  left:50%;
display:none;
}

.gsub{
    width: 100%;
    background: none;
    position: relative;
    display: none;
}
.gsub li a{
	display: flex;
	line-height: 45pt;
	font-size: 14px;
}
/* .gsub li, .gsub li a{ */
    /* border-bottom:none; */
/* } */
.idx-main-top .container {
    height: 550px;
}
h1 {
    padding: 30px 0 20px;
}
#index h2 {
    font-size: 34px;
}
.idx-main-txt01 {
    font-size: 22px;
	line-height: 1.2em;
}
.idx-main-txt01 span {
    font-size: 16px;
}
.idx-main-price {
    font-size: 26px;
}
.idx-main-time, .idx-main-place {
    font-size: 16px;
}
.main-slide p {
    height: 550px;
}
.box01 {
    padding: 40px 0;
}
#index h3 {
    font-size: 26px;
}
.b01-main {
    display: block;
	padding: 0;
}
.b01-list {
    width: 100%;
    padding-top: 0;
}
.b01-img {
    width: 100%;
    text-align: center;
}
.box02 {
    padding: 40px 0;
}
.box02 .container:before {
    width: 36px;
    height: 30px;
}
.box02 .container {
    padding-top: 50px;
}
.box03 {
    padding: 40px 0 10px;
}
.box04 {
    padding: 40px 0 0;
}
.box05 {
    padding: 100px 0 150px;
}
.b06-txt {
    padding: 0;
    display: block;
}
.b06-txt p {
    width: 100%!important;
}
#index .box05 h3, #index .box06 h3 {
    margin: 0 0 20px;
}
.box06 {
    padding: 0 0 40px;
}
/*.box07, #footer {
    padding: 40px 0;
}*/
#totop {
    right: 3%;
    bottom: 3%;
    width: 40px;
}
.phone {
    margin: 0;
    position: fixed;
    bottom: 3%;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    width: 60px;
    z-index: 999;
    left: 3%;
}



}
@media (max-width:640px) {

}
@media (max-width:480px) {
    .bld-cv{margin-left:0;}
.profile-ttl{text-align:center;}
.bld-cv{display:inherit;}
.boxtab li a{font-size:13px;}
.bld-profile{flex-wrap: wrap;width: 100%;border-radius: 4px;}
.bld-profile:nth-child(2) {margin-left: 0;}
.bld-profile:nth-child(3) {margin-left: 0;}
.bld-profile > div{width:100%;padding-left:0;}
.bld-profile-l{margin:0 auto;}
.bld-ttl{padding: 25px 5px 25px 85px;}
.sdtc-ttl{padding: 25px 5px 25px 85px;}
.cdsl-txt-l{width:100%;}
.cdsl-ttl{padding: 25px 5px 25px 85px;}
.gtcl-txt, .cdsl-txt{flex-wrap: wrap;}
.gtcl-txt-l{width:100%;}
.gtcl-txt-l ol{columns: 1;}
.About-Text{padding:3%;}
.gtcl-ttl{padding: 25px 5px 25px 85px;}
.gtcl-ttl-sub{text-align: justify;}
.gtcl-ttl-sub span{border-top:none;}
.box-news-left-right{flex-wrap: wrap;}
.nm-content{width: 100%;}
.related-news{width: 100%;margin-top: 30px;}
.n-title{line-height:31px;}
.ttl-child{display:block;}
.topic-path a{font-size:15px;}
.ttl-child{font-size: 15pt;color: #000;}
.list-cate li{width:48%;border-bottom: 1px solid #ccc;}
.list-cate li a{border-bottom:none;padding: 0;}
.list-cate li a.active{padding:0 0 6px;}
.list-cate li a:hover:after, .list-cate li a.active:after{display:none;}
.list-cate:after{display:none;}
.dropdown-ico{display:block;}
.mainvisual .h2{position:relative;}
.dropdown-ico{position: absolute;top: 10px;right: 0;padding: 18px 20px;border: 1px solid #ccc;}
.dropdown-ico:before{content: "";border: 10px solid transparent;border-top: 12px solid;position: absolute;left: 11px;top: 14px;}
.page{padding-top:0;}
/*.mainvisual{overflow:hidden;}*/
.dautu{display:block;}
.box-cate{display:none;position: absolute;left: 0;top: 58px;width: 100%;margin-left: 0;background: #f3f3f3;padding: 0 5px 15px;z-index:1;border: 1px solid #f3f3f3;}
.box-news {display: block;justify-content: space-between;margin-top: 15px;}
.news-left {width: 100%;margin-bottom: 10px;}
.news-right{width: 100%;border-left:none;}
.nr-item {width: 50%;padding: 5px;margin-bottom: 0;}
.news-list{padding: 45px 0;}
.news-item{width: 100%;}
.news-item:nth-child(2), .news-item:nth-child(5), 
.news-item:nth-child(8), .news-item:nth-child(11){margin:0 0 40px;}
#wrapper {min-width: 100%;padding-top: 70px;}
.b01-list{padding:0;margin-top: 50px;}
.b01-list h3{padding-left: 0;text-align: center;}

.gioithieu{width:100%;}
.news-more dl{padding-left:0;border-left:none;overflow: hidden;}
.news-more{width:100%;margin: 20px 0 0 0;}
.news-more-dtimg-left{width: 150px;float: left;margin-right: 15px;}
.news-1{width:100%;}
.main-slide p{height:300px;}
.idx-main-top{left: 0;top: 20px;padding: 15px;width: 413px;display: none;}
.idx-border{padding:8px;}
.idx-border h2{font-size: 20px;line-height: 26pt;}
.idx-border h2 span{font-size: 30pt;}
.limenu{display:block;}
.menu-icon{margin-top:9px;  }
.rheader{width:57%;margin-left:18px;}
.rheader a{font-size:0;}
.rheader a img{margin:0;}
.rh-search{margin:0;line-height: 0;}
.limenu .rh-imenu{margin:0 auto;padding: 29px 0;}
.hlogo {float: left;width: 90px;margin-top: 13px;}
.b05-list, .b03-main {display: block;padding: 0;}
.b05-item {width: 100%;margin: 0 0 30px;}
.b03-list {width: 100%;display: block;}
.b03-left {width: 100%;margin-left: 0;justify-content: space-between;}
.b03-item {width: 49%;margin: 0 0 10px;}
.b03-ttl {font-size: 14px;line-height: 18px;}
.b03-right {width: 100%;padding: 40px 0;}
#index h2 {
    font-size: 26px;
}
.b02-list{display: block;}
.b02-left {width: 100%;}
.b02-left ul{border-right: none;display: flex;justify-content: space-around;}
.b02-left ul li:after{top: 20px;left: 40%;}
.b02-right{width:100%;}
.b02-left ul li{padding-bottom: 65px;}
.b02-right div img {
    margin-left: 15px;
    margin-bottom: 0;
    border-radius: 12px;
    max-width: 57%;
}
.b04-tab li {
    padding: 0px 2px;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    margin: 5px;
    font-size: 10pt;
    cursor: pointer;
    position: relative;
    line-height: 21px;
    text-align: center;
}
.b04-tab li.active:before, 
.b04-tab li:hover:before{
    left: 45%;
}
.b05-right {
    padding-left: 15px !important;
    border-left: 1px solid #777;
}
.bg-05:before{display:none;}
.b05-ul{flex-wrap: wrap;}
.b05-ul > li{width:calc(100%/3 - 0px);margin-bottom:15px;}
.b05-sitemap {padding: 25px 0px;}
.b01-list ul li a{font-size: 10pt;padding: 10px 3px;}
.b05-ul > li:nth-child(2){padding-left:15px;}
.b05-ul > li:nth-child(4){width:50%;}

}
@media (max-width:425px) {
.b07-2col {
    display: block;
}
.b07-2col input {
    width: 100%;
    min-height: 0;
    margin: 0 0 10px;
}
.b07-2col input:last-child {
	margin: 0;
}
}
@media (max-width:375px) {
.rheader {width: 52%;margin-left: 17px;}
.b05-data h4{font-size:12px;font-weight: bold;}
.b05-ul > li{width:50%;}
.b05-ul > li:nth-child(2){padding-left:0;}
.b05-ul > li:nth-child(4){width:50%;}
}















