.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 .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: 99999999;
}

.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;
}
.btn-dktv {
    margin-left: 15px;
}
.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;
}









.logo-headers-mobile img {
    height: 35px;
}

.header-links ul li .bar-1, .header-links ul li .bar-3 {
    margin-left: 0;
}


.bar {
       height: 2px;
    width: 21px;
    background-color: #333;
    margin: 4px 0px;
    /* box-shadow: 0 0 5px #515151; */
}


.pt-top-header {
    background: #fcb041;
    padding: 5px 0px;
}

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

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

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

.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;
    !;!i;!;
}

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


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

.pt-header-social ul li a {
    display: inline-flex;
    width: 44px;
    height: 38px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    border-right: 1px solid rgba(255,255,255,0.15);
}

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

.clm.nav-main-header .nav-main li.nav-item {
    color: #000;
    padding: 15px 20px 14px 20px;
    font-size: 17px;
    text-transform: unset;
    line-height: 22px;
    font-weight: 500;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.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: #fff;
}

.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 #562c22cf;
}
.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;
    color: #562a1e !important;
    font-weight: 400;
    border-bottom: 1px solid #e8e8e8;
    text-transform: uppercase;
    font-size: 15px;
}

.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: #fff;
}





















@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;
}
.pt-header-contact ul li svg {
    width: 25px;
    height: 25px;
    fill: #fff;
    margin-right: 6px;
}

.pt-header-contact ul li {
    display: flex;
    align-items: center;
    color: #Fff;
}

.pt-header-contact ul li a {
    color: #fff;
}

.pt-header-contact ul li svg path {
    fill: #fff;
}

.pt-header-contact ul li:nth-child(1):before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #fff;
    width: 1px;
    height: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pt-header-contact ul li:nth-child(1) {
    padding-right: 17px;
    margin-right: 15px;
}



.header-menu {
    background: #562a1e;
}
.header-menu.scrolled{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.hd-icon img {
    height: 35px;
    padding-right: 15px;
}

.hd-text span {
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 3px;
    color: #2d2d2d;
}

.hd-text a {
    font-size: 16px;
    line-height: 1.5;
    color: #1a395f;
}

.pt-top-header .row {
    align-items: center;
}

.pt-header-social ul li a svg {
    width: 30px;
    height: 30px;
    margin-bottom: -5px;
}



.header-middle {
    background: linear-gradient(0deg, rgba(193, 26, 43, 1) 0%, rgba(225, 28, 39, 1) 100%);
    position: relative;
    z-index: 999999999;
}
.header-middle .col-left {
    background: #fff;
    z-index: 9;
}
.header-middle .col-left:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    background-color: inherit;
    z-index: -1;
}
.header-middle .col-left a {display: flex;height: 80px;align-items: center;}
.header-middle .col-left a img {height: auto;width: 164px;object-fit: contain;}
.header-menu {
background-color: #050f2d;
position: relative;
z-index: 99;
}
.header-menu .header-menu-scroll {
display: flex;
align-items: center;
}
.header-menu:after {
    content: "";
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: -40px;
    right: 0;
    background-color: inherit;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: skew(-23deg);
    -moz-transform: skew(-23deg);
    -ms-transform: skew(-23deg);
    -o-transform: skew(-23deg);
    transform: skew(-23deg);
    z-index: -1;
    background: linear-gradient(0deg, rgba(193, 26, 43, 1) 0%, rgba(225, 28, 39, 1) 100%);
}
.header-nav {
    margin-left: 10px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: right;
}
.header-menu .header-menu-scroll .header-nav .item_big {
    white-space: nowrap;
    display: inline-block;
}
.header-nav>ul.item_big>li.nav-item {
    display: inline-block;
    /* margin-right: 25px; */
}
.header-nav>ul.item_big>li.nav-item>a {
    display: block;
    text-align: left;
    font-size: 15px;
    position: relative;
    color: #fff;
    padding: 35px 0;
    text-transform: uppercase;
    font-weight: 500;
}
.header-nav>ul.item_big>li.nav-item>a {
    display: block;
    text-align: left;
    font-size: 15px;
    position: relative;
    color: #fff;
    padding: 29px 0;
    text-transform: uppercase;
    font-weight: 500;
}
.header-nav>ul.item_big>li.nav-item>a.caret-down:after {
    content: "";
    position: relative;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    display: inline-block;
    top: -2px;
    margin-left: 2px;
    margin-top: -6px;
    transition: 0.5s;
}
.header-nav>ul.item_big>li.nav-item .item_small {
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    position: absolute;
    top: 100%;
    left: auto;
    width: 220px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0px 4px 20px rgba(183, 221, 228, 0.47);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    z-index: 99;
}
.header-nav>ul.item_big>li.nav-item .item_small:before {
    content: "";
    position: absolute;
    top: -14px;
    right: 0;
    background: transparent;
    width: 200px;
    height: 14px;
}
.header-nav li li {
    position: relative;
}
.header-nav>ul.item_big>li.nav-item>ul li {
    float: none;
    padding: 0 0;
}
.header-nav>ul.item_big>li.nav-item>ul>li {
    color: #333;
}
.header-nav>ul.item_big>li.nav-item>ul>li {
    color: #333;
}
.header-nav>ul.item_big>li.nav-item:hover>ul {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}
.header-nav>ul.item_big>li.nav-item>ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding: 8.5px 20px 8.5px 10px;
    color: #333;
    position: relative;
    border-bottom: 1px solid #F6F6F6;
    text-align: left;
    white-space: initial;
}
.header-nav>ul.item_big>li.active>a {
    color: #fcb041;
}
.header-nav>ul.item_big>li.nav-item:hover>a {
    color: #fcb041;
}

li.search-desk svg {
    width: 30px;
    height: 30px;
    margin-bottom: 0px;
}

li.search-desk svg path {
    stroke: #fff;
}

li.search-desk {
    height: 38px;
    line-height: 38px;
    display: inline-flex;
    align-items: center;
    width: 45px;
    border-right: 1px solid rgba(255,255,255,0.15);
}
.header-middle.scrolled {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
}









































.box-menu-header1 a {
    font-size: 14px;
    font-weight: 600;
}

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

.logo-mobile {
    width: 40%;
}

.box-menu-mobile {
    width: 60%;
    position: relative;
}

.icon-mav-mobile {
    text-align: right;
}

.icon-mav-mobile svg {
    width: 30px;
    height: 30px;
}

section.header-mobile {
    padding: 20px 0px;
}

.icon-menu-nav-mobile {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #787878;
    z-index: 9999;
    width: 74%;
}

.icon-menu-nav-mobile:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000007d;
    left: 100%;
    top: 0;
}


.icon-menu-nav-mobile ul {
    position: relative;
    z-index: 999999;
    background: #fff;
    height: 100%;
    padding-top: 130px;
}

.icon-menu-nav-mobile ul li {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #cdcdcd;
    padding-left: 20px;
}

.icon-menu-nav-mobile ul li a {
    font-size: 16px;
}
.close-menu-mobile {
    position: absolute;
    z-index: 999999999;
    top: 10px;
    right: 10px;
}

.close-menu-mobile svg {
    width: 40px;
    height: 40px;
}

.search-mobile {
    position: absolute;
    z-index: 9999999;
    top: 66px;
    left: 20px;
    width: 92%;
}

.search-mobile button svg {
    width: 35px;
    height: 35px;
}

.search-mobile input {
    border: 1px solid #cdcdcd;
    width: 100%;
    position: relative;
    padding: 5px;
    font-size: 18px;
    border-radius: 5px;
    width: 100%;
}

.search-mobile form {
    position: relative;
    border-radius: 5px;
    width: 100%;
}

.search-mobile form button {
    position: absolute;
    padding: 0px;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
}

.icon-menu-nav-mobile {
    display: none;
}

.icon-menu-nav-mobile.active-nav-mobile {
    display: block;
}

.logo-pta img{
    height: 50px;
    width: auto;
}
.menu-header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}







.box-menu-header1 {
    display: flex;
    align-items: center;
}

.box-menu-header1 svg {
    width: 19px;
    height: 20px;
}

ul.menu-c2-item {
    position: absolute;
    z-index: 99;
    top: 100%;
    background: #fff;
    width: 260px;
    left: 0;
    border-radius: 0px 15px 15px 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: none;
}

ul.menu-c2-item li {
    /* border-bottom: 1px solid #cdcdcd; */
    padding: 8px 20px;
}

ul.menu-c2-item li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    /* font-family: "Oswald", sans-serif; */
    text-transform: math-auto;
    color: #051D3B;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

li.menu-header-main-item:hover .menu-c2-item {
    display: block;
}
li.menu-header-main-item:hover {
}
.item-menu-c2-mobile-smoll {
    display: flex;
    justify-content: space-between;
}

.item-menu-c2-mobile-smoll svg {width: 25px;height: 25px;margin-right: 10px;}

ul.box-menu-c2-mobiles {
    padding-top: unset !important;
    display: none;
}
li.item-menu-c2--smoll {
    border-bottom: unset !important;
}

li.menu-header-mobile.menu-mobi-active1 ul.box-menu-c2-mobiles {
    display: block;
}
a.menu-header-main-link {
    font-weight: 500;
    display: inline-block;
    color: #000000;
    padding: 29px 15px !important;
}
a.menu-header-main-link:hover{
    color: #1491c9;
}
li.menu-header-main-item.icon-home i {
    font-size: 18px;
    width: 83px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(111deg,#1492cc 0%, #1492cc, 47%,#1492cc 93%);
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
ul.menu-c2-item li:hover {
    border-left: 4px solid #de741d;
    transition: 0.2s;
}

ul.menu-c2-item li:hover a {
    color: #000;
}



li.menu-header-main-item.lienhe {
    background: #1491C9;
    border-radius: 12px;
}

li.menu-header-main-item.lienhe a {
    color: #fff;
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0px 20px;
}


section.header-mobile {
    display: none;
}

.btn-dktv a {
    padding: 10px 20px;
    background: #fcb041;
    color: #Fff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px;
    animation: zoom 1.3s infinite;
    box-shadow: 0 0 0 0 #ffffff61;
}
a.dangkytuvan:hover {
    color: #fff;
}
.model-registration-2 {
    display: none;
    right: 0;
    height: 100vh;
    margin: 0;
    margin-right: 0px;
    margin-right: 0px;
    margin-right: 0;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    align-items: center;
    -webkit-animation-name: slideIn7;
    -webkit-animation-duration: 1.0s;
    animation-name: slideIn7;
    animation-duration: 1.0s;
}
.item-model-registration {
    position: fixed;
    z-index: 1056;
    width: 100%;
    max-width: 400px;
    top: 50%;
    left: 50%;
    background: white;
    -webkit-animation-name: slideIn6;
    -webkit-animation-duration: 1.5s;
    animation-name: slideIn6;
    animation-duration: 1.5s;
    padding: 20px;
    padding: 20px;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}
.close-model-registrion {
    font-size: 16px;
    font-weight: 700;
    color: black;
    display: flex;
    justify-content: right;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 7px;
}
.bodr-form-registrion h3 {
    color: black;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}
.bodr-form-registrion .form-group {
    margin-bottom: 10px;
}
.bodr-form-registrion .form-group .form-control-2 {
    display: block;
    width: 100%;
    outline: none;
    padding: 10px;
    border: 0;
    border-radius: 5px;
    border: 1px solid black;
}
.bodr-form-registrion .form-group textarea {
    display: block;
    width: 100%;
    outline: none;
    padding: 10px;
    border: 0;
    border-radius: 5px;
    border: 1px solid black;
}
.bodr-form-registrion .form-submit-2 {
    width: 100%;
    background-color: #0298de;
    border: 0;
    height: 40px;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    border-radius: 5px;
    font-size:15px;
}
body.smooth.class-forms .model-registration-2 {
    display: block;
}

.model-registration-2body.smooth.class-forms {
    display: block;
}
.model-registration-2.active {
    display: block;
}
.bodr-form-registrion select {
    display: block;
    width: 100%;
    outline: none;
    padding: 10px;
    border: 0;
    border-radius: 5px;
    border: 1px solid black;
	    z-index: 999999999999999999 !important;
}
.col-left {
    float: left;
    position: relative;
}
.pt-header-social a img {
    width: 20px !important;
}
@media (max-width: 1200px) {
	.logo-mobile img{
	    height: 70px;
	    width: auto;
	    object-fit: contain;
}
    section.header-mobile {
         display: block; 
    }
header {
     display: none; 
}
    .clm.nav-main-header {
        display: none;
    }

    .cart-mobile {
        display: block;
    }

    .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) {
	ul.box-menu-c2-mobiles li a {
    font-size: 14px !important;!i;!;
}
.section_blog_tab:before {
    background-position: top;
    background-attachment: unset;
    height: 539px;
    background-image: unset;
    background: #1d2033;
}

	.search-mobile {
    width: 225px;
}
.section_blog_tab:before {
    background-position: top;
}
.search-mobile input {
    width: 225px;
    padding: 5px 5px;
    font-size: 15px;
}

.search-mobile button svg {
    width: 30px;
    height: 30px;
}

.icon-menu-nav-mobile ul {
    padding-top: 110px;
}

.icon-menu-nav-mobile ul li {
    padding: 5px 5px 5px 20px;
}

.close-menu-mobile svg {
    width: 25px;
    height: 25px;
}
    .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%;
    }
}
    