* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    max-width: 1195px;
    padding: 0 5px;
    margin: auto;
}
.header-top {
    border-bottom: 2px solid #900101;
    background-color: #f3f3f3;
}
.header-top .container {
    display: flex;
    height: 44px;
    font-size: 13px;
    align-items: center;
    justify-content: end;
}
.header-top .container b {
    display: flex;
    align-items: center;
}
.header-top .container b img {
    margin-right: 5px;
}
.header-center .container .logo {
    height: 101px;
}
.header-center .container .search input{
    width: 535px;
    height: 43px;
    padding: 7px 5px;
    background: #fff;
    border: 1px solid rgb(197, 197, 197);
    outline: none;
    font-size: 13px;
}
.search input::placeholder {
    color: #b8b8b8;
    font-style: italic;
}
.header-center .container .search button {
    height: 45px;
    margin-left: -5px;
    width: 45px;
    border: 0;
    background-color: rgb(241, 194, 50);
    transition: 0.3s all ease-in-out;
}
.header-center .container .search button:hover {
    background-color: black;
    color: white;
}
.header-center .container .search p {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    font-family: arial, helvetica, sans-serif;
    padding: 6px 0;
}
.header-center .container .search p a {
    color: #FF0000;
    text-decoration: none;
}
.header-center .cart {
    display: flex;
    align-items: center;
}
.header-center .cart img {
    width: 34.5px;
    height: 32px;
    margin-right: 10px;
}
.header-center .cart p {
    color: rgb(67, 67, 67);
    font-size: 12px;
    font-weight: 700;
    margin: 0;
}
.header-center .cart span {
    color: rgb(67, 67, 67);
    font-size: 12px;
    margin: 0;
}
.header-bottom {
    background-color: rgb(144, 1, 1);
}
.header-bottom ul {
    margin: 0;
    padding: 0;
}
.header-bottom ul li {
    list-style-type: none;
    text-align: center;
    padding: 12px 20px;
    transition: 0.3s all ease-in-out;
    background-color: transparent;
}
.header-bottom ul li a {
    text-transform: uppercase;
    font-family: "Roboto Condensed", serif;
    font-weight: bold;
    font-size: 16px;
    color: white;
    text-decoration: none;
    
}
.header-bottom ul li:hover {
    background-color: #ffc107;
}
.header-bottom .MenuGroupProduct {
    z-index: 10;
    display: none;
    padding: 0 10px;
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    width: 100%;
}
.header-bottom .MenuGroupProduct .item {
    width: 25%;
}
.header-bottom .MenuGroupProduct .item  h5 a{
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", serif;
    color: #434343;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
}
.header-bottom .MenuGroupProduct .item  a i {
    font-size: 10px;
    margin-right: 8px;
    transition: 0.2s all ease-in-out;
}
.header-bottom .MenuGroupProduct .item  a {
    font-family: "Open Sans", sans-serif;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 13px;
    color: #434343;
    transition: 0.5s all ease-in-out;
}
.header-bottom .MenuGroupProduct .item  a:hover {
    color: #6aa84f;
}
.header-bottom .MenuGroupProduct .item  a:hover i {
    transform: translateX(5px);
}
.header-bottom .MenuGroupProduct.on {
    display: flex;
}
/* #myresult.on {
    opacity: 1;
} */
.Banner-web {
    position: relative;
}
.Banner-web .slick-arrow {
    z-index: 9;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease;
    font-size: 30px;
    background: #fff;
    padding: 0;
    color: #000;
    border: none;
    width: 33px;
}
.Banner-web .slick-arrow.slick-prev {
    left: 0;
}
.Banner-web .slick-arrow.slick-next {
    right: 0;
}
.Banner-web:hover .slick-arrow {
    opacity: 1;
}
.container .ListGroupProductHome {
    padding: 0 20px;
    border-left: 1px solid rgb(227, 223, 223);
    border-right: 1px solid rgb(227, 223, 223);
    border-bottom: 1px solid rgb(227, 223, 223);
}
.container .ListGroupProductHome .ItemGroupProduct h1 {
    text-align: center;
    border-bottom: 3px solid #666;
    font-size: 18px;
    text-transform: capitalize;
    font-family: "Roboto Condensed", serif;
    color: rgb(102, 102, 102);
    margin: 0 0 10px 0;
    padding: 9px 0 10px 0;
}
.container .ListGroupProductHome .ItemGroupProduct .ListProductHome {
    display: flex;
    flex-wrap: wrap;
}
.container .ListGroupProductHome .ItemGroupProduct .ListProductHome .ItemProductBox {
    padding: 0 5px;
    width: 20%;
}
.container .ListGroupProductHome .ItemGroupProduct .ListProductHome .ItemProduct {
    margin-bottom: 10px;
    
    border: 1px solid rgb(227, 223, 223);
}
.container .ListGroupProductHome .ItemGroupProduct .ListProductHome .ItemProduct .img {
    display: block;
    aspect-ratio : 1 / 1;
    width: 100%;
}
.container .ListGroupProductHome .ItemGroupProduct .ListProductHome .ItemProduct .title {
    padding: 10px 10px 30px;
    background: transparent;
    background: #ededed;
    max-height: inherit !important;
}
.container .ListGroupProductHome .ItemGroupProduct .ListProductHome .ItemProduct .title a {
    font-size: 13px;
    color: #000;
    text-decoration: none;
    font-family: "Roboto Condensed", serif;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}
.container .ListGroupProductHome .ItemGroupProduct .ListProductHome .ItemProduct .title span {
    font-size: 16px;
    font-family: "Roboto Condensed", serif;
    font-weight: 600;
    color: rgb(144, 1, 1);
}
.footer {
    padding: 30px 0 58px;
    background-color: #efefef;
}
.footer .item {
    width: 20%;
}
.footer .item h3 {
    border-bottom: 1px solid #c5c5c5;
    margin: 0 0 10px 0;
    padding: 9px 0 10px 0;
    font-size: 18px;
    text-transform: none;
    font-family: "Roboto Condensed", serif;
    font-weight: 600;
    color: #666;
}
.footer .item p {
    font-weight: 700;
    font-size: 13px;
}
.footer .item p span {
    color: #FF0000;
}
.footer .item a {
    display: block;
    font-size: 13px;
    text-decoration: none;
    color: #000;
    margin-bottom: 15px;
}
.footer .item strong {
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
}
.footer {
    margin-top: 15px;
}
.bar-mobile {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background: #fff;
    border-top: 1px solid #e3e3e3;
    z-index: 100;
}
.bar-mobile a {
    width: 20%;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    font-size: 10px;
    text-decoration: none;
    color: black;
}
.bar-mobile a i {
    display: block;
    font-size: 20px;
    color: #666666b9;
}
.MenuGroupProductMobile {
    transform: translateX(-100%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 98;
    transition: 0.5s all ease-in-out;
}
.MenuGroupProductMobile .list{
    padding: 20px 0;
    background: #23282d;
    position: fixed;
    top: 0;
    left: 0;
    width: 65vw;
    height: 100vh;
    z-index: 98;
}
.MenuGroupProductMobile .list .logo {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.MenuGroupProductMobile .list a {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}
.MenuGroupProductMobile .list a {
    color: white;
    text-decoration: none;
    transition: 0.2s all ease-in-out;
}
.MenuGroupProductMobile .list i {
    color: white;
}
.MenuGroupProductMobile .list .Item-lv1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    border-top: 1px solid #fabe00;
    padding: 10px;
    color: #fff;
}
.MenuGroupProductMobile .Item-lv2 {
    display: none;
}
.MenuGroupProductMobile .Item-lv2 .Lv2-Item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-top: 1px dotted rgba(255, 255, 255, 0.575);
}
.MenuGroupProductMobile .Item-lv2 .Lv2-Item i {
    font-size: 3px !important;
    margin-right: 5px;
}
.rotate180 {
    transform: rotate(180deg);
}
.rotate90 {
    transform: rotate(90deg);
}
.blur {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #66666642;
}
.transformX {
    transform: translateX(0);
}
.header-mobile {
    display: none;
    padding: 10px;
}
.header-mobile .logo {
    width: 70px;
}
.header-mobile i {
    font-size: 20px;
    color: #f36;
}
.header-mobile #MenuGroupProductMobile {
    border: 1px solid #f36;
    padding: 3px 5px;
    border-radius: 4px;
}
.header-mobile .search input {
    width: 100%;
    outline: none;
    font-size: 13px;
    padding: 5px;
    border-radius: 11px;
    border: 1px solid #52525278;
}
.header-mobile .search i {
    color: black;
    position: absolute;
    font-size: 14px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.Content {
    padding: 20px;
}
.img-zoom-container {
    position: relative;
}
  
.img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    /*set the size of the lens:*/
    width: 40px;
    height: 40px;
}
  
.img-zoom-result {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    border: 1px solid #d4d4d4;
    /*set the size of the result div:*/
    width: 490px;
    height: 490px;
}
.img-zoom-container:hover .img-zoom-result {
    display: block;
}
.Content .Page a {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}
.Content .Page i {
    font-size: 10px;
}
.Content .ProductDetail .MagicZoom {
    aspect-ratio : 1 / 1;
    object-fit: cover;
    width: 100%;
    border: 1px solid rgb(227, 223, 223);
}
.MagicZoom figure {
    width: 100%;
}
.MagicZoom img {
    max-width: 1000px !important;
    max-height: 1000px !important;
}
.Content .ProductDetail {
    margin-top: 15px;
    padding: 15px 0;
    border: 1px solid rgb(227, 223, 223);
}
.Content .product-info h1 {
    border-bottom: 1px solid #c5c5c5;
    margin: 0 0 10px 0;
    padding: 9px 0 10px 0;
    text-transform: none;
    font-weight: bold;
    font-size: 18px;
    font-family: "Roboto Condensed", serif;
    color: #000;
}
.Content .product-info b {
    color: #900101;
    font-size: 24px;
    margin: 15px 0;
    display: block;
}
.Content .product-info .call {
    background-color: #434343;
    border-radius: 5px;
    display: block;
    float: left;
    font-size: 26px;
    margin-top: 4px;
    padding: 8px 0;
    text-align: center;
    width: 100%;
    transition: all 0.5s ease-in-out;
}
.Content .product-info .call a {
    color: white;
    text-decoration: none;
}
.Content .product-info .call:hover {
    background-color: #f1c232;
    color: #434343;
}
.Content .product-info .Mess {
    background-color: #288ad6;
    border-radius: 5px;
    display: block;
    float: left;
    font-size: 26px;
    margin-top: 4px;
    padding: 8px 0;
    text-align: center;
    width: 100%;
}
.Content .product-info .Mess a {
    color: white;
    text-decoration: none;
}
.Content .ProductDescription {
    margin-bottom: 15px;
    padding: 0 15px;
}
.Content .ProductDescription h3 {
    font-weight: 600;
    margin: 50px 0 15px 0px;
    padding-bottom: 8px;
    border-bottom: 1px solid #787878;
    font-size: 22px;
}
.Content .ProductSame {
    padding: 0 15px;
}
.Content .ProductSame h3 {
    border-bottom: 1px solid #c5c5c5;
    margin: 0 0 10px 0;
    padding: 9px 0 10px 0;
    text-transform: none;
    font-size: 18px;
    font-weight: bold;
    font-family: "Roboto Condensed", serif;
    color: #666;
}
.container .ListGroupProductHome .ItemGroupProduct .ListProductHome .ItemProductBox {
    padding: 0 5px;
    width: 20%;
}
.ProductSame .SlideProductSame .ItemProduct {
    margin-bottom: 10px;
    
    border: 1px solid rgb(227, 223, 223);
}
.ProductSame .SlideProductSame .ItemProduct .img {
    display: block;
    aspect-ratio : 1 / 1;
    width: 100%;
}
.ProductSame .SlideProductSame .ItemProduct .title {
    padding: 10px 10px 30px;
    background: transparent;
    background: #ededed;
    max-height: inherit !important;
}
.ProductSame .SlideProductSame .ItemProduct .title a {
    font-size: 13px;
    color: #000;
    text-decoration: none;
    font-family: "Roboto Condensed", serif;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}
.ProductSame .SlideProductSame .ItemProduct .title span {
    font-size: 16px;
    font-family: "Roboto Condensed", serif;
    font-weight: 600;
    color: rgb(144, 1, 1);
}
.GroupProductSame {
    padding: 15px 0;
    border: 1px solid rgb(227, 223, 223);
    display: flex;
    flex-wrap: wrap;
}
.GroupProductSame .col-md-3 h3 {
    background: none;
    border-bottom: 1px solid #fff;
    margin: 0 0 10px 0;
    padding: 9px 5px 10px 15px;
    text-transform: uppercase;
    color: #666;
    font-size: 20px;
    font-family: "Roboto Condensed", serif;
    font-weight: bold;

} 
.GroupProductSame .col-md-3 .List {
    padding: 0 15px;
}
.GroupProductSame .col-md-3 .List .Item {
    padding-bottom: 5px;
    border-bottom: 1px solid #dadada;
    margin-bottom: 5px;
}
.GroupProductSame .col-md-3 p {
    font-family: "Roboto Condensed", serif;
    color: #434343;
    font-size: 18px;
    margin: 0;
}
.GroupProductSame .col-md-3 i {
    transition: all ease-in-out 0.5s;
    font-size: 12px;
}
.GroupProductSame .col-md-3 .List .Item .lv-2 {
    display: none;
    margin-top: 10px;
    margin-left: 10px;
}
.GroupProductSame .col-md-3 .List .Item .lv-2 a {
    display: block;
    font-family: "Roboto Condensed", serif;
    text-decoration: none;
    vertical-align: bottom;
    color: #434343;
    margin-bottom: 5px;
    font-size: 13px;
}
.GroupProductSame .col-md-9 h3 {
    margin-top: 10px;
    padding-left: 5px;
    background: #f5f3f8;
}
.GroupProductSame .ItemProduct {
    margin-bottom: 10px;
    
    border: 1px solid rgb(227, 223, 223);
}
.GroupProductSame .ItemProduct .img {
    display: block;
    aspect-ratio : 1 / 1;
    width: 100%;
}
.GroupProductSame .ItemProduct .title {
    padding: 10px 10px 30px;
    background: transparent;
    background: #ededed;
    max-height: inherit !important;
}
.GroupProductSame .ItemProduct .title a {
    font-size: 13px;
    color: #000;
    text-decoration: none;
    font-family: "Roboto Condensed", serif;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}
.GroupProductSame .ItemProduct .title span {
    font-size: 16px;
    font-family: "Roboto Condensed", serif;
    font-weight: 600;
    color: rgb(144, 1, 1);
}
.hotline-phone-ring-wrap2 {
    position: fixed;
    bottom: 80px;
    right: 0;
    z-index: 9;
  }
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9;
  }
.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;
left: -106px;
bottom: 37px;
}
.hotline-bar > a {
color: #fff;
text-decoration: none;
font-size: 15px;
font-weight: 500;
text-indent: 20px;
display: block;
letter-spacing: 1px;
line-height: 40px;
font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
color: #fff;
}






.hotline-phone-ring2 {
    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-circle2 {
    width: 85px;
height: 85px;
top: 10px;
left: 10px;
position: absolute;
background-color: transparent;
border-radius: 100%;
border: 2px solid #2864d6;
-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-fill2 {
    width: 55px;
height: 55px;
top: 25px;
left: 25px;
position: absolute;
background-color: #2864d6;
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-circle2 {
    background-color: #2864d6;
    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-circle2 .pps-btn-img2 {
    display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.hotline-phone-ring-img-circle2 .pps-btn-img2 img {
    width: 20px;
    height: 20px;
}
.hotline-bar2 {
position: absolute;
background: #2864d6;
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;
left: -106px;
bottom: 37px;
}
.hotline-bar2 > a {
color: #fff;
text-decoration: none;
font-size: 15px;
font-weight: 500;
text-indent: 20px;
display: block;
letter-spacing: 1px;
line-height: 40px;
font-family: Arial;
}
.hotline-bar2 > a:hover,
.hotline-bar2 > 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);
    }
}



.ProductDescription img{
    max-width: 100%;
    height: auto;
}
.maps {
    width: 100%;
    height: 500px;
  }
  .contact-section {
    transform: translateY(-130px);
    padding: 70px 50px 40px !important;
    background-color: rgb(144, 1, 1);
  }
  .contact-section h1 {
    color: white;
    font-weight: 700;
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 20px !important;
  }
  
  .contact-section p {
    font-weight: 600;
    color: white;
    font-size: 20px;
    line-height: 46px;
  }
  .contact-section span {
    display: block;
    color: white;
    margin-bottom: 35px !important;
  }
  .contact-section i {
    color: white;
    font-size: 20px;
    margin-right: 20px;
  }
  .message h2 {
    font-weight: 600;
    margin-bottom: 15px !important;
  }
  .message label {
    color: red;
    font-style: italic;
  }
  .message input {
    outline: none;
    background-color: #fff;
    color: #848484;
    height: 50px;
    line-height: 50px;
    padding: 0 15px 0 0!important;
    font-size: 16px;
    font-weight: 400;
    border: 0;
    border-radius: 0px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 30px !important;
    width: 100%;
  }
  .message textarea {
    outline: none;
    font-size: 16px;
    font-weight: 400;
    border: 0;
    border-radius: 0px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 30px !important;
    width: 100%;
    height: 150px;
    resize: none;
    padding: 12px 15px 12px 0 !important;
  }
  .message button {
    border: 0;
    color: white;
    padding: 10px 40px !important;
    text-transform: uppercase;
    background-color: #222;
    margin-bottom: 30px;
    border-radius: 0;
    transition: 0.3s ease-in-out all;
  }
  .message button:hover {
    background-color: rgb(144, 1, 1);
  }
@media screen and (max-width:556px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto
    {
        padding: 5px !important;
    }
    .container .ListGroupProductHome {
        padding: 5px !important;
    }
    .ProductDescription {
        padding: 0 5px !important;
    }
    .ProductSame {
        padding: 0 5px !important;
    }
    .hotline-phone-ring-wrap {
        display: none;
    }
    .hotline-phone-ring-wrap2 {
        display: none;
    }
    .ProductDescription img{
        width: 100%;
        height: auto;
    }
    .header-mobile {
        display: block;
    }
    .container .ListGroupProductHome .ItemGroupProduct .ListProductHome .ItemProductBox {
        width: 100%;
    }
    .header-bottom {
        display: none;
    }
    .footer .item {
        width: 100%;
    }
    .header-center {
        display: none;
    }
    .bar-mobile {
        display: block;
    }
    .Content {
        padding: 2px;
    }
}