.breadcrumb{list-style: none; display: flex; flex-wrap: wrap; width: 100%; min-height: 20px; line-height: 20px; padding: 15px 0;}
.breadcrumb li{color: #727376;}
.breadcrumb li a{display: block; color: #727376;}
.cart{line-height: 32px; margin-bottom: 20px;}
.carttitle{text-transform: uppercase; font-size: 20px;}
.carttitle h1{font-size: 100%;}
.cartrow{border-bottom: 1px solid #d5d4d5; padding: 15px 0;}
.cartrowTT{padding: 0;}
.carthead{font-weight: bold; font-size: 15px; border-bottom: 1px solid #d5d4d5; padding: 0;}

.cartrightTitle{font-weight: bold; font-size: 15px; border-bottom: 1px solid #d5d4d5; margin-bottom: 15px;}

.cartrow,
.carthead{display: flex; flex-wrap: wrap; align-items: flex-start;}
.cartcol label{font-weight: bold; color: #e77918;}
.cartcol input{width: 50%; text-align: center;}
.cartcol2, .cartcol3, .cartcol4, .cartcol6, .cartcol7{text-align: center;}
.cartcol5 span{text-align: right; font-weight: bold; display: block;}

.cartimg, .cartimgTT{display: inline-block; vertical-align: top; margin: 0 15px 0 0; position: relative;}
.cartimgTT span{position: absolute; top: -5px; right: -5px; background: #fe0101; color: #fff; display: block; width: 20px; height: 20px; line-height: 20px; text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;}
.cartinfo{line-height: 22px;}
.cartinfo ul{margin: 5px 0 9px; list-style: none;}
.cartname{color: #fe0101; font-size: 15px; font-weight: bold; text-transform: uppercase;}

.cartbutton{line-height: normal;}
.cartbutton a, .cartback{display: inline-block; margin: 0 6px 0 0; background: #fe0101; padding: 5px 11px 3px; color: #fff;}
.cartback{padding: 0 11px; margin: 15px 0 0 10px; text-transform: uppercase; font-weight: bold;}
.cartbutton a:hover, .cartback:hover{background: #e77918;}

.cartbill{background: #fe0101; color: #fff; font-weight: bold; text-align: center; margin-bottom: 15px; text-transform: uppercase;}
.cartright ul{border: 1px solid #d7d7d7; padding: 10px; margin-bottom: 15px; list-style: none;}
.cartright ul li b{color: #e77918;}
.cartright a{display: inline-block; background: #fe0101; width: calc(50% - 7.5px); text-align: center; color: #fff; text-transform: uppercase;}
.cartright a#nopayment{width: 100%; margin: 15px 0 0;}
.cartright a:hover{background: #e77918;}

.cartformwrap{position: relative; padding: 10px 10px 0; border: 1px solid #d7d7d7; margin-bottom: 15px;}
.cartformwrap-left{position: relative; margin-bottom: 15px;}
.cartformwrap-full input[type="submit"]{margin: 0; background: #02ba0e;}
.cartformwrap input[type="radio"], .cartformwrap input[type="checkbox"]{vertical-align: top;}
.cartitem{margin-bottom: 15px; position: relative;}
.cartitems{line-height: normal;}
.cartabove{position: absolute; top: 11px; right: 10px; line-height: normal;}


.list-content li {list-style: none outside none; margin-bottom: 15px;}
.list-content li > .list-content-t{cursor: pointer;display: inline-block;width: 100%;background: #fe0101;color: white;}
.list-content li.active > .list-content-t{background: #e77918;}
.list-content li > .list-content-t input{display: none;}
.list-content li > .list-content-t i{margin: 0 10px 0;font-size: 15px;}

.list-content li .boxContent{display: none; border:1px solid #d5d4d5; border-top: 0; padding: 3px 10px; line-height: 20px;}
.list-content li .boxContent-textarea{border: 0; padding: 0; line-height: normal;}
.list-content li .boxContent textarea{height: 47px;}
.list-content li.active .boxContent {display: block;}

@media (min-width: 320px){
    .cartright{margin: 15px 0 0; font-size: 15px;}
    .cartrightTT{margin: 15px 0 0;}
    .cartimg{display: none;}
    .cartcol1{width: 52%;}
    .cartcol3, .cartcol6{width: 21%;}
    .cartcol4, .cartcol7{width: 27%;}
    .cartcol5{width: 70%;}
    .cartcol7{width: 30%;}
    .cartcol2{display: none;}
    .cartimgTT{width: 50px;}
}
@media (min-width: 480px){
    .cartimg{width: 75px; display: block;}
    .carthead{text-transform: uppercase;}
}
@media (min-width: 580px){
    .cartimg{width: 100px;}
    .cartcol1{width: 49%;}
    .cartcol2{width: 17%;}
    .cartcol3{width: 17%;}
    .cartcol4{width: 17%;}
    .cartcol2{display: block;}
}
@media (min-width: 767px){
    .cartimg{width: 150px;}
    .cartcol1{width: 55%;}
    .cartcol2{width: 15%;}
    .cartcol3{width: 15%;}
    .cartcol4{width: 15%;}
}
@media (min-width: 970px){
    .cartright{margin: -32px 0 0;}
    .cartrightTT{margin: -33px 0 0;}
    .cartformwrap-full input[type="submit"]{width: 300px;}
}
@media (min-width: 1170px){
}
/* ===== CONTACT PAGE CUSTOM STYLES ===== */
.contact {
    padding: 0 0 20px !important;
    background: #fafafa !important;
}
.contact iframe {
    border: 0 !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
    margin-bottom: 40px !important;
    display: block !important;
    border-radius: 12px !important;
}
.contact-box-wrapper {
    background: #fff !important;
    border-radius: 16px !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05) !important;
    overflow: hidden !important;
    margin-bottom: 30px !important;
    border: 1px solid #eee !important;
}
.contact-left {
    padding: 50px !important;
    background: #fff !important;
    margin: 0 !important;
}
.contact-right {
    padding: 50px !important;
    background: #fff !important;
    border-left: 1px solid #f0f0f0 !important;
    height: 100% !important;
}
@media (max-width: 991.98px) {
    .contact-left, .contact-right {
        padding: 30px 20px !important;
    }
    .contact-right {
        border-left: none !important;
        border-top: 1px solid #f0f0f0 !important;
    }
}
.contact-title {
    font-size: 20px !important;
    text-transform: uppercase !important;
    color: #222 !important;
    margin-bottom: 30px !important;
    font-weight: bold !important;
    letter-spacing: 0.5px !important;
    position: relative !important;
    padding-bottom: 12px !important;
    border-bottom: none !important;
    display: inline-block !important;
    width: 100% !important;
}
.contact-title::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 45px !important;
    height: 3px !important;
    background: #fe0101 !important;
    border-radius: 2px !important;
}
.contact-item {
    margin-bottom: 20px !important;
}
.contact-item input[type="text"],
.contact-item textarea {
    width: 100% !important;
    background: #fcfcfc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    color: #334155 !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
    height: 46px !important;
    box-sizing: border-box !important;
    text-indent: 0 !important;
}
.contact-item textarea {
    height: 150px !important;
    resize: none !important;
}
.contact-item input[type="text"]:focus,
.contact-item textarea:focus {
    border-color: #02ba0e !important;
    box-shadow: 0 0 0 3px rgba(2, 186, 14, 0.1) !important;
    background: #fff !important;
    outline: none !important;
}
#contact-form .contact-item input[type="submit"].submit {
    background: #02ba0e !important;
    color: #fff !important;
    border: none !important;
    height: 48px !important;
    width: 140px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    margin: 0 !important;
    display: inline-block !important;
    box-shadow: 0 4px 12px rgba(2,186,14,0.15) !important;
    text-indent: 0 !important;
    text-align: center !important;
    line-height: 48px !important;
}
#contact-form .contact-item input[type="submit"].submit:hover {
    background: #02a10c !important;
    box-shadow: 0 6px 16px rgba(2,186,14,0.25) !important;
    transform: translateY(-1px) !important;
}
#contact-form label.error {
    display: block !important;
    color: #fe0101 !important;
    font-size: 12px !important;
    margin-top: 5px !important;
    font-weight: normal !important;
    position: static !important;
    line-height: 1.4 !important;
    text-align: left !important;
}
#contact-result {
    margin-top: 15px !important;
    font-size: 14px !important;
    color: #02ba0e !important;
    font-weight: bold !important;
}
.contact-info {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.contact-info li {
    display: flex !important;
    align-items: center !important;
    font-size: 15px !important;
    line-height: 24px !important;
    margin-bottom: 24px !important;
    color: #475569 !important;
    padding: 0 !important;
}
.contact-info li b {
    color: #1e293b !important;
    margin-right: 6px !important;
    font-weight: 600 !important;
}
.contact-info li a {
    color: #02ba0e !important;
    transition: color 0.2s ease !important;
    font-weight: 500 !important;
}
.contact-info li a:hover {
    color: #fe0101 !important;
    text-decoration: none !important;
}
.contact-info li i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    font-size: 15px !important;
    color: #02ba0e !important;
    background: rgba(2, 186, 14, 0.06) !important;
    border-radius: 8px !important;
    margin-right: 15px !important;
    flex-shrink: 0 !important;
    margin-top: 0 !important;
    position: static !important;
    box-shadow: none !important;
}
.contact-info li:nth-child(1) {
    display: block !important;
    font-size: 18px !important;
    font-weight: bold !important;
    color: #1e293b !important;
    border-bottom: 2px solid #02ba0e !important;
    padding: 0 0 12px 0 !important;
    margin-bottom: 30px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}
.home-banner-contact,
.home-banner-contact *{
    box-sizing: border-box;
}
.home-banner-contact{
    display: grid;
    grid-template-columns: minmax(0, 2.55fr) minmax(270px, 1fr);
    gap: 16px;
    width: 100%;
    margin: 24px 0 26px;
    align-items: stretch;
}
.home-banner-contact-visual{
    min-width: 0;
    overflow: hidden;
    background: #f5f5f5;
}
.home-banner-contact-visual > *{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.home-banner-contact-visual img{
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    min-height: 280px;
    object-fit: cover;
}
.home-banner-contact-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 24px 22px;
    position: relative;
    overflow: hidden;
    color: #292929;
    background: linear-gradient(145deg, #fff 0%, #fff7f6 100%);
    border: 1px solid #f0d8d6;
    border-top: 4px solid #fe0101;
}
.home-banner-contact-card:after{
    content: "";
    position: absolute;
    right: -42px;
    bottom: -54px;
    width: 145px;
    height: 145px;
    border: 24px solid rgba(254, 1, 1, .045);
    border-radius: 50%;
    pointer-events: none;
}
.home-banner-contact-kicker{
    margin-bottom: 6px;
    color: #fe0101;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.home-banner-contact-card h2{
    margin: 0 0 9px;
    color: #202020;
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
}
.home-banner-contact-card p{
    margin: 0 0 12px;
    color: #5d5d5d;
    font-size: 14px;
    line-height: 21px;
}
.home-banner-contact-card ul{
    margin: 0 0 17px;
    padding: 0;
    position: relative;
    z-index: 1;
    list-style: none;
}
.home-banner-contact-card li{
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 6px 0;
    color: #3f3f3f;
    font-size: 13px;
    line-height: 19px;
}
.home-banner-contact-card li i{
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background: #11a737;
    border-radius: 50%;
    font-size: 10px;
}
.home-banner-contact-actions{
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    position: relative;
    z-index: 1;
}
.home-banner-contact-phone,
.home-banner-contact-quote{
    min-height: 44px;
    border-radius: 5px;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}
.home-banner-contact-phone{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    color: #fff;
    background: #fe0101;
}
.home-banner-contact-phone:hover,
.home-banner-contact-phone:focus{
    color: #fff;
    background: #d90000;
}
.home-banner-contact-phone > i{
    font-size: 20px;
}
.home-banner-contact-phone span{
    display: block;
    min-width: 0;
    font-size: 15px;
    line-height: 17px;
    font-weight: 700;
    white-space: nowrap;
}
.home-banner-contact-phone small{
    display: block;
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    opacity: .9;
}
.home-banner-contact-quote{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    color: #fe0101;
    background: #fff;
    border: 1px solid #fe0101;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}
.home-banner-contact-quote:hover,
.home-banner-contact-quote:focus{
    color: #fff;
    background: #fe0101;
}
@media (max-width: 969.98px){
    .home-banner-contact{
        grid-template-columns: minmax(0, 1.8fr) minmax(250px, 1fr);
        gap: 12px;
    }
    .home-banner-contact-card{
        padding: 18px 16px;
    }
    .home-banner-contact-card h2{
        font-size: 18px;
        line-height: 24px;
    }
    .home-banner-contact-card p{
        display: none;
    }
    .home-banner-contact-actions{
        grid-template-columns: 1fr;
    }
}
@media (max-width: 767.98px){
    .home-banner-contact{
        grid-template-columns: 1fr;
        gap: 0;
        margin: 18px 0 22px;
    }
    .home-banner-contact-visual img{
        height: auto !important;
        min-height: 0;
        object-fit: contain;
    }
    .home-banner-contact-card{
        padding: 18px 16px;
        border-top-width: 3px;
    }
    .home-banner-contact-card p{
        display: block;
    }
    .home-banner-contact-actions{
        grid-template-columns: minmax(0, 1fr) auto;
    }
}
@media (max-width: 419.98px){
    .home-banner-contact-card h2{
        font-size: 17px;
        line-height: 23px;
    }
    .home-banner-contact-card p{
        font-size: 13px;
        line-height: 20px;
    }
    .home-banner-contact-actions{
        grid-template-columns: 1fr;
    }
    .home-banner-contact-quote{
        min-height: 42px;
    }
}
.home-product{margin-top: 15px;}
.home-product-title{height: 30px; line-height: 30px; border-bottom: 2px solid #e6e7e7; font-size: 15px; text-transform: uppercase; margin-bottom: 15px;}
.home-product-title a{display: inline-block; border-bottom: 2px solid #fe0101; color: #fe0101}
.newp-title{height: 36px; line-height: 36px; background: #fe0101; text-transform: uppercase; font-size: 15px;}
.newp-title a{display: inline-block; color: #fff; background: #d50303; padding: 0 20px;}
.newp-item{padding: 10px; border: 2px solid #f5f5f5; -webkit-border-radius: 10px; border-radius: 10px; font-family: UTMAvo; font-size: 14px; text-align: center;}
.newp-img{position: relative; margin-bottom: 5px;}
.newp-img img{position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto;}
.newp-name{margin-bottom: 7px; height: 38px; overflow: hidden;}
.newp-name a{color: #333333;}
.newp-price{color: #ff0000; margin-bottom: 9px;}
.newp-price span{padding-left: 5px; font-weight: 400; text-decoration: line-through; color: #777;}
.newp-more{display: inline-block; width: 111px; height: 22px; line-height: 20px; border: 1px solid #f5f5f5; -webkit-border-radius: 12px; border-radius: 12px; color: #756e6e; font-size: 11px;}

.newp-item:hover .newp-more{border: 1px solid #fe0101; background: #fe0101; color: #fff; -webkit-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s;}

.newp {margin: 0  0 25px;}
.newp .owl-nav div{height: 50px; width: 50px; position: absolute; top: 0; bottom: 0; margin: auto;}
.newp .owl-nav .owl-prev{left: -25px; background: url(/components/home.newproduct/l.png);}
.newp .owl-nav .owl-next{right: -25px; background: url(/components/home.newproduct/r.png);}

@media (min-width:320px){
    .newp-img{height: 143px;}
    .newp-title{margin-bottom: 05px;}
}   
@media (min-width:360px){
    .newp-img{height: 165px;}
}
@media (min-width:480px){
    .newp-img{height: 148px;}
}
@media (min-width:580px){
    .newp-img{height: 178px;}
    .newp-title{margin-bottom: 15px;}
}
@media (min-width:767px){
    .newp-img{height: 166px;}
    .newp-title{margin-bottom: 25px;}
}
@media (min-width:970px){
    .newp-img{height: 153px;}
    .newp-title{margin-bottom: 15px;}
}
@media (min-width:1170px){
    .newp-img{height: 192px;}
    .newp-title{margin-bottom: 35px;}
}
.partner{padding: 10px 0 15px;}
.partner-title{font-family: UTMAlterGothic; font-size: 31px; color: #9d9fa0; text-transform: uppercase;}
.partner-logo{height: 90px; position: relative; border: 2px solid #f5f5f5;}
.partner-logo img{position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto;}#wowslider-container1 { 
	display: table;
	zoom: 1; 
	position: relative;
	width: 100%;
	max-width: 100%;
	max-height:644px;
	margin:0px auto 0px;
	z-index:90;
	text-align:left; /* reset align=center */
	font-size: 10px;
	text-shadow: none; /* fix some user styles */

	/* reset box-sizing (to boostrap friendly) */
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; 
}
* html #wowslider-container1{ width:1920px }
#wowslider-container1 .ws_images ul{
	position:relative;
	width: 10000%; 
	height:100%;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	border-spacing:0;
	overflow: visible;
	/*table-layout:fixed;*/
}
#wowslider-container1 .ws_images ul li{
	position: relative;
	width:1%;
	height:100%;
	line-height:0; /*opera*/
	overflow: hidden;
	float:left;
	/*font-size:0;*/
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}

#wowslider-container1 .ws_images{
	position: relative;
	left:0;
	top:0;
	height:100%;
	max-height:644px;
	max-width: 100%;
	vertical-align: top;
	border:none;
	overflow: hidden;
}
#wowslider-container1 .ws_images ul a{
	width:100%;
	height:100%;
	max-height:644px;
	display:block;
	color:transparent;
}
#wowslider-container1 img{
	max-width: none !important;
}
#wowslider-container1 .ws_images .ws_list img,
#wowslider-container1 .ws_images > div > img{
	width:100%;
	border:none 0;
	max-width: none;
	padding:0;
	margin:0;
}
#wowslider-container1 .ws_images > div > img {
	max-height:644px;
}

#wowslider-container1 .ws_images iframe {
	position: absolute;
	z-index: -1;
}

#wowslider-container1 .ws-title > div {
	display: inline-block !important;
}

#wowslider-container1 a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#wowslider-container1  .ws_bullets { 
	float: left;
	position:absolute;
	z-index:70;
}
#wowslider-container1  .ws_bullets div{
	position:relative;
	float:left;
	font-size: 0px;
}
/* compatibility with Joomla styles */
#wowslider-container1  .ws_bullets a {
	line-height: 0;
}

#wowslider-container1  .ws_script{
	display:none;
}
#wowslider-container1 sound, 
#wowslider-container1 object{
	position:absolute;
}

/* prevent some of users reset styles */
#wowslider-container1 .ws_effect {
	position: static;
	width: 100%;
	height: 100%;
}

#wowslider-container1 .ws_photoItem {
	border: 2em solid #fff;
	margin-left: -2em;
	margin-top: -2em;
}
#wowslider-container1 .ws_cube_side {
	background: #A6A5A9;
}


#wowslider-container1.ws_gestures {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move;
}
#wowslider-container1.ws_gestures.ws_grabbing {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg=="), move;
}

/* hide controls when video start play */
#wowslider-container1.ws_video_playing .ws_bullets,
#wowslider-container1.ws_video_playing .ws_fullscreen,
#wowslider-container1.ws_video_playing .ws_next,
#wowslider-container1.ws_video_playing .ws_prev {
	display: none;
}


/* youtube/vimeo buttons */
#wowslider-container1 .ws_video_btn {
	position: absolute;
	display: none;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 55;
}
#wowslider-container1 .ws_video_btn.ws_youtube,
#wowslider-container1 .ws_video_btn.ws_vimeo {
	display: block;
}
#wowslider-container1 .ws_video_btn div {
	position: absolute;
	background-image: url(./playvideo.png);
	background-size: 200%;
	top: 50%;
	left: 50%;
	width: 7em;
	height: 5em;
	margin-left: -3.5em;
	margin-top: -2.5em;
}
#wowslider-container1 .ws_video_btn.ws_youtube div {
	background-position: 0 0;
}
#wowslider-container1 .ws_video_btn.ws_youtube:hover div {
	background-position: 100% 0;
}
#wowslider-container1 .ws_video_btn.ws_vimeo div {
	background-position: 0 100%;
}
#wowslider-container1 .ws_video_btn.ws_vimeo:hover div {
	background-position: 100% 100%;
}

#wowslider-container1 .ws_playpause.ws_hide {
	display: none !important;
}

#wowslider-container1  .ws_bullets { 
	padding: 9px; 
}
#wowslider-container1 .ws_bullets a { 
	width:21px;
	height:21px;
	background: url(./bullet.png) left top;
	float: left; 
	text-indent: -4000px; 
	position:relative;
	margin-left:5px;
	color:transparent;
}
#wowslider-container1 .ws_bullets a:hover{
	background-position: 0 50%;
}
#wowslider-container1 .ws_bullets a.ws_selbull{
	background-position: 0 100%;
}
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
	position:absolute;
	top: calc(50% - 32px);
	margin-top:-2em;
	z-index:60;
	height: 64px;
	width: 64px;
	background-image: url(/components/home.slide/arrows.png);
	opacity: 0.8;	
	background-size: 200%;
}
#wowslider-container1 a.ws_next{
	background-position: 100% 0;
	right:2.1em;
}
#wowslider-container1 a.ws_prev {
	left:2.1em;
	background-position: 0 0; 
}
#wowslider-container1 a.ws_next:hover{
	opacity: 1;
}
#wowslider-container1 a.ws_prev:hover {
	opacity: 1;
}  

/*playpause*/
#wowslider-container1 .ws_playpause {
    width: 4.5em;
    height: 4.5em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2em;
    margin-top: -2em;
    z-index: 59;
	background-size: 100%;
}

#wowslider-container1 .ws_pause {
    background-image: url(./pause.png);
}

#wowslider-container1 .ws_play {
    background-image: url(./play.png);
}

#wowslider-container1 .ws_pause:hover, #wowslider-container1 .ws_play:hover {
    background-position: 100% 100% !important;
}/* bottom center */
#wowslider-container1  .ws_bullets {
    bottom: 0px;
	left:50%;
}
#wowslider-container1  .ws_bullets div{
	left:-50%;
}
#wowslider-container1 .ws-title{
    margin: 0;
    padding:0;
	position:absolute;
    bottom: 25%;
    left: 15%;
	font-family: Times New Roman;
    font-weight: bold;
    font-style: italic;
	color:#00aff0;
	z-index: 50;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);	
}
#wowslider-container1 .ws-title div{
    font-size: 36px;
}
#wowslider-container1 .ws-title span{
    font-size: 52px;
}

#wowslider-container1 a.ws_next,
#wowslider-container1 a.ws_prev,
#wowslider-container1 .ws_playpause {
	display:none;
}

* html #wowslider-container1 a.ws_next,* html #wowslider-container1 a.ws_prev{display:block}

#wowslider-container1:hover a.ws_next,
#wowslider-container1:hover a.ws_prev,
#wowslider-container1:hover .ws_playpause {
	display:block
}#wowslider-container1 .ws_images > ul{
	animation: wsBasic 8s infinite;
	-moz-animation: wsBasic 8s infinite;
	-webkit-animation: wsBasic 8s infinite;
}
@keyframes wsBasic{0%{left:-0%} 25%{left:-0%} 50%{left:-100%} 75%{left:-100%} }
@-moz-keyframes wsBasic{0%{left:-0%} 25%{left:-0%} 50%{left:-100%} 75%{left:-100%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 25%{left:-0%} 50%{left:-100%} 75%{left:-100%} }

#wowslider-container1 .ws_images  img{
    border-radius: 0; 
	-moz-border-radius:0;
	-webkit-border-radius:0;

}
#wowslider-container1 .ws_effect img{
	border-radius: 0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
#wowslider-container1 .ws_bullets  a img{
	text-indent:0;
	display:block;
	bottom:20px;
	left:-72px;
	visibility:hidden;
	position:absolute;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    border: 4px solid #FFF;
	border-radius:5px;
	-moz-border-radius:5px;
	max-width:none;
}
#wowslider-container1 .ws_bullets a:hover img{
	visibility:visible;
}

#wowslider-container1 .ws_bulframe div div{
	height:48px;
	overflow:visible;
	position:relative;
}

#wowslider-container1 .ws_bulframe div {
	left:0;
	overflow:hidden;
	position:relative;
	width:144px;
	background-color:#FFF;
}
#wowslider-container1  .ws_bullets .ws_bulframe{
	display:none;
	bottom:18px;
	overflow:visible;
	position:absolute;
	cursor:pointer;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    border: 4px solid #FFF;
	border-radius:5px;
	-moz-border-radius:5px;
}
#wowslider-container1 .ws_bulframe span{
	display:block;
	position:absolute;
	bottom:-10px;
	margin-left:-6px;
	left:72px;
	background:url(./triangle.png);
	width:15px;
	height:6px;
}#wowslider-container1 .ws_bulframe div div{
	height: auto;
}

@media all and (max-width:760px) {
	#wowslider-container1 .ws_fullscreen {
		display: block;
	}
}
@media all and (max-width:400px){
	#wowslider-container1 .ws_controls,
	#wowslider-container1 .ws_bullets,
	#wowslider-container1 .ws_thumbs{
		display: none
	}
}#wowslider-container1 .ws_hovershow {
    /*display: none !important; */
    opacity: 0;
    -webkit-transition:opacity 0.2s ease-in;
    -moz-transition:opacity 0.2s ease-in;
    -o-transition:opacity 0.2s ease-in;
    transition:opacity 0.2s ease-in;
}

#wowslider-container1:hover .ws_hovershow {
    /*display: block !important;*/
    opacity: 1;
    -webkit-transition:opacity 0.2s ease-in;
    -moz-transition:opacity 0.2s ease-in;
    -o-transition:opacity 0.2s ease-in;
    transition:opacity 0.2s ease-in;
}

/*playpause*/
#wowslider-container1 .ws_playpause {
    width: 18px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -9px;
    margin-top: -14px;
    z-index: 59;
}

#wowslider-container1 .pause {
    background-image: url(./pause.png);
}

#wowslider-container1 .play {
    background-image: url(./play.png);
}

#wowslider-container1 .pause:hover, #wowslider-container1 .play:hover {
    background-position: 100% 100% !important;
}

#wowslider-container1 .ws_fullscreen {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 20px;
    left: 15px;
    margin-left: -9px;
    margin-top: -14px;
    z-index: 59;
    background-image: url(./fullscreen.png);
}

div#ws_fullscreen:-moz-full-screen #wowslider-container1 {
    width: 95% !important;
    max-width: 100% !important;
    max-height: inherit;
}

div#ws_fullscreen:-webkit-full-screen #wowslider-container1 {
    width: 95% !important;
    max-width: 100% !important;
    max-height: inherit;
}

div#ws_fullscreen:fullscreen #wowslider-container1 {
    width: 95% !important;
    max-width: 100% !important;
    max-height: inherit;
}

div#ws_fullscreen:-moz-full-screen {
    background-color: #000;
    height: 100%;
}

div#ws_fullscreen:-webkit-full-screen {
    background-color: #000;
    height: 100%;
}

div#ws_fullscreen:fullscreen {
    background-color: #000;
    height: 100%;
}.home-gioithieu,
.home-gioithieu *{
    box-sizing: border-box;
}
.home-gioithieu{
    --brand-green: #00ad22;
    --brand-green-dark: #008f1c;
    --brand-red: #ff120a;
    --brand-red-dark: #e50d06;
    --brand-orange: #ff8f45;
    --text-dark: #18221d;
    margin: 24px 0 38px;
    position: relative;
    z-index: 95;
    overflow: hidden;
}
.home-gioithieu img{
    max-width: 100%;
}
.home-gioithieu .row{
    display: flex;
    flex-wrap: wrap;
}
.home-gioithieu .row:before,
.home-gioithieu .row:after{
    display: none;
}
.home-gioithieu-services{
    width: 100%;
    padding: 0;
    position: relative;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.home-gioithieu-services .row{
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
    z-index: 1;
}
.home-gioithieu-services [class*="col-"]{
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
}
.home-gioithieu-service{
    display: flex;
    align-items: flex-start;
    width: 100%;
    min-width: 0;
    gap: 18px;
    padding: 26px 24px 26px 22px;
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.98), rgba(249,253,250,0.95)),
        radial-gradient(circle at 12% 0%, rgba(0,173,34,0.10), transparent 30%),
        radial-gradient(circle at 100% 100%, rgba(255,18,10,0.06), transparent 34%);
    border: 1px solid rgba(17,34,28,0.08);
    border-radius: 12px;
    box-shadow: 0 16px 34px rgba(21,35,29,0.09);
    transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
    animation: homeServiceFloat 5.6s ease-in-out infinite;
}
.home-gioithieu-services [class*="col-"]:nth-child(2) .home-gioithieu-service{
    animation-delay: .45s;
}
.home-gioithieu-services [class*="col-"]:nth-child(3) .home-gioithieu-service{
    animation-delay: .9s;
}
.home-gioithieu-services [class*="col-"]:first-child .home-gioithieu-service{
    padding-left: 22px;
}
.home-gioithieu-services [class*="col-"]:last-child .home-gioithieu-service{
    padding-right: 24px;
}
.home-gioithieu-service:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-red), var(--brand-green));
    opacity: .9;
    box-shadow: 0 5px 14px rgba(40,169,95,0.12);
    transition: opacity .32s ease, box-shadow .32s ease;
}
.home-gioithieu-service:after{
    content: "01";
    position: absolute;
    right: 18px;
    bottom: -9px;
    color: rgba(255,18,10,0.055);
    font-size: 64px;
    line-height: 1;
    font-weight: 800;
}
.home-gioithieu-services [class*="col-"]:nth-child(2) .home-gioithieu-service:after{
    content: "02";
}
.home-gioithieu-services [class*="col-"]:nth-child(3) .home-gioithieu-service:after{
    content: "03";
}
.home-gioithieu-service:focus-within,
.home-gioithieu-service:hover{
    transform: translateY(-3px);
    border-color: rgba(0,173,34,0.24);
    box-shadow: 0 18px 36px rgba(21,35,29,0.12);
}
.home-gioithieu-service:hover:before{
    opacity: 1;
    box-shadow: 0 7px 18px rgba(40,169,95,0.18);
}
.home-gioithieu-icon{
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 1;
    text-align: center;
    color: var(--brand-green-dark);
    background: linear-gradient(135deg, #f1fff4 0%, #fff7f6 100%);
    border: 1px solid rgba(0,173,34,0.22);
    border-radius: 10px;
    font-size: 28px;
    box-shadow: 0 12px 22px rgba(22,160,93,0.12);
    transition: transform .32s ease, color .32s ease, background .32s ease, border-color .32s ease, box-shadow .32s ease;
    animation: homeIconPulse 3.8s ease-in-out infinite;
}
.home-gioithieu-service:hover .home-gioithieu-icon{
    transform: translateY(-1px);
    color: #fff;
    background: linear-gradient(135deg, var(--brand-green) 0%, var(--brand-green-dark) 100%);
    border-color: rgba(37,168,93,0.22);
    box-shadow: 0 14px 26px rgba(22,160,93,0.22);
}
.home-gioithieu-service:hover .home-gioithieu-content h2{
    color: var(--brand-red);
}
.home-gioithieu-content{
    min-width: 0;
    flex: 1 1 auto;
    position: relative;
    z-index: 1;
}
.home-gioithieu-content h2{
    margin: 0 0 8px;
    color: var(--brand-green);
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: 800;
}
.home-gioithieu-content p{
    margin: 0;
    color: var(--text-dark);
    font-size: 15px;
    line-height: 26px;
}
@keyframes homeServiceFloat{
    0%, 100%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-4px);
    }
}
@keyframes homeIconPulse{
    0%, 100%{
        box-shadow: 0 12px 22px rgba(22,160,93,0.12);
    }
    50%{
        box-shadow: 0 16px 28px rgba(255,18,10,0.14);
    }
}
@media (prefers-reduced-motion: reduce){
    .home-gioithieu-service,
    .home-gioithieu-icon{
        animation: none;
    }
}
.home-gioithieu-promo{
    width: 100%;
    margin-top: 38px;
}
.home-gioithieu-promo-card{
    overflow: hidden;
    position: relative;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 20px 46px rgba(0,0,0,0.10);
}
.home-gioithieu-promo-card:before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border: 1px solid rgba(0,173,34,0.10);
    border-radius: 14px;
    pointer-events: none;
}
.home-gioithieu-promo-card .row{
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
}
.home-gioithieu-promo-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    min-height: 390px;
    padding: 52px 50px;
    position: relative;
    overflow: hidden;
    color: var(--text-dark);
    background:
        linear-gradient(135deg, #fff 0%, #f2fff5 58%, #fff6f5 100%),
        radial-gradient(circle at 16% 10%, rgba(0,173,34,0.12), transparent 34%);
}
.home-gioithieu-promo-text:before{
    content: "";
    position: absolute;
    top: -68px;
    right: -70px;
    width: 190px;
    height: 190px;
    border: 28px solid rgba(255,18,10,0.07);
    border-radius: 50%;
}
.home-gioithieu-promo-label{
    width: max-content;
    max-width: 100%;
    margin-bottom: 18px;
    padding: 7px 14px;
    color: #fff;
    background: var(--brand-red);
    border-radius: 999px;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0;
}
.home-gioithieu-promo-text h2{
    max-width: 430px;
    margin: 0 0 18px;
    color: var(--brand-green);
    font-size: 30px;
    line-height: 39px;
    text-transform: uppercase;
    font-weight: 800;
}
.home-gioithieu-promo-text p{
    max-width: 430px;
    margin: 0 0 18px;
    color: #26332d;
    font-size: 20px;
    line-height: 32px;
}
.home-gioithieu-promo-text strong{
    color: var(--brand-red);
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
}
.home-gioithieu-promo-note{
    max-width: 430px;
    color: var(--brand-red);
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
}
.home-gioithieu-promo-points{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 430px;
    margin-top: 18px;
}
.home-gioithieu-promo-points span{
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    color: var(--brand-green-dark);
    background: rgba(0,173,34,0.06);
    border: 1px solid rgba(0,173,34,0.15);
    border-radius: 8px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
}
.home-gioithieu-promo-points i{
    color: var(--brand-red);
    font-size: 12px;
}
.home-gioithieu-promo-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}
.home-gioithieu-promo-btn,
.home-gioithieu-promo-btn:hover,
.home-gioithieu-promo-btn:focus{
    display: inline-block;
    min-width: 146px;
    padding: 11px 20px;
    border-radius: 999px;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    line-height: 22px;
    font-weight: 800;
    transition: transform .26s ease, box-shadow .26s ease, background .26s ease, border-color .26s ease;
}
.promo-primary{
    color: #fff;
    background: var(--brand-red);
    box-shadow: 0 12px 24px rgba(255,18,10,0.20);
}
.promo-primary:hover,
.promo-primary:focus{
    transform: translateY(-2px);
    background: var(--brand-red-dark);
    box-shadow: 0 16px 30px rgba(255,18,10,0.28);
}
.promo-secondary{
    color: #fff;
    background: var(--brand-green);
    border: 1px solid rgba(0,173,34,0.22);
}
.promo-secondary:hover,
.promo-secondary:focus{
    transform: translateY(-2px);
    background: var(--brand-green-dark);
    border-color: rgba(0,173,34,0.34);
    box-shadow: 0 14px 26px rgba(0,173,34,0.14);
}
.home-gioithieu-promo-photo{
    min-height: 390px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: hidden;
}
.home-gioithieu-promo-photo img{
    width: 100%;
    height: 100%;
    min-height: 390px;
    display: block;
    object-fit: cover;
    object-position: center 58%;
    filter: saturate(1.02) contrast(1.03);
    transition: transform .55s ease, filter .55s ease;
}
.home-gioithieu-promo-photo:after{
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0,173,34,0.18), rgba(18,35,28,0.02) 44%, rgba(255,18,10,0.12)),
        linear-gradient(0deg, rgba(0,0,0,0.18), transparent 42%);
    pointer-events: none;
}
.home-gioithieu-promo-card:hover .home-gioithieu-promo-photo img{
    transform: scale(1.035);
    filter: saturate(1.06) contrast(1.05);
}
.home-gioithieu-promo-badge{
    position: absolute;
    right: 24px;
    bottom: 24px;
    z-index: 2;
    max-width: 280px;
    padding: 14px 20px 14px 16px;
    color: #fff;
    background: linear-gradient(135deg, rgba(255,18,10,0.95) 0%, rgba(229,13,6,0.95) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(255,18,10,0.35), inset 0 1px 1px rgba(255,255,255,0.25);
    display: flex;
    align-items: center;
    gap: 12px;
    transition: transform .3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow .3s ease;
}
.home-gioithieu-promo-badge:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 18px 36px rgba(255,18,10,0.45), inset 0 1px 1px rgba(255,255,255,0.35);
}
.home-gioithieu-promo-badge .badge-icon {
    width: 42px;
    height: 42px;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    animation: badgeIconPulse 2s infinite ease-in-out;
}
.home-gioithieu-promo-badge .badge-text {
    flex: 1;
}
.home-gioithieu-promo-badge span{
    display: block;
    margin-bottom: 2px;
    color: rgba(255,255,255,0.9);
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.home-gioithieu-promo-badge strong{
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 800;
    letter-spacing: 0.2px;
}
@keyframes badgeIconPulse {
    0%, 100% {
        transform: scale(1);
        background: rgba(255,255,255,0.2);
    }
    50% {
        transform: scale(1.08);
        background: rgba(255,255,255,0.32);
    }
}
.home-gioithieu-why{
    padding: 54px 0 22px;
}
.home-gioithieu-section-title{
    margin: 0 0 38px;
    color: #222;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
}
.home-gioithieu-section-title span{
    color: var(--brand-green);
}
.home-gioithieu-why-list{
    row-gap: 24px;
}
.home-gioithieu-why-list [class*="col-"]{
    display: flex;
}
.home-gioithieu-why-item{
    width: 100%;
    min-width: 0;
    overflow: hidden;
    text-align: center;
    position: relative;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(0,0,0,0.08);
    transform: translateY(0);
    transition: transform .35s ease, box-shadow .35s ease;
}
.home-gioithieu-why-item:before{
    content: "";
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 0;
    height: 4px;
    border-radius: 4px 4px 0 0;
    background: linear-gradient(90deg, var(--brand-red), var(--brand-green));
    opacity: 0;
    transform: scaleX(.45);
    transition: opacity .35s ease, transform .35s ease;
}
.home-gioithieu-why-item:hover{
    transform: translateY(-8px);
    box-shadow: 0 22px 42px rgba(0,0,0,0.14);
}
.home-gioithieu-why-item:hover:before{
    opacity: 1;
    transform: scaleX(1);
}
.home-gioithieu-why-img{
    height: 182px;
    overflow: hidden;
    background: #f4f4f4;
    position: relative;
}
.home-gioithieu-why-img:after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.22) 100%);
    opacity: .65;
    transition: opacity .35s ease;
}
.home-gioithieu-why-img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform .55s ease, filter .55s ease;
}
.home-gioithieu-why-item:hover .home-gioithieu-why-img:after{
    opacity: .35;
}
.home-gioithieu-why-item:hover .home-gioithieu-why-img img{
    transform: scale(1.08);
    filter: saturate(1.08) contrast(1.03);
}
.home-gioithieu-why-icon{
    width: 74px;
    height: 74px;
    line-height: 64px;
    margin: -37px auto 18px;
    position: relative;
    z-index: 2;
    color: #fff;
    background: linear-gradient(135deg, var(--brand-green) 0%, var(--brand-green-dark) 100%);
    border: 6px solid #fff;
    border-radius: 50%;
    font-size: 28px;
    box-shadow: 0 10px 20px rgba(45,191,101,0.28);
    transition: transform .35s ease, box-shadow .35s ease;
}
.home-gioithieu-why-icon:after{
    content: "";
    position: absolute;
    inset: -10px;
    border: 1px solid rgba(120,209,43,0.28);
    border-radius: 50%;
    opacity: 0;
    transform: scale(.75);
    transition: opacity .35s ease, transform .35s ease;
}
.home-gioithieu-why-item:hover .home-gioithieu-why-icon{
    transform: translateY(-3px) rotate(4deg);
    box-shadow: 0 14px 24px rgba(45,191,101,0.36);
}
.home-gioithieu-why-item:hover .home-gioithieu-why-icon:after{
    opacity: 1;
    transform: scale(1);
}
.home-gioithieu-why-item h3{
    margin: 0 18px 13px;
    color: #2d2d2d;
    font-size: 17px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 800;
}
.home-gioithieu-why-item p{
    margin: 0;
    padding: 0 22px 30px;
    color: #444;
    font-size: 15px;
    line-height: 24px;
}
.home-gioithieu-process{
    width: 100%;
    margin-top: 42px;
    padding: 62px 0 58px;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 12%, rgba(0,173,34,0.10), transparent 28%),
        radial-gradient(circle at 86% 78%, rgba(255,18,10,0.08), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f5faf6 100%);
}
.home-gioithieu-process-head{
    margin: 0 auto 40px;
    text-align: center;
}
.home-gioithieu-process-kicker{
    display: inline-block;
    margin: 0 0 14px;
    padding: 7px 15px;
    color: #fff;
    background: var(--brand-red);
    border-radius: 999px;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 800;
}
.home-gioithieu-process-head h2{
    margin: 0 0 16px;
    color: var(--brand-green);
    font-size: 32px;
    line-height: 41px;
    text-transform: uppercase;
    font-weight: 800;
}
.home-gioithieu-process-head h2 span{
    color: var(--brand-red);
}
.home-gioithieu-process-head h2:after{
    display: none;
}
.home-gioithieu-process-head p{
    max-width: 880px;
    margin: 0 auto;
    color: #34443d;
    font-size: 16px;
    line-height: 28px;
}
.home-gioithieu-process-list{
    row-gap: 24px;
    position: relative;
    z-index: 1;
}
.home-gioithieu-process-list [class*="col-"]{
    display: flex;
    margin-bottom: 24px;
}
.home-gioithieu-process-item{
    width: 100%;
    min-height: 220px;
    min-width: 0;
    padding: 30px 28px 28px;
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(145deg, #fff 0%, #f8fbf9 100%),
        radial-gradient(circle at 100% 0, rgba(0,173,34,0.08), transparent 32%);
    border: 1px solid rgba(0,173,34,0.10);
    border-radius: 14px;
    box-shadow: 0 18px 38px rgba(0,0,0,0.14);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.home-gioithieu-process-item:before{
    display: none;
}
.home-gioithieu-process-item:hover{
    transform: translateY(-5px);
    border-color: rgba(255,18,10,0.22);
    box-shadow: 0 24px 48px rgba(0,0,0,0.13);
}
.home-gioithieu-process-item:after{
    display: none;
}
.home-gioithieu-process-index{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 24px;
    color: #fff;
    background: var(--brand-red);
    border-radius: 14px;
    font-size: 21px;
    line-height: 1;
    font-weight: 800;
    box-shadow: 0 12px 24px rgba(255,18,10,0.20);
    position: relative;
    z-index: 1;
}
.home-gioithieu-process-item h3{
    margin: 0 0 14px;
    color: #12231c;
    font-size: 17px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
    z-index: 1;
}
.home-gioithieu-process-item p{
    margin: 0;
    color: #34443d;
    font-size: 15px;
    line-height: 27px;
    position: relative;
    z-index: 1;
}
.home-gioithieu-process-item p strong{
    color: #d71920;
}
.home-gioithieu-process-actions{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin: 22px auto 0;
}
.process-btn,
.process-btn:focus,
.process-btn:hover{
    min-width: 190px;
    padding: 12px 26px;
    color: #fff;
    border-radius: 999px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    transition: transform .26s ease, box-shadow .26s ease, background .26s ease;
}
.process-contact{
    background: var(--brand-green);
    box-shadow: 0 12px 24px rgba(0,173,34,0.20);
}
.process-hotline{
    color: #fff;
    background: var(--brand-red);
    box-shadow: 0 12px 24px rgba(255,18,10,0.22);
}
.process-btn:hover{
    transform: translateY(-2px);
}
.process-contact:hover{
    background: var(--brand-green-dark);
    box-shadow: 0 16px 30px rgba(0,173,34,0.25);
}
.process-hotline:hover{
    color: #fff;
    background: var(--brand-red-dark);
    box-shadow: 0 16px 30px rgba(255,18,10,0.30);
}
@media (max-width: 991px){
    .home-gioithieu{
        margin: 15px 0 25px;
    }
    .home-gioithieu-services{
        padding: 0;
    }
    .home-gioithieu-services .row{
        margin-left: -8px;
        margin-right: -8px;
    }
    .home-gioithieu-services [class*="col-"]{
        padding-left: 8px;
        padding-right: 8px;
    }
    .home-gioithieu-service{
        padding: 22px 18px;
        margin-bottom: 16px;
    }
    .home-gioithieu-services [class*="col-"] .home-gioithieu-service{
        padding-left: 18px;
        padding-right: 18px;
    }
    .home-gioithieu-services [class*="col-"]:last-child .home-gioithieu-service{
        margin-bottom: 0;
    }
    .home-gioithieu-promo-text{
        min-height: 0;
        padding: 36px 32px;
    }
    .home-gioithieu-promo-text h2{
        font-size: 24px;
        line-height: 31px;
    }
    .home-gioithieu-promo-text p{
        font-size: 18px;
        line-height: 29px;
    }
    .home-gioithieu-promo-points{
        margin-top: 16px;
    }
    .home-gioithieu-promo-photo,
    .home-gioithieu-promo-photo img{
        min-height: 260px;
    }
    .home-gioithieu-process-head h2{
        font-size: 24px;
        line-height: 32px;
    }
    .home-gioithieu-process-item{
        min-height: 0;
        padding: 24px;
    }
}
@media (max-width: 575px){
    .home-gioithieu-services{
        padding: 0;
    }
    .home-gioithieu-service{
        gap: 14px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .home-gioithieu-icon{
        flex-basis: 48px;
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 22px;
    }
    .home-gioithieu-content h2{
        font-size: 15px;
        line-height: 21px;
    }
    .home-gioithieu-content p{
        font-size: 14px;
        line-height: 22px;
    }
    .home-gioithieu-promo-text{
        padding: 24px;
    }
    .home-gioithieu-promo-text h2{
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 14px;
    }
    .home-gioithieu-promo-text p{
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 12px;
    }
    .home-gioithieu-promo-note{
        font-size: 15px;
        line-height: 22px;
    }
    .home-gioithieu-promo-photo,
    .home-gioithieu-promo-photo img{
        min-height: 190px;
    }
    .home-gioithieu-promo-actions{
        gap: 10px;
        margin-top: 18px;
    }
    .home-gioithieu-promo-points{
        gap: 8px;
    }
    .home-gioithieu-promo-points span{
        width: 100%;
    }
    .home-gioithieu-promo-btn,
    .home-gioithieu-promo-btn:hover,
    .home-gioithieu-promo-btn:focus{
        width: 100%;
    }
    .home-gioithieu-promo-badge{
        right: 14px;
        bottom: 14px;
        max-width: 240px;
        padding: 10px 14px 10px 10px;
        gap: 8px;
    }
    .home-gioithieu-promo-badge .badge-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    .home-gioithieu-promo-badge strong {
        font-size: 13px;
        line-height: 18px;
    }
    .home-gioithieu-why{
        padding: 34px 0 10px;
    }
    .home-gioithieu-section-title{
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 24px;
    }
    .home-gioithieu-why-img{
        height: 190px;
    }
    .home-gioithieu-process{
        margin-top: 30px;
        padding: 38px 0 38px;
    }
    .home-gioithieu-process-head{
        margin-bottom: 24px;
    }
    .home-gioithieu-process-head h2{
        font-size: 21px;
        line-height: 29px;
    }
    .home-gioithieu-process-head p{
        font-size: 14px;
        line-height: 24px;
    }
    .home-gioithieu-process-item h3{
        font-size: 16px;
        line-height: 25px;
    }
    .home-gioithieu-process-index{
        width: 50px;
        height: 50px;
        margin-bottom: 24px;
        font-size: 20px;
    }
    .home-gioithieu-process-actions{
        flex-direction: column;
        gap: 12px;
    }
}
.left-list,
.left-list *{
    box-sizing: border-box;
}
.left-list{
    margin-bottom: 22px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eceff2;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(25, 35, 45, .07);
}
.left-title{
    height: 44px;
    line-height: 44px;
    position: relative;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(135deg, #fe0101 0%, #e60000 100%);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .035em;
    text-align: left;
    text-transform: uppercase;
}
.left-title:after{
    content: "";
    position: absolute;
    top: -38px;
    right: -24px;
    width: 100px;
    height: 100px;
    border: 18px solid rgba(255, 255, 255, .09);
    border-radius: 50%;
    pointer-events: none;
}
.left-title a{
    display: block;
    height: 100%;
    padding: 0 18px 0 42px;
    position: relative;
    z-index: 1;
    color: #fff;
}
.left-title a:before{
    content: "";
    width: 14px;
    height: 11px;
    position: absolute;
    top: 16px;
    left: 18px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.left-title a:after{
    content: "";
    width: 14px;
    height: 2px;
    position: absolute;
    top: 21px;
    left: 18px;
    background: #fff;
}
.left-title a:hover,
.left-title a:focus{
    color: #fff;
}
.left-list ul{
    margin: 0;
    padding: 7px;
    list-style: none;
}
.left-list li{
    margin: 0;
    position: relative;
    list-style: none;
    border: 0;
    border-bottom: 1px solid #f0f1f3;
    font-size: 13px;
    line-height: 1.45;
    text-transform: none;
}
.left-list li:last-child{
    border-bottom: 0;
}
.left-list li a{
    display: block;
    min-height: 42px;
    padding: 11px 28px 10px 36px;
    position: relative;
    color: #555f69;
    background: transparent;
    border-radius: 6px;
    overflow-wrap: anywhere;
    transition: color .2s ease, background-color .2s ease, padding-left .2s ease;
}
.left-list li a:before{
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    top: 17px;
    left: 15px;
    background: #aeb5bc;
    border-radius: 2px;
    transform: rotate(45deg);
    transition: background-color .2s ease, transform .2s ease;
}
.left-list li a:after{
    content: "›";
    position: absolute;
    top: 8px;
    right: 12px;
    color: #c0c5ca;
    font-size: 20px;
    line-height: 25px;
    transition: color .2s ease, transform .2s ease;
}
.left-list li a:hover,
.left-list li a:focus{
    padding-left: 40px;
    color: #e60000;
    background: #fff5f4;
}
.left-list li a:hover:before,
.left-list li a:focus:before{
    background: #fe0101;
    transform: rotate(45deg) scale(1.15);
}
.left-list li a:hover:after,
.left-list li a:focus:after{
    color: #fe0101;
    transform: translateX(2px);
}
.left-list li a.active{
    padding-left: 40px;
    color: #d90000;
    background: linear-gradient(90deg, #fff0ef 0%, #fff9f8 100%);
    box-shadow: inset 3px 0 0 #fe0101;
    font-weight: 600;
}
.left-list li a.active:before{
    background: #fe0101;
}
.left-list li a.active:after{
    color: #fe0101;
}
.left-list li h3{
    margin: 0;
    font: inherit;
    line-height: inherit;
}
@media (max-width: 1199.98px){
    .left-list li{
        font-size: 12.5px;
    }
    .left-list li a{
        padding-right: 24px;
    }
}
.pic-wrap{display: flex; flex-wrap: wrap; gap: 8px; padding: 8px 4px 0; border: 1px solid #e1e0e0; border-top: 0;}
.pic-item{width: calc(33.3333333% - 8px); margin: 0 0 8px;}
.pic-item:nth-child(8) a{position: relative; display: block; color: #fff; text-align: center; font-size: 40px; line-height: 71.98px;}
.pic-item:nth-child(8) a:after{position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: 0; content: '+'; background: rgba(0,0,0,0.5);}
.new{margin-bottom: 20px;}
.new ul{list-style: none; border: 1px solid #e1e0e0; border-top: 0;}
.new ul li{padding: 7px; border-bottom: 1px dashed #e1e0e0;}
.new ul li:nth-last-child(1){border-bottom: 0;}
.new ul li .new-name{font-size: 14px; line-height: 25px; overflow: hidden; -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical;}
.new ul li .new-name a{color: #727376;}
.new ul li .new-img{display: inline-block; vertical-align: top; margin-right: 7px;}
.new ul li:hover .new-name a{color: #fe0101;}
.support,
.support *{
    box-sizing: border-box;
}
.support{
    margin-bottom: 22px;
    padding: 10px 10px 88px;
    position: relative;
    background: #edfcde url(/components/left.support/bg.png) bottom 8px center/238px 75px no-repeat;
    border: 1px solid #d9e8cb;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(40, 70, 30, .07);
}
.support-title{
    min-height: 30px;
    line-height: 25px;
    padding: 1px 0 6px 35px;
    color: #f58234;
    background: url(/components/left.support/yahoo.png) left top no-repeat;
    border-bottom: 1px dashed #cfdfc3;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}
.support-title span{
    display: block;
}
.support-item{
    padding: 18px 4px 16px;
    text-align: center;
    border-bottom: 1px dashed #d9e7cf;
}
.support-item:last-of-type{
    border-bottom: 0;
}
.support-item img{
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.support-name{
    margin: 0 0 9px;
    color: #333;
    font-size: 14px;
    line-height: 1.45;
}
.support-hotline{
    margin: 0 0 13px;
    font-size: 19px;
    font-weight: 700;
    line-height: 26px;
}
.support-hotline a{
    color: #fe0101;
    transition: color .2s ease;
}
.support-hotline a:hover,
.support-hotline a:focus{
    color: #d80000;
}
.support-click{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-bottom: 12px;
    text-align: center;
}
.support-zalo,
.support-skype{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
    transition: transform .2s ease;
}
.support-zalo:hover,
.support-skype:hover{
    transform: translateY(-2px);
}
.support-zalo div{
    display: none;
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: calc(100% + 10px);
    z-index: 5;
    overflow: hidden;
    background: #fff;
    border: 3px solid #fff;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .22);
}
.support-email{
    color: #333;
    font-size: 12px;
    line-height: 18px;
    overflow-wrap: anywhere;
}
.support-email a{
    color: #333;
    transition: color .2s ease;
}
.support-email a:hover,
.support-email a:focus{
    color: #e60000;
}
.menu-desk{position: relative; background: #fe0101; height: 41px; z-index: 100; font-family: Roboto;}
.menu-desk ul#navigation{list-style: none; display: flex; flex-wrap: wrap;}
.menu-desk ul#navigation li{list-style: none; position: relative; line-height: 41px; font-size: 15px;}
.menu-desk ul#navigation li a{display: block; text-transform: uppercase; color: #fff;}
.menu-desk ul#navigation li.active a, .menu-desk ul#navigation li:hover a{color: #ffff00;}

.menu-desk ul#navigation li > ul, .menu-desk ul#navigation li:hover > ul{opacity: 1;}
.menu-desk ul#navigation li:hover > ul, .menu-desk ul#navigation li:hover > ul li{visibility: visible;}
.menu-desk ul#navigation ul,
.menu-desk ul#navigation ul li ul{top: 100%; left: 0; visibility: hidden; position: absolute; z-index: 999; width: 235px; display: none; box-shadow: 2px 2px 2px rgba(0,0,0,0.25);}
.menu-desk ul#navigation ul li{width: 100%; line-height: normal;}
.menu-desk ul#navigation ul li a{text-transform: none; padding: 5px 5px 5px 10px; color: #fff!important; background: #fe0101; border-bottom: 1px solid #fff;}
.menu-desk ul#navigation ul li:nth-last-child(1) a{border-bottom: 0;}
.menu-desk ul#navigation ul li:hover a{color: #f7ec36!important;}

.menu-desk ul#navigation li.menu-none{display: none;}

.menu-mobile{background: #fe0101; height: 41px; line-height: 41px; color: #fff; font-size: 20px; font-weight: bold;}
.menu-mobile i{margin-left: 10px;}

@media (min-width: 320px){
    .menu-mobile{display: block;}
}
@media (min-width: 970px){
    .menu-mobile{display: none;}
    .menu-desk ul#navigation li a{padding: 0 10px;}
}
@media (min-width: 1170px){
    .menu-desk ul#navigation li a{padding: 0 30px 0 0;}
}
.news-other{}
.news-other-item{padding: 5px 5px 15px; border: 1px solid transparent; position: relative; font-size: 15px;}
.news-other-item:hover{border: 1px solid #c9c9c9;}
.news-other-img{margin-bottom: 5px;}
.news-other-name{line-height: 20px; height: 40px; overflow: hidden;}
.news-other-name a{color: #02ba0e; display: block;}

.twitter-share{margin-left:5px;}
.news-item{margin: 0 0 30px;}
.news-item{display:flex; flex-wrap:wrap; gap:20px;}
.news-item-last{margin: 0;}
.news-name{font-size: 20px; margin: 0 0 10px;}
.news-name a{color: #333333; display: block; overflow: hidden; -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical;}
.news-name:hover a{color: #008000;}
.news-prev{color: #5a5a5a; line-height: 22px; margin-bottom: 5px; overflow: hidden; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical;}
.news-time,
.news-group{display: inline-block; font-size: 11px; line-height: 18px; color: #5a5a5a; margin: 0 0 5px;}
.news-group{margin: 0 10px 5px 0;}
.news-group a{display: block; padding: 0 5px; background: #333; border: 1px solid #333; color: #fff;}
.news-group a:hover{background: #008000; border: 1px solid #008000;}

@media (min-width:320px){
    .news-img{margin: 0 0 10px;}
}
@media (min-width:480px){
    .news-img{width: 250px; margin: 0;}
}

/* ===== PAGINATION ===== */
ul.main-page {
    display: flex !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 30px auto !important;
    gap: 8px !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
}

ul.main-page li {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
}

ul.main-page li a, 
ul.main-page li b {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 36px !important;
    height: 36px !important;
    padding: 0 10px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    color: #475569 !important;
    background: #f1f5f9 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
}

ul.main-page li a:hover {
    background: #008000 !important;
    color: #fff !important;
}

ul.main-page li a.active {
    background: #008000 !important;
    color: #fff !important;
    cursor: default !important;
}

ul.main-page li b {
    background: transparent !important;
    color: #94a3b8 !important;
    min-width: auto !important;
}
.picture-item{}
.picture-img{padding: 5px; position: relative;}
.picture-img a:after{color: #fff; content: '+'; width: 50px; height: 50px; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; text-align: center; line-height: 50px; font-size: 30px; opacity: 0;}
.picture-img:hover a:after{opacity: 1;}
.product-slide{margin: 0 0 20px; position: relative;}
.product-slide .product-click{position: absolute; top: 10px; left: 10px; font-size: 11px; background: rgba(255,255,255,0.75); padding: 3px; opacity: 0;}
.product-slide:hover .product-click{opacity: 1;}
.product-info{margin: 0 0 20px;}
.product-info h1{font-weight: normal; font-size: 20px; font-weight: bold; margin-bottom: 10px;}
.product-info-properties{list-style: none; padding-bottom: 11px; border-bottom: 1px solid #e1e0e0;}
.product-info-properties li{line-height: 22px; font-size: 14px;}

.product-info-price{border-bottom: 1px solid #e1e0e0; margin-bottom: 11px;}
.product-info-price span{display: block; line-height: 22px;}
.product-info-price span:nth-child(1){margin-top: 11px;}
.product-info-price label{display: block; font-weight: bold; font-size: 20px; color: #fe0101; line-height: 44px;}

.product-info-prev{line-height: 22px; margin-bottom: 11px;}
.product-info-prev b{color: #fe0101;}

.product-info-quantity{line-height: 33px;}
.product-info-quantity input{width: 66px;}
.product-info-buy{background: #fe0101; text-align: center;}
.product-info-buy:hover{color: #e77918;}
.product-info-buy a{display: block; color: #fff; font-weight: bold; font-size: 17px; text-transform: uppercase; padding: 6px 0;}

.product-info-title{color: #fe0101; font-size: 17px; font-weight: bold;}
.product-info-title b{display: inline-block; padding: 7px 12px 5px; border: 1px solid #e1e0e0; border-bottom: 0;}
.product-info-detail{padding: 10px; border: 1px solid #e1e0e0; margin-bottom: 20px;}

.product-info-social{position: absolute; bottom: 10px; right: 0;}


.jRatingAverage{background:url(/components/product.detail/a.png) left top -28px; position: relative; top: 0; left:0; z-index: 10; height: 100%;}
.jRatingColor{background:url(/components/product.detail/a.png) left top -14px; position: relative; top: 0; left: 0; z-index: 5; height: 100%;}
.jStar{position: relative; left: 0; z-index: 3;}
p.jRatingInfos{position: absolute; z-index: 9999; background: #d10007; color: #fff; display: none; padding: 3px 5px; margin-top: -40px;}
p.jRatingInfos span.maxRate{color: #fff; font-size: 14px;}

.jRating{margin: 5px auto 10px;}
.jRatingFrame{position: relative; text-align: left;}
.jRatingFrame .jRatingNote{font-size: 12px; left:0; position: absolute; right:0; top: -35px; background-color: #e74c3c; background-position: 10px 11px; background-repeat: no-repeat; color: #fff; line-height: 20px; margin: 5px 0; padding: 5px; text-align: center; z-index: 200;}
.jRatingFrame .serverResponse{height: 50px; color: #0669ff; font-size: 50px; font-weight: 100; line-height: 50px; text-align:center;}


@media (min-width:320px){
}
@media (min-width:480px){
}
@media (min-width:767px){
}
@media (min-width:970px){
    
}
@media (min-width:1170px){
}
.product-item{box-sizing: border-box; padding: 10px; border: 2px solid #f5f5f5; font-family: UTMAvo; text-align: center; font-size: 14px; position: relative;}
.product-img{position: relative; margin-bottom: 5px;}
.product-img img{position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto;}
.product-name{margin-bottom: 7px; height: 38px; overflow: hidden;}
.product-name a{display: block; color: #333333;}
.product-price{color: #ff0000; margin-bottom: 9px;}
.product-more{display: inline-block; width: 111px; height: 22px; line-height: 20px; border: 1px solid #f5f5f5; -webkit-border-radius: 12px; border-radius: 12px; color: #756e6e; font-size: 11px;}


.product-item span{position: absolute; background: #fe0101; -webkit-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s;}
.product-item span:nth-of-type(1){top: -2px; left: -2px; width: 0%; height: 2px;}
.product-item span:nth-of-type(2){top: -2px; right: -2px; width: 2px; height: 0%}
.product-item span:nth-of-type(3){bottom: -2px; right: -2px; width: 0%; height: 2px;}
.product-item span:nth-of-type(4){bottom: -2px; left: -2px; width: 2px; height: 0%}

.product-item:hover .product-more{border: 1px solid #fe0101; background: #fe0101; color: #fff; -webkit-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s;}
.product-item:hover span:nth-of-type(1){width: calc(100% + 2px);}
.product-item:hover span:nth-of-type(2){height: calc(100% + 2px);}
.product-item:hover span:nth-of-type(3){width: calc(100% + 2px);}
.product-item:hover span:nth-of-type(4){height: calc(100% + 2px);}

@media (min-width:320px){
    .product-img{height: 143px;}
    .product-item{margin: 0;}
}   
@media (min-width:360px){
    .product-img{height: 165px;}
}
@media (min-width:480px){
    .product-img{height: 148px;}
    .product-item{margin: 0;}
}
@media (min-width:580px){
    .product-img{height: 178px;}
    .product-item{margin: 0;}
}
@media (min-width:767px){
    .product-img{height: 166px;}
    .product-item{margin: 0;}
}
@media (min-width:970px){
    .product-img{height: 153px;}
    .product-item{margin: 0;}
}
@media (min-width:1170px){
    .product-img{height: 192px;}
    .product-item{margin: 0;}
}
