/*====================================================*/
.serviceS{
    background: #eeeeee;
}
.serviceS:after{
    content: "";
    display: block;
    clear: both;
}
.serviceS .img{
    width:48%;
    float: left;
}
.serviceS .img .wrap{
    padding-top: 66.666666%;
    position: relative;
    overflow: hidden;
}
.serviceS .img .wrap img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.serviceS .img:hover .wrap img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.serviceS .caption {
    overflow: hidden;
    padding: 40px 50px;
}
.serviceS .per{
    margin-bottom: 20px;
}
.serviceS .per span {
    display: inline-block;
    line-height: 20px;
    background: #31439b;
    padding: 5px 9px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 13px;
    line-height: 21px;
}
.serviceS .tend{
    margin-bottom: 10px;
}
.serviceS .tend a{
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    max-height: 600px;
    overflow: hidden;
}
.serviceS .tend a:hover{
    color:#31439b;
}
.serviceS .des{
    overflow: hidden;
    max-height: 72px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 23px;
}
.serviceS .date{
    color: #31439b;
    padding-left: 20px;
    position: relative;
}
.serviceS .date:before{
    content: "\f133";
    font-family: "FontAwesome";
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slideservice .slick-dots{
    position: absolute;
    bottom: 40px;
    right: 40px;
    text-align: center;
    z-index: 1;
}
.slideservice .slick-dots li{
    margin-left: 10px;
    display: inline-block;
}
.slideservice .slick-dots li button{
    width:10px;
    height:10px;
    font-size: 0;
    padding: 0;
    border:none;
    border-radius: 100%;
    background: #bbbbbb;
}
.slideservice .slick-dots li.slick-active button{
    background: #31439b;
}
.slideservice{
    margin-bottom: 30px;
}
/*==================================================*/
.service{
    border: 1px solid #ddd;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 60px;
}
.service .img{
    padding-top: 66.666666%;
    position: relative;
    overflow: hidden;
}
.service .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    max-width: initial;
}
.service .img:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.service .date {
    font-size: 13px;
    line-height: 21px;
    background: rgba(33, 156, 94, 0.85);
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 10px;
    color:#ffffff;
    padding-left: 30px;
}
.service .date:before{
    content: "\f133";
    font-family: "FontAwesome";
    position: absolute;
    left:10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.service .tend{
}
.service .tend a{
    display: block;
    font-size: 1.2em;
    line-height: 1.3;
    font-weight: 600;
    overflow: hidden;
}
.service .des{
    color: #555555;
    max-height: 66px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.service .hexagon{
    position: absolute;
    bottom: -35px;
    left: calc(50% - 40px);
    height: 70px;
    padding: 15px 2px;
    line-height: 40px;
    font-size: 1.6em;
    margin: 0;
    min-width: 80px;
    z-index: 9;
}
.service .hexagon:before,
.service .hexagon:after {
    height: 70px;
    border-width: 20px;
    border-bottom-width: 35px;
    border-top-width: 35px;
}
.service .hexagon:before {
    bottom: 34.5px;
}
.service .hexagon:after {
    bottom: -34.5px;
}
.service:hover .hexagon{
    color: #fff;
}
/*====================================================*/
/*====================================================*/
.detail_service{
    max-width: 900px;
    margin: 0 auto;
}
.the-title{
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
.the-title:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    border-bottom: solid 1px #31439b;
}
.the-title h1{
    font-size: 26px;
    line-height: 34px;
    font-weight: normal;
    text-transform: uppercase;
}
.the-date{
    color:#999999;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #999999;
}
.the-content{
    text-align: justify;
    margin-bottom: 20px;
}
.the-content img{
    max-width: calc(100% - 30px);
    display: block;
    margin: 15px auto;
}
/*========TEMPLATE TABLE========*/
.tableDesign table{
    text-align: center;
    /*font-family: "Times New Roman";*/
    border: solid 1px #333333;
    border-bottom: none;
}
.tableDesign table tr th{
    background: #ccc0da;
    padding: 5px 10px;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: bold;
}
.tableDesign table tr th,
.tableDesign table tr td{
    text-align: center;
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
}
.tableDesign table tr td.mon{
    font-weight: bold;
    text-transform: uppercase;
}
.tableDesign table tr th:last-child,
.tableDesign table tr td:last-child{
    border-right: none;
}
/*==============================*/
/*================================================*/
.boxSidebar{
    margin-bottom: 30px;
}
.boxSidebar .title {
    font-size: 15px;
    line-height: 23px;
    background: #31439b;
    color: #ffffff;
    text-transform: uppercase;
    padding: 9px 15px;
    font-weight: 600;
    margin-bottom: 10px;
}
div#slide-more .slick-arrow {
    width: 30px;
    height: 60px;
    font-size: 0;
    background: rgba(255, 255, 255, 0.65);
    border: none;
    position: absolute;
    top: calc(50% - 30px);
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #31439b;
}
div#slide-more .slick-prev{
    left:15px;
}
div#slide-more .slick-next{
    right:15px;
}
div#slide-more .slick-arrow:after{
    font-family: "FontAwesome";
    font-size: 26px;
    line-height: 34px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
div#slide-more .slick-prev:after{
    content: "\f104";
}
div#slide-more .slick-next:after{
    content: "\f105";
}
div#slide-more .slick-arrow:hover{
    background: #ffffff;
}
div#slide-more .img{
    margin-bottom: 10px;
    overflow: hidden;
}
div#slide-more .img img{
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
div#slide-more .img:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
div#slide-more .tend h3{
    font-weight: normal;
    line-height: initial;
}
div#slide-more .tend a{
    font-size: 16px;
    line-height: 24px;
    display: block;
    font-weight: 500;
}
/*===============================================*/
.serviceOther .title{
    margin-bottom: 15px;
}
.serviceOther .title h2{
    font-size: 25px;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: 600;
}
.serviceOther ul li{
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}
.serviceOther ul li:before{
    content: "\f0da";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 22px;
    color:#999999;
}
.serviceOther ul li a{
    font-size: 15px;
    line-height: 23px;
}
.serviceOther ul li a span{
    font-size: 14px;
    line-height: 22px;
    color:#999999;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
	.serviceS .caption{
	    padding: 20px;
	    padding-bottom: 50px;
	}
	.serviceS .tend a{
	    font-size: 20px;
	    line-height: 28px;
	    max-height: 56px;
	}
	.serviceOther ul li a span{
	    float: none;
	    display: block;
	}
}

@media all and (max-width: 768px){
	.the-title h1 {
	    font-size: 18px;
	}
	.serviceSmall{
	    margin-bottom: 20px;
	}
	.serviceSmall:after{
	    content: "";
	    display: block;
	    clear: both;
	}
	.serviceSmall .img{
	    width: 160px;
	    float: left;
	    margin-right: 20px;
	    margin-bottom: 0;
	}
	.serviceSmall .tend{
	    overflow: hidden;
	}
	.serviceSmall .tend a{
	    height:initial;
	}
	.serviceS .img{
	    width:100%;
	    float: none;
	}
	.slideservice .slick-dots {
	    bottom: 25px;
	    right: 25px;
	    left: 25px;
	}
	.service:after{
	    content: "";
	    display: block;
	    clear: both;
	}
}

@media all and (max-width: 360px){
	.serviceSmall .img{
	    width: 100%;
	    float: none;
	    margin-bottom: 5px;
	}
	.serviceSmall .tend{
	    overflow: initial;
	}
	.date_share{
	    display: block;
	}
	.date_share .ds_share ul li{
	    margin-left: 0;
	    margin-right: 5px;
	}
	.service .img{
	    width: 100%;
	    padding-top: 66.666666%;
	    float: none;
	    margin-right: 0;
	    margin-bottom: 10px;
	}
}