@font-face {
    font-family: Roboto;
    src: local(Roboto Thin), url(../font/roboto/Roboto-Thin.eot);
    src: url(../font/roboto/Roboto-Thin.ttf) format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: Roboto;
    src: local(Roboto Light), url(../font/roboto/Roboto-Light.eot);
    src: url(../font/roboto/Roboto-Light.ttf) format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: Roboto;
    src: local(Roboto Regular), url(../font/roboto/Roboto-Regular.eot);
    src: url(../font/roboto/Roboto-Regular.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: Roboto;
    src: url(../font/roboto/Roboto-Medium.eot);
    src: url(../font/roboto/Roboto-Medium.ttf) format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: Roboto;
    src: url(../font/roboto/Roboto-Bold.eot);
    src: url(../font/roboto/Roboto-Bold.ttf) format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: Montserrat;
    font-weight: normal;
    src: url(../font/Montserrat/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Montserrat;
    font-weight: bold;
    src: url(../font/Montserrat/Montserrat-Bold.ttf);
}

@font-face {
    font-family: 'UTM Amerika Sans';
    src: url('../font/UTM Amerika Sans.ttf');
    font-weight: 400;
}


/* root */

:root {
    --main-background: #331201;
    --text-color: #331201;
    --background-section: #fce4ba;
    --box-shadow: 0 4px 8px 0 rgb(0 0 0 / 30%);
}

.main-skin {
    background: var(--main-background);
}

.flex {
    display: flex;
}

.fixed-list {
    position: fixed;
    top: 56px;
    z-index: 1999;
    background: #fff;
    width: 100%;
}

button {
    outline: none !important;
}

button[type="submit"] {
    cursor: pointer;
}

.background {
    background-size: cover;
}

.wrap-bread-crumb {
    padding: 15px 0px;
}

.bread-crumb {
    background-color: #331200;
    border-radius: 30px;
    padding: 15px 20px;
    color: #FFF;
}

.bread-crumb a {
    color: #FFF;
}

.blue-skin {
    background: #4285f4;
}

.white-skin {
    background: #fff;
}

.algin-center {
    align-items: center;
}


/* end root */


/* header */


/** header mobile **/


/** header mobile end **/

.navbar-nav .nav-link {
    color: var(--text-color);
    padding: 0px 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}

.navbar-nav li a:hover {
    color: #00578a;
}

.navbar-nav>li:hover .menu-child {
    display: block;
}

.navbar-nav .menu-child {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 15px;
    display: none;
    padding: 10px 0px;
    z-index: 1000;
    min-width: max-content
}

.navbar-nav .menu-child li {
    padding: 0px
}

.navbar-nav .menu-child li a {
    color: var(--text-color);
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 5px;
    background: #FFF;
    border-bottom: 1px solid #f7f5f1;
}

.navbar-nav .menu-child li:hover a {
    background: #f2f2f2;
}

.button-collapse {
    color: #FFF !important;
    font-size: 28px;
}

.shopping-cart {
    color: var(--text-color) !important;
    text-decoration: none !important;
    position: relative;
}

.shopping-cart span {
    position: absolute;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    text-align: center;
    color: #FFF;
    background: var(--main-background);
}

.navbar-fixed-top {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 10000;
}

.button-close-collapse {
    color: #000 !important;
    position: absolute;
    top: 15px;
    right: 25px;
}

.search-bar {
    background: var(--main-background);
}

.searchAjax {
    padding: 4px 0px;
}

.searchAjax .form-input {
    border-radius: 20px;
    border: none;
    position: relative;
    z-index: 0;
}

.searchAjax input[name="title"] {
    width: 95%;
    height: 100%;
    border: none;
}

.searchAjax button[type="submit"] {
    position: absolute;
    top: 1.5px;
    right: 2px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #000;
    color: #FFF;
    border: none;
}

#menu_navbar {
    background: #FFF;
}

/* header end */


/*body*/


/**home**/

#slideHome .items .content {
    background: rgba(185, 118, 0, 0.6);
    z-index: 1000;
    text-align: center;
}

#slideHome .owl-next,
#slideHome .owl-prev {
    position: absolute;
    top: 30%;
    color: #fff;
    background: rgba(185, 118, 0, 0.6);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border: none;
}

#slideHome .owl-next {
    right: 15px;
}

#slideHome .owl-prev {
    left: 15px;
}

#slideHome .items .content h2 {
    text-transform: uppercase;
    color: #fff;
}

#home-about {
    margin: 30px 0px;
}

#home-about .content {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 30%);
    padding: 15px;
}

#camket {
    background: var(--main-background);
}

#camket .title-uppercase {
    margin: 50px 0px;
}

#camket .item {
    margin: 15px 0px;
    padding: 15px;
    background: #FFF
}

#camket .item .img {
    display: flex;
    align-items: center;
    justify-content: center;
}

#camket .item .img .circle {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s all ease;
    overflow: hidden;
}

#camket .item .img:hover>.circle {
    border-color: #fd9308;
}

#camket .item .content {
    margin: 15px 0px;
    overflow: hidden;
}

#camket .item a {
    color: var(--text-color);
    text-decoration: none;
}

#camket .item .content h5 {
    color: var(--text-color);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}

#camket .item .content .des {
    color: #000;
}

#camket .item .content p {
    margin: 0px;
}

.title-uppercase {
    color: #000;
    position: relative;
    line-height: 40px;
    text-transform: uppercase;
    z-index: 1;
    font-weight: 500;
    font-size: 30px;
    font-family: "UTM Amerika Sans";
    margin: 15px 0px;
}

.title-uppercase span:after {
    content: ' ';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #331200;
    width: 30px;
    height: 5px;
    transform: skew(0deg, 0deg)
}

#doitac .title-uppercase {
    margin-bottom: 10px;
    margin-top: 35px;
}

.detail {
    text-align: center;
}

#slide-about .slide {
    height: 297px;
    overflow: hidden;
}

#news {
    margin-bottom: 25px;
}

@media (max-width: 900px) {
    .logo img {
        width: 100%;
    }

    #camket .item .content h5 {
        font-size: 16px;
    }

    #camket .item .content p {
        font-size: 14px;
    }
}

@media (min-width: 900px) {
    #home-about .detail {
        margin-top: 15px;
    }

    .logo img {
        width: 100%;
    }

    #slide-about .slide,
    .home-about .content {
        height: 400px;
        overflow: hidden;
    }

    #slide-about .slide img {
        height: 100%;
    }
}

.detail a {
    display: inline-block;
    padding: 10px 15px;
    border: none;
    background: var(--main-background);
    border-radius: 30px;
    margin: 15px 0px;
    text-decoration: none;
    color: #fff;
    outline: none;
    text-transform: uppercase;
    font-weight: bold;
}

/* #home-product {
    background: #f7f5f1;
} */

#news .item .img {
    height: 250px;
    overflow: hidden;
}

#news .item .img img {
    height: 100%;
}

.box .item {
    position: relative;
    background: #fff;
    transition: 0.5s all ease;
    margin-bottom: 15px;
    box-shadow: var(--box-shadow);
    border-radius: 20px;
    overflow: hidden;
}

.box .item:hover {
    transform: translateY(-5px);
    box-shadow: 2px 0px 10px #444;
}

.box .item img {
    width: 100%;
}

.box .item .title {
    padding: 10px;
    text-align: left;
    height: 90px;
    overflow: hidden;
}

.box .item .title time {
    color: #ccc;
    font-size: 14px;
}

.box .item .title a {
    color: var(--text-color);
    text-decoration: none;
}

.box .item .img {
    max-height: 250px;
    overflow: hidden;
}

.box .item .content {
    padding: 10px;
}

#about .name-page,
#recruit .name-page {
    width: 100%;
    padding: 100px 0px;
    display: flex;
    justify-content: center;
}

#about .name-page .title,
#recruit .name-page .title {
    text-transform: uppercase;
    padding: 50px;
    background: rgba(0, 64, 128, 0.7);
    color: #fff;
}

#recruit .title {
    padding: 10px 0px;
}

#video {
    padding: 30px 0px;
}

.video .item .title a {
    display: block;
    width: 100%;
    padding: 15px;
    text-align: center;
    background: var(--text-color);
    color: #fff;
    text-transform: uppercase;
}

.video .item .title a:hover {
    background: #fd9308;
}

.list {
    border-top: 2px solid;
}

.list ul {
    padding: 0px;
    list-style: none;
    display: flex;
}

.list ul li a {
    display: block;
    padding: 10px 15px;
    color: var(--text-color);
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

.list ul li a.active {
    background: #df412f;
    color: #ffffff;
    border: none;
}

.product .item {
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid #e5e5e5
}

.product .item .img {
    position: relative;
    z-index: 0;
}

.out-order {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px 0px;
    font-weight: 700;
    font-size: 1.3rem;
    text-transform: uppercase;
    z-index: 2;
}

.product .item img {
    width: 100%;
}

.product .item .title {
    padding: 15px;
}

.product .item .title h6 {
    font-weight: bold;
    overflow: hidden;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5
}

.product .item .title a {
    color: var(--text-color);
}

.product-price ins {
    font-size: 20px;
    color: #df412f;
    text-decoration: none;
    font-weight: bold;
}

.product-price del {
    font-weight: bold;
}

.product-extra-link {
    text-align: right;
}

.addcart-link {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 5px 10px;
    transition: 0.5s all;
    background: #FFF;
    border-radius: 5px;
}

.addcart-link span {
    color: #444
}

.addcart-link:not(:disabled):hover {
    border-color: #444;
}

.addcart-link:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.go-thanhtoan a,
.contactAjax button[type="submit"] {
    display: inline-block;
    color: #000;
    text-decoration: none;
    border: 1px solid;
    border-color: #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    transition: 0.5s all;
}

.go-thanhtoan a:hover,
.contactAjax button[type="submit"]:hover {
    background: #444;
    border-color: #444;
    color: #FFF
}

#detail-product .add-item {
    background: rgba(223, 65, 47, 0.1) !important;
    color: #df412f;
    outline: none;
    border: 1px solid #df412f;
    display: block;
    width: 100%;
    padding: 5px 10px;
}

#detail-product .buy-now {
    background: #df412f;
    color: #FFF;
    outline: none;
    border: 1px solid #df412f;
    display: block;
    width: 100%;
    padding: 5px 10px;
}

#detail-product .buy-now:disabled {
    opacity: 0.2;
    filter: grayscale(0.4);
    cursor: not-allowed;
}

.box-color {
    padding: 0px;
}

.box-color li {
    display: inline-block;
    padding-right: 5px;
    width: 25px;
    height: 25px;
    list-style: none;
    cursor: pointer;
}

.sidebar .sidebar-widget {
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #f2f2f2;
    border-top: none;
    background: #ffffff;
    padding: 0 0 20px 0;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 1px 0px 7px 0px rgb(0 0 0 / 10%);
}

.sidebar .widget-title {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    border-bottom: 0;
    padding-top: 10px;
    background: #331200;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    padding-bottom: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.sidebar .product_list_widget {
    padding: 0px;
    list-style: none;
}

.woocommerce ul.product_list_widget>li {
    margin-bottom: 15px;
    padding: 10px 10px;
    border-bottom: 1px solid #f7f5f1;
}

.woocommerce ul.product_list_widget>li:last-child {
    border-bottom: 0px
}

#listDuan {
    padding-top: 20px;
}

.listItem .item {
    margin: 20px 0px;
    box-shadow: 0px 0px 17px #ccc;
    transition: 0.5s all;
}

.listItem .item .img {
    height: 200px;
    overflow: hidden;
}

.listItem .item img {
    width: 100%;
    height: 100%;
}

.listItem .item:first-child {
    margin-top: 0px;
}

.listItem .item:hover {
    transform: translateY(-5px);
}

.listItem .item .content,
.listItem .item .title {
    padding: 15px;
}

.listItem .item .title h6 {
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.listItem .item .content time {
    opacity: 0.5;
    font-size: 14px;
}

.listItem .item h6 a {
    color: var(--text-color);
    text-decoration: none;
}

.listItem .item .content h4 a:hover {
    color: #fd9308;
}

.listItem .item .content .des {
    padding: 20px 0px;
}

.listItem .item .content .des a {
    color: #000;
    text-decoration: none;
}

.timeline {
    position: relative;
    list-style: none;
    padding: 0px;
}

.timeline::after {
    position: absolute;
    left: 50%;
    top: 0px;
    bottom: 0px;
    width: 3px;
    background-color: var(--text-color);
    content: "";
}

#recruit .mobile {
    display: none;
}

#doitac {
    margin-bottom: 20px;
    background: #f7f5f1;
    padding-bottom: 15px;
}

#doitac .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
}

#home-contact {
    background: var(--main-background);
    padding: 20px 0px;
    margin-bottom: 15px;
}

#home-contact button {
    background: #fff;
    border-radius: 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 15px;
    border: none;
    outline: none;
}

#home-contact .form-control {
    margin-bottom: 15px;
}

#recruit .flex .item img {
    width: 100%;
}

#contact .form-control {
    margin-bottom: 10px;
}

#contact textarea.form-control {
    height: 150px;
    resize: none;
}

#home-khachhang,
#about,
#detail-duan,
#detail-news,
#recruit {
    background: #f7f5f1;
}

#recruit {
    padding: 20px 0px;
}

.detail-content {
    padding: 20px;
    margin: 15px 0px;
}

.detail-content article {
    margin-bottom: 20px;
}

#detail-duan .title {
    background: #fff;
    margin-bottom: 20px;
}

.list_tab {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: nowrap;
    overflow-y: auto;
}

.list_tab::-webkit-scrollbar-thumb {
    background: #ccc;
}

.list_tab::-webkit-scrollbar {
    height: 2px;
}

.list_tab li {
    flex: none;
}

.list_tab li a {
    display: block;
    padding: 10px;
    color: #000;
    text-decoration: none;
}

.list_tab li a.active {
    color: var(--text-color);
    position: relative;
}

.list_tab li a.active::after {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 2px;
    left: 0px;
    right: 0px;
    background: var(--text-color);
}

.khachhang .item .title a {
    color: var(--text-color);
    display: block;
    margin-top: 5px;
}


/*footer*/

.page-footer {
    padding-top: 30px;
    color: #FFF;
    background-color: var(--main-background);
    position: relative;
    z-index: 10
}

.page-footer .title-footer {
    margin-bottom: 20px;
}

.page-footer .form-control {
    margin-bottom: 15px;
}

.page-footer ul {
    list-style: none;
    padding: 0px;
}

.page-footer ul li:first-child a {
    padding-top: 0px !important;
}

.page-footer a {
    color: #FFF;
}

.page-footer .lienket p {
    margin-bottom: 5px !important;
}

.footer-copyright {
    background: #000;
    padding: 15px 0px;
    margin-top: 15px;
}

.footer-copyright .social a {
    margin: 0px 5px;
}

@media (min-width: 900px) {
    .service-review-content {
        padding-top: 140px;
        margin-top: -165px;
    }

    #slideHome .owl-next,
    #slideHome .owl-prev {
        top: 50%;
    }

    #slideHome .items {
        overflow: hidden;
        position: relative;
    }

    #slideHome .items .content {
        position: absolute;
        left: 30%;
        right: 30%;
        bottom: 0px;
        min-width: 400px;
        min-height: 200px;
        padding: 30px 0px 20px;
    }

    #recruit .flex {
        display: flex;
        align-items: center;
        position: relative;
    }

    #recruit .flex .time {
        position: absolute;
        left: 50%;
        transform: translateX(-47%);
        background: #fd9308;
        color: #fff;
        font-weight: bold;
        z-index: 1000;
        text-align: center;
        padding: 5px;
        border-radius: 5px;
        top: 23px;
    }

    #recruit .flex:nth-child(even) {
        justify-content: flex-end;
    }

    #recruit .flex .item {
        flex: 0 0 46%;
        max-width: 46%;
        padding: 10px;
        box-shadow: 0px 0px 5px #ccc;
        position: relative;
    }
}

@media (max-width: 900px) {
    #slideHome .items .img {
        overflow: hidden;
    }

    #camket .item {}

    #recruit .pc {
        display: none;
    }

    #recruit .mobile {
        display: block;
    }

    #recruit .mobile .item {
        padding: 10px;
        box-shadow: 0px 0px 5px #ccc;
        position: relative;
    }

    #recruit .mobile .item .title a {
        display: block;
        margin-top: 10px;
        color: var(--text-color);
        text-decoration: none;
    }

    #recruit .mobile .item .title a:hover {
        color: #fd9308;
    }

    .product .item .title {
        padding: 5px;
    }
}