*:focus {
    outline: none;
}

* {
    box-sizing: border-box;
}

body {
    font-weight: 400;
    font-family: Arial;
}

/* header */

.header-hp {
    height: 83px;
    line-height: 83px;
    background-color: #2b4182;
    display: flex;
}

.header-hp .header-logo {
    display: flex;
}

.header-hp .header-logo .logo {
    width: 75px;
    cursor: pointer;
}

.header-hp .header-logo .text-logo {
    line-height: 35px;
    font-weight: 700;
}
.text2 a{
    color: #fff;
}
.text2 a:hover{
    color: #ffc107;
}
.header-hp .header-logo .text-logo .sub-text-lg {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
}

.header-hp .header-logo .text-logo .text-logo-lg {
    color: #ffff00;
    font-size: 18px;
}

.header-hp .header-contact {
    margin-left: auto;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    position: relative;
}

.header-hp .header-contact .content-head-right {
    float: right;
}
hr{
    margin-top: 0;
    margin-bottom: 0;    
    margin: 2px 0px 2px !important;

}
.header-hp .header-contact .content-head-right .text-contact {
    margin-right: 20px;
    float: left;
}

.header-hp .header-contact .content-head-right .text-contact .text1 {
    margin-top: 10px;
    line-height: 35px;
}

.header-hp .header-contact .content-head-right .text-contact .text2 {
    line-height: 25px;
}

/* footer */

.footer-hp {
    background: #f1f1f1;
    border-top: 2px solid #cccccc;
    bottom: 0;
    height: 61px;
    position: fixed;
    width: 100%;
}

.footer-hp #footer-right {
    color: #000;
    text-align: center;
    font-family: Arial;
    font-size: 13px;
    margin-left: 8px;
    margin-top: 10px;
    padding-right: 15px;
    top: 0;
}

.footer-hp .title-footer {
    color: #9f224e;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
}

/* main */

.main-hp {
    margin-bottom: 61px;
}

.manage-specialize {
    padding: 0.25rem;
}

.manage-specialize .title {
    padding: 0.5rem;
    color: #FF3434;
    font-weight: 600;
    text-transform: uppercase;
}

.manage-specialize .list-function {
    display: flex;
    flex-wrap: wrap;
}

.manage-specialize .list-function .function-item {
    width: calc(50% - 2rem);
    min-width: 300px;
    margin: 0.25rem 0.5rem;
    display: flex;
    border-radius: 5px;
    cursor: pointer;
    background: #fafafa;
}

.manage-specialize .list-function .function-item:hover {
    background: #d4d3d3;
}

.manage-specialize .list-function .function-item:hover {
    color: #1164ac !important;
}

.manage-specialize .list-function .function-item .img-item {
    padding: 7px;
    color: #444;
}

.manage-specialize .list-function .function-item .img-item img {
    width: 64px;
    height: 64px;
}

.manage-specialize .list-function .function-item .content {
    padding: 0px;
}

.manage-specialize .list-function .function-item .content p {
    color: #0d0d0d;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding-right: 0.5rem;
    font-weight: 600;
    /* text-transform: uppercase; */
}

/* single page */

.td-theme-wrap{
    width: 100%;
    height: 100%;
    margin: auto;
    padding-bottom: 100px;
}

.tdb-title-text {
    font-size: 38px !important;
    line-height: 1.2 !important;
}

.td_block_wrap {
    margin-bottom: 30px;
    position: relative;
}

.td_block_wrap .tdb-title-text {
    font-size: 38px !important;
    line-height: 1.2 !important;
}

.tdi_79 {
    margin-right: 10px !important;
}

.tdb-post-meta {
    margin-bottom: 16px;
    clear: none;
    vertical-align: middle;
    line-height: 1;
}

.tdb-author-name-wrap {
    display: flex;
    margin-right: 3px;
    align-items: baseline;
    color: #444;
    font-size: 11px;
    font-weight: 400;
}

.tdb-author-name {
    font-size: 14px;
    font-weight: 500;
    color: #111;
}

.avatar {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    border-radius: 50%;
}

.tdb-post-meta span,
.tdb-post-meta i,
.tdb-post-meta time {
    vertical-align: middle;
}

.tdb_single_author {
    line-height: 30px;
    display: flex;
}

.tdb_single_author a {
    vertical-align: middle;
}

.tdb_single_author .tdb-block-inner {
    display: flex;
    align-items: center;
}

.tdb_single_author .tdb-author-by {
    margin-right: 3px;
}

#breadcrumbs a,
span {
    font-size: 12px;
    color: #747474;
    text-decoration: none;
}

#breadcrumbs a:hover {
    text-decoration: underline;
}
.embed-full iframe {
	width: 100% !important;
	height: 550px !important;
}
