@font-face {
    font-family: UTM;
    src: url(../fonts/font-thuphap/UTM.ttf);
}
.font-title-hlvwindow{
    font-family: UTM;
}
.bg-hlvwindow{
    background: #0067af;
}
.text-hlvwindow{
    color: #0067af;
}
.h3-text-hlvwindow{
    font-family: UTM;
}
.a-hover-hlvwindow:hover{
    color: #0067af;
    text-decoration: underline;
}
.btn-hlvwindow{
    color: #fff;
    font-weight: bold;
    background-color: #0067af;
    border-color: #0067af;
    font-family: UTM;
}
.btn-hlvwindow:hover{
    color: #fff;
    background-color: #00497c;
    border-color: #00497c;
}
.title_index {
    margin-bottom: 15px;
    border-bottom: 2px solid #0067af;
}
.title_index h3, .title_index h2 {
    font-size: 20px;
    font-weight: normal;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 6px solid;
    padding: 15px 0 5px 0;
}
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}
.mota-hoem-gioithieu{
    text-indent: 50px;
}
a.video-icon {
    float: left;
    position: relative;
}
a.video-icon span {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/play-video.png) no-repeat;
    background-position: 50% 50%;
    background-size: 30%;
}

.nhatpl_contact form{
    padding: 10px;
}
.nhatpl_contact form .form-group{
    padding: 10px 5px 4px 5px;
    text-align: center;
}
.nhatpl_contact .addressmess{
    width: 100%;
    height: 50px;
}
.nhatpl_contact .contentmess{
    width: 100%;
    height: 150px;
}
.nhatpl_contact .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    border: none;
    cursor: pointer;
}
.nhatpl_error{
    color: red;
}
.nhatpl_success{
    color: #0e4cfd;
}
#nhatpl_img_detail img{
    display: block;
  margin-left: auto;
  margin-right: auto;
}