@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
.header_top {
    position: relative;
}

* {
    font-family: 'Times New Roman';
}

.format_mr {
    margin: 0;
}

.mr-t-10 {
    margin-top: 10px;
}

.format-pd {
    padding: 0;
}

.js-center {
    justify-content: center;
}

.box {
    display: flex;
}

/* ::placeholder {
  border: 1px solid  #FF4800;
} */

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.format_btn {
    outline: none;
    border: none;
    background: none;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

.pd-5 {
    padding: 5px;
}

.pd-15 {
    padding: 5px;
}

.pd-10 {
    padding: 8px;
}

.pd-20 {
    padding: 5px;
}

.block {
    display: flex;
}
.zalo a{
    display: inline-block;
    width: 50px;
    height: 50px;
}
.zalo a img{
    width: 100%;
    height: 100%;
}


.next_link {
    display: flex;
    justify-content: center;
    padding: 20px 0;

}
.next_link .page-item.active .page-link {
    background-color: #FF4800;
    border-color:  #FF4800;
}


.new_product {
    position: absolute;
    background-color: #2DCC70;
    color: white;
    padding: 2px 14px;
}


.header_top__mobile {
    display: none;
    padding: 6px;
    background-color: #FF4800;
    text-align: right;
    color: white;
}

.header_top__mobile__desc {
    width: fit-content;
    /* float: right; */
    display: inline;
    position: relative;
    z-index: 11;
}

.header_top__mobile__desc a{
    color: white;
}
.header_top .block div {
    height: 75px;
    display: flex;
    padding-top: 18px;
    color: white;
    font-size: 1.1rem;
    font-weight: bold;
    text-transform: uppercase;
}

.header_top--color1 {
    width: 30%;
    background: #FFC000;
}

.header_top--color2 {
    background: #FF8A00;
    width: 35%;
}

.header_top--color3 {
    width: 35%;
    background: #FF4800;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}

.header_top--color3 span {
    color: white;
    font-weight: 500;
    font-size: 25px;
}

.header_top .link {
    position: absolute;
    bottom: 0;
    right: 32%;
    left: 0;
    text-align: end;
    background: white;
    height: 55px;
}

.header_top .link a {
    background: #FF4800;
    color: white;
    width: 35px;
    height: 35px;
    line-height: 40px;
    text-align: center;
    border-radius: 13px;
    margin: 0 5px;
}

.header_top .link i {
    font-size: 20px;
}

.header_top .link .box {
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.header_mid {
    padding-top: 15px;
}

.header_mid_block-1 {
    display: flex;
    margin: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.logo img {
    height: 100%;
}

.logo {
    height: 80px;
}

.title_web {
    border-right: 2px solid #FF4800;
    text-align: center;
    padding-right: 20px;
    margin-left: 15px;
}

.title_web_sp1 {
    font-size: 14px;
}

.title_web_sp2 {
    font-size: 22px;
}

.title_web span {
    color: #FF4800;
    font-family: serif;
}

.header_mid_block-2 {
    height: 100%;
    align-items: center;
    display: flex;
}

.header_mid_block-2 .phone,
.header_mid_block-2 .address {
    font-style: italic;
    color: #6b6b6b;
}

.menu ul {
    display: flex;
    text-align: center;
    justify-content: center;
    background: #F0F0F0;
    text-transform: uppercase;
    align-items: center;
}

.menu li {
    margin: 0 2%;
}

.menu a {
    color: #4a4a4a;
    font-weight: bold;
    display: block;
    padding: 10px 0;
    text-transform: uppercase !important;
}

.menu a:hover {
    color: #FF4800;
}

.mega_menu {
    position: relative;
}

.mega_menu__mobile {
    display: none;
    position: relative;
}

.content_mega_menu {
    position: absolute;
    z-index: 2;
    display: none;
    left: 0;
}

.box_mega {
    background: white;
    padding: 5px 0;
}

.menu--category__title {
    margin: 5px 0;
    padding: 0 5px;
    inline-size: max-content;
    text-transform: capitalize;
}


.mega_menu__mobile:hover .content_mega_menu,
.mega_menu:hover .content_mega_menu {
    display: block!important;
}
/* banner */

.banner img {
    width: 100%;
}

.banner_mobile {
    display: none!important;
}

footer {
    background: #FF4800;
    padding-bottom: 25px;
}

.footer_main__content__suport_customer:hover {
    color: black;
}

.footer_main__content__suport_customer__a {
    text-decoration: none;
    color: #212529;
}

.owl-footer {
    position: relative;
}

.brand-next-prev button {
    outline: none;
    border: none;
    width: 40px;
    height: 40px;
    background: transparent;
}

.brand-next-prev .owl-prev::after {
    content: "<";
    color: #FF5700;
    font-size: 26px;
    font-weight: bold;
}

.brand-next-prev .owl-next::after {
    content: ">";
    color: #FF5700;
    font-size: 26px;
    font-weight: bold;
}

.brand-next-prev .owl-prev {
    position: absolute;
    left: 0;
    top: 24%;
    z-index: 1;
}

.brand-next-prev .owl-next {
    position: absolute;
    right: 0;
    top: 24%;
    z-index: 1;
}

.brand-next-prev span {
    display: none;
}

.brand_title {
    text-align: center;
    display: flex;
    justify-content: center;
}

.brand_title span {
    font-size: 1.3rem;
    color: white;
    margin: 0 10px;
    font-weight: bold;
}

.banner_title--fake__border {
    margin: 5px 0;
}

#customNav button{
    background-color: transparent;
    border: none;
    outline: none;
    color:#FF5700;
    font-size: 60px;
}
#customNav .owl-prev{
    height:100%;
    left:0;
    position:absolute;
    z-index:2
}
#customNav .owl-next{
    height:100%;
    position:absolute;
    right:0;
    z-index:2
}
#customNav1 button{
    background-color:transparent;
    border:none;outline:none;
    color:#E3D7EB;
    font-size:100px
}
#customNav1 .owl-prev{
    height:100%;
    left:0;
    position:absolute;
    z-index:10
}
#customNav1 .owl-next{
    height:100%;
    position:absolute;
    right:0;
    z-index:10
}

.footer_main {
    background: #F0F0F0;
    padding: 25px 0;
}

.footer_main--content .block {
    margin: 10px 0;
}

.footer_main--content a {
    color: #333333;
}

.footer_main--title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #FF5700;
    padding-bottom: 5px;
}

.footer_main--content input[type=text],
.footer_main--content textarea,
.footer_main--content input[type=email],
.footer_main--content input[type=number] {
    width: 100%;
    padding: 0 7px;
    min-height: 33px;
    margin: 5px 0px;
    max-height: 45px;
    outline: none;
}

.footer_main--form {
    text-align: center;
}

.footer_main--form button {
    background: #FF4800;
    width: 85px;
    color: white;
    font-weight: bold;
    padding: 2px;
}

main {
    overflow: hidden;
}

img.news-detail__img {
    width: 100%;
    margin-top: 30px;
}

.content_category {
    background: #EEEEEE;
    padding: 10px 0;
    min-height: 120px;
    overflow: hidden;
}

.content_category img {
    height: 100px;
}

.title_category {
    background: #FF4800;
    color: white;
    font-weight: 500;
    padding: 3px 8px;
    border-bottom: 2px solid #ea4242;
}

.title_category_product {
    background: #231F20;
    color: white;
    font-weight: bold;
    font-size: 0.9rem;
    padding: 5px 15px;
    text-transform: uppercase !important;
    width: fit-content;
}

.title_category_product__mobile {
    display: none;
}

.fake_border i {
    color: black;
    font-size: 0.9rem;
    position: absolute;
    bottom: 2px;
    right: -20px;
}

.fake_border {
    padding: 1px;
    background: #ea424230;
    position: relative;
}

.fake_border a {
    position: absolute;
    right: 25px;
    bottom: 5px;
    font-size: 0.8rem;
    color: #626262;
}

.category {
    margin: 20px 0;
}

.content_category a:hover {
    color: red;
}

.format_pd-lr {
    padding-left: 0;
    padding-right: 0;
}

.format_pd-l {
    padding-left: 0;
}

.format_pd-r {
    padding-right: 0;
}
/* product */

.category_product {
    padding: 10px 0;
}

.product {
    margin: 1% 0 5px 0;
    position: relative;
}

.product__image {
    height: 250px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-carousel .item {
    padding: 5px;
    border: 1px solid #AEAEB0;
    margin: 3px;
}

.product-next-prev button {
    outline: none;
    border: none;
    background: #ff3f00;
    width: 40px;
    border-radius: 50%;
    height: 40px;
}

.product-next-prev .owl-prev::after {
    content: "<";
    color: white;
    font-size: 26px;
    font-weight: bold;
}

.product-next-prev .owl-next::after {
    content: ">";
    color: white;
    font-size: 26px;
    font-weight: bold;
}

.product-next-prev .owl-prev {
    position: absolute;
    left: -50px;
    top: 42%;
    z-index: 1;
}

.product-next-prev .owl-next {
    position: absolute;
    right: -50px;
    top: 42%;
    z-index: 1;
}

.product-next-prev span {
    display: none;
}

.product_mobile {
    display: none;
}
.product_mobile__item{
    overflow: hidden;
    height: 100%;
    background: #EEEEEE;
    border: 1px solid #AEAEB0;
}

.product_mobile__item__box {
    padding: 20px 0;
    height: 100%;
    margin: 3px;
}

.product_mobile__item img{
    width: 100%;
}

.product_content {
    padding: 5px 5px;
    text-align: center;
}

.price {
    background: #FF4800;
    padding: 2px 5px;
    border-radius: 2px;
    color: white;
    display: inline-block;
}

.cart {
    background: #ff3f00;
    padding: 2px 10px;
    border-radius: 7px;
    color: white;
    display: inline-block;
}


.product--title {
    margin-bottom: 10px;
    color: #FF4800;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.main_news--new img {
    width: 100%;
}

.main_news {
    margin-top: 20px;
}

.main_news--new {
    box-shadow: 1px 1px 3px 0px;
    padding: 10px;
    height: 100%;
}

.main_news--new__box {
    height: 25vw;
    max-height: 250px;
    overflow: hidden;
    min-height: 200px;
}

.main_news--new__title {

    text-align: center;
    background: white;
    font-size: 20px;
    padding: 0 10px;
    padding-top: 10px;
}

.main_news--new__title a {
    background: white;
    padding: 0 7px;
}

.block-center {
    display: flex;
    place-content: center;
}

.form-input-contact input[type=text],
.form-input-contact input[type=email],
.form-input-contact input[type=number] {
    margin: 10px 0;
    width: 100%;
    border-radius: 10px;
    height: 40px;
    border: 1px solid  #FF4800;
    outline: none;
    padding: 0 10px;
}

.title_contact {
    text-align: center;
    font-size: 1.3rem;
    color: #FF4800;
    font-weight: bold;

    margin: 35px 0;
}

.form-input-contact textarea {
    margin: 10px 0px;
    width: 100%;
    border-radius: 10px;
    min-height: 100px;
    border: 1px solid  #FF4800;
    outline: none;
    padding: 10px 17px;
}

.form-input-contact {
    padding: 10px 0;
    border: 1px solid #d2d2d2;
}

.div_contact_content {
    border: 1px solid #FF4800;
    border-radius: 10px;
    margin: 10px 0;
    padding-left: 5px;
}

.div_contact_content-p {
    margin: 10px;
}

.div_contact_content-p a {
    margin-left: 5px;
}

.form-input-contact button {
    background: #FF4800;
    color: white;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
    width: 100%;
}

.info_product--content {
    margin-top: 30px;
}

.title_product_info {
    background: #FF4800;
    color: white;
    padding: 5px 15px;
    border-radius: 5px 5px 0 0;
}

.title_product_info__nav_tab__link {
    padding: 0;
}

.title_product_info__nav_tab__link.nav-link.active .title_product_info {
    background-color: #FFC000;
    color: #FF4800;
}

.box_border--info {
    border: 1px solid#EEEEEE;
    border-top: none;
}

.box_product_info {
    margin-bottom: 25px;
}

.box_product_info__description {
    border: 1px solid#EEEEEE;
}

.title_category--product_info_p {
    background: #e2e2e2;
    padding: 10px;
    border-right: none;
    font-weight: bold;
    border-left: none;
    width: 100%;
    text-align: left;

}

.box_product_incategory__box_1 {
    height: 100%;
    padding: 20px 0;
}

.box_product_incategory img {
    width: 100%;
}

.box_product_incategory {
    height: 100%;
    box-shadow: 0 0 8px -1px rgb(84 84 84);
    overflow: hidden;
    background-color: #EEEEEE;
}

.title_category--product_info {
    margin: 5px 10px;
}

.all_category--product_info {
    padding: 5px 0;
}

.price_cart-info {
    color: white;
    background: #FF4800;
    display: flex;
    padding: 10px 15px;
}

.price_cart-info a {
    color: white;
}

.cart_info {
    margin-left: 10px;
}

.content_info {
    padding: 10px 15px;
}

li.images_preview {
    width: 100%;
    height: fit-content;
    opacity: 100%;
    margin: 0;
    border: 1px solid#EEEEEE;
}

ol.custom_img_preview {
    position: unset;
    margin: 0;
    display: unset;
}

.custom_mr--product {
    margin: 5px 3px;
}

.carousel_bootstrap--info {
    border: 1px solid#EEEEEE;
}

.phone a {
    color: white;
    font-weight: 500;
    margin-left: 10px;
}

#menu_checkbook,
.label_checkbook {
    display: none;
    width: fit-content;
}

.label_checkbook #btn {
    color: #cccccc;
}

/* .infor a {
    min-inline-size: max-content;
} */
.title_category--product_info_p span{
    text-transform: uppercase;
    font-size: 14px;
}
.title_category--product_info a{
    text-transform: uppercase;
    font-size: 12px;
}


/* responsive */
@media(max-width:1000px){
    .header_top .block div{
        font-size: 1.7vw;
    }
}

@media(max-width:992px) {
    .title_category_product__mobile {
        display: inline;
    }

    .title_category_product__computer {
        display: none;
    }

    .title_product_info__computer {
        display: none;
    }
}

@media(max-width:768px) {
    .title_product_info {
        font-size: 0.9rem;
    }
    .box_mega  {
        width: 100%;
    }
    .mega_menu__mobile {
        display: block;
    }

    .mega_menu {
        display: none ;
    }
    .title_product_info__box {
        display: none;
    }
    .content_mega_menu {
        width: 100%;
        position: initial;
    }
    .header_top {
        display: none;
    }
    .title_web {
        border: none;
    }
    .header_top .block div{
        font-size: 12px;
    }
    .none--768px {
        display: none;
    }
    .menu {
        position: fixed;
        top: 0;
        z-index: 10;
        width: 100%;

        height: 60px;
    }
    .menu li {
        padding-top: 3vh;
    }
    .label_checkbook #cancel {
        display: none;
    }
    #menu_checkbook:checked~label #btn {
        display: none;
    }
    #menu_checkbook:checked~label #cancel {
        display: block;
    }
    #menu_checkbook:checked~.menu_mobile {
        /* display: block; */
        left: 0;
        transition: .5s;
    }
    .label_checkbook {
        display: block;
        margin: 0;

    }
    .label_checkbook i {
        cursor: pointer;
        color:  white;
        font-size: 30px;
        padding-left: 10px;
        padding-top: 4px;
    }
    .header_top__mobile {
        display: block;

    }
    .format_pd-l {
        padding-left: 15px;
    }
    .format_pd-r {
        padding-right: 15px;
    }
    .menu ul.menu_mobile {
        position: absolute;
        width: 100%;
        left: -100%;
        top: 0;
        transition: .5s;
        height: 100vh;
        display: block;
        z-index: -1;
        padding-top: 40px;
        background: #FF4800;
    }

    .menu--category__title a {
        font-size: 0.9rem;
        color:  #FF4800;
        font-weight: 500;
        display: block;
    }

    .menu .menu__item {
        color: white;
    }

    .menu .menu__item:hover {
        color: white;
    }
}

@media(max-width:576px) {
    .banner_computer {
        display: none!important;
    }
    .banner_mobile {
        display: block!important;
    }

    .product__image {
        height: 200px;
    }
    .product--title span{
        font-size: 14px;
    }
    .product_mobile {
        display: block;
    }

    .product1 {
        display: none;
    }
    .none--555px {
        display: none;
    }

}
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
  }
  .hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
  }
  .hotline-phone-ring-circle {
      width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
  }
  .hotline-phone-ring-circle-fill {
      width: 55px;
    height: 55px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .hotline-phone-ring-img-circle {
      background-color: #e60808;
      width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hotline-phone-ring-img-circle .pps-btn-img {
      display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .hotline-phone-ring-img-circle .pps-btn-img img {
      width: 20px;
      height: 20px;
  }
  .hotline-bar {
    position: absolute;
    background: rgba(230, 8, 8, 0.75);
    height: 40px;
    width: 180px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    /* width: 175px !important; */
    left: 33px;
    bottom: 37px;
  }
  .hotline-bar > a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-indent: 50px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: Arial;
  }
  .hotline-bar > a:hover,
  .hotline-bar > a:active {
    color: #fff;
  }
  @-webkit-keyframes phonering-alo-circle-anim {
    0% {
      -webkit-transform: rotate(0) scale(0.5) skew(1deg);
      -webkit-opacity: 0.1;
    }
    30% {
      -webkit-transform: rotate(0) scale(0.7) skew(1deg);
      -webkit-opacity: 0.5;
    }
    100% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
      -webkit-opacity: 0.1;
    }
  }
  @-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
      -webkit-transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.6;
    }
    50% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.6;
    }
    100% {
      -webkit-transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.6;
    }
  }
  @-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
  }
  @media (max-width: 768px) {
    .hotline-bar {
      display: none;
    }
  }
