@charset "utf-8";
@import "../../../fonts/all.css";
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=vietnamese');
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=vietnamese');*/

a {
    text-decoration: none;
}

h1.title {
    font-family: "Roboto-Medium";
    font-size: 25px;
    color: #555;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-transform: uppercase;
    line-height: 1.5;
    margin-top: 30px;
}

.img-beauty {
    position: relative;
    width: 100%;
    height: 180px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
}

.simple-overlay {
    background: url(../images/loader.gif) no-repeat center 40% rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
}

.simple-overlay .popup-content {
    width: 80%;
    margin: 0 auto;
    margin-top: 5%;
    position: relative;
}

.videos i, .video i {
    position: absolute;
    color: #FFF;
    font-size: 50px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
}

h3 a, h3 {
    margin: 10px 0;
    font-size: 16px;
    color: #333333;
}

.search-form .search {
    width: 100%;
    position: relative;
    display: flex;
}

.search-form .searchTerm {
    width: 100%;
    border: 3px solid #a2050c;
    border-right: none;
    padding: 5px;
    height: 25px;
    border-radius: 50px 0 0 50px;
    outline: none;
    color: #9DBFAF;
}

.search-form .searchTerm:focus{
    color: #00B4CC;
}

.search-form .searchButton {
    width: 50px;
    height: 25px;
    border: 1px solid #a2050c;
    background: #a2050c;
    text-align: center;
    color: #fff;
    border-radius: 0 50px 50px 0;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
}

/* Pagination */
.pagination {
    justify-content: center;
    margin-top: 3rem
}

.pagination .page-item {
    border: none;
}

.pagination a {
    color: black;
    font-family: 'K2D-Medium';
}

.pagination a:hover {
    background-color: #e61c24;
    color: white
}

.pagination .page-item {
    border: 2px solid black;
    margin-right: 1rem;
}

.page-item:not(:first-child) .page-link {
    margin-left: 0px;
}


/* breacrumb */
.link {
    background: #FCFCFC;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #ececec;
    border-radius: 3px;
}

.link a {
    text-decoration: none;
    color: #0a1529 !important;
    font-family: 'Roboto-Medium';
}

/* Banner */
#banner img {
    max-width: 100%
}

#banner .container-fluid {
    padding: 0
}

@media only screen and (max-width: 1366px) {
}

@media only screen and (max-width: 1024px) {
    .img-beauty {
        height: 150px;
    }
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 480px) {
    .link a {
        font-size: 15px;
    }

    .top-bar {
        height: auto !important;
    }
}

@media only screen and (max-width: 380px) {
}


/* Header */
body {
    font-family: 'Roboto', sans-serif;
}

header img {
    max-height: 35px;
}

.navbar-brand, h5.offcanvas-title {
    font-family: cursive;
    font-size: 150%;
    font-weight: 900;
}

.top-bar {
    background-color: #FFF;
    /*border-bottom: 1px solid #e1e1e1;*/
    /*height: 32px;*/
    line-height: 32px;
    color: #4c607d;
    padding: 5px 0;
}

.hotline a, .hotline i {
    color: #4c607d;
    text-decoration: none;
    font-size: 14px;
}

.dropdown-toggle::after {
    display: none;
}

.social-networks {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0.5rem;
}

.social-networks div {
    width: 2rem;
    height: 2rem;
    /*background-color: #ffffff;*/
    text-align: center;
    /*border: 1px solid #f0f0f0;*/
}

.social-networks div svg {
    color: #4c607d;
    transform: translateY(5px);
}

.social-networks div:last-child {
    width: max-content;
    padding: 0 5px;
    background: unset;
    color: #fff;
    border: none;
}

.social-networks div:last-child span {
    position: relative;
    top: 5px;
    text-transform: uppercase;
    font-family: 'Roboto-Medium';
    font-size: 16px;
}

.social-networks a {
    color: #4c607d;
    text-decoration: none;
}

@keyframes fadein {
    0% {
        left: -100%;
    }
    100% {
        left: 0%;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    0% {
        left: -100%;
    }
    100% {
        left: 0%;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    0% {
        left: -100%;
    }
    100% {
        left: 0%;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    0% {
        left: -100%;
    }
    100% {
        left: 0%;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    0% {
        left: -100%;
    }
    100% {
        left: 0%;
    }
}

/* end Header */

/* Footer */
#footer {
    background-color: #a21012;
    padding-top: 2rem;
}

@media only screen and (max-width: 768px) {
    /*#footer .col-three {
        padding-right: 2rem;
    }*/
}

@media only screen and (max-width: 480px) {}

footer.default {
    background: #0a1529;
}

footer.default p,
footer.default span,
footer.default div
{
    color: white;
}
