/* important */
@font-face {
    src: url(../font/FontsFree-Net-AvertaStandard-Regular.ttf);
    font-family: AvertaStdCY;
}
.nav-item__dropdown {
    text-align: left;
}
body {
    font-family: AvertaStdCY;
}

a:hover {
    text-decoration: none;
}

.wrapper {
    max-width: 1024px;
    margin: auto;
}

.container {
    max-width: 1024px;
    padding: 0;
}

.navbar {
    padding: 0;
}

/* header */
.navbar-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff !important;
    z-index: 10;
}

.nav-item .nav-link {
    font-family: AvertaStdCY;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #484848;
    border-bottom: 3px solid transparent;
    border-radius: 0;
}

.menu-dropdown {
    min-width: 95px;
    padding: 0px;
    position: absolute;
    background: #ffffff;
    z-index: 100;
    text-align: center;
}

.menu-dropdown::after {
    content: "";
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 101;
    transition: "0.5s border-top";
}

.nav-item:not(:hover) > .menu-dropdown {
    padding: 4px 0;
    /* background: #dddddd; */
    z-index: 99;
}

.nav-item:not(:hover) > .menu-dropdown:after {
    border-top-color: #dddddd;
}

.nav-item:not(:hover) > .menu-title:after {
    border-bottom-color: #dddddd;
}

.nav-item:not(:hover) > .menu-dropdown > * {
    visibility: hidden;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    color: rgba(25, 25, 25, 0);
    z-index: 99;
}

.nav-item__dropdown:hover {
    background-color: #dddddd;
}
.nav-item .nav-link:hover {
    color: #484848;
    border-bottom: 3px solid #019851;
}

.nav-item .nav-link:focus {
    color: #484848;
    border-bottom: 3px solid #019851;
}

.navbar-collapse {
    justify-content: flex-end;
}

.navbar-toggler {
    margin-right: 10px;
}

/* breadcrumb */

.breadcrumb {
    background-color: #e6f5ee;
    padding-top: 100px;
}

.wrapper-intro {
    width: 1024px;
    margin: auto;
    flex-direction: column;
    padding-left: 16px;
}

.list {
    padding-left: 0px;
}

ul.list {
    list-style: none;
}
ul.list li {
    display: inline;
    font-size: 14px;
}
ul.list li + li:before {
    color: #484848;
    content: "/\00a0";
}
ul.list li a {
    text-decoration: none;
    color: #7d817e;
}
ul.list li a:hover {
    text-decoration: none;
}

.intro-title {
    font-family: AvertaStdCY;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #019851;
}

/* main */

.map {
    padding-top: 60px;
    padding-bottom: 80px;
}

.map-container {
    position: relative;
}

.address {
    position: absolute;
    right: 2%;
    bottom: 13%;
    background-color: #ffffff;
    width: 60%;
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.icon-map {
    height: 16px;
    margin-right: 10px;
}

.title-map {
    margin: 0;
}

/* detail */
.detail {
    margin: auto;
    max-width: 850px;
    padding-top: 80px;
}

.name-store {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #019851;
}

.address-store {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #484848;
}
.description h4{
    font-weight: bold;
    font-size: 1rem;
}
.description .title-attr{
    font-size: 80%;
    font-weight: bold;
    color: #9494a7;
    margin: 5px 0px;
}
.description .info-attr{
    font-size: 80%;
    font-weight: bold;
    color: #57575a;
    margin: 5px 0px;
    text-align: justify;
}

.detail-product .title{
    font-size: 90%;
    font-weight: bold;
}
.detail-product .box-tag{
    color: #1062cf;
    background-color: #bbd2f0;
    font-weight: bold;
    border-radius: 30px;
    font-size: 10px;
}
.detail-product .img-product{
    width: 90%;
}
.detail-product .title:hover{
    color: #1062cf;
}
.detail-product .manufacture{
    font-size: 70%;
    font-weight: bold;
    color: #b5bacb;
}

.product{
    text-align: center;
    cursor: pointer;
}
.product img{
    width: 60%;
}
.product .title{
    font-size: 90%;
    font-weight: bold;
    color: rgb(66, 59, 59);
}
.product .title:hover{
    color: #1062cf;
}
.product span{
    font-size: 70%;
    font-weight: bold;
    color: #b5bacb;
}

.boder-title {
    padding-top: 40px;
    border-top: 1px solid #e7e7e7;
}

/* footer */
.footer {
    background-color: #019851;
    overflow: hidden;
    padding: 54px 10px 33px 10px;
    border-bottom: solid 1px rgba(236, 236, 236, 0.18);
}

.footer-name {
    color: #ffffff;
    font-size: 14px;
    line-height: 32px;
    font-weight: bold;
    letter-spacing: normal;
}

.footer-title {
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: normal;
}

.footer-logo {
    height: 60px;
    width: 37px;
    margin-left: 20px;
}

.footer-last {
    background-color: #019851;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    padding: 30px 10px 38px 13px;
    overflow: hidden;
    position: relative;
}

.link-bct {
    position: absolute;
    overflow: hidden;
    right: 8%;
    bottom: 70%;
}

.footer-last-cap {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    line-height: 30px;
    letter-spacing: normal;
    padding: 0px 29px;
}

.footer-license {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    line-height: 30px;
    letter-spacing: normal;
}

/* reponse */
@media (max-width: 992px) {
    .nav {
        flex-direction: column;
        align-items: flex-start;
    }
    .link-bct {
        position: absolute;
        overflow: hidden;
        bottom: 0;
        right: 45%;
    }
}

@media (max-width: 576px) {
    .detail-product .img-product{
        width: 50%;
    }
    .product img{
        width: 40%;
    }
    .address {
        width: 100%;
    }

    .carousel-caption {
        padding: 0;
    }

    .carousel-indicators {
        justify-content: flex-start;
        bottom: 5px;
        left: 20px;
    }

    .footer {
        display: none;
    }

    .link-bct {
        position: absolute;
        overflow: hidden;
        bottom: 0;
        right: 40%;
    }
}
