@charset "utf-8";

/***************************************************************************
*
* gioithieu.css
*
***************************************************************************/
#content{
    background: #ddd;
}
.banner{
	background: url(../img/common/banner.png) no-repeat top left;
	padding: 111px 0 224px;
	position: relative;
}
.banner .text1{
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 5px;
    text-shadow: -1px 4px 11px #000;
    margin: 10px 0 0 37px;
}
.banner .text1 span{
	padding-left: 66px;
}
.banner .text2{
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 8px;
    text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.7803921568627451);
    margin: 43px 0 0 43px;
    font-style: italic;
}
.banner .text3{
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 6px;
    text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.7803921568627451);
    margin: 34px 0 0 101px;
}
.banner .img{
    position: absolute;
    bottom: 46px;
    right: 107px;
}
.area1{
    text-align: center;
	padding-top: 86px;
    padding-bottom: 80px;
}
.areaTitle{
    letter-spacing: 0;
/*    border-bottom: 2px solid #000;*/
    display: inline-block;
    vertical-align: top;
    line-height: 1.3;
    font-weight: 500;
    position: relative;
}
.areaTitle:before{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 2px;
    background: #a55727;
}
.area1 .row ul{
    margin-top: 50px;
    overflow: hidden;
}
.area1 .row ul li{
    float: left;
    width: 23%;
    margin: 10px;
    background: #fff;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.area1 .row ul li a img{
    transition: all 0.25s;
    position: relative;
}
.area1 .row ul li a:hover img{
    transform: scale(1.2);
}
.area1 .row ul li .title_activity{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    text-align: left;
    font-size: 14px;
}
/*.fancybox-inner{
    overflow: hidden !important;
}*/
.row_content_pop{
    display: none;
}
.row_content_pop .title_activity_2{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    font-size: 16px;
    word-break: break-all;
    font-weight: bold;
    text-align: center;
}
/*.row_content_pop .img_pop{
    height: 100%;
}*/
.row_content_pop .img_pop img{
    width: auto;
    height: 100%;
}
/*.row_content_pop{
    height: 100%;
}*/
@media(max-width: 768px){
    .area1{
        padding-top: 30px;
    }
    .area1 .row ul li{
        width: 49%;
        margin: 0;
        margin-right: 2%;
        margin-bottom: 4%;
        height: 200px;
    }
    .area1 .row ul li:nth-child(2n){
        margin-right: 0;
    }
}
@media(max-width: 414px){
    .area1 .row ul li{
        height: 120px;
    }
}
