@import "../font/roboto/css.css";
@import "../font/roboto condensed/css.css";

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


#top-header {
    background: #000;
    padding: 6px 0;
    color: #EC1B34;
}

#top-header a {
    color: #EC1B34;
}

#top-header ul.level1 {
    padding: 0;
    margin-bottom: 0;
}

#top-header ul.level1 li {
    display: inline-block;
    margin: 0 20px;
}

#top-header ul.level1 li.social {
}

#top-header ul.level1 li.language {
}

#top-header ul.level1 li.language ul li img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

#top-header ul.level1 li.language ul li a.active img {
    -webkit-filter: inherit;
    filter: inherit;
}

#top-header ul.level1 li.login {
}

#top-header ul.level1 li a {
}

#top-header ul.level2 {
    margin-bottom: 0;
    padding: 0;
}

#top-header ul.level2 li {
    margin: 0 5px;
}

#top-header ul.level2 li a {
}

#top-header ul.level2 li img {
    width: 24px;
}

#top-header ul.level2 li img:hover {
    opacity: 0.5;
}


.search-fixed-header {
}
.search-fixed-header input {
    color: red;
    opacity: 1;
}

.search-fixed-header input {
    border: none;
    border-bottom: 2px solid #333;
    border-radius: 0;
}

.search-fixed-header input:active, .search-fixed-header input:focus {
    outline: 0;
    box-shadow: none;
    border-bottom: 2px solid #EC1B34;
}

.search-xs {
    position: absolute;
    top: 70px;
    z-index: 8;
    width: 100%;
}
.search-xs .form-inline{
    position: relative;
}
.search-xs input {
    border: none;
    border-radius: 50px;
    background: #000;
    padding: 20px;
    color: #fff !important;
    width: 100% !important;
    position: relative;
}

.search-xs input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 0.7; /* Firefox */
}
.search-xs i.fas{
    position: absolute;
    right: 15px;
    color: #fff;
    top: 13px;
}
.search-xs input:active, .search-xs input:focus {
    outline: 0;
    box-shadow: none;
    background: #000;
}

#header-fixed {
    height: 60px;
    transition: all 0.1s;
    padding: 6px 0;
    background: #fff;
    /* box-shadow: 0 0 30px rgba(0, 0, 0, 0.03); */
    position: fixed !important;
    top: -1px;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,.095);
}
.header-show {
    display: block!important;
}
#header-fixed .logo a {
    position: relative;
    display: -webkit-box;
}

#header-fixed .logo h1 {
    font-size: 0;
    margin: 0;
}

#header-fixed .logo img {
    padding: 0;
    margin: -5px 0;
    height: 46px;
}

#header-fixed .logo a span {
    position: absolute;
    font-size: 10px;
    bottom: -17px;
    right: -8px;
    color: #fff;
}

.on-header-fixed {
    position: absolute;
    top: 14px;
    right: 66px;
    padding: 0;
}
.on-header-fixed {}
.on-header-fixed li{
    display: inline-block;
    margin: 0 7px;
}
.on-header-fixed li.lenguage{
}
.on-header-fixed li.lenguage img{
    width: 30px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    margin-top: -9px;
}
.on-header-fixed li.lenguage img.active{
    -webkit-filter: inherit;
    filter: inherit;
}
.on-header-fixed li a{}
.on-header-fixed li.card-bag{}
.on-header-fixed li.card-bag a{
    font-size: 24px;
    color: #000;
    position: relative;
}
.on-header-fixed li.card-bag a span{
    position: absolute;
    background: red;
    color: #fff;
    border-radius: 50%;
    top: -5px;
    right: -5px;
    padding: 0 5px;
    font-size: 12px;
}
/*---------------*/
.header .main-nav {
    background: #000;
    color: #fff;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 100px;
}

.header .search-fixed-header input {
    background: #000;
}

.header .main-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 6px;
    transition: 0.1s;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

/*---------------*/
.main-pages {
    margin-top: 60px;
}

/*------------------*/


.main-nav {
    display: block;
    margin: 7px 0;
}

.main-nav * {
    padding: 0;
    list-style: none;
    margin: 0;
}

.fixed-top {
    position: fixed !important;
    top: -1px;
    right: 0;
    left: 0;
    z-index: 1030;
}

.main-nav > ul > li a.card-fixed-lg {
}

.main-nav > ul > li a.card-fixed-lg {
    position: relative;
}

.main-nav > ul > li a.card-fixed-lg span {
    position: absolute;
    background: red;
    color: #fff;
    border-radius: 50%;
    top: 2px;
    right: -3px;
    padding: 0px 5px;
    font-size: 12px;
}

.main-nav > ul > li {
    position: relative;
    white-space: nowrap;
    display: inline-block;
    margin: 0 10px;
}

.main-nav a {
    display: block;
    position: relative;
    color: #333;
    padding: 10px 6px;
    transition: 0.1s;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
    color: #ea1d25;
    text-decoration: none;
    /* background: #f5f5f5; */
}

.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 790;
    opacity: 0;
    visibility: hidden;
    /* padding: 10px 0; */
    background: #fff;
    box-shadow: 0 0 10px rgba(127, 137, 161, 0.1);
    transition: ease all 0.1s;
    text-align: left;
}

.main-nav .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main-nav .drop-down li {
    min-width: 220px;
    position: relative;
}

.main-nav .drop-down ul a {
    padding: 10px 10px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}

.main-nav .drop-down ul li:last-child a {
    border: none !important;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
    color: #222;
    background: #f5f5f5;
}

.main-nav .drop-down > a:after {
    font-family: "Ionicons";
    content: "\f35f";
    padding-left: 3px;
    font-size: 14px;
    color: #999;
}

.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.main-nav .drop-down .drop-down > a {
    padding-right: 35px;
}

.mobile-nav ul li.drop-down ul li a img, .main-nav ul li.drop-down ul li a img {
    width: 45px;
    float: left;
    margin-right: 10px;
    margin-top: -2px;
}

.main-nav .drop-down .drop-down > a:after {
    content: "\f105";
    position: absolute;
    right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 61px;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    /* padding-top: 18px; */
    background: #fff;
    transition: 0.1s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #111;
    padding: 10px 20px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 500;
    font-size: 16px;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
    color: #ea1d25;
    text-decoration: none;
}

.mobile-nav .drop-down > a:after {
    font-family: "Ionicons";
    content: "\f35f";
    padding-left: 10px;
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 18px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\f365";
}

.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 10px;
}

.mobile-nav-toggle {
    position: absolute;
    right: 0;
    top: 16px;
    z-index: 999;
    border: 0;
    background: none;
    font-size: 30px;
    transition: all 0.2s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    touch-action: manipulation;
}

.mobile-nav-toggle i {
    padding: 0 20px;
    color: #3a3a3a;
    display: inline-block;
    float: right;
    position: absolute;
    right: 0px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 990;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #000;
}

/*-footer-*/

#footer {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    background-image: url("../img/bg-footer.jpg");
    padding: 20px 0;
    margin-top: 120px;
    color: #fff;
}
#footer .dog-footer{
    position: absolute;
    top: -120px;
    left: 0;
    width: 300px;
}
#footer .footer-top {
    padding: 40px 0;
}

.footer-top .footer-info{}
.footer-top .footer-info img{
    height: 50px;
    margin-bottom: 30px;
}
.footer-top .footer-info p{}
.footer-top .footer-links h3,.footer-top .footer-contact h3{
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 30px;
}
.footer-top .footer-links a{
    display: block;
    margin: 20px 0;
    color: #fff;
}
.footer-top .footer-links a:hover{
    color: #ea1d25;
}
.footer-top .footer-contact input{
    display: block;
}
.footer-top .footer-contact .btn-send{
    background: #ea1d25;
    color: #fff;
    padding: 5px 30px;
}
#footer .copyright {
    text-align: center;
    padding-top: 20px;
    color: #fff;
    font-size: 14px;
    border-top: 5px solid #ea1d25;
}

#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #ddd;
}

@media screen and (min-device-width: 481px) and (max-device-width: 1286px) {
    /* STYLES HERE */
    .main-nav a {
        padding: 8px 1px;
    }
}
@media (min-width: 1200px) {
    .main-nav {
        display: block;
    }

    .mobile-nav {
        display: none;
    }

    .mobile-nav-toggle {
        display: none;
    }
}

@media (max-width: 768px) {
    .az-danhmuc-filter a img {
        margin-top: 10px;
        width: 49%;
        float: left;
        margin-right: calc(100% - 99%);
    }

    .back-to-top {
        right: 38px !important;
        bottom: 175px !important;
    }

    .phone-fixed {
        right: 38px !important;
    }

    #header-fixed .logo img {
        padding: 0;
        margin: 3px 0;
        height: 45px;
    }
    .md-hidden {
        display: none;
    }

    #footer{
        margin-top: 40px;
    }

    #footer .dog-footer{
        display: none;
    }

}

@media (min-width: 1024px){
    .md-show{
        display: none;
    }
}

@media (max-width: 1200px) {
    .main-nav {
        display: none;
    }

    .mobile-nav {
        display: block;
    }

    .mobile-nav-toggle {
        display: block;
    }
}


.back-to-top {
    
    display: none;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    /* padding: 8px 15px; */
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 2.6;
    right: 38px;
    border-radius: 50%;
    bottom: 175px;
    transition: background 0.1s;
    z-index: 99;
} 
.box_fixed{
    display: flex;
    gap: 10px;
    position: fixed;
    bottom: 130px;
    right: 38px;
    flex-direction: column;
}
.box_fixed .social-icon {
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 2.6;
    border-radius: 50%;
    transition: background 0.1s;
    z-index: 99;
}
.box_fixed .phone-fixed{
    background: rgba(66, 201, 17, 1);
}
.box_fixed .social-icon img{
    max-width: 100%;
}
.phone-fixed:hover{
    color: #fff;
}
.back-to-top:hover {
    color: #fff;
    background: #000;
}