/* Remove the navbar's default margin-bottom and rounded borders */
body {
    background-color: white !important;
    font-family: 'Roboto';
}

.navbar-default {
    border: white;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);

}

.navbar-brand>img {
    margin-top: -10px;
    width: auto;
    max-height: 55px;
}

.navbar-nav>li {
    margin-top: 7px;
    padding-bottom: 5px;
}

.navbar-default .navbar-nav>li>a {
    font-family: 'Roboto';
    font-weight: 100;
    color: #043882;
    font-size: 17px;
    text-transform: uppercase;
    white-space: nowrap;
}

.selected {
    color: rgba(0, 0, 0, 1) !important;
}

.navbar-nav>li>.dropdown-menu {
    font-family: 'Roboto';
    font-size: 18px;
    border: 0px white solid;
    border-radius: 0;
    margin-top: 3px;
    background-color: white;

}

.navbar-nav>li {
    margin-left: 20px;
    margin-right: 10px;
    border-bottom: solid 3px white;
}

.navbar-nav>li>a {
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav>li:hover {
    border-color: #043882;

}

/*Dropdown*/
.dropdown {
    position: relative;
    display: inline-block;

}

.dropdown-menu {
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-menu>li>a {
    color: rgba(0, 0, 0, 0.7);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
}

.dropdown:hover>.dropdown-menu {
    display: block;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dropdown-menu>li>a:hover {
    background-color: #043882;
    color: white;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>a>.caret {
    transform: rotate(-90deg);
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    font-size: 18px;
    min-width: 200px;
    margin-left: 1px;
    border-width: 0px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>.dropdown-menu>li>a:hover {
    background-color: #043882;
    color: white;
}

.btn-search {
    padding: 0;
    position: absolute;
    top: 15px;
    right: 18px;
    background-color: white;
    color: #043882;
    border: 0;
}

.flex {
    display: flex!important;
}

.justify-between {
    justify-content: space-between!important;
}

.items-center {
    align-items: center!important;
}


/* Add a gray background color and some padding to the footer */
/*Giao diện slide*/
.navbar-toggle {
    margin-top: 15px;
}

.navbar-default .navbar-toggle {
    border-color: white;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: white;
}

.carousel-inner img {
    object-fit: cover;
    width: 100%;
    max-height: 880px;
}

/*Giao diện Slide*/
.fixDisplay {
    margin-top: 65px;
}

.clearFix {
    padding: 0;
    margin: 0;
}

/*Giới thiệu*/
.aboutUs {
    background-color: #E8EDF4;
}

.content-intro {
    padding: 40px;
    padding-right: 100px;
    padding-left: 100px;
    line-height: 2;
}

.content-intro>span {
    color: #043882;
}

.content-intro>h1 {
    font-weight: bolder;
    margin-top: 30px;
}

.content-intro>p {
    margin-top: 30px;
}

.content-intro>h3 {
    padding-top: 8px;
    border-top: solid 3px #043882;
    width: 239px;
}

.gioithieu {
    opacity: 0;
    transform: translateX(-4em);
    transition: transform 1s .3s cubic-bezier(0, 1, .3, 1), opacity 1.1s .3s ease-out;
    will-change: transform, opacity;
}

.gioithieu.is-visible {
    opacity: 1;
    transform: translateX(0em);
}

.tamnhin {
    background-color: #043882;
    color: #E8EDF4;
    padding: 20px;
    opacity: 0;
    transform: translateY(4em);
    transition: transform 1s .3s cubic-bezier(0, 1, .3, 1), opacity 1.1s .3s ease-out;
    will-change: transform, opacity;
}

.tamnhin.is-visible {
    opacity: 1;
    transform: translateY(0em);
}

@media (max-width: 576px) {
    .content-intro {
        padding: 20px;
    }
    .navbar-brand>img {
        margin-top: -13px;
        transform: scale(0.7, 0.7);
    }
}


/*Sản phẩm nổi bật*/
.btn-primary {
    background-color: #e9ecef;
    border-radius: 5px;
    color: rgba(0, 0, 0, 0.8);
    border: none;
    -webkit-transition-duration: 0.6s;
    /* Safari */
    transition-duration: 0.6s;
}

.btn-primary:hover {
    background-color: #043882;
    color: white;
    border: none;
}


.product {
    border: 0px white;
    -webkit-box-shadow: -1px 1px 11px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px 1px 11px 4px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 1px 11px 4px rgba(0, 0, 0, 0.2);
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
    max-height: 300px;
    border-radius: 5px;
    opacity: 0;
    transition: box-shadow .4s linear;
    transform: translateX(-3em);
    transition: transform .4s .15s cubic-bezier(0, 1, .3, 1), opacity .5s .2s linear;
    will-change: transform, opacity;
}

.product.is-visible {
    opacity: 1;
    transform: translateX(0em);
}

.list-img-product {
    overflow: hidden;
    max-width: 250px;
    height: 240px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.owl-carousel .owl-item img {
    width: 0;
}

.list-img-product>img {
    display: block;
    object-fit: cover;
    height: 240px;
    width: auto;
    margin: auto;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.product .caption {
    text-align: center;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    margin-top: -12px;
}

.text-primary {
    color: #043882;
    text-align: center;
    margin-bottom: 50px;

}

.product h4 {
    color: #043882;
    font-size: 15px;
    font-weight: 600;
}

.listProduct>.fixDisplay>h3 {
    padding: 10px;
}

.listProduct>.fixDisplay>h3:after {
    position: absolute;
    content: "";
    width: 80px;
    margin-left: -218px;
    margin-top: 35px;
    height: 3px;
    background: #043882;
}

.icon-link {
    font-size: 20px;
    padding: 20px;
    background-color: white;
    color: #043882;
    border-radius: 60px;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    top: 25%;
    right: 37%;

    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.6);
}

.test {
    position: absolute;
    width: auto;
    height: 240px;
    top: 0px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    opacity: 0.3;
    overflow: visible;
}
.owl-stage {
    padding-top: 15px;
}

.product:hover {
    transform: translateY(7px);
    box-shadow: -1px 1px 11px 4px rgba(0, 0, 0, 0.1);
}

.list-img-product:hover img {
    opacity: 0.3;
    transform: scale(1.03);
}

.list-img-product:hover .icon-link {
    opacity: 1;
    transform: translateY(5px);
}

.icon-link:hover {
    color: white;
    background-color: #043882;
}


/*Dich vụ phổ biến*/
.popularService {
    overflow: hidden;
    border: 0px white;
    border-radius: 5px;
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.6);
    opacity: 0;
    transform: translateY(-4em);
    transition: transform 1s .3s cubic-bezier(0, 1, .3, 1), opacity 1.1s .3s ease-out;
    will-change: transform, opacity;
}

.popularService.is-visible {
    opacity: 1;
    transform: translateY(0em);
}

.list-img-popularService {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: black;
    filter: brightness(60%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.popularService:hover .list-img-popularService {
    transform: scale(1.1);
}

.listService {
    background-color: #E8EDF4;
}

.contentService {
    color: white;
    position: absolute;
    bottom: 70px;
    left: 50px;

}

.popularService h3 {
    font-size: 20px;
}

.btn-group-lg>.btn,
.btn-lg {
    background-color: #043882;
    border-radius: 5px;
    color: white;
    font-size: 15px;
    border: none;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
}

.btn-group-lg>.btn,
.btn-lg:hover {
    background-color: #e9ecef;
    color: #333333;
    border: none;
}

.titlePopularService {
    color: #043882;
    margin-bottom: 60px;
    padding-bottom: 10px;
}

.titlePopularService h2::after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 80px;
    margin-left: -160px;
    height: 3px;
    background: #043882;
}

.scroll-right {
    opacity: 0;
    transform: translateX(4em);
    transition: transform 1s .3s cubic-bezier(0, 1, .3, 1), opacity 1.1s .3s ease-out;
    will-change: transform, opacity;
}

.scroll-right.is-visible {
    opacity: 1;
    transform: translateX(0em);
}

.scroll-left {
    opacity: 0;
    transform: translateX(-4em);
    transition: transform 1s .3s cubic-bezier(0, 1, .3, 1), opacity 1.1s .3s ease-out;
    will-change: transform, opacity;
}

.scroll-left.is-visible {
    opacity: 1;
    transform: translateX(0em);
}

/*Khuyến mãi*/
.background-promotion-videos {
    background-image: url(../images/PCC914_TU3872_TU.JPG);
    background-color: rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.videos>iframe {
    opacity: 0;
    transform: translate(50px, 100px);
    transition: transform 1s .3s cubic-bezier(0, 1, .3, 1), opacity 1.1s .3s ease-out;
}

.videos>iframe.is-visible {
    opacity: 1;
    transform: translateX(0);
}

/*Footer*/
footer>div {
    color: white;
    margin-top: 50px;
    padding: 0;
}

.footer-heading>h1 {
    font-size: 30px;
    font-weight: 700;
}

.footer-content {
    color: white;
    font-size: 14px;
    line-height: 2;
}

footer>.container {
    opacity: 0;
    transform: translateY(4em);
    transition: transform 1s .25s cubic-bezier(0, 1, .3, 1), opacity 1.1s .25s ease-out;
}

footer>.container.is-visible {
    opacity: 1;
    transform: translateY(0em);
}

.custom-icon {
    padding-right: 10px;
}

.btn-call {
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 99;
    background-color: #043882;
    border-radius: 40px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.6);
}

.btn-call>span>i {
    padding: 20px;
    color: white;
    font-size: 25px;
}

/*Mục loại sản phẩm , dịch vụ*/
.type-items {
    background-color: #043882;
    margin: 0;
    padding: 10px;
    text-align: center;
}

#name-type-items {
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    font-size: 26px;
}

.breadcrumb {
    background-color: #043882;
}

.breadcrumb a {
    color: white;
    font-size: 15px;
}
