body {
    font-family: "Roboto", sans-serif;
    line-height: 1.6em;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.adm-glyphicon {
    /* background: url('./img/setting.png'); */
    background-size: cover;
    width: 12px;
    height: 12px;
    display: block;
}

/* :root {
	--primary-color: #000;
	--second-color: #fdb819; 
	--third-color: #ddd;
	--fourth-color: #d80000;
	--fifth-color: #fff;
	--sixth-color: #494949;
	--seventh-color: #999;
	--eighth-color: #0a0a0a;
	--ninth-color: #333;
	--tenth-color: #777777;
	--eleventh-color: #A60707;
	--twelfth-color: #0060A6;
	--thirteenth-color: #cb2320;
	--fourteenth-color: #51cb5a;
    --fifteenth-color: #007F86;
} */


.header {
    background-color: var(--sixth-color);
    min-height: 30px;
}

/* 
.row {
    width: 100%;
    margin: 0;
} */

.wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* 
.container-fluid {
    padding: 0;
} */

*img {
    width: 100%;
    height: 100%;
}

.img-404{
    max-width: 100%;
}

.top-bar {
    background-color: var(--second-color);
}

/* .col-md-6 {
    padding: 0;
} */

.header-adr {
    min-height: 30px;
    /* max-height: 30px; */
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-decoration: none;
    list-style-type: none;
    display: flex;
}

.header-adr .adr {
    height: 100%;
}

.header-adr p {
    font-size: 0.9em;
    text-align: left;
    color: var(--primary-color);
    margin: 0 auto;
    width: 100%;
    line-height: 30px;
}

.contact-top {
    display: flex;
    align-items: center;
    justify-content: end;
}

.contact-top-bar {
    display: flex;
    width: 100%;
    justify-content: end;
    align-items: center;
}

.contact-top-bar a {
    padding: 0 10px;
    display: flex;
    text-decoration: none;
    color: var(--primary-color);
    font-size: 13px;
    height: 100%;
    transition: all 0.3s;
}

.contact-top-bar a strong {
    font-weight: lighter;
    font-size: 13px;
}

.contact-top-bar a:hover {
    color: var(--fifth-color);
}

.contact-top-bar-text {
    display: flex;
    justify-content: end;
    border-right: 2px solid var(--primary-color);
}

.nav-bg {
    background-color: var(--primary-color);
}

.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
}

.float-panel {
    width: 100%;
    z-index: 99;
    background: var(--primary-color);
    /* height: 85px; */
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    box-shadow: var(--sixth-color) 0px 0px 24px;
}

.list-nav {
    display: none;
}

.list-nav .menu-item {
    padding: 5px;
}

/* .float-panel .logo .adm-glyphicon {
    position: absolute;
    bottom: -90px;
    left: auto;
} */

.header-nav {
    height: 85px;
    width: 100%;
    background: var(--primary-color);
    display: flex;
    justify-content: space-between;
}

.float-panel.affix .header-nav {
    height: 50px;
}

/* .float-panel.affix + .slider {
    padding-top: 30px;
} */

.logo {
    /* width: 15%; */
    max-width: 150px;
    /* height: 100%; */
    display: flex;
    align-items: center;
}

.logo a {
    width: 100%;
}

.logo img {
    /* width: 100%; */
    height: inherit;
    background-color: var(--primary-color);
}

.float-panel.affix .header-nav .logo img {
    width: 100px;
}

.home-menu {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-menu ul {
    display: flex;
    list-style: none;
    margin: 0;
}

.home-menu ul li {
    padding: 10px;
    transition: ease-out 0.3s;
}

.home-menu ul li:hover,
.home-menu ul li.active {
    cursor: pointer;
    border-bottom: 1px solid var(--second-color);
}

.home-menu ul li:hover a {
    color: var(--second-color);

}

.home-menu ul li a {
    text-decoration: none;
    font-size: 14.4px;
    text-transform: uppercase;
    color: var(--fifth-color);
}

.nav-right {
    /* width: 15%; */
    display: flex;
    flex-wrap: nowrap;
    /* gap: 10px; */
    /* justify-content: end; */
    align-items: center;
}

.nav-right svg path{
    fill: var(--second-color);
}

/* .nav-right .icon-calling {
    display: flex;
    align-items: center;
} */

/* .nav-right .icon-calling img {
    width: 80%;
} */

/* .nav-right .text-calling {
    width: 70%;
} */

.nav-right .text-calling {
    width: 100%;
    font-size: 16px;
    color: var(--second-color);
    padding-left: 10px;
}

.nav-right .text-calling a {
    text-decoration: none;
    color: inherit;
}

/* .fixed {
    animation: slide-down 0.9s;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    padding: 4px 0;
    opacity: 0.9;
} */

.affix.float-panel {
    animation: slide-down 0.9s;
    /* height: 100%;
    bottom: 0; */
}

.fixed .header-nav {
    /* height: 100%; */
    display: flex;
    align-items: center;
}

.fixed .logo {
    height: 100%;
    display: flex;
    align-items: center;
    vertical-align: middle;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

.slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.bg-image {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;

}

.bg-black {
    width: 100%;
    height: 100%;
    background-color: var(--eighth-color);
}

.bg-white {
    width: 100%;
    height: 100%;
    background-color: var(--fifth-color);
    opacity: 0.9;
}

.wrap-footer {
    margin-top: 20px;
    margin-bottom: 50px;
}

.contact {
    /* font-size: 1.1em; */
    font-size: 14px;
    padding: 1px;
    color: var(--fifth-color);
}

.contact1 {
    font-size: 1em;
    padding: 1px;
    color: var(--fifth-color);
}

.contact1 .icon1 p {
    padding: 0 !important;
    margin: 0;
}

.contact .icon1 p {
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.icon1 {
    display: flex;
    align-items: center;
}

.icon1 i {
    display: flex;
    align-items: baseline;
    padding-right: 10px;
}

.foot-1 {
    width: 100%;
    height: 100%;
    margin-top: 42px;
}

.foot-2 {
    margin-top: 30px;
}

.foot-1 .title-foot-1,
.foot-2 .title-foot-1 {
    color: var(--fifth-color);
    text-transform: uppercase;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 20px;
    font-weight: bold;
}

.logo-footer {
    max-width: 204px;
}

.form-contact .contact-controls textarea {
    width: 100%;
    height: 95px;
    padding-left: 10px;
    padding-top: 7px;
    font-size: 15px;
}

.social-icon-entry {
    margin-top: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.social-icon-news {
    display: inline-flex;
    font-size: 20px;
    vertical-align: middle;
    color: var(--seventh-color);
    text-align: center;

}

.social-icon-news a {
    width: 35px;
    height: 35px;
    min-width: 30px;
    border-radius: 50%;
}

.social-icon-news a:before {
    line-height: 35px;
    font-size: 17px;
    color: var(--fifth-color);
    text-decoration: none;
}

.foot-1 .contact {
    margin-bottom: 15px;
}

.foot-1 .contact1 {
    margin-bottom: 15px;
}

.zoomin1 {
    position: relative;
    margin-right: 15px;
}

.zoomin1 a {
    text-decoration: none;
}

.zoomin1 .btn-text1 {
    visibility: hidden;
    width: 150px;
    background-color: var(--primary-color);
    color: var(--fifth-color);
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    font-size: 14px;
    position: absolute;
    bottom: 130%;
    left: -80%;
    margin-left: -30px;
}

.zoomin1 .btn-text1::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: var(--primary-color) transparent transparent transparent;
}

.zoomin1:hover .btn-text1 {
    visibility: visible;
}


.icon-fb {
    background-color: var(--twelfth-color);
}

.icon-phone {
    background-color: var(--fourteenth-color);
}


.icon-youtube {
    background-color: var(--thirteenth-color);
}

.icon-ig {
    background-color: var(--twelfth-color);
}

.price-off {
    color: var(--fifth-color);
    font-size: 1.1em;
}

.price-sale p {
    font-size: 1.6em;
    font-weight: 700;
    color: var(--fifth-color);
    padding: 0;
    margin: 0;
}

.price-sale {
    border-radius: 5px;
    background-color: var(--fourth-color);
    max-width: 316px;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.foot-1 i {
    color: var(--fifth-color);
    font-size: 1.1em;
}


.copyright {
    height: 50px;
    line-height: 50px;
    background-color: var(--eighth-color);
    color: var(--tenth-color);
    bottom: 0;
    position: relative;
    padding-left: 15px;
}

.cart-info {
    width: 100%;
}

.cart-info p {
    margin-bottom: 20px;
}

.cart-info p label {
    width: 30%;
    font-size: 15px;
    height: 30px;
}

.cart-info p input:focus-visible {
    outline: none !important;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; */
}

.cart-info .contact-controls input {
    padding: 5px 10px;
}

.cart-info p input {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid var(--third-color);
    padding: 0 0.75em;
    height: 3em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: var(--fifth-color);
    color: var(--ninth-color);

}

#buyer_note {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid var(--third-color);
    padding: 0 0.75em;
    height: 8em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: var(--fifth-color);
    color: var(--ninth-color);
}

#buyer_note:focus-visible {
    outline: none !important;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; */
}

#btn-submit {
    border-radius: 5px;
    width: 180px;
    font-size: 1.2em;
    height: 40px;
    font-weight: 700;
    color: var(--fifth-color);
    text-transform: uppercase;
    font-weight: bold;
    background-color: var(--fourth-color);
}

#btn-submit:hover {
    cursor: pointer;
}

#backtop {
    border: 1px solid var(--tenth-color);
    position: fixed;
    left: auto;
    right: 20px;
    top: auto;
    bottom: 20px;
    outline: none;
    overflow: hidden;
    color: var(--tenth-color);
    text-align: center;
    background-color: transparent;
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    transition: all .3s linear;
    opacity: 1;
    z-index: 4;
    display: none;
}

/* .col-md-4 {
    padding: 0;
} */

.home-tab-1 {
    display: flex;
    align-items: center;
    margin-top: 65px;
    margin-bottom: 25px;
}

.title-home-tab {
    word-wrap: normal;
    /* color: rgb(214, 0, 0); */
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 23px;
    margin: 0 auto;
    line-height: 27px;
    max-width: 500px;

}

.title-home-tab3 {
    word-wrap: normal;
    text-transform: uppercase;
    color: var(--primary-color);
    text-align: center;
    font-weight: 700;
    font-size: 23px;
    margin: 0 auto;
    max-width: 500px;
    line-height: 27px;

}

.home-tab-1 b {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    opacity: .1;
    background-color: currentColor;
}

.home-des {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
}

/* .intro-content {
    padding: 0 20px;
} */

.mgtb {
    /* margin-top: 30px; */
    margin-bottom: 40px;
}

#sec-3 {
    margin-bottom: 60px;
}

.intro-img {
    /* width: 90px; */
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.intro-img img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.intro-des {
    text-align: center;
    font-size: 1em;
    /* max-width: 150px; */
    text-align: center;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 1.1em;
    font-weight: bold;
}

.intro-des1 {
    text-align: center;
    font-size: 1em;
    max-width: 150px;
    text-align: center;
    margin: 20px auto;
    font-size: 1.1em;
    font-weight: bold;
    color: var(--fifth-color);
    height: 45px;
}

.intro-text {
    text-align: center;
    font-size: 1em;
    text-align: center;
    margin: auto;
    font-size: 1em;
    line-height: 1.6em;
}

.intro-text1 {
    color: var(--fifth-color);
    text-align: center;
    font-size: 1em;
    text-align: center;
    margin: 10px auto;
    font-size: 1em;
    line-height: 1.6em;
}

.home-tab-2 {
    margin-top: 65px;
    margin-bottom: 25px;
    text-align: center;
}

.home-tab-3 {
    margin-top: 45px;
    margin-bottom: 35px;
    text-align: center;
}

.product-each-item {
    margin-bottom: 15px;
}

.product-each-item img {
    width: 100%;
}

.product-img {
    margin-bottom: 15px;
}

.title-product h3 {
    margin-bottom: 7px;
    font-size: 18px;
    height: 67.5px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    /* line-clamp: 3; */
    -webkit-box-orient: vertical;
}

.price {
    /* font-size: 1.5em; */
    font-size: 14px;
    float: left;
    padding: 5px 0;
    /* font-weight: bold; */
}

.price span {
    color: var(--fourth-color);
}

.btn-buy-now {
    float: right;
    padding: 5px 15px;
    background-color: var(--eleventh-color);
    color: var(--fifth-color);
    transition: all .3s linear;
    cursor: pointer;
}

.btn-buy-now:hover {
    background-color: var(--second-color);
    color: var(--primary-color);
}

#orderModal {
    padding-top: 20px;
    padding-bottom: 20px;
}

#orderModal .modal-dialog {
    z-index: 100;
    transform: translateY(5%);
    color: var(--primary-color);
}

#orderModal .modal-footer .adm-glyphicon {
    display: inline;
}

.order-notice {
    font-size: 14px;
    color: red;
    text-align: left;
    margin-bottom: 10px;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: auto;
}

.mecha {
    display: flex;
}

.mecha-title {
    width: 40%;
    margin: 0 auto;
    /* text-align: center; */
    padding-right: 30px;
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 600;
}

.mecha-img {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 60%;
}

.mecha-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.mecha-title span {
    color: var(--fourth-color);
    font-size: 1.5em;
    line-height: 1.6em;
}

.dp {
    display: flex;
}

.mecha-content {
    display: flex;
}


.mecha-content-img {
    /* width: 15%; */
    height: 100%;
}

.mecha-content-text {
    width: 85%;
}

.mecha-content-text span {
    margin: 0;
}

.mecha-content-img img {
    width: 70px;
    object-fit: cover;
}

.mecha-content-text p span strong {
    font-size: 18px;
}

.flex1 {
    flex-direction: column;
    flex: 1 0;
    display: flex;
    justify-content: space-between;
}


.bg-pink {
    /* padding-top: 20px; */
    padding-bottom: 50px;
    background-color: var(--third-color);
}

/* 
.col-md-8 {
    padding: 0;
    height: 100%;
} */

.img-sp {
    position: relative;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
}

.img-sp img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.sp-text {
    /* padding: 0 15px; */
    display: flex;
    flex-direction: column;
    flex: 1 0;
    justify-content: space-between;
}

.sp-text .sp {
    line-height: 2em;
}

.slide {
    width: 100%;
    overflow: hidden;
}

.slide .item .img-laz .img {
    width: 100%;
    height: 100%;
}

.bg-red {
    padding-top: 20px;
    padding-bottom: 45px;
    background-color: var(--primary-color);
}

.title-home-tab1 {
    word-wrap: normal;
    color: var(--fifth-color);
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 23px;
    margin: 0 auto;
    max-width: 500px;
    line-height: 27px;

}

.pdtb {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* 
.filter-black:hover {
    filter: grayscale(100%);
} */

.slider-company .item {
    /* padding: 0 20px; */
    width: 100%;
    height: 100%;
}

.slider-company .item img {
    width: 100%;
}

.bg-pink2 {
    padding-top: 10px;
    padding-bottom: 30px;
    background-color: var(--third-color);
}


#modal1 {
    position: absolute;
    left: 0;
    height: 100%;
    width: 30%;
    padding: 0;
    min-width: 250px;
    padding: 0;
}

.box {
    margin: 30px 0;
    padding: 0 30px;
    width: 100%;
}
/* 
.container-4 {
    width: 100%;
    vertical-align: middle;
    white-space: nowrap;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.container-4 #stext-search {
    width: 100%;
    height: 40px;
    background: var(--fifth-color);
    border: none;
    font-size: 10pt;
    float: left;
    color: var(--primary-color);
    padding-left: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 10px;
}

.container-4 #stext-search:focus-visible {
    outline: none !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

.box .container-4 button.btn-search {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: -40px;
    border: none;
    background: var(--fourth-color);
    height: 40px;
    width: 40px;
    color: var(--fifth-color);
    opacity: 1;
    font-size: 10pt;
}


.container-4:hover button.icon:hover {
    background: var(--fourth-color);
} */

/* #modal1 ul {
    list-style: none;
    padding: 0;
}

#modal1 ul li {
    padding: 20px 30px;
    border-top: 1px solid rgb(244, 244, 244);

}

#modal1 ul li a {
    font-size: 14px;

    text-decoration: none;
    text-transform: uppercase;
    color: rgba(102, 102, 102, 0.85);
} */


.form-group input {
    width: 100%;
    padding: 6px 12px;
}

.form-group input:focus-visible {
    outline: none !important;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; */
}

.buy-category {
    /* width: 25%; */
    min-width: 150px;
    float: right;
}

.buy-category input {
    width: 100%;
    height: 100%;
    background-color: var(--fourth-color);
    border: none;
    padding: 8px 0;
    text-transform: uppercase;
    color: var(--fifth-color);
    font-weight: bold;
}

/* .dcnr-right {
    max-height: 330px;
    background-color: rgb(246, 246, 246);
}

.tlqcontent tr {
    border-bottom: 1px solid rgb(233, 233, 233);
} */

.tlqcontent tr td {
    padding: 12px;
    width: 100%;
}

.youtube-thumb {
    width: 100%;
    height: 100%;
}

.youtube-thumb p {
    width: 100%;
}

.youtube-thumb p iframe {
    width: 100%;
}

.mgtb30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.big-banner {
    width: 100%;
    overflow: hidden;
    max-height: 300px;
}

.big-banner img {
    height: 100%;
    width: 100%;
}

.sm-banner {
    max-height: 190px;
}

.other-banner {
    /* margin-top: 30px; */
    margin-top: 4%;
    display: flex;
    justify-content: space-between;
}

.sm-banner {
    width: 48%;
}

.sm-banner img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slider .owl-dots {
    display: none;
}

.count-img img {
    width: 100%;
}

.img-scalehover {
    position: relative;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
    display: block;
}

.img-scalehover .adm-glyphicon {
    z-index: 9999;
    position: relative;
}

.img-scalehover>img {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .2s linear;
}

.img-scalehover:hover img {
    transform: scale(1.05);
}

.product-each-item .img-scalehover {
    padding-bottom: 100%;
}

.bg-footer {
    background-size: cover;
}

.img-banner {
    width: 100%;
    /* min-height: 200px; */
}

.youtube-thumb img {
    width: 100%;
    height: auto;
}

.mecha-content-text {
    padding-left: 15px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 70px !important;
    height: 70px !important;
    transition: all .3s;
}

.youtube-img:hover .play-button {
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(1.3);
    position: absolute;
}

#modal-ytb {
    transform: translateY(20%);
}

.fixed-social {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 999;
    pointer-events: none;
}

.fixed-icon {
    text-align: right;
    transition: .3s linear;
    pointer-events: none;
}

.fixed-icon a {
    display: inline-block;
    transition-duration: .5s;
    transform-style: linear;
    transform: translate(100px, 0);
    opacity: 0;
    pointer-events: all;
}

.fixed-social .fixed-icon+.fixed-icon {
    margin-top: 15px;
}

.fixed-icon.show a {
    opacity: 1;
    transform: translate(0, 0);
}

.back-top svg circle{
    fill: var(--twelfth-color);
}

.pulse-hover.phone svg circle{
    fill: var(--thirteenth-color);
}

.pulse-hover.mail svg circle{
    fill: var(--fifteenth-color);
}
@media only screen and (max-width: 992px) {
    /* .float-panel {
        height: 40px;
    } */

    .list-nav .btn i {
        font-size: 20px;
    }

    .contact-top {
        display: none;
    }

    .header-adr {
        display: flex;
        justify-content: center;
    }

    .dp {
        display: block;
    }

    /* .mgtb{
        margin: 0;
        margin-top: 0;
    } */
    .mecha {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .mecha {
        margin-bottom: 20px;
        /* text-align: center; */
    }

    .mecha-img {
        width: 100%;
    }

    .mecha-title {
        width: 100%;
    }

    .header-nav {
        display: flex;
        /* height: 100%; */
        height: 70px;
        justify-content: center;
        position: relative;
        align-items: center;
    }

    .nav-bg {
        height: 100%;
    }

    .container-fluid {
        height: 100%;
    }


    .list-nav {
        display: block;
        position: absolute;
        left: 0;
        padding: 0;
        height: 100%;
        width: 100%;
    }

    .list-nav .menu {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        list-style: none;
        padding: 0;
    }

    .list-nav a {
        background-color: transparent;
    }

    .list-nav a i {
        font-size: 2.5em;
        color: var(--fifth-color);
    }

    .home-menu {
        display: none;

    }

    .nav-right {
        display: none;
    }

    .home-tab-1 {
        margin-bottom: 15px;
    }

    .home-tab-2 {
        margin-bottom: 30px;
    }

    .mgtb30 {
        margin-top: 15px;
    }

    .pd15 {
        /* padding: 0 15px; */
    }

    .banner-all .col-md-4 {
        margin-bottom: 15px;
    }

    .count-img img {
        width: 100%;
    }

    .bg-pink {
        padding: 5px 0;
    }

    .title-home-tab {
        font-size: 19px;
    }

    span.title-home-tab1 {
        font-size: 19px;
    }

    span.title-home-tab3 {
        font-size: 19px;
    }

    .tech-des {
        padding: 0 15px;
    }

    .mecha-content {
        padding: 0 15px;
    }
}


@media only screen and (max-width: 600px) {
    .pd15 ul {
        padding-left: 15px;
    }

}

/* ty le hinh anh */
.img_50 {
    position: relative;
    height: 0;
    padding-bottom: 50%;
}

.img_60 {
    position: relative;
    height: 0;
    padding-bottom: 60%;
}

.img_100 {
    position: relative;
    height: 0;
    padding-bottom: 90%;
    border-radius: 6px;
    overflow: hidden;
}

.img_130 {
    position: relative;
    height: 0;
    padding-bottom: 130%;
    border-radius: 6px;
    overflow: hidden;
}


.imgg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s linear;
}

@media only screen and (max-width: 768px) {

    .footer .logo {
        text-align: center;
        display: initial;
        margin: 0 auto;
        align-items: normal;
        width: 100%;
        max-width: 100%;
        float: left;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .logo img {
        float: none;
        max-width: 130px;
    }

    .home-tab-2 {
        margin-top: 30px;
    }

    .flex1 {
        gap: 15PX;
    }

    .mgtb {
        margin: 10px 0px;
    }

    .intro-content {
        padding-top: 20px !important;
    }

    .product-each-item {
        padding: 0 30px;
    }

    /* .logo {
        height: 90%;
    } */
    
    .top-bar {
        display: none;
    }

    #modal-ytb {
        transform: translateY(5%);
        padding-top: 70px;
    }

    #orderModal .modal-dialog {
        transform: translateY(0);
        padding-top: 70px;
        padding-bottom: 100px;
    }

    .home-tab-3 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .wrap-footer {
        margin-bottom: 15px;
    }

    .buy-category {
        float: left;
    }

    .m-banner-2 {
        object-position: 28%;
    }

    .float-panel{
        position: -webkit-sticky; /* Safari */
        position: sticky;
        top: 0;
    }
}

.owl-carousel {
    display: block;
}

.owl-carousel .item:not(:first-child) img {
    display: none;
}

.img-laz img {
    width: 100%;
    object-fit: cover;
}

.stop-scrolling {
    overflow-y: hidden;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary-color);
    opacity: 0.8;
    z-index: 99999;
}

.menu-mobile {
    position: fixed;
    top: 0;
    left: -80%;
    width: 80%;
    height: 100%;
    z-index: 100000;
    transition: all .4s linear;
    background-color: var(--primary-color);
    padding: 20px;
}

.mobile-logo {
    text-align: center;
    padding-bottom: 30px;
}

.menu-mobile ul {
    list-style: none;
    padding: 0;
}

.menu-mobile ul li {
    padding: 10px 0;
}

.menu-mobile a {
    color: var(--second-color);
}

.menu-mobile a:hover {
    text-decoration: none;
}

.slide-in {
    transform: translateX(100%);
}

.swal2-content {
    font-size: 1.5em;
    padding: 0 1.3em;
}