.boxs-search-header-top form {
    position: relative;
    width: 100%;
    border: 1px solid rgba(56, 56, 56, .3);
    border-radius: 25px;
    overflow: hidden;
}

.tt {
    width: 0;
    height: 0;
    opacity: 0;
}

.boxs-search-header-top form svg {
    width: 20px;
    height: 20px;
}

.boxs-search-header-top form input {
    width: 100%;
    padding: 7px 15px;
    font-size: 14px;
    border: none;
    height: 40px;
}

.boxs-search-header-top form button {
    font-size: 14px;
    z-index: 9;
    padding: 0px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(225deg, rgba(28, 124, 135, 1) 14%, rgba(95, 186, 194, 1) 56%, rgba(28, 124, 135, 1) 95%);
    height: 100%;
    width: 100px;
    right: 0;
    border-radius: unset;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.header-top{
    border-bottom: 1px solid #FFEB7C;
    background-color: #a81411;
    border-top: 1px solid #FFEB7C;
}
.header-top .row {
    align-items: center;
}

.boxs-search-header-top {
    display: flex;
    width: 100%;
}

.box-header-file-right ul li a img {
    width: 30px;
    height: 30px;
}

.box-header-file-right ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

li.cart-sprofile a span {
    width: 100%;
    display: inline-block;
    font-size: 15.8px;
    font-weight: 600;
    flex: 1;
}

li.cart-sprofile {
    text-align: center;
    margin-left: 15px;
    margin-right: 20px;
    display: flex;
    align-items: center;
}

li.cart-sprofile a {
    display: inline-flex;
    line-height: 1;
    align-items: center;
}

header {
    box-shadow: rgb(0 0 0 / 13%) 0px 3px 12px;
    position: relative;
    z-index: 98;
}

.cart-mobile {
    display: none;
}

li.cart-sprofile a svg {
    width: 35px;
    height: 35px;
    animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    opacity: 1;
    background-color: #f00;
}

.header-bottom:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 8px;
    left: 0;
    top: 0;
    background: url(https://demo.acgpacific.vn/frontend/images/stripe-title.png) repeat-x center center / auto 100%;
    transform: translateY(-50%);
}

.nav-menu a:hover {
    color: #fff !important;
}



.ring-alo-phone.ring-alo-show {
    visibility: visible;
}

.ring-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 65px;
    transition: visibility 0.5s ease 0s;
    visibility: hidden;
    width: 65px;
    z-index: 20;
    position: relative;
    top: -7px;
    left: 0;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
    border-color: #f00;
    opacity: 0.5;
}

.ring-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 80px;
    left: 0;
    opacity: 0.1;
    position: absolute;
    top: 0px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 80px;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75;
}

.ring-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running ring-alo-circle-fill-anim;
    background-color: #000;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 30px;
    left: 30px;
    opacity: 0.1;
    position: absolute;
    top: 30px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 30px;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-img-circle {
    background-color: #f00;
}

.ring-alo-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 40px;
    left: 21px;
    opacity: 1;
    position: absolute;
    top: 20px;
    transform-origin: 50% 50% 0;
    width: 40px;
}

.ring-alo-ph-img-circle img {
    margin-top: 6px;
    width: 70%;
}

@keyframes ring-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes ring-alo-circle-fill-anim {
    0% {
        opacity: 0.2;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    50% {
        opacity: 0.2;
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        opacity: 0.2;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}

@keyframes ring-alo-circle-anim {
    0% {
        opacity: 0.1;
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }

    30% {
        opacity: 0.5;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    100% {
        opacity: 0.6;
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}


li.cart-sprofile span {
    padding-left: 17px;
    font-size: 17px;
    font-weight: 700;
    text-align: justify;
    line-height: 1.2;
    color: #f00;
}

li.cart-sprofile span p {
    color: #333;
}

li.header-cart.block-cart a {
    display: flex;
    height: 40px;
    padding: 10px;
    padding-right: 15px;
    background: #0080bd;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    position: relative;
    z-index: 99999;
}

.block-cart .top-cart-content {
    right: 0px;
    top: 55px;
    position: absolute;
    background: #fff;
    padding: 0;
    line-height: normal;
    border-radius: 5px;
    text-align: left;
    box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -o-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -moz-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -webkit-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    z-index: 10000;
    display: none;
}

li.header-cart.block-cart a img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.boxs-search-header-top form button:hover {
    color: #fff;
}

span.count_item_pr.count-item.hidden-count {
    width: 18px;
    height: 18px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 500;
    color: #000;
    position: absolute;
    right: 3px;
    top: 3px;
}

li.header-cart.block-cart .title {
    color: #fff;
    margin-right: 5px;
}

li.header-cart.block-cart a:hover {
    /* background: linear-gradient(90deg, rgba(28, 124, 135, 1) 14%, rgba(95, 186, 194, 1) 56%, rgba(28, 124, 135, 1) 95%); */
}





























li.header-cart.block-cart {
    position: relative;
}

.box_all_hover_cart {
    display: none;
    position: absolute;
    border: 1px solid #ffc2c8;
    width: 340px;
    height: auto;
    top: 117%;
    z-index: 99;
    background-color: white;
    padding: 10px 10px;
    right: 0px;
    border-radius: 5px;
}

.hover_Cart_ul {
    display: block;
    overflow: auto;
    max-height: 375px;
}

.xem_gio_hang_hover {
    margin-top: 10px;
}

.xem_gio_hang_hover a button {
    width: 100%;
}

.xem_gio_hang_hover button {
    width: 95%;
    border: none;
    color: #fff;
}

.hover_Cart_Container {
    padding-bottom: 15px;
}

.hover_cart {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.cart_8 {
    color: black;
    width: 60%;
    text-align: left;
}

.cart_4 {
    width: 40%;
}

.cart_8 a {
    font-size: 16px;
    font-weight: 500;
}

.box_content_hover_title {
    display: block;
    text-align: left;
}

.quantily {
    display: flex;
}

.soluong {
    font-size: 13px !important;
}

.quantily p {
    font-size: 15px;
}

.hover_cart_price {
    margin-left: 25px;
    font-weight: 600;
    color: red;
}

.soluong .ml {
    margin-left: 15px;
}

img.cart_4_img {
    width: 100px !important;
    height: 100px !important;
}

.xem_gio_hang_hover a {
    display: inline-block;
    background: linear-gradient(90deg, rgba(28, 124, 135, 1) 14%, rgba(95, 186, 194, 1) 56%, rgba(28, 124, 135, 1) 95%);
    width: 100%;
    font-weight: 600;
}

.xem_gio_hang_hover a button {
    font-size: 15px;
}

.box_hover_dele {
    font-weight: 600;
    font-size: 16px;
}

.box_all_hover_cart hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.list-dp-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.items-hover-avatar {
    width: 30%;
}

.item-comtetn-hover-cart {
    width: 66%;
}

.item-comtetn-hover-cart ul {
    display: block;
}

li.price-hover-products {
    font-weight: 600;
    color: #f00;
    display: flex;
    justify-content: space-between;
    padding-top: 6px;
}

li.products-names {
    font-size: 14px;
    font-weight: 700;
}


li.header-cart.block-cart:hover .box_all_hover_cart {
    display: block;
}

.xem_gio_hang_hover a button {
    background: none !important;
    border: none !important;
}

.xem_gio_hang_hover a {
    background: linear-gradient(90deg, rgba(28, 124, 135, 1) 14%, rgba(95, 186, 194, 1) 56%, rgba(28, 124, 135, 1) 95%) !important;
}

li.header-cart.block-cart:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    background: none;
    z-index: 99;
}

.xem_gio_hang_hover button:focus {
    border: none;
    cursor: none;
    outline: none !important;
}

li.price-hover-products span {
    color: #333;
    font-size: 14px;
}












.pt-top-header {
    padding: 10px 0px 7px;
    background: #a20209;
}

.pt-top-right {
    display: flex;
    justify-content: end;
}

.pt-header-contact ul {
    display: flex;
    align-items: center;
}

.pt-header-social ul {
    display: flex;
}

.pt-header-contact ul li {
    padding-right: 20px;
}

.pt-header-contact ul li i {
    color: #e6af5d;
}

.pt-header-contact ul li span {
    font-size: 15px;
    padding-left: 5px;
    font-weight: 400;
    color: white;
}

.pt-header-time ul li i {
    color: #fff;
    padding-right: 5px;
}


.pt-header-social {
    padding-left: 20px;
}

.pt-header-social ul li a i {
    display: inline-flex;
    width: 30px;
    height: 25px;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 22px;
    color: white;
}

.clm.nav-main-header .nav-main {
    display: flex;
    justify-content: center;
}

.clm.nav-main-header .nav-main li.nav-item {
    color: #000;
    padding: 32px 15px;
    font-size: 17px;
    text-transform: unset;
    line-height: 22px;
    font-weight: 500;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
}
.signup--header-home {
    display: none;
}
.clm.nav-main-header .nav-main li.nav-item:first-child {
    padding-left: 0px;
}
.clm.nav-main-header .nav-main:last-child li.nav-item{
    border: 0px;
    padding-right: 5px;
}
.clm.nav-main-header .nav-main li.nav-item:last-child{
    border: 0px;
}
.pt-header-time ul li span {
    font-size: 14px;
    padding-left: 5px;
    font-weight: 400;
    color: white;
}

.icon-searchs-desk a svg {
    width: 30px;
    height: 30px;
    margin-top: 8px;
}

.icon-searchs-desk {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    padding-left: 15px;
}

.icon-searchs-desk a svg path {
    stroke: #FFEB7C;
}

.cart-icon {
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.cart-icon a svg {
    height: 23px;
    width: 30px;
    margin-top: 4px;
}















.header-search {
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 48%);
    padding: 0 30px;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    bottom: 0;
}

.header-search.active {
    opacity: 1;
    visibility: visible;
}

.header-search.active form {
    width: 500px;
    margin: 0 auto;
}

#mahardhiSearch .input-lg {
    padding: 6px 15px;
    border-radius: 10px;
}

#mahardhiSearch .input-lg,
#search .input-lg {
    height: 40px;
    border: none;
    font-size: 14px;
    width: 500px;
}

.header-search .btn-search {
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 9;
}

.close-search {
    position: absolute;
    top: -21px;
    right: -21px;
    cursor: pointer;
}

.close-search i {
    color: #fff;
}

.box-menu-c2-desk {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 300px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: none;
    left: 0;
    border-top: 3px solid #a20209;
}
.box-menu-c2-desk.box-menu-c2-desk-login{
    width: 175px;
}
.box-menu-c2-desk ul li a {
    display: inline-block;
    width: 100%;
    padding: 10px 20px !important;
    color: #a20209 !important;
    font-weight: 400;
    border-bottom: 1px solid #e8e8e8;
    text-transform:   unset !important;
    font-size: 15px !important;
}

.box-header-menu-c3 {
    position: absolute;
    left: 100%;
    width: 200px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 0px 0px 5px 5px;
    top: 0;
}

.box-menu-c2-desk ul li a:hover {
    background: #eee;
}

.box-header-menu-c3 {
    display: none;
}

.box-menu-c2-desk ul li:hover .box-header-menu-c3 {
    display: block;
}

.clm.nav-main-header .nav-main li.nav-item:hover .box-menu-c2-desk {
    display: block;
}

.clm.nav-main-header .nav-main li.nav-item a {
    color: #FFEB7C;
    text-transform: uppercase;
    font-size: 15px;
    padding: 35px 0px;
}

.clm.nav-main-header .nav-main li.nav-item a:hover{
    filter: drop-shadow(1px 2px 6px black);
  color: white;
}




.header-top .ctnr{
    position: relative;
  z-index: 1;
}














@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800');

section.sigin-header {
    font-family: 'Montserrat', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.container-singin {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    position: relative;
    overflow: hidden;
    width: 730px;
    max-width: 100%;
    min-height: 700px;
}

section.sigin-header .overlay:after {
    background: none;
    content: "";
    display: none;
}

section.sigin-header .sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}

section.sigin-header .form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

section.sigin-header .sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

section.sigin-header form {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
    height: 100%;
    text-align: center;
}

section.sigin-header .social-container {
    margin: 20px 0;
}

section.sigin-header .social-container a {
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
}

section.sigin-header input {
    background-color: #eee;
    border: none;
    padding: 10px 15px;
    margin: 8px 0;
    width: 100%;
    font-size: 13px;
}

section.sigin-header button {
    border-radius: 20px;
    border: 1px solid #562a1e;
    background-color: #562a1e;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

section.sigin-header form a {
    font-size: 14px;
    margin: 15px 0;
}

section.sigin-header form span {
    font-size: 12px;
}

section.sigin-header form h1 {
    font-weight: bold;
    margin: 0;
    font-size: 32px;
    color: #000;
}

section.sigin-header .overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

section.sigin-header .overlay-right {
    right: 0;
    transform: translateX(0);
}

section.sigin-header .overlay {
    background: #562a1e;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #FFFFFF;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
    display: block;
    top: unset;
    right: unset;
    bottom: unset;
}

section.sigin-header .overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}

section.sigin-header .overlay-panel h1 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}

section.sigin-header .overlay-panel p {
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 20px 0 30px;
}

section.sigin-header .ghost {
    background-color: transparent;
    border-color: #FFFFFF;
}

section.sigin-header:before {
    left: 0;
    right: 0;
    bottom: 0;
}

.signup--header-home {
    position: relative;
}

.signup--header-home:before {
    content: "";
    position: fixed;
    background: #0000008a;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 992;
}

.close-form-dk {
    position: absolute;
    right: 10px;
    z-index: 9999;
    font-size: 20px;
    color: #ffffff;
    top: 0px;
}

.right-panel-active .overlay {
    transform: translateX(50%) !important;
}

.right-panel-active .form-container.sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
}

@keyframes show {

    0%,
    49.99% {
        opacity: 0;
        z-index: 1;
    }

    50%,
    100% {
        opacity: 1;
        z-index: 5;
    }
}

.form-container.sign-in-container {}

.right-panel-active .overlay-container {
    transform: translateX(-100%);
}

.right-panel-active .overlay-left {
    transform: translateX(0) !important;
}

.right-panel-active .overlay-right {
    transform: translateX(20%);
}

.right-panel-active .overlay-right {
    transform: translateX(20%);
}

section.sigin-header button:focus {
    outline: none;
}

.signup--header-home.active .sigin-header {
    top: 50%;
    transition: 0.2s ease;
}

.signup--header-home {
    opacity: 0;
    visibility: hidden;
}

.signup--header-home.active {
    opacity: 1;
    visibility: visible;
    transition: 1s ease;
}

/* end dangky  */

.toolbar-item.dangnhap i {
    font-size: 24px;
    color: #de2c27;
}

.right-panel-active .close-form-dk i {
    color: #562a1e;
}

button.sign-mobile {
    display: none;
}

span.count-carts {
    position: absolute;
    right: -4px !important;
    top: 10px !important;
}

@media (max-width: 990px) {
    .header-menu {
        display: none;
    }
    .box-center-headers{
        width: 100%;
    }
    .cart-mobile {
        display: block;
    }
    .btn-bar.list-bar2 .bar{
        background-color: #FFEB7C !important;
    }
    .btn-bar.list-bar2 span{
        color: #ffeb7c !important;
    }
    .clm.box-left-headers {
        display: none;
    }

    .header-top-content {
        justify-content: space-between;
    }

    .clm.box-right-headers {
        display: none;
    }
    .header-info{
        display: none;
    }
}

@media(max-width:778px) {
    .box-sign {
        display: flex;
    }

    button.sign-mobile {
        margin-left: 10px;
    }

    button.sign-mobile {
        display: block;
    }

    .container-singin.right-panel-active .form-container.sign-up-container {
        width: 100%;
        transform: unset;
    }

    .container-singin.right-panel-active .sign-in-container {
        display: none;
    }

    .close-form-dk {
        color: #000000;
    }

    .overlay-panel.overlay-right {
        display: none;
    }

    .overlay-container {
        display: none;
    }

    .container-singin {
        width: 360px;
    }

    section.sigin-header .sign-in-container {
        width: 100%;
    }
}

.header-menu {
    background-size: 100%;
}
.header-menu.scrolled{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.hd-icon img {
    height: 35px;
    padding-right: 15px;
}
.hd-text {
    color: white;
}
.hd-text span {
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 3px;
    color: #ffffff;
}

.hd-text a {
    font-size: 16px;
    line-height: 1.5;
    color: #1a395f;
}
.header-top-img{
    top: 10px;
    bottom: 10px;
}
.header-top-img:first-child{
    left: 20px;
}
.header-top-img:last-child{
    right: 20px;
}

