/*========== Title Gallery ===========*/
.da-slider{
    background:none !important;
}
.kh .title_kh {
    font-size: 25px;
}
.video-tiale{
  text-align: center;
  color: #508d35;
  margin-top: 38px;
  font-family: 'Hanuman', Gabriola, serif, Battambang;
  font-size: 35px;
}
.list_videos{
    float:left;
    width:100%;
    margin: 20px 0px 10px 0px;
}
.frame-videos{
    min-height:200px;
    margin-bottom:25px;
}
.frame-videos h2{
    width: 100%;
    margin: 0;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    color:#2b742b;
    text-align:center;
}

.body-video{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;

}
.body-video:hover{
    cursor:pointer;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    border-radius:5px;
}
.body-video:hover h2{
    border-radius: 0px 0px 5px 5px;
}

/* List Gallery */

.icon_play{
    position: absolute; left: 40%; top: 35%; cursor: pointer;
    height: 36px;
    width: 52px;
    background: url("imgs/symbol_play.png") center no-repeat;
}

.frame-videos .image_gallery{
    position: relative;
    width: 100%;
    height: 170px;
    background: url("imgs/blank.png");
    border: 2px solid #0b336f;
}


.frame-videos h2 a:link, .frame-videos h2 a:visited{
    color: #626262;
}

.frame-videos h2 a:hover, .frame-videos h2 a:active{
    color: #444242;
}

.g_left{margin-right: 28px;}

.title_detail{
    font-size: 20px;
    font-weight: 600;
    border-bottom: 2px solid #2b742b;
    height: 35px;
    margin-bottom: 20px;
    margin-top: 29px;
    color: #2b742b;
}
.body-video {
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #2b742b;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #fff !important;
    background: #2b742b !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-right: 1px solid #ddd !important;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    display: none;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    display: none;
}
.pagination>li>a, .pagination>li>span {
    color: #000 !important;
    background: none !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-right: 1px solid #fff !important;
}
@media only screen and (max-width:736px){
  .frame-videos .image_gallery{
    height: 260px;
  }
  .icon_play{
    top:40%;
  }
}
@media only screen and (max-width:320px){
  .frame-videos .image_gallery{
    height: 240px;
  }
}
