﻿

/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/


/*------------------------------------------------------------------- 991px x 768px ---------------------------------------------------------------------*/

@media (min-width: 1200px) and (max-width: 1500px) {}

@media screen and (max-width: 1023px) {
    .header {
        padding: 10px 0px 0px 0px;
    }
    .header::after {
        background: inherit;
        position: inherit;
    }
    .logo{
        text-align: center !important;
        padding-bottom: 0px;
        text-align: center;
        max-width:90%;
    }

.container-fluid {
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 0px;
	margin-left: 0px;
}
    .titlepage h2 {
        font-size: 25px;
        line-height: 25px;
    }
    .images_box {
        padding-top: 0px;
    }
    .down_btn a {
        display:none;
    }
        
    #sidebarCollapse {
        padding-right: 8px;
    }
    .banner_main {
        padding: 0px 0 90px 0;
    }
    .text-bg h1 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    .text-bg p {
     font-size: 17px;
     display: block;
     color: #E3FCD2;
     line-height: 20px;
     padding-bottom: 10px;
     font-weight: 600;
}
    .images_box figure img {
     width: 120%; 
     height:120%; 
}

.titlepage li {
	margin: 0 0 1em 0;
	padding: 0;
	position: relative;
	border-bottom: 1px #F96C00 dashed;}

.titlepage li a{
font-family:"Microsoft JhengHei UI";
   font-size: medium;
   color:#2BA59B;
   font-weight:600;
   	white-space: inherit;
	overflow: visible;
	text-overflow:initial;
	text-align: left;
	display: inline-block;
	position: relative;
	text-align: justify;
    text-justify:inter-ideograph;

}

.titlepage li a:hover{
   color:#F96C00;
   font-weight:500;
}

   .about {
     background: #fafafa;
     padding: 20px 0;
    }

    .about_img {
        padding-bottom: 5px;
    }

    .about .titlepage p {
     color: #010a05;
     font-size: 17px;
     line-height: 25px;
     font-weight: 550;
     padding-bottom: 40px;
     }


    .padding_left0 {
        padding-left: 10px;
    }
    .padding_right0 {
        padding-right: 10px;
    }
   .work {
     background: #ffffff;
     padding: 20px 0;
    }


    .work_img {
        padding-right: 0;
        padding-top: 10px;
    }

    .work .titlepage p {
     color: #010a05;
     font-size: 17px;
     line-height: 25px;
     font-weight:550;
     padding-bottom: 40px;
}

.read_more {
     font-size:15px;
     background-color: transparent;
     border: #52BF96 solid 5px;
     color: #5C8723 !important;
     padding:5px 0px;
     width: 100%;
     max-width: 150px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     border-radius: 20px;
     font-weight: bold;
     margin:20px 0px 20px 0px;
}

.read_more:hover {
     background: #2B9283;
     color: #fff !important;
     transition: ease-in all 0.5s;
}

.read_more1 {
     font-size:15px;
     background-color: transparent;
     border: #52BF96 solid 5px;
     color: #2B9283 !important;
     padding: 5px 0px;
     width: 100%;
     max-width: 150px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     border-radius: 40px;
     font-weight: bold;
}

.read_more1:hover {
     background: #2B9283;
     color: #fff !important;
     transition: ease-in all 0.5s;
}

}

