/*@import url("framework.css");*/
/*@import url("responsive.css");*/
html {
    font-size: 62.5%;
}

:root {
    --btn: #58654F;
    --btnHover: #3e4738;
    --text: #333;
    --textHover: #1b347e;
    --white: #fff;
    --black: #000;
    --bg: #0B1534;
    --bgHv: #0b1228;
    --bgItem: #0d1a3f;
    --red1: #e3021d;
    --red: #b10216;
    --gray: #f8f8f8;
    --bluebtn: #4267d7;
    --discount: #999;
    --yellow: #E79627;
    --yellowH: #b87414;
    --bgDiscount: #463E3B;
    --noStar: #ccc;
    --border: #162c6a;
}

/*@font-face {*/
    /*font-family: roboto;*/
    /*src: url(../font/Roboto/Roboto-Regular.ttf);*/
/*}*/

/*@font-face {*/
    /*font-family: roboto;*/
    /*src: url(../font/Roboto/Roboto-Bold.ttf);*/
/*}*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 2.6rem;
    font-size: 1.6rem;
    color: var(--text);
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

h1 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
    text-transform: uppercase;
}

h2 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-bottom: 25px;
}

h3 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
}

.clear-fix {
    clear: both;
}

.fas {
    color: #999;
}

.mta30 {
    margin-top: -30px;
}

.loading-img {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background: rgba(33, 33, 33, .5);
    display: none;
}

.box-loading {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: 999999;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

a {
    display: inline-block;
    width: 100%;
    outline: none;
    text-decoration: none;
    color: #2596cf;
}

ul li {
    list-style: none;
}

img {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    object-fit: cover;
}

.loading-img {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background: rgba(33, 33, 33, .5);
    display: none;
}

.box-loading {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: 999999;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-loading img {
    width: auto;
}

.container {
    width: 1250px;
    margin: 0 auto;
}

/*.container .title {*/
    /*text-align: center;*/
/*}*/

.light {
    width: 100%;
    background: #E6ECF5;
    margin: 5px 0;
    position: relative;
    height: 3px;
}

.light:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 30%;
    background: #f0542d;
}

.box-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    background: rgba(33, 33, 33, .5);
    display: none;
}

/*form login của web*/

.popup-login {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    overflow-y: auto;
    overflow-x: hidden;
    background: rgba(33, 33, 33, .5);
    display: none;
}

.popup-form {
    top: 0;
    width: 100%;
    height: 100%
}

.popup-form .popup {
    width: 500px;
    margin: 0 auto;
    box-shadow: 0 8px 6px -6px black;
    text-align: center;
    color: var(--white);
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup-form .title {
    padding: 8px 15px 0;
    border-radius: 4px 4px 0 0;
    text-align: right;
}

.popup-form .title i {
    font-size: 28px;
    cursor: pointer;
    color: #999;
}

.popup-form .title i:hover {
    color: red;
}

.popup-form h1 {
    margin-bottom: 20px;
    text-align: left;
}

.popup-form .content {
    padding: 15px 15px 30px;
}

.popup-form .item {
    margin-bottom: 20px;
}

.popup-form .item input, .popup-form .item textarea, .popup-form .item select {
    font-size: 14px;
    outline: 0;
    padding: 8px 10px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #dedede;
    background: #f2f2f2;
}

.popup-form .item input:focus, .popup-form .item textarea:focus, .popup-form .item select:focus {
    border-color: #2596CF;
}

.popup-form .box-btn a {
    display: inline-block;
    color: #fff;
    padding: 6px 20px;
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
}

.popup-form .box-btn a:first-child {
    background: #2596cf;
    border: 1px solid #228ec3;
}

.popup-form .box-btn .forget-pw {
    color: #2596cf;
    text-transform: none;
}

.popup-form .box-btn a:first-child:hover {
    background: #1b6e98;
}

.popup-form .box-btn a:last-child:hover {
    color: red;
}

.warning {
    display: none;
    margin-top: -20px;
    margin-bottom: 10px;
    text-align: left;
    color: red;
    font-weight: bold;
}

.warning2 {
    margin-top: 10px;
    margin-bottom: -10px;
    text-align: left;
    color: red;
    font-weight: bold;
}

input::placeholder, textarea::placeholder {
    color: #212421 !important;
}

/*Phân trang*/

.pagination-outter {
    text-align: center;
}

.pagination {
    padding-left: 0;
    margin: 30px 0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pager li, .pagination > li {
    display: inline;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination .pactive {
    background-color: var(--red);
    cursor: pointer;
    z-index: 0;
    color: #fff;
    border-color: var(--red);
}

.pagination > li > a:hover {
    background-color: var(--red);
    border-color: var(--red);
    color: #fff;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    border-radius: 4px;
}

.pagination > li > a {
    margin: 0 5px 0 0;
    color: #999;
    padding: 0 2px;
    font-size: 14px;
    width: 35px;
    line-height: 30px;
}

input::placeholder, textarea::placeholder {
    color: #8c8c8c !important;
}

:-ms-input-placeholder, textarea::placeholder {
    color: #8c8c8c !important;
}

::-ms-input-placeholder, textarea::placeholder {
    color: #8c8c8c !important;
}

/*phần icon ở sản phẩm*/

.list .icon-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10px;
}

.list .icon-box i {
    color: var(--white);
    background: var(--btn);
    border-radius: 50%;
    padding: 5px;
    margin-right: 0.8rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
}

.list .icon-box li {
    flex-basis: 100%;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.list .icon-box li span {
    text-transform: capitalize;
}

    /*start footer*/
footer {
    color: #CBCBCB;
    background-color: #f0542d;
    padding: 3rem 0;
    font-size: 1.5rem;
    text-align: center;
}

footer .f-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .f-menu li {
    margin: 0 15px;
}

footer .f-menu a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

footer .f-menu a:hover {
    text-decoration: underline;
}

footer .copyright {
    color: #fff;
    margin: 20px 0 10px;
}

footer .copyright-note {
    color: #fff;
}

footer #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 8;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: green;
    color: white;
    cursor: pointer;
    padding: 12px;
    border-radius: 4px;
}

/*end footer*/
/*start menu mobile*/
.icon-nav {
    display: none;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 4px;
    background-color: var(--white);
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-41deg) translate(-8px, 5px);
    transform: rotate(-41deg) translate(-8px, 5px)
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(40deg) translate(-8px, -7px);
    transform: rotate(40deg) translate(-8px, -7px);
}

.active-menu-web {
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 999;
    width: 100%;
}

#menu .box-menu li .item-menu {
    display: none;
    position: fixed;
    z-index: 99;
    text-transform: uppercase;
    text-align: left;
    background: var(--btn);
    flex-direction: column;
}

#menu .box-menu li .item-menu li {
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

#menu .box-menu li .item-menu li a {
    border: none;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    width: 100%;
    padding: 15px 20px;
}

.fa-caret-down {
    margin-left: 2px;
    color: #fff;
}

/*end menu mobile*/

.bg-g {
    background: var(--bg);
}

/*nav menu*/
.show {
    left: 0;
    opacity: 1;
}

.hide {
    opacity: 0;
    left: 100%;
}

.mobile-nav {
    background: #d7370f;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    text-align: center;
    transition: .2s ease;
    overflow: auto;
    z-index: 10;
}

.mobile-nav a {
    text-align: center;
    color: #ffffff;
    opacity: 0;
    transition: opacity .9s ease-in-out;
}

.mobile-nav.show a {
    text-align: center;
    opacity: 1;
}

.mobile-nav .nav-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f0542d;
    padding: 10px 15px;
    color: #fff;
}

.mobile-nav .nav-title span {
    font-size: 21px;
    font-weight: bold;
}

.mobile-nav .nav-title i {
    font-size: 35px;
}

.mobile-nav .nav-box-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 5px;
    padding: 15px 5px 0;
}

.mobile-nav .nav-box-filter li {
    flex-basis: 49%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    border: 1px solid #dedede;
    border-radius: 4px;
    width: 100%;
    background: #fff;
    outline: none;
    overflow: hidden;
    padding: 0 10px;
    color: #000;
}

.mobile-nav .nav-box-filter li input {
    font-size: 14px;
    outline: 0;
    border: none;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    color: #000;
}

.mobile-nav .nav-box-filter li input::placeholder {
    color: #212421;
}

#nav-search {
    flex: 100%;
}

#nav-search i {
    margin-right: 5px;
    color: #212421;
}

.mobile-nav .box-btn-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px 30px;
}

.mobile-nav .box-btn-nav .btn-reset-nav {
    background: grey;
    border: none;
    cursor: pointer;
    padding: 8px;
    flex-basis: 49%;
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.mobile-nav .box-btn-nav .btn-search-nav {
    background: #D12660;
    border: none;
    cursor: pointer;
    padding: 8px;
    flex-basis: 49%;
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.box-nav-list {
    display: none;
}

.box-nav-list .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 15px;
    background: #dedede;
    text-transform: uppercase;
}

.box-nav-list .title span, .box-nav-list .title a {
    font-size: 16px;
}

.box-nav-list .title a {
    color: #fff;
    background: darkred;
    padding: 5px 8px;
    border-radius: 4px;
}

.nav-list-content {
    background: #fff;
    display: none;
    align-items: baseline;
    justify-content: start;
    flex-wrap: wrap;
    width: 100%;
    z-index: 10;
    padding: 10px 0;
}

.active-nav-select {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    flex-direction: column;
}

.show-menu {
    position: fixed;
    top: 78px;
    height: 100%;
    z-index: 999;
    background: #F0542D;
    flex-flow: column;
}

.nav-list-content li {
    flex-basis: 33%;
    text-align: center;
    padding: 13px 5px;
}

.nav-hang-xe li {
    flex-basis: 100%;
}

.nav-list-content li a {
    display: inline-block;
    width: 100%;
    color: #333;
}

.nav-hang-xe li .item-box, .nav-dong-xe li .item-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
    padding: 0;
}

.nav-hang-xe li .item-box li, .nav-dong-xe li {
    flex-basis: 33%;
}

.nav-see-more {
    flex-basis: 100% !important;
    padding: 0 5px;
}

.nav-list-content .nav-see-more a {
    color: #2596cf;
}

.box-nav-list-content {
    display: inline-block;
    width: 100%;
    padding: 5px;
}

.nav-thanh-pho li {
    flex-basis: 33%;
}

.nav-thanh-pho li ul li:first-child {
    color: red;
    font-weight: bold;
}

#menu .box-menu .m-info {
    display: none;
}

.btn-alo {
    display: inline-block;
    width: auto;
    color: #fff;
    font-weight: bold;
    padding: 12px 70px;
    border-radius: 30px;
    background: #f0542d;
    text-transform: uppercase;
    margin-right: 0.5rem;
    margin-top: 1.5rem;
}

.btn-alo:hover {
    background: #d7370f;
}

main .title {
    padding-bottom: 3rem;
}

main .container {
    padding: 3rem 0 1.5rem;
}

/*đánh giá*/
.stars .fa-star {
    color: var(--noStar);
}

.stars .checked {
    color: var(--yellow);
}

/*nút button*/
.btn {
    flex-basis: 100%;
    text-align: center;
}

.btn a {
    width: auto;
    background: var(--btn);
    font-weight: bold;
    color: var(--white);
    padding: 0.6rem 6rem;
    border-radius: 3rem;
}

.btn a:hover {
    background: var(--btnHover);
}

.about .title, #contact .title {
    color: var(--white) !important;
}

/*footer*/

/*Liên hệ với chúng tôi*/

#contact {
    background-image: url(/templates/images/contact01.jpg);
    background-size: cover;
    background-position: center;
}

#contact .box-container {
    background: rgba(0, 0, 0, .5);
}

#contact .container .box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 40px;
}

#contact .container .box .item:first-child {
    flex-basis: 48%;
}

#contact .container .box .item:last-child {
    flex-basis: 48%;
}

#contact .box-contact input {
    width: 100%;
    height: 3.5rem;
    margin-bottom: 30px;
    outline: none;
    padding-left: 15px;
    color: black;
    border-radius: 4px;
    border: 1px solid #dedede;
    background: #f2f2f2;
}

#contact .box-contact input:focus {
    border-color: #755647;
}

#contact .box-contact textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
    outline: none;
    padding: 15px;
    color: var(--black);
    border: 1px solid #dedede;
    background: #f2f2f2;
    border-radius: 4px;
}

#btn-send-contact {
    text-align: center;
    margin-top: 15px;
}

#btn-send-contact a {
    width: auto;
    background: var(--btn);
    font-weight: bold;
    color: #fff;
    padding: 0.6rem 6rem;
    border-radius: 3rem;
}

#btn-send-contact a:hover {
    background: var(--btnHover);
}

footer {
    background: var(--white);
}

footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .container .box {
    flex-basis: 48%;
}

footer .container .box-intro .logo img {
    width: 20rem;
    object-fit: cover;
}

footer .container .box-intro {
    text-align: left;
}

footer .container .box-intro .item {
    margin: 25px 0;
}

footer .container .box-intro .item .icon {
    border-radius: 8px;
    display: inline-block;
    width: 30px;
    background: var(--btn);
    text-align: center;
    margin-right: 5px;
    padding: 3px 0;
}

footer .container .box-intro .item span {
    color: var(--text);
}

footer .link a {
    width: auto;
    margin: 1rem;
}

footer .link a i {
    font-size: 2rem;
}

footer .link a i:hover {
    color: var(--yellow) !important;
}

footer i {
    color: var(--white) !important;
}

.footer-line {
    background: var(--btn);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 10px 0;
}

.footer-line span {
    font-weight: bold;
}

.footer-line a {
    width: auto;
    margin-left: 4px;
    color: var(--white);
    font-weight: bold;
}

.footer-line a:hover {
    color: var(--red);
}

.footer-line span {
    color: var(--white);
}

footer #myBtn {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 25px;
    right: 30px;
    z-index: 8;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: var(--btn);
    color: var(--white);
    cursor: pointer;
    width: 40px;
    height: 42px;
    border-radius: 50%;
    transition: all .5s cubic-bezier(.645,.045,.355,1);
}

footer .logo img {
    width: 80px !important;
}

footer .col-c {
    flex-basis: 35% !important;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.col-c .item-li {
    list-style: none;
    flex-basis: 48%;
    margin-bottom: 3rem;
    text-align: left;
}

.col-c .parent {
    display: inline-block;
    color: var(--black) !important;
    text-transform: capitalize;
    margin-bottom: 1rem;
    font-size: 2rem;
}

.col-c .item-menu-f li {
    margin-bottom: 1rem;
}

.col-c ul li a {
    color: #999999 !important;
    text-transform: capitalize;
}

.col-c ul li a:hover {
    color: var(--yellow) !important;
}

/*Banner các trang khác*/
.banner-page {
    position: relative;
    background-image: url(/templates/images/background-carpet.jpg);
    background-size: cover;
    background-position: center;
    height: 240px;
}

.banner-page .box {
    background: rgba(0, 0, 0, .8);
    height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}

.banner-text {
    color: #fff;
    text-transform: uppercase;
	line-height: 32px;
	text-align: center;
}

/*breadcrumb*/
.breadcrumb a {
    width: auto;
    text-transform: capitalize;
    color: var(--text);
}

.breadcrumb .text {
    text-transform: capitalize;
}

.breadcrumb a:hover {
    color: var(--yellow);
}

.breadcrumb i {
    padding: 0 5px;
    color: #999;
    position: relative;
    top: 1px;
}

/*nút gọi điện*/
.contact-box {
    position: fixed;
    bottom: 5px;
    z-index: 100;
}

@keyframes img-phone {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

.kh-phone {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

@keyframes zoomEffect {
    0% {
        transform: scale(.9)
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

.phone-box {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: rgba(255, 0, 0, .9);
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: zoomEffect 1.3s infinite;
    animation: zoomEffect 1.3s infinite;
    opacity: .7;
    box-shadow: 0 0 0 0 #4971fe;
}

.img-phone {
    background-color: red;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: img-phone 1s infinite ease-in-out;
    animation: img-phone 1s infinite ease-in-out;
}

.img-phone a {
    display: block;
    line-height: 37px;
}

.img-phone img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

/*chat zalo*/
.kh-zalo {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.kh-zalo .phone-box {
    box-shadow: 0 0 0 0 #0091ff;
    background-color: rgba(0, 145, 255, .9);
}

.kh-zalo .img-phone {
    background-color: #0091ff;
}

/*chat messenger fb*/
.kh-fbm {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.kh-fbm .phone-box {
    box-shadow: 0 0 0 0 #126bd1;
    background-color: rgba(18, 107, 209, .9);
}

.kh-fbm .img-phone {
    background-color: #126bd1;
}

.kh-fbm .img-phone img {
    max-height: 45px;
    max-width: 40px;
}

.icon-nav .fa-stream {
	color: var(--white);
    font-size: 24px;
}

/*danh sách địa chỉ*/
#list-addres .container {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#list-addres .item:first-child {
    margin-right: 2rem;
}

#list-addres .item {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    padding: 1rem 0 0.5rem;

}

#list-addres .item .icon {
    margin-right: 0.5rem;
}


@media only screen and (max-width: 1250px) {
    * {
        font-size: 1.6rem;
    }

    main .container {
        padding: 25px 15px 10px;
    }

    main .title {
        padding-bottom: 2.5rem;
    }

    .container {
        width: 100%;
    }

    .breadcrumb {
        margin-top: 0;
    }

    header .contact {
        display: none;
    }

    #menu {
        display: none;
    }

    menu .container {
        align-items: flex-start;
        justify-content: flex-start;
    }

    menu .container .box-menu {
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        flex-direction: column;
    }

    menu .container .box-menu li {
        width: 100%;
    }

    #logo {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 15px;
    }

    #logo a {
        width: auto;
    }

    .icon-nav {
        display: block;
        color: #fff;
    }

    #logo img {
        width: auto;
        height: 62px;
        object-fit: cover;
    }

    #contact .box-contact input {
        height: 40px;
    }

    #btn-send-contact a, #btn-view-about a {
        padding: 8px 50px !important;
    }

    #menu .box-menu li .item-menu {
        position: static;
    }

    #menu .box-menu li .item-menu li a {
        padding: 2rem 0 2rem 5rem;
    }

    footer {
        padding: 25px 15px;
    }

    footer #myBtn {
        width: 40px;
        height: 40px;
    }

    footer #myBtn i {
        position: relative;
        top: -3px;
    }

    #list-addres .item {
        padding: 1rem 1.5rem 0.5rem;
    }
}

@media only screen and (max-width: 1024px) {
    footer iframe {
        height: 300px;
    }

    .category-box ul li img {
        height: 250px !important;
    }
}

@media only screen and (max-width: 991px) {
    #contact .container .box {
        padding-bottom: 15px;
    }

    #list-addres .item {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 26px;
        line-height: 24px;
    }

    h2 {
        font-size: 22px;
        line-height: 28px;
    }

    main .container {
        padding: 20px 15px 5px;
    }

    main .title {
        padding-bottom: 20px;
    }

    #contact .box-contact input {
        height: 35px;
    }

    #contact .box-contact input {
        margin-bottom: 20px;
    }

    #btn-send-contact {
        margin-top: 0;
    }

    footer iframe {
        height: 250px;
    }

    .btn a {
        padding: 8px 50px;
    }

    .contact-box {
        display: flex;
        align-items: center;
        bottom: 0;
    }

    .category-box ul li span {
        font-size: 1.8rem !important;
        padding: 1rem 0 !important;
    }

    .category-box ul li img {
        height: 200px !important;
    }
}

@media only screen and (max-width: 576px) {
    h1 {
        font-size: 2rem;
    }

    main .container {
        padding: 2rem 1rem 0;
    }

    #contact .container .box .item {
        flex-basis: 100%;
    }

    #contact .container .box .img {
        display: none;
    }

    footer {
        padding: 15px 15px 0;
    }

    footer .container {
        flex-wrap: wrap;
    }

    footer .container .box {
        flex-basis: 100%;
    }

    footer .container .box-intro .item {
        margin: 20px 0;
    }

    footer iframe {
        height: 300px;
    }

    .banner-page, .banner-page .box {
        height: 180px;
    }

    #contact .container .box .item:last-child {
        flex-basis: 100%;
    }

    /*#list-addres .item .icon {*/
        /*display: none;*/
    /*}*/

    .category-box ul li {
        flex-basis: 49% !important;
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 480px) {
    main .title {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 375px) {
    footer iframe {
        height: 250px;
    }
}

@media only screen and (max-width: 320px) {
    footer iframe {
        height: 220px;
    }

    .banner-page, .banner-page .box {
        height: 150px;
    }
}

