@font-face{
    font-family:Baomoi;
    src:url(Baomoi_gdi.eot?v=1);
    src:url(Baomoi_gdi.eot?#iefixv=1) format('embedded-opentype'),
    url(Baomoi_gdi.woff?v=1) format('woff'),
    url(Baomoi_gdi.ttf?v=1) format('truetype')
}
@font-face{
    font-family:Baomoi;
    src:url(Baomoi-Italic_gdi.eot?v=1);
    src:url(Baomoi-Italic_gdi.eot?#iefixv=1) format('embedded-opentype'),
    url(Baomoi-Italic_gdi.woff?v=1) format('woff'),
    url(Baomoi-Italic_gdi.ttf?v=1) format('truetype');
    font-style:italic
}
@font-face{
    font-family:Baomoi;
    src:url(Baomoi-SemiBold_gdi.eot?v=1);
    src:url(Baomoi-SemiBold_gdi.eot?#iefixv=1) format('embedded-opentype'),
    url(Baomoi-SemiBold_gdi.woff?v=1) format('woff'),
    url(Baomoi-SemiBold_gdi.ttf?v=1) format('truetype');
    font-weight:700
}
@font-face{
    font-family:Baomoi;
    src:url(Baomoi-SemiBoldItalic_gdi.eot?v=1);
    src:url(Baomoi-SemiBoldItalic_gdi.eot?#iefixv=1) format('embedded-opentype'),
    url(Baomoi-SemiBoldItalic_gdi.woff?v=1) format('woff'),
    url(Baomoi-SemiBoldItalic_gdi.ttf?v=1) format('truetype');
    font-weight:700;font-style:italic
}
@font-face {
    font-family: 'VNF-Lobster';
    src: url('VNF-Lobster.ttf');
    src: url('VNF-Lobster?#iefix') format('embedded-opentype'),
    url('VNF-Lobster.ttf') format('truetype');
}
*{
    padding: 0px;
    margin: 0px;
}
p{

}
li{
    list-style: none;
}
h1,h2,h3,h4,h5,h6{
    margin: 0px;
}
body{
    font-size: 18px;
    font-family: Baomoi;
    line-height: 30px;
}
.top{
    width: 100%;
    height: 45px;
    background-color: #135F74;
}
.top .hotline i{
    float:left;
    line-height: 45px;
    margin-right:10px;
    color:#fff;
    margin-left: 20px;
    font-size: 13px;
}
.top .hotline a{
    float:left;
    line-height: 45px;
    color:#fff;
    font-size: 15px;
}
.top .share a{
    font-size:16px;
    float: right;
    margin-left: 10px;
    line-height: 30px;
    margin-top: 7px;
}
.top .hotline i.fa-envelope-o{
    margin-left: 50px;
}
.menu{
    width: 100%;
    transition: 2s all ease;
    background-color: #f9f8f6;
}
.menu_top ul.nav_menu li{
    display: inline-block;

    margin-top: 5px;
    height: 60px;
}
.menu_top ul.nav_menu li a{
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    color: #555;
    text-transform: uppercase;
    border-right: 1px solid #d1d1d1;
}
.menu_top ul.nav_menu li a:hover{
    color:#e3b05c;
    text-decoration: none;
}
.menu_top ul.nav_menu li a.image_logo{
    border-right: none;
}
.menu_top ul.nav_menu li:last-child{
    border-right: none;
}
.menu_top ul.nav_menu li a img{
    width: 80px;
}
.share a{
    color:#135F74;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #fff;
    line-height: 30px;
    text-align: center;
}
.menu_top ul.nav_menu li .submenu{
    position: absolute;
    z-index: 99999;
    background-color: #fff;
    border-top:2px solid #135F74;
    margin-top: 27px;
    display: none;
    text-align: left;
}
.menu_top ul.nav_menu li .submenu li{
    border-right: none;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    height: auto !important;
    border-bottom: 1px solid #d9d9d9;
}
.menu_top ul.nav_menu li .submenu li:last-child{
    border-bottom: none;
}
.menu_top ul.nav_menu li .submenu li a{
    text-transform: inherit;
    border-right: none;
    line-height: 40px;
}
.menu_top ul.nav_menu li:hover .submenu{
    display: block;
}
.nav_menu{
    margin-bottom: 0px;
    float: right;
}
.nav_menu ul{
    text-align: right;
    margin-bottom: 0px;
}
.logo{
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}
.nav_menu ul li{
    display: inline-block;
    position: initial;
}
.nav_menu ul li a{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 100px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.nav_menu ul li a:hover{
    text-decoration: none;
    color:#135F74;
    background-color: inherit;
}
.nav_menu ul li ul{
    position: absolute;
    min-width: 200px;
    z-index: 99999999;
    background-color: #135F74;
    padding: 0px;
    margin-left: 0px;
    text-align: left;
    transition: 0.3s all ease;
    margin-top: -30px;
    opacity: 0;
}
.nav_menu ul li ul li{
    display: block;
    width: 100%;
    border-bottom: 1px solid #135F74;
}
.nav_menu ul li ul li a{
    line-height: 40px;
    color: #135F74;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    font-weight: normal;
}
.nav_menu ul li ul li a{
    background-color: #fff;
    color:#135F74;
}
.nav_menu ul li ul li a:hover{
    color:#fff;
}
.nav_menu ul li:hover ul{
    margin-top: 0px;
    opacity: 1;
}
.logo img{
    height: 80px;
}
.top .share a:hover .fa-facebook{
    color: #4267b2;
}
.top .share a:hover .fa-youtube{
    color:#cc181e;
}
.top .share a:hover .fa-twitter{
    color:#1da1f2;
}
.top .share a:hover .fa-google-plus{
    color:#db4437;
}

.owl-prev{
    top: calc(50% - 20px);
    position: absolute;
}
.owl-next {
    position: absolute;
    top: calc(50% - 20px);
    right: 0px;
}
.tieuchi{
    width: 100%;
    padding-top: 70px;
    /*background-image: url('../img/bg_hangnghin.png'); */
    background-size: 100%;
    background-position: center;
}
.item_tieuchi{
    width: 100%;
    overflow: hidden;
    height: 125px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.box_icon{
    width: 25%;
    display: inline-block;
    float: right;
    padding-left: 20px;
    padding-right: 20px;
}
.tieuchi_right .box_icon{
    float: left;
}
.box_icon img{
    max-width: 100%;
}

.item_tieuchi h3{
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 15px;
}
.item_tieuchi p{
    font-size: 18px;
    line-height: 20px;
}
.title_home{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.box_description{
    width: 100%;
}
.box_description {
    float: left;
    text-align: right;
    width: 75%;
}
.tieuchi_right .box_description {
    text-align: left;
}
.title_home h3,.title_home h1{
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    color:#135F74;
}
.title_home h1{
    font-weight: 700;
    font-size: 32px;
}
.title_home h3 a{
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    color:#135F74;
}
.title_home h3 a:hover{
    text-decoration: none;
}
.title_home h3 strong{
    color:#135F74;
}
.title_home img{
    margin-top: 15px;
    max-width: 100%;
}
.title_home p{
    color: #777;
    margin-top: 10px;
    line-height: 20px;
}
.fb-comments iframe{
    width: 100% !important;
}
.about{
    width: 100%;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 70px;
}
.about h4{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}
.about .detail p{
    color:#575454;
    margin-bottom: 0px;
}
.about .owl-nav{
    display: none;
}
.about .owl-dots{
    height: 40px;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;
}
.about .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    margin-right: 10px;
    margin-top:15px;
}
.about .owl-dots .active{
    background-color: #135F74;
}
.about .owl-carousel .owl-item img {
    height: 370px;
    width: 100%;
    object-fit: cover;
}
.view_more{
    background-color: #135F74;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    color:#fff;
    margin-top: 20px;
    display: inline-block;
}
.view_more:hover{
    background-color: #0c3c49;
    text-decoration: none;
    color:#fff;
}
.service{
    padding-top: 70px;
    padding-bottom: 70px;
    width: 100%;
    background-color:#135F74;
}
.service .owl-nav{
    display: none;
}
.service .owl-dots{
    width: 100%;
    height: 10px;
    text-align: center;
    margin-top: 10px;
}
.service .owl-dots .owl-dot{
    width: 30px;
    height: 10px;
    background-color: #fff;
    margin-right: 10px;
    display: inline-block;
}
.service .owl-dots .active{
    background-color: #0b84a5;
}
.item_service{
    background-color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
    text-align: center;
    box-shadow: 0px 0px 8px 2px rgba(0,0,0, .18);
    margin-top: 10px;
    margin-bottom: 10px;
}
.item_service h3 a{
    font-size: 18px;
    color:#135F74;
    line-height: 70px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}
.ch-grid {
    display: block;
    list-style: outside none none;
    margin: auto;
    overflow: hidden;
    padding-top: 20px;
    text-align: center;
}
.ch-grid li {
    width: 25%;
    overflow: hidden;
    display: inline-block;
    float: left;
    padding: 15px;
}
.ch-item {
    width: 100%;
    height: 250px;
    position: relative;
    cursor: default;
    transition: all 0.4s ease-in-out;
    display: block;
    box-shadow: 0px 0px 10px 3px #d1d1d1;
}
.ch-item.ch-img-1 {
    background-position: center center;
    background-size: auto 100%;
}
.ch-grid:after, .ch-item:before {
    content: '';
    display: table;
}
.ch-info {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: scale(0);
    backface-visibility: hidden;
}
.ch-grid li .title_cate {
    background: white;
    width: 220px;
    height: 50px;
    border-radius: 10px;
    box-shadow: 0 0 5px #ccc;
    margin-bottom: 20px;
    margin-top: 20px;
    box-shadow: 0px 0px 10px 3px #d1d1d1;
}
.ch-grid li .title_cate h2 a {
    color: #135F74;
    line-height: 50px;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}
.ch-info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 18px;
    margin: 0 30px;
    padding: 65px 0 0 0;
    font-family: 'Open Sans', Arial, sans-serif;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3);
    line-height: 25px;
}
.ch-info p {
    color: #fff;
    padding: 10px 5px;
    font-style: italic;
    margin: auto;
    font-size: 12px;
    border-top: 1px solid rgba(255,255,255,0.5);
    width: 65%;
}
.ch-item:hover {
    box-shadow: inset 0 0 0 125px rgba(19,95,116, 0.7), inset 0 0 0 16px rgba(19,95,116,0.6), 0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
    opacity: 1;
    transform: scale(1);
}
.ch-info p a:hover {
    color: rgba(255,242,34, 0.8);
}
.album{
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
}
.video{
    background-color: #fafafa;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    overflow: hidden;
}
.box_video {
    display: block;
    position: relative;

}
.box_thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
}
.box_thumbnail img {
    width: 100%;
}
.list_video_right img{
    height: 193px;
}
.box_thumbnail>a {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    background-color: rgba(19,95,116,0.2);
    padding: 0px 30px;
    text-align: center;
    color: #111111;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
    height: 100%;
    display: none;

}
.box_thumbnail>a>i {
    color: #e71818;
    font-size: 40px;
    margin-right: 10px;
    position: relative;
    top: calc(50% - 34px);
}
.box_thumbnail:hover a{
    display: block;
}
.list_video_right .box_video{
    margin-bottom: 15px;
}

.video .title_home{
    margin-bottom: 30px;
}
.video-graphics { position: relative; margin-top: 60px; }
.video-graphics .owl-prev{
    width: 25px;
    height: 50px;
    color:#333;
    text-align: center;
    line-height: 54px;
    left: -35px;
}
.video-graphics .owl-next{
    width: 25px;
    height: 50px;
    color:#333;
    text-align: center;
    line-height: 54px;
    right: -35px;
}
.video-graphics .owl-next i, .video-graphics .owl-prev i {
    font-size: 35px;
}
.video-graphics a {
    color: #333;
}
.video-graphics a:hover {
    text-decoration: none;
}

.ykienkhachhang{
    background-image: url(../img/bg_ykien.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size:100%;
    margin-bottom: 70px;
}
.content_ykien{
    height: 510px;
    background-color: rgba(19,95,116, 0.7);
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
}
.ykienkhachhang .title_home h3 a{
    color:#fff;
    font-size: 26px;
}
#ykienkhachhang .item_y{
    text-align: center;
    /*width: 800px;*/
    margin: auto;
}
#ykienkhachhang .item_y img{
    border:1px solid #fff;
    padding: 1px;
    width: 148px;
    height: 148px;
    border-radius: 50%;
    object-fit: cover;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
#ykienkhachhang .item_y h3{
    color:#fff;
    font-size: 24px;
    margin-bottom:10px;
}
#ykienkhachhang .item_y p{
    color:#fff;
}
#ykienkhachhang .owl-prev{
    width: 25px;
    height: 50px;
    background: transparent;
    color:#fff;
    text-align: center;
    line-height: 54px;
}
#ykienkhachhang .owl-next{
    width: 25px;
    height: 50px;
    background: transparent;
    color:#fff;
    text-align: center;
    line-height: 54px;
}
#ykienkhachhang .owl-prev i, #ykienkhachhang .owl-next i {
    font-size: 32px;
}
.news_event{
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
}
.news_event .title_news h3 a{
    font-size: 24px;
    color:#575454;
    text-transform: uppercase;
    margin-left: 20px;
}
.news_event .title_news h3 a::before{
    content: "";
    width: 7px;
    height: 24px;
    background: #135F74;
    position: absolute;
    margin-left: -20px;
}
.item_event{
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.item_event img{
    width: 100%;
    position: relative;
}
.item_event a{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color:rgba(19, 95, 116, 0.5);
    top:0px;
    display: none;
}
.item_event a span{
    margin-left:20px;
    margin-right: 20px;
    border:1px solid #fff;
    display: block;
    color:#fff;
    margin-top: 10%;
    text-align: center;
    padding: 10px;
    line-height: 20px;
}
.item_event a:hover{
    text-decoration: none;
}
.item_event:hover a{
    display: block;
}
.list_event{
    margin-top: 25px;
}
.list_news{
    margin-top: 15px;
}
.item_news{
    border-bottom: 1px dotted #d1d1d1;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
.item_news img{
    width: 100%;
    transition: 0.3s all ease;
}
.item_news a{
    overflow: hidden;
    display: block;
}
.item_news img:hover{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.service .owl-dots{
    display: none !important;
}
.item_news h3 a{
    font-size: 16px;
    font-weight: 600;
    color:#575454;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;

}
.item_news h3 a:hover{
    text-decoration: none;
    color:#135F74;
}
.item_news .time_author{
    font-size: 12px;
    color:#949191;
    overflow: hidden;
    margin-bottom: 0px;
    margin-top: 5px;
}
.item_news .time_author span{
    float:left;
    margin-right:30px;

}
.partner{
    width: 100%;
    padding-bottom:70px;
}
#logo-partner{
    margin-top: 20px;
}
.footer{
    width: 100%;
    padding-top: 70px;
    padding-bottom: 40px;
    background-color: #135F74;
}
.panel-default{
    border:none;
}
.panel{
    background-color: initial;
}
.footer h4 a{
    font-size: 20px;
    color:#fff;
}
.footer p{
    color:#fff;
}
.panel-collapse{
    padding: 10px;
}
.panel-collapse p{
    margin-bottom: 5px;
    line-height: 20px;
}
.owl-carousel .owl-item img{
    width: 100%;
}
.album-i {
    background: #135F74;
    border: 2px #fff solid;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    margin: -22px auto 0;
    position: relative;
}
.album-i i {
    width: 45px;
    height: 45px;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
}
.mask {
    opacity: 0.3;
    overflow:visible;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;

}
.image_service:hover .mask {
    opacity: 1;
    background:rgba(255,255,255,0.8) url(../img/logohover.png) no-repeat center center;
    background-size: 100px 100px;
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    -o-background-size: 100px 100px;
}

.image_service{
    position: relative;
    width: 100%;
    height: 230px;
    overflow: hidden;
}
.menu_mobi,.header_mobi{
    display: none;
}
.top .share a:hover .fa-facebook{
    color: #4267b2;
}
.top .share a:hover .fa-youtube{
    color:#cc181e;
}
.top .share a:hover .fa-twitter{
    color:#1da1f2;
}
.top .share a:hover .fa-google-plus{
    color:#db4437;
}
.banner_album{
    height: 130px;
    width: 100%;
    background: #135F74;
    padding-top: 40px;
    color: #fff;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.content_detail .item_service{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 30px;
}
.content_detail .image_service img{
    height: 276px;
}
.content_detail{
    margin-bottom: 50px;
    overflow: hidden;
}
.pagination_page{
    width: 100%;
    margin-top: 30px;
}
.pagination_page ul{
    width: 100%;
    text-align: center;
}
.pagination_page ul a{
    border: 1px solid #135F74;
    color: #135F74;
    padding: 5px 15px 5px 15px;
    margin-right: 5px;
}
.pagination_page ul a:hover{
    background-color: #135F74;
    color:#fff;
}
.pagination_page ul a.active{
    background-color: #135F74;
    color:#fff;
}
.grid-item{
    margin-bottom: 30px;
}
.grid-item > a > span {
    background-color: rgba(63,63,63,.8);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 2;
}

.grid-item > a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    z-index: 1;
    visibility: hidden;
}
.grid-item > a:hover > span {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.grid-item > a:hover{
    box-shadow: 0px 0px 8px 3px #aaa;
    display: block;
}
.list-news .item_service h3 a{
    color:#333;
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    
}
.list-news .item_service h3, .list-news .item_service p {
    padding: 0 15px;
}
.list-news .item_service{
    height: auto;
    overflow: hidden;
    border-bottom: 20px solid #fff;
}
.list-news .image_service img{
    transition: 0.3s all ease;
}
.list-news .image_service img:hover{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.service .title_home h3{
    color:#fff;
}
.service .title_home p{
    color:#fff;
}
.content_news{
    width:100%;
    overflow: hidden;
    margin-bottom: 40px;
}
.content_news p{
    font-size:17px;
    line-height: 24px;
}
.content_news h2,.content_news h3{
    font-size:18px;
    line-height: 24px;
}
.content_news img{
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 15px 0;
    display: block;
    text-align: center;
}
.content_news img[role="presentation"] {
    margin: 0;
    display: inline-block;
    max-width: 16px !important;
    text-align: unset;
}
.content_news p>em {
    display: block;
    text-align: center;
}
.sidebar_news{
    width: 100%;
    overflow: hidden;
    padding: 30px;
    background-color: #f7f7f7;
    margin-bottom: 30px;
}
.sidebar_news h3{
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    /* border-bottom: 2px solid #135F74; */
    padding-bottom: 7px;
    color: #135F74;
    font-weight: 600;
}
.sidebar_news p{
    line-height: 20px;
    margin-top: 10px;
}
.list_server_news{
    margin-top: 10px;
}
.list_server_news .list_service_sidebar{
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
}
.list_server_news .list_service_sidebar img{
    width:100%;
}
.list_server_news .list_service_sidebar .img_sidebar{
    width:100%;
    height: 100px;
    overflow: hidden;
    display: block;
}
.list_service_sidebar h4{
    margin-top: 10px;
}
.list_service_sidebar h4 a{
    font-size:14px;
    color:#333;
}
.detail_album img{
    max-width: 100%;
}
.box_video1{
    position: relative;
    margin-bottom: 15px;
}
.box_album{
    height: 276px;
    width:100%;
}
.content_detail .image_service .box_album img{
    width:100%;
    height: auto;
}
.list_banggia{

}
.list_banggia li a{
    position: relative;
    font-weight: bold;
    color: #FFF;
    background: #135F74;
    border-radius: 3px;
    display: block;
    padding: 5px 10px 5px 25px;
    line-height: 24px;
    margin-bottom: 5px;
    cursor: pointer;
}
.list_banggia li a::after{
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    height: 34px;
    width: 25px;
    text-align: center;
    line-height: 34px;
}
.banggia-page .col-md-4:nth-child(3n+1) {
    clear: left;
}
.pagination_page span.current{
	border: 1px solid #135F74;
    color: #fff;
    padding: 5px 15px 5px 15px;
    margin-right: 5px;
    background-color: #135F74;
}
.wp-pagenavi a{
	border: 1px solid #135F74;
    color: #135F74;
    padding: 3px 10px !important;
    margin-right: 5px;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}
.pagination_page span.current{
	 padding: 3px 10px !important;
	 border-color: #135F74 !important;
	 font-weight: normal !important;
}
.wp-pagenavi{
	text-align: center;
}
.sidebar{

}
.sidebar h3{
    font-size:24px;
}
.content_banggia{

}
.content_banggia .item_conent h4{
    font-size:20px;
    text-transform: uppercase;
    color:#135F74;
    margin-bottom: 5px;
}
.item_conent{
    margin-bottom: 30px;
}
.item_conent img{
    width: initial !important;
    height: inherit !important;
    max-width: 100% !important;
}
.item_conent img.line_banggia{
    margin-top: 30px;
}
.list_conent{
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}
.item_conent p{
    margin: 0px;
}
._freepos {
    position: fixed;
    top: 75px;
    z-index: 999999;
    width: 365px;
}

.description_about{
    width: 100%;
    height: 370px;
    background-color: #f7f7f7;
    padding: 30px;
}
.ch-grid li .title_cate h2{
    color: #135F74;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}
.footer h4{
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    padding-left: 10px;
}
.list-news .item_service p{
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.hotline_right{
    float: right;
    display: block;
    height: 40px;
    background-color: #135F74;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 40px;
    color: #fff;
    border-radius: 20px;
    margin-top: 30px;
    margin-left: 15px;
    transition: 0.5s all ease;
}
.hotline_right:hover{
    text-decoration: none;
    background-color: #0f4756;
    color:#fff;
}
.btn_menu_mobile{
    display: none;
}
.content_banggia ul li::before{
    content:"\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color:#333;
}
.panel-group .panel{
    border-bottom: none;
    box-shadow: initial;
}
.f-nav {
    width: 100%;
    z-index: 999;
    background-color: rgba(181,143,96,0.9);
}
.f-nav .logo{
    padding:0px;
}
.f-nav .hotline_right{
    margin-top: 10px;
}
.f-nav .logo img {
    height: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.f-nav .nav_menu ul li a{
    line-height: 60px;
}
.f-nav .nav_menu ul li ul li a{
    line-height: 35px;
}
.title_new{
    font-size: 26px;
    margin-bottom: 15px;
}
.list_tieuchi{
    width: 100%;
}
.list_tieuchi .item_tieuchi{
    width: 50%;
    float: left;
}
.list_tieuchi .item_tieuchi .left{
    width: 50%;
    float: left;
    height: 250px;
    overflow: hidden;
}
.list_tieuchi .item_tieuchi .left img{
    width: 100%;
}
.list_tieuchi .item_tieuchi .right{
    background-color: #135F74;
    height: 250px;
    width: 50%;
    float: left;
    color: #fff;
    padding: 30px;
}
.list_tieuchi .item_tieuchi2 .left{
    float: right;
}
.list_tieuchi .item_tieuchi2 .right{
    float: right;

}
.navi-pagination {
    margin: 30px 0 0 0;
}

.banggia-page .item-content img {
    width: 100% !important;
    height: auto;
}
.banggia-page .item-content {
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.22);
    padding-bottom: 15px;
    margin: 0 0 30px 0;
}
.banggia-page .item-content .item-title {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 15px 0 0 0;
}
.banggia-page .item-content .item-title a {
    color: #135F74;
}
.single-page-banggia .detail-img img {
    width: 100% !important;
    height: auto;
}
.location-photography {
    position: relative;
    margin: 30px 0;
}
.location-photography .tab-content img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.location-photography .nav {
    background: #135F74;
    color: #fff;
    padding: 0 30px;
}
.location-photography .nav > li {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
}
.location-photography .nav > li:last-child {
    border-bottom: 0;
}
.location-photography .nav > li > a {
    color: #fff;
}

.location-photography .nav > li > a:focus, .location-photography .nav > li > a:hover {
    background:unset;
    color: #fff;
    border-radius: 0;
}
.location-photography .nav-pills > li.active > a, .location-photography .nav-pills > li.active > a:focus, 
.location-photography .nav-pills > li.active > a:hover {
    background: unset;
    color: #fff;
}
.lang-switch {
    display: inline;
    float:right;
    line-height: 30px;
    margin-left: 10px;
    margin-top: 10px;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    -moz-appearance: none;
}
.lang-switch select { background: transparent; }
.lang-switch option { color: #000; }
.btn-price-contact {
    width: 100%;
    height: 50px;
    line-height: 35px;
    font-size: 22px;
}
#form-henlich img, #form-dangky img {
    width: 100% !important;
    height: auto;
}
.list_news .col-md-6:nth-child(2n+1) {
    clear: left;
}
.banggia-page .item-content .text-center strong{
    color:#F46E00;
}
