* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-height: 100%;
}

body {
    font-family: sans-serif;
}

.first-header {
    background-color: #1c3e50 !important;
    padding: 7px 0px;
}

.left-number {
    display: flex;
    align-items: center;
}

.list-store {
    list-style: none;
    padding: 0;
    margin: 0;
}

.joker {
    color: #fff;
}

.social-icons {
    margin: 0;
    display: flex;
    justify-content: right;
    padding-left: 0;
}

.circle i {
    background-color: #3a589d !important;
    color: #fff;
    width: 30px;
    border-radius: 25px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.instagram {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.instagram i {
    background-color: #3b6994 !important;
    color: #fff;
    width: 30px;
    border-radius: 25px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tiktok {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.tiktok i {
    background-color: #000;
    color: #fff;
    width: 30px;
    border-radius: 25px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.envelope {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.envelope i {
    background-color: #000;
    color: #fff;
    width: 30px;
    border-radius: 25px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.youtube {
    background-color: #c33223 !important;
    color: #fff;
    width: 30px;
    border-radius: 25px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.youtube i {
    background-color: #c33223 !important;
    color: #fff;
    width: 30px;
    border-radius: 25px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.social-icons a {
    margin-right: 5px;
	text-decoration: none;
}

.show-logo-seller {
    width: 100%;
}

.gia-niem-yet
{
	font-size: 17px;
}

/*  */


nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    float: left;
    position: relative;
}

nav ul li a,
nav ul li a:visited {
    display: block;
    padding: 0 10px;
    line-height: 45px;
    color: #1c3e50;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

nav ul li a:hover {
    color: #1c3e50;
}


nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: " ▾";
}

nav ul li ul li {
    min-width: 260px;
    background-color: #015173;
    color: #f1f1f1;
}

.nav-dropdown li a {
    border-color: rgba(255, 255, 255, .2);
    padding-left: 0;
    color: rgba(255, 255, 255, .8);
    margin: 0 10px;
    border-bottom: 1px solid #ececec;
    transition: all .2s;
    border-color: rgba(255, 255, 255, .2);
    text-transform: none;
}

.nav-dropdown li:last-child a {
    border-bottom: none;
}

nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 999;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    padding: 20px;
    background-color: #015173;
    top: 60px;
    left: 0;
}

.textwidget ul li {
    color: #f1f1f1;
}

.link-nobel {
    color: #f1f1f1;
}


/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 18px;
    left: 0;
    height: 70px;
    width: 70px;
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: "";
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

article {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
}

#nav-toggle span:before {
    background: #000;
}

#nav-toggle span {
    background-color: #000;
}

#nav-toggle span:after {
    background-color: #000;
}

@media(max-width: 992px) {

    nav ul li {
        width: 100%;
    }

    .nav-dropdown {
        padding: 0px 10px;
    }

    .nav-dropdown,
    nav ul li ul li {
        background: linear-gradient(270deg, rgb(37, 170, 225) 0%, rgb(23, 142, 191) 100%);
    }

    .nav-list {
        position: absolute;
        top: 62px;
        left: 50px;
        right: 0px;
        background: #fff;
        z-index: 9999;
        width: 250px;
        box-shadow: 4px 1px 8px 1px #ccc;
    }

    .nav-mobile {
        display: block;
    }

    nav {
        width: 100%;
        padding: 5px 0px;
    }

    nav ul {
        display: none;
    }

    nav ul li:first {
        float: none;
    }

    nav ul li a {
        padding: 15px;
        line-height: 20px;
    }

    nav ul li ul li a {
        padding-left: 30px;
    }

    .nav-dropdown {
        position: static;
    }

    .head-phone {
        display: none;
    }

    .head-phone1 {
        display: block;
    }

    .logo-detail {
        display: flex;
        justify-content: center;
    }

    .show-logo-seller {
        width: auto;
    }

    .show-gunner {
        display: flex;
        flex-direction: column;
    }

    .link-gunner {
        background-color: #d26e4b;
        margin-bottom: 1em;
        text-decoration: none;
        padding: 6px 10px !important;
        color: #fff;
        border-radius: 10px;
        font-weight: bold;
    }

    .success-outline {
        text-decoration: none;
        color: #7a9c59;
        border: 2px solid currentColor;
        background-color: transparent;
        padding: 5px 10px !important;
        border-radius: 10px;
        font-weight: bold;
        margin-left: 0px !important;
        width: 30%;
        text-align: center;
    }

    .slier-gos {
        display: flex;
        justify-content: center;
    }

    .get-gs {
        text-align: center;
    }

    .ux-timer {
        margin-bottom: 20px;
    }

    .right-times {
        justify-content: center !important;
    }
	
	.cart__product-thumb-img
	{
		height: 100% !important;
	}
	
	.gio-hang-sdt
	{
		display: none;
	}
	
	.cart-show
	{
		display: flex !important;
		justify-content: center;
		flex-direction: column;
		position: relative;
		top: 0;
		right: 0;
		bottom: 0;
	}
	
	.cart-total
	{
		position: absolute;
		top: 25px !important;
		right: -8px;
		bottom: 0;
		left: 0;
		z-index: 100;
		color: #1c3e50 !important;
		font-size: 17px;
		font-weight: bold;
		border: 2px solid #e21313;
		border-radius: 50%;
		height: 23px;
		width: 23px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.member-giohang i
	{
		font-size: 18px;
		color: #000;
	}
	
	.nav-mobile
	{
		top: 14px;
	}
	
	.logo-detailsss
	{
		    text-align: center;
			display: block !important;
	}
	
	.logo-detail
	{
		display: none !important;
	}
	
	.develop img
	{
		width: auto !important;
	}
	
	.mobile
	{
		display: block !important;
	}
	
	.pc
	{
		display: none !important;
	}
	
	
}




/*  */





@media(max-width: 768px) {
	img
	{
		max-height: initial !important;
		width: 100% !important;
	}
	
    .left-number {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .social-icons {
        margin: 0;
        display: flex;
        justify-content: center;
        padding-top: 20px;
    }

    .swiper-slide {
        display: flex;
        flex-direction: column;
    }

    .link-gunner {
        margin-bottom: 0px !important;
    }

    .show-gunner {
        flex-direction: row;
    }

    .success-outline {
        margin-left: 20px !important;
    }

    .right-imagess {
        padding-left: 0px !important;
    }

    .name-product-care,
    .display-guns {
	   padding: 0px !important;
    }

    .link-gunnerss {
        margin-bottom: 0px !important;
    }

    .dr-an {
        height: 500px !important;
    }

    .dr-an1 {
        margin-bottom: 20px;
    }

    .gomnua {
        padding-top: 30px !important;
    }

    .slider-go {
        height: 340px !important;
    }

    .show-text-color {
        text-align: center;
    }

    .show-sliders {
        width: 100%;
        object-fit: cover;
    }
	
	.local-text-s
	{
		height: 70px !important;
	}
	
	.ux-timer span
	{
		display: flex;
		flex-direction: column;
	}
	
	.title-sanphamduong
	{
		padding: 0px !important;
		margin-top: 20px;
	}

	
	.san-pham-duong
	{
		padding: 0px 10px;
	}
	
	.ssssz
	{
		padding: 0px 10px;
	}
	
	.san-pham-dau-goi
	{
		padding: 30px 10px;
	}

}

.logo-show-off {
     display: flex;
    align-items: center;
    justify-content: center;
}

.second-header {
    height: 100px;
    z-index: 10;
    position: relative;
    background-color: #ffffff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}

.show-logo-seller {
    max-height: 100px;
    transition: max-height .5s;
}

/* swiper */

.swiper {
    width: 100%;
    height: 100%;
}

.show-sliders {
    width: 100%;
}



/* swiper */

.show-slider-swipers {
    height: 620px !important;
}

.dr-an {
    width: 100%;
}

.show-text {
    text-align: center;
    color: rgb(28, 62, 80);
    font-weight: 700;
    font-size: 23px;
    padding: 20px 0px 10px 0px;
}

.section-trinam {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgb(221, 238, 246);
}

.gujunpyo {
    display: flex;
    flex-direction: column;
}

.expand {
     background-color: #446084;
    text-decoration: none;
    color: #fff;
    padding: 5px 0px;
    text-align: center;
    border-radius: 5px;
    /* margin-bottom: 15px; */
    border: none;
}

.white-expand {
    text-decoration: none;
    color: #666 !important;
}

.tieu-de-lon {
    text-align: center;
    padding-bottom: 30px;
    color: rgb(28, 62, 80);
}

.show-tieu-delon {
    font-size: 25px;
    color: rgb(28, 62, 80);
    font-weight: bold;
}

.expand:hover {
    color: #fff;
}

.dr-an {
    width: 100%;
    height: 300px !important;
    object-fit: cover;
}

.detail-imagesss {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text {
    background-color: rgb(221, 238, 246);
}

.local-text-s {
    color: rgb(28, 62, 80);
    font-size: 15px;
    text-align: left;
    /* padding: 0px 0px 10px 0px; */
    height: 125px;
    padding: 0;
    margin: 0;
}

.hummer {
    width: 100%;
    background-color: #446084;
    /* background-color: #446084; */
    text-decoration: none;
    color: #fff;
    padding: 5px 0px;
    text-align: center;
    border-radius: 5px;
    /* margin-bottom: 15px; */
}

.local-brand {
    text-decoration: none;
    background-color: #fff !important;
    color: #666 !important;
    padding: 5px 0px;
    text-align: center;
    /* border-radius: 10px; */
}

.joker {
    color: #fff;
    background-color: rgb(221, 238, 246);
    padding: 10px 0px;
}

.jokers {
    color: #fff;
}

.show-text-expand {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.text-white-expand {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.local-brand:hover {
    outline: none;
    opacity: 1;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}

.title-sanphamduong {
    text-align: center;
    padding: 25px 0px;
}

.show-title-sanphamduong {
    color: rgb(28, 62, 80);
    font-size: 25px;
    font-weight: bold;
}

.show-image-plays {
    padding: 0px 0px 20px 0px;
}

.detail-images {
    width: 100%;
    height: 470px !important;
    object-fit: cover;
}

.large-images {
    font-weight: bold;
    font-size: 26px;
}

.link-gunner {
    background-color: #d26e4b;
    margin-bottom: 1em;
    text-decoration: none;
    padding: 10px 10px;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
}

.link-gunnerss {
    background-color: #7a9c59;
    margin-bottom: 1em;
    text-decoration: none;
    padding: 10px 10px;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
}

.link-gunnerss:hover {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
    color: #fff;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
}

.success-outline {
    text-decoration: none;
    color: #7a9c59;
    border: 2px solid currentColor;
    background-color: transparent;
    padding: 10px 10px;
    border-radius: 10px;
    font-weight: bold;
    margin-left: 20px;
}

.link-gunner:hover {
    color: #fff;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}

.success-outline:hover {
    background-color: #7a9c59;
    color: #fff;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
}

.name-product-care,
.display-guns {
    text-align: left;
    padding-left: 20px;
}

.san-pham-dau-goi {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgb(249, 249, 249);
}

.right-imagess {
    background-color: rgb(249, 249, 249);
    padding-left: 30px;
}

.strong-ger {
    font-size: 14px;
}

.show-go-images {
    width: 100%;
}

.letsdoit {
    padding: 10px 0px;
}

.text-troller {
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
    color: rgb(28, 62, 80);
}

.gomnua {
    padding-top: 90px;
}

.tieu-deleft {
    padding-bottom: 20px;
}

.show-tieudeleft {
    color: rgb(28, 62, 80);
    font-size: 19px;
    font-weight: bold;
}

.tienthan {
    font-size: 15px;
}

.link-local-brand {
    color: #446084;
}

.hummerss {
    display: inline-block;
    line-height: 1.6;
    font-weight: bold;
    text-transform: uppercase;
}

.link-local-brand::before {
    content: "";
    height: 2px;
    background-color: currentColor;
    opacity: .3;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 85%;
}

.link-local-brand {
    position: relative;
    display: inline-block;
    /* background-color: transparent; */
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    /* color: currentColor; */
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    /* padding: 0 1.2em; */
    max-width: 100%;
    -webkit-transition: border .3s, background .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    transition: border .3s, background .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    -o-transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    text-rendering: optimizeLegibility;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.slider-go {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.accordion-body,
.accordion-button {
    background-color: rgb(221, 238, 246);
}

.accordion-button {
    color: #555454;
}

.kien-thuc {
    color: rgb(28, 62, 80);
    font-size: 24px;
    font-weight: bold;
}

.local-bigger {
    width: 100%;
}

.right-times {
    display: flex;
    justify-content: right;
}

.ux-timer span {
    background-color: rgb(28, 62, 80);
    display: table-cell;
    font-weight: bolder;
    text-align: center;
    color: #FFF;
    line-height: 80%;
    padding: 10px 60px;
    margin: 0 .05em .2em;
    border-radius: 5px;
    font-size: 33px;
}

.ux-timer {
    border-spacing: 5px;
}

.show-bentley {
    margin: 0;
}

.get-bentley {
    font-size: 24px;
    color: rgb(28, 62, 80);
    font-weight: bold;
}

.get-gs {
    color: rgb(28, 62, 80);
    font-style: italic;
}

.ux-timer strong {
    font-size: 10px;
    font-family: 'Helvetica' Sans-serif;
    font-size: 30%;
    opacity: .7;
    text-transform: uppercase;
    display: block;
}

.section-trinams {
    padding-top: 40px;
}

.show-sliderds {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.wpcp7-submit {
    background-color: #446084;
    color: #fff;
    background-color: #446084;
    /* background-color: var(--primary-color); */
    border-color: rgba(0, 0, 0, 0.05);
    position: relative;
    display: inline-block;
    /* background-color: transparent; */
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    width: 200px;
    color: #fff;
    transition: border .3s, background .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    -o-transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    text-rendering: optimizeLegibility;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    resize: none;
}

.youtubes {
    margin-bottom: 40px;
}

.order-now {
    margin-top: 40px;
}

.show-order-now {
    color: #39b0da;
    font-size: 170%;
    font-weight: bold;
    text-align: center;
}

.show-text-color {
    text-align: left;
}

#footer {
    background-image: url("/public/uploads/images/subscription-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 60px;
}

.cool-ss {
    color: #ffffff;
    font-size: 90%;
}

.lukaku strong {
    font-size: 80%;
    color: #ffffff;
}

.span-one strong {
    color: #ffffff;
}

.span-one {
    color: #ffffff;
}

.medium-text-center {
    padding: 12px 0px;
    background-color: #1c3e50;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 15px;
}

@keyframes sideDownMenuPC {
    0% {
        transform: translateY(-100px);
    }

    100% {
        transform: translateY(0);
    }
}

.second-header.sticky {
    top: 0;
    padding: 0;
    animation: sideDownMenuPC ease 0.3s;
    /* background: #fff; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.show-lost-images {
   width: 100%;
    height: 420px;
    object-fit: cover;
}

.post-title {
    padding: 10px 0px 0px 0px;
    color: #5e5e5e;
    font-size: 16px;
    font-weight: bold;
}

.is-divider {
    /* height: 3px; */
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 1em 0 1em;
    width: 100%;
    max-width: 30px;
    margin-top: .5em;
    margin-bottom: .5em;
    height: 2px;
}

.from_the_blog_excerpt {
    margin-top: .1em;
    margin-bottom: .1em;
    color: #646464;
    font-size: 15px;
}

.left-white-light {
    margin: 30px 0px;
}

.link-showssss {
    text-decoration: none;
}

.show-option-product {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.entry-category {
    margin-top: 20px;
}

.link-productzz {
    color: #334862;
    font-size: 14px;
    text-decoration: none;
}

.link-show-off {
    color: #334862;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

.entry-title {
    font-size: 25px;
    font-weight: bold;
}

.entry-divider {
    height: 3px;
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 1em 0 1em;
    width: 100%;
    max-width: 30px;
}

.link-niemyet {
    text-decoration: none;
    background-color: #446084;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    border: none;
}

.entry-content {
    margin: 20px 0px;
}

.link-niemyet:hover {
    color: #fff;
}

.show-two-buttons {
    display: flex;
}

.ba-nut {
    padding-left: 20px;
}

.content-entry {
    margin: 40px 0px 20px 0px;
}

.content-entrys {
    margin: 10px 0px 20px 0px;
}

.image-first:hover .dr-an {
    transform: translateY(-6px);
    box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.2);
    transition: transform .3s, box-shadow .3s, background-color .3s, color .3s, opacity .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
}

.local-brand:hover {
    cursor: grab;
}

.link-product-one {
    text-decoration: none;
}

.go-images:hover img
{
	-webkit-transform: translateY(-6px);
	box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.2);
	transition: transform .3s, box-shadow .3s, background-color .3s, color .3s, opacity .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
}

.swiper-slide:hover
{
	cursor: grab;
}







/*---------------- back top ----------- */
.back_top {
    position: fixed;
    right: 2%;
    bottom: 20px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s ease-in-out; 
    z-index: 1000;
    color: #fff;
    font-size: 15px;
    width: 40px;
    height: 40px;
    display: none;
    background: linear-gradient(90deg,#61c73f,#1f8538);
    border-radius: 10px; 
    border: 2px solid #fff;
}
.back_top:hover {
    opacity: 1; 
}
.back_top_active {
    visibility: visible;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ------------ suppoot --------------- */
#button-contact-vr {
    position: fixed;
    bottom: 0;
    z-index: 99999
}
#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px
}
#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block
}
.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230,8,8,0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite
}
.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out
}
.phone-vr-img-circle a {
    display: block;
    line-height: 37px
}
.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%)
}

@-webkit-keyframes phone-vr-circle-fill {
    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)
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

.phone-bar a {
    position: absolute;
    margin-top: -65px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 7px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap
}

.phone-bar a:hover {
    opacity: 0.8;
    color: #fff
}

@media(max-width: 736px) {
    .phone-bar {
        display:none
    }
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33,150,243,0.7)
}

#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3
}

div#whatsapp-vr .phone-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #1fd744;
    background-color: rgb(35 217 72 / 70%)
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle {
    background: #1cd741
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%
}

#fanpage-vr img {
    max-width: 35px;
    max-height: 35px
}

#gom-all-in-one .button-contact {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all
}

#button-contact-vr.active #gom-all-in-one .button-contact {
    margin-left: -100%
}

#all-in-one-vr .phone-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    color: #fff;
    padding: 5px 15px 5px 48px;
    border-radius: 50px;
    margin-left: -64px;
    width: max-content;
    cursor: pointer
}
.phone-bar a,#phone-vr .phone-vr-circle-fill,#phone-vr .phone-vr-img-circle,#phone-vr .phone-bar a {
    background-color: #81d742;
    text-decoration: none;
}
#phone-vr .phone-vr-circle-fill {
    opacity: 0.7;box-shadow: 0 0 0 0 #81d742;
}
#phone-vr2 .phone-vr-circle-fill {
    opacity: 0.7;box-shadow: 0 0 0 0 ;
}
#phone-vr3 .phone-vr-circle-fill {
    opacity: 0.7;box-shadow: 0 0 0 0 ;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff !important;
    transition: 0.2s;
    border-radius: 50%;
    font-weight: bold !important;
    top: 50% !important;
	background: linear-gradient(90deg, #1c3e50, #1c3e50) !important;
    width: 45px !important;
    height: 45px !important;
    border: 2px solid #fff;
    transition: 0.2s;
}

.swiper-button-prev:after, .swiper-button-next:after
{
	font-size: 20px;
}

@media (max-width: 739px), (max-width: 992px) {
	.swiper-button-next, .swiper-button-prev {
		 width: 30px !important;
		height: 30px !important;
	}
	.swiper-button-prev:after, .swiper-button-next:after {
		font-size: 15px;
	}
}

.gio-hang-sdt .member-giohang
{
    padding: 0px 15px;
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    font-weight: bold;
    position: relative;
    font-size: 18px;
}

.cart-total
{
	position: absolute;
    top: -1px;
    right: -8px;
    bottom: 0;
    z-index: 100;
    color: #1c3e50 !important;
    font-size: 17px;
    font-weight: bold;
    border: 2px solid #e21313;
    border-radius: 50%;
    height: 23px;
    width: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.getsz
{
	top: 44% !important;
}

.clinfill
{
	width: 100%;
    height: 220px;
    object-fit: cover;
}

.link_news
{
	text-decoration: none;
}

.box_news
{
	color: #262f5a;
    transition: 0.3s;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    overflow: hidden;
    margin: 20px 0px;
}

.image
{
	height: 250px;
    overflow: hidden;
}

.ladi_text
{
    padding: 0px 10px 20px 10px;
}

.name
{
	font-weight: bold;
	text-align: left;
}

.desc
{
    height: 85px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: left;
}

.buttonss
{
	margin-top: 10px;
    display: flex;
    padding-left: 10px;
}

.buttonss span
{
    color: #446084;
    font-weight: 600;
    border: 2px solid #446084;
    text-transform: uppercase;
    padding: 10px;
    font-size: 14px;
    transition: 0.3s;
}

.box_news .buttonss span:hover {
    color: #fff;
    background: #446084;
}

.bg_be
{
    background-color: #eb2f11f2;
    margin: 20px 0px;
}

.back_controls-wrap
{
	padding: 20px 20px;
	display: block;
    width: 10%;
}

.cart__product
{
	    border: 2px solid #ccc;
}

.cart__title
{
	    font-size: 30px;
    padding: 20px 20px;
	color: #fff;
}

.cart__name-list
{
    list-style: none;
    display: flex;
    justify-content: space-around;
    padding: 10px 0px;
    background-color: #59242c;
}

.cart_name-item
{
	    color: #fff;
    font-size: 17px;
    font-weight: bold;
}

.cart__product-wrap-info
{
	display: flex;
    border: 2px solid #f6a287;
}

.cart__product-info
{
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    padding: 10px 4px;
}

.cart__product-thumb-img
{
    width: 100%;
    height: 120px;
    border: 3px solid #fff;
    object-fit: cover;
    padding: 5px 5px;
}

.form_cart_xoa_product
{
	    display: flex;
    flex-direction: column;
    align-items: center;
}

.table__item-close-icon
{
	    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #732442;
    cursor: pointer;
    margin-top: 8px;
    margin-bottom: 15px;
}

.cart__product-info form
{
	    display: flex;
    flex-direction: column;
    align-items: center;
}

.cart__product-total-price
{
    display: flex;
    justify-content: space-between;
    background-color: #59242c;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.table__item-close-icon-link
{
	color: #000;
}

.cart__product-total-price-title
{
	    padding-left: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px !important;
    line-height: 40px;
}

.cart__product-total-price-desc
{
	    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px !important;
    line-height: 40px;
}

.form_wrap
{
	    border: 2px solid #ccc;
}

.form__payment-title
{
	    padding: 10px 10px;
    font-size: 30px;
	color: #fff;
}

.form_group
{
	    padding: 0px 10px;
}

.form_input
{
	    width: 100%;
    outline: none;
    border: 1px solid #ccc;
    padding: 4px 10px;
    margin: 10px 0px;
}

.back_controls-icon {
    background-color: #443b34fc;
    padding: 10px 20px;
    border-radius: 10px 10px;
    color: #fff;
}

.form__btn
{
	    border: none;
    width: 50%;
    padding: 4px 0;
    margin: 10px 0px;
    border-radius: 5px;
    background: #eb2929;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.ezezd
{
	display: flex;
    justify-content: center;
}

.btn-line {
    color: #fff !important;
    background-color: #eb2929 !important;
    border-color: #eb2929 !important;
    margin-top: 10px !important;
	font-size: 16px !important;
}

.form-control
{
	font-size: 15px !important;
}

.move-on
{
	margin-top: 20px;
}

.no-cart
{
	text-align: center;
}

.empty-cartd
{
	padding: 20px 0px;
}

.move-oned
{
	font-size: 25px;
    color: #fff;
    font-weight: bold;
}

.no-cart-img
{
	height: 300px;
    padding: 20px 0px;
}

.high-nut
{
	display: flex;
}

.show-content
{
	font-size: 16px;
}

.cart-show
{
	display: none;
}

.develop img
{
	max-height: 100px !important;
    transition: max-height .5s;
}

.multikill img
{
	width: 100%;
    height: 230px !important;
    object-fit: cover;
}

.ulays img
{
	width: 100%;
    height: 400px;
    object-fit: cover;
}

.show-images-biggers img
{
	width: 100%;
}

.logo-detailsss
{
	display: none;
}

.mobile
{
	display: none;
}

	
.hatback
{
	height: 470px;
}

.hatback img
{
	width: 100%;
}

.swiper {
      width: 100%;
      height: 100%;
}

.swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
}

.swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
}