

.glyphicon {
    font-family: 'Glyphicons Halflings'!important;
}

.fa {
    font-family: 'FontAwesome'!important;
}

html,body {
    border: 0;
    background-color: #fff;
}

* {
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
}
body {
    margin: 0px;
    font-size: 14px;
    line-height: 24px;
}
a:hover {
    text-decoration: none;
    color: #ff6a00;
}
.flex {
    display: flex;
}
.flex--midle {
    align-items: center;
}
.space-between {
    justify-content: space-between;
}
.space-around {
    justify-content: space-around;   
}
.bg--f3f3f3 {
    background: #f3f3f3;
}
ul {
    list-style: none;
}
.ml--5 {
    margin-left: 5px !important;
}
.ml--10 {
    margin-left: 10px !important;
}
.ml--15 {
    margin-left: 15px !important;
}
.ml--20 {
    margin-left: 20px !important;
}
.ml--25 {
    margin-left: 25px !important;
}
.ml--30 {
    margin-left: 30px !important;
}
.mt--5 {
    margin-top: 5px !important;
}
.mt--10 {
    margin-top: 10px !important;
}
.mt--15 {
    margin-top: 15px !important;
}
.mt--20 {
    margin-top: 20px !important;
}
.mt--25 {
    margin-top: 25px !important;
}
.mt--30 {
    margin-top: 30px !important;
}
.mb--0 {
    margin-bottom: 0 !important;
}
.mb--5 {
    margin-bottom: 5px !important;
}
.mb--10 {
    margin-bottom: 10px !important;
}
.mb--15 {
    margin-bottom: 15px !important;
}
.mb--20 {
    margin-bottom: 20px !important;
}
.mb--25 {
    margin-bottom: 25px !important;
}
.mb--30 {
    margin-bottom: 30px !important;
}
.mr--5 {
    margin-right: 5px !important;
}
.mr--10 {
    margin-right: 10px !important;
}
.mr--15 {
    margin-right: 15px !important;
}
.mr--20 {
    margin-right: 20px !important;
}
.mr--25 {
    margin-right: 25px !important;
}
.mr--30 {
    margin-right: 30px !important;
}
.pa--0 {
    padding: 0 !important;
}
.pr--0 {
    padding-right: 0 !important;
}
.pr--5 {
    padding-right: 5px !important;
}
.pr--10 {
    padding-right: 10px !important;
}
.pr--15 {
    padding-right: 15px !important;
}
.pr--20 {
    padding-right: 20px !important;
}
.pr--25 {
    padding-right: 25px !important;
}
.pr--30 {
    padding-right: 30px !important;
}
.pl--0 {
    padding-left: 0 !important;
}
.pl--5 {
    padding-left: 5px !important;
}
.pl--10 {
    padding-left: 10px !important;
}
.pl--15 {
    padding-left: 15px !important;
}
.pl--20 {
    padding-left: 20px !important;
}
.pl--25 {
    padding-left: 25px !important;
}
.pl--30 {
    padding-left: 30px !important;
}
.pt--0 {
    padding-top: 0 !important;
}
.pt--5 {
    padding-top: 5px !important;
}
.pt--10 {
    padding-top: 10px !important;
}
.pt--15 {
    padding-top: 15px !important;
}
.pt--20 {
    padding-top: 20px !important;
}
.pt--25 {
    padding-top: 25px !important;
}
.pt--30 {
    padding-top: 30px !important;
}
.pb--0 {
    padding-bottom: 0 !important;
}
.pb--5 {
    padding-bottom: 5px !important;
}
.pb--10 {
    padding-bottom: 10px !important;
}
.pb--15 {
    padding-bottom: 15px !important;
}
.pb--20 {
    padding-bottom: 20px !important;
}
.pb--25 {
    padding-bottom: 25px !important;
}
.pb--30 {
    padding-bottom: 30px !important;
}
/*btn*/
.btn {
    display: inline-block;
    background: #d5202c;
    color: #fff;
    border: 1px solid #b2b2b2;
    font-size: 18px;
    text-transform: uppercase;
    min-height: 40px;
    line-height: 26px;
    min-width: 335px;
    border-radius: 10px;
}
.btn:hover {
    color: #fff;
    box-shadow: 1px 2px 6px 3px #d0d0d0;
}
/*Header*/
.top-bar {
    min-height: 80px;
    padding-top: 30px;
}
.lang-top {
    float: right;
}
.lang-top a {
    color: #26C5DA;
    padding-right: 10px;
}
.search-top {
    float: right;
    padding-right: 60px;
}
.search-top input {
    border: 1px solid #5fb9c4;
    border-radius: 5px;
    padding-left: 10px;
    min-height: 30px;
    min-width: 300px;
    outline: 0;
}
.search-top button {
    background: transparent;
    border: 0;
    font-size: 20px;
    padding-left: 10px;
    color: #5fb9c4;
    outline: 0;
}
.jqueryslidemenu {
    width: auto;
    height: auto;
    display: block;
    float: none;
    padding-left: 150px;
}
.logo_menu {
    position: absolute;
    left: 0;
    right: 0;
    top: -71px;
}

.logo_menu img {
    max-width: 11%;
    margin-left: 40px;
}
.menu-header {
    background: #0164a8;
}
.jqueryslidemenu ul li ul li a {
    font-size: 14px;
    width: 220px;
}
.footer {
    border-top: 4px solid #0164A8;
    color: #fff;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
    background: #2764a3;
}
.info_footer p {
    margin-bottom: 0px;
}
.contact_footer h3 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 15px;
}
.contact_footer ul li a {
    color: #fff;
    font-size: 14px;
    margin-bottom: 8px;
    display: inline-block;
}
.contact_footer ul li i {
    width: 25px;
}
.social_footer {
    display: flex;
    margin-bottom: 15px;
}
.social_footer a {
    width: 60px;
}
.social_footer .social_facebook {
    width: 40px;
    margin-top: 5px;
}
.copyright_footer {
    background: #2764a3;
    color: #fff;
    margin-top: 15px;
    padding: 10px;
    font-size: 20px;
}
.copyright_footer p {
    margin-bottom: 0;
}
.page_wrapper {
    display: flex;
    margin-top: 10px;
}
.sidebar {
    flex: 0 0 200px;
}
.page_content {
    padding-left: 10px;
    flex: 1;
}
.title_sidebar {
    display: block;
    height: 33px;
    color: White;
    text-align: center;
    text-transform: uppercase;
    background: url(../images/bghead.jpg) no-repeat top center;
    vertical-align: middle;
    line-height: 33px;
    margin-top: 0;
}
.leftmenu ul {
    padding-left: 25px;
}
.box_pr_box {
    padding: 10px;
    line-height: 20px;
    border: 1px solid #a7e3ec;
    margin-top: -10px;
    width: 100% !important;
}
.title_page {
    color: #0164a8;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 3px solid #4a9fd9;
    font-size: 15px;
    line-height: 25px;
    margin-top: 0;
    display: block;
}
.box-post-item {
    margin-bottom: 10px;
}
.title_post {
    font-weight: bold;
    margin: 10px 0px 5px 0px;
    font-size: 15px;
    display: block;
}
.box-post-item-info {
    display: flex;
}
.box-post-item-info-img {
    flex: 0 0 210px;
}
.box-post-item-info-text {
    padding-left: 10px;
    flex: 1;
}
.box-post-item-info-text p {
    margin-bottom: 0;
}
.pagination_page {
    text-align: center;
    margin-top: 20px;
}
.pagination_page ul li {
    display: inline-block;
}
.tuyendung-post {
    margin: 0 -5px;
}
.tuyendung_item {
    padding: 0 5px;
    width: calc(100% / 3);
    float: left;
    text-align: center;
    margin-bottom: 10px;
}
.tuyendung_item a {
    overflow: hidden;
    border: 1px solid #e7e5e5;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
}
.tuyendung_item a span {
    font-weight: bold;
    margin: 10px 0px 5px 0px;
    font-size: 15px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.box_post_related {
    margin-top: 20px;
}
.box_post_related ul {
    list-style-type: disc;
    padding-left: 20px;
}
.box_post_related ul li a {
    font-size: 13px;
}
.title_home {
    margin-top: 0;
    text-align: center;
    background: #2764a3;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.4;
    padding: 10px;
    margin-bottom: 15px;
}
.box_pr_item {
    position: relative;
    margin-bottom: 30px;
}
.label_hot {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #f00;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
}
.box_pr_item_info {
    background: #f0f0f0;
    padding: 5px;
}
.title_pr_home {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #f00;
    margin-bottom: 5px;
}
.price_pr_home {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: bold;
}
.box_new_home {
    margin-bottom: 30px;
}
.title_new_home {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}
.content_new_home {
    margin-bottom: 0;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.info_footer h4 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
@media (max-width: 991px) {
    .menu-mobile {
        background: #fff;
        padding: 10px;
        border-top: 1px solid #ddd;
    }
    .logo-mobile img {
        width: 15%;
    }
    #menu-icon {
        float: right;
        padding: 5px 10px;
        background: #2e3192;
        margin-top: 25px;
    }
    #menu-icon:after {
        content: "\f0c9";
        font-family: FontAwesome;
        font-size: 26px;
        color: #fff;
    }
    .menu-mb {
        position: fixed;
        z-index: 9999;
        width: 235px;
        left: auto;
        right: -330px;
        top: 0;
        height: 100vh;
        background: #2e3192;
        overflow-y: auto;
    }

    .menu-mb.showmenu {
        right: 0
    }

    .sf-menu-phone li {
        background-color: #2e3192
    }

    .sf-menu-phone li a {
        color: #fff;
        border-top: 0
    }

    .sf-menu-phone li i {
        top: 10px;
        color: #fff
    }

    .sf-menu-phone li.active>a,.sf-menu-phone li:hover>a {
        color: #fff;
        background: 0 0
    }

    .fa.fa-angle-up:before {
        content: "\f106"!important
    }

    .over-bg-menu.active {
        width: 100%;
        height: 100vh;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        background: #2e3192;
        opacity: .5
    }

    .menu-mb .sf-menu-phone {
        margin-top: 40px
    }

    .icon-close:after {
        display: inline-block;
        height: 1px;
        background: #ecf0f1;
        position: absolute;
        content: '';
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        top: 50%;
        left: 50%;
        margin: -1px 0 0 -11px;
        width: 30px;
        -webkit-transition: -webkit-transform .1s ease;
        transition: transform .1s ease;
        -ms-transform: rotate3d(0,0,1,-45deg);
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg)
    }

    .icon-close:before {
        display: inline-block;
        height: 1px;
        background: #ecf0f1;
        position: absolute;
        content: '';
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        top: 50%;
        left: 50%;
        margin: -1px 0 0 -11px;
        width: 30px;
        -webkit-transition: -webkit-transform .1s ease;
        transition: transform .1s ease;
        ms-transform: rotate3d(0,0,1,45deg);
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg)
    }

    .icon-close {
        position: absolute;
        top: 15px;
        right: 27px;
        display: block;
        width: 30px;
        height: 30px;
        margin: 0
    }
    .tuyendung_item {
        width: calc(100% / 2);
    }
    .top-bar {
        min-height: 55px;
        padding-top: 15px;
    }
}
@media (max-width: 767px) {
    #menu-icon {
        margin-top: 0;
    }
    .lang-top span {display: none;}
    .lang-top {
        position: absolute;
        right: 0;
    }
    .search-top {
        float: left;
        padding-right: 0;
    }
    .search-top input {
        min-width: 250px;
    }
    .page_wrapper {
        flex-direction: column;
    }
    .sidebar {
        order: 2;
    }
    .page_content,
    .box-post-item-info-text {
        padding-left: 0;
    }
    .title_sidebar {
        background: #4a9fd9;
    }
    .box-post-item-info {
        flex-direction: column;
    }
    .box-post-item-info-img {
        flex: 1;
        text-align: center;
    }
    .box-post-item {
        padding-top: 5px;
        border-bottom: 1px solid #ddd;
    }
    .tuyendung_item {
        width: 100%;
    }





}




