.container-grey{
	background-color: #f5f5f5;
}

.hc-nav-trigger {
    top: 30px;
    right: 20px;
}

.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul{
	background: #ffffff;
}

.hc-offcanvas-nav ul ul{
	 background: #f8f8f8;
}

.hc-offcanvas-nav h2{
	color: #414B4C;
}

.hc-offcanvas-nav a, .hc-offcanvas-nav .nav-item{
	color: #414B4C;
	border: 0;
}

.hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav li.nav-back a {
    background:  #2e3d4e;
	border-top: 0;
	border-bottom: 0;
	color: #ffffff;
}

.hc-offcanvas-nav a:hover { 
    background:  #92d400 !important;
    border-color:  #92d400 !important;
	color: #ffffff !important;
}


.hc-offcanvas-nav span.nav-next:before, .hc-offcanvas-nav li.nav-back span:before {
    border-color: #414B4C;
}


.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open {
    background: #f8f8f8;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a:hover, 
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a:hover {
    background: #f8f8f8;
}

.hc-offcanvas-nav li.nav-close a:hover, 
.hc-offcanvas-nav li.nav-back a:hover {
    background: #92d400;
}
 

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a, 
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a {
    border-bottom: 0;
}

.hc-offcanvas-nav ul:first-of-type:not(:first-child) > li:first-child:not(.nav-back):not(.nav-close) > a {
    border-top: 0;
    margin-top: 0;
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a{
	color: #414B4C;
}


.hc-offcanvas-nav ul ul li a{
    text-indent: 0;
}

.hc-offcanvas-nav .nav-container {
    width: 280px;
}

.overlay {
    background: rgba(0,0,0,0.35);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
	display: none;
}

.popup-hide{
    position: absolute;
    left: 10px;
    top: 60px;
    width: 300px;
    margin-left: 0;
    background: #fff;
	z-index: 10000;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    border-radius: 5px;
	cursor: default;
}

.header-line{
	background: #2E3D4E;
	color: rgb(192,197,202);
	height: 34px;
	line-height: 34px;
	font-size: 0;
	z-index: 1002 !important;
}

.menu-line div{
	vertical-align: top;
}

.menu-line-child{
    position: absolute;
    left: -10px;
    top: 60px;
    width: 280px;
    margin-left: 0;
    background: #fff;
	z-index: 10000;
	visibility: hidden;
	opacity: 0;
	transform: scale(.8);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    border-radius: 5px;
	cursor: default;
}

.top-menu-more-child{
    position: absolute;
    right: -10px;
    top: 60px;
    width: auto;
    margin-left: 0;
    background: #fff;
	z-index: 10000;
	visibility: hidden;
	opacity: 0;
	transform: scale(.8);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    border-radius: 5px;
	cursor: default;
	padding: 20px;
}

.menu-top-child{
    position: absolute;
    left: 10px;
    top: 40px;
    width: 280px;
    margin-left: 0;
    background: #fff;
	z-index: 10000;
	visibility: hidden;
	opacity: 0;
	transform: scale(.8);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    border-radius: 5px;
	
}

.menu-line-child a { 
    font-size: 14px;
    color: #767676;
    display: block;
    line-height: 22px;
	position: relative;
}

.top-menu-more-child a { 
    font-size: 16px;
    color: #767676;
    display: block; 
    line-height: 22px;
	position: relative;
	padding: 5px !important;
}

.menu-line-child a:before {
    content: '';
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 5px;
    border-left-color: transparent;
	border-left-color: #77858c;
    border-right: 0;
    left: 0px;
    top: 50%;
    position: absolute;
    margin-top: -4px;
}

.menu-line-child:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: 
    #ffffff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 30px;
    top: -5px;
}

#login-popup:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: 
    #ffffff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 30px;
    top: -5px;
	margin-left: -5px;
}

#pay-link:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: 
    #ffffff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 30px;
    top: -5px;
	margin-left: -5px;
}

.menu-line-main-open, 
.menu-line-main-href,
.menu-line-main-popid{
	cursor: pointer;
	color: rgb(192,197,202);
	background-repeat: no-repeat;
	background-position: left center;
	height: 34px;
	min-width: 25px;
}

.menu-line-main-open:hover, 
.menu-line-main-href:hover,
.menu-line-main-popid:hover,
.phone-line-sale:hover,
.phone-line-tech:hover{
	color: rgba(192,197,202,0.85);
}

.menu-line-main-open:after {
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    border-bottom: 2px solid rgb(192,197,202);
	border-right: 2px solid rgb(192,197,202);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 10px;
    margin-bottom: 2px;
}

.menu-line-main{
	position: relative;
}

.menu-line-main:after {
    content: '';
    width: 1px;
    height: 14px;
    background: 
    rgba(192,197,202,0.3);
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: -11px;
}

.menu-line-main:first-child{
	padding-left: 0;
}
.menu-line-main:last-child:after{
	display: none;
}
.phone-line-sale
{
	display: inline-block;
	position: relative;
	color: rgb(192,197,202);
	background: url(../../images/menu/call.svg) 1px center no-repeat;
}

.phone-line-tech{
	display: inline-block;
	position: relative;
	color: rgb(192,197,202);
	background: url(../../images/menu/help.svg) left center no-repeat;
}


.phone-line-sale:after {
    content: '';
    width: 1px;
    height: 14px;
    background: 
    rgba(192,197,202,0.3);
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: -11px;
}

.right-line-lk {
    position: relative;
    background: #92D400;
	color: #fff;
	border-radius: 15px;
	cursor: pointer;
	height: auto;
}

.right-line-lk:hover {
	opacity: 0.95;
}

.right-line-lk:before{
	  content: '';
	  display: inline-block;
	  width: 20px;
	  height: 26px;
	  position: absolute;
	  left: 13px;
	  top: 0;
	  background: url(../../images/menu/lk.svg) left center no-repeat;
	  background-size: 17px;
}

.top-line{
	position: relative;
	height: 90px;
	background: #ffffff;
}

.top-line.active > .container{
	z-index:1002;
	box-shadow: 0 10px 10px -10px rgba(0,0,0,0.15);
}

.onlime-logo{
	height: 70px;
}

.menu-top-main-open,
.menu-top-main-more,
.menu-top-main-href{
	color: #414B4C !important;
	cursor: pointer;
}

.menu-top-main-open span img,
.menu-top-main-href span img{
	height: 18px;
}

.menu-top-main-open:hover,
.menu-top-main-href:hover{
	color: #269aff;
}

.top-menu-child{
	z-index: 1000;
	height: 480px;
	background: #F8F8F8;
	position: relative;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 90px;
	width: 100%; 	
	display: block;
	visibility: hidden;
	opacity: 0;
	box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.10);
}


.menu-top-main-more span:after {
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    border-bottom: 2px solid rgba(192,197,202,0.7);
	border-right: 2px solid rgba(192,197,202,0.7);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 5px;
    margin-bottom: 2px;
	-webkit-transition: 0s ease-in-out; 
    -moz-transition: 0s ease-in-out;
    -o-transition: 0s ease-in-out;
    transition: 0s ease-in-out;
}

.menu-top-main-more:hover span:after,
.menu-top-main-more.active span:after{
	border-color: #ffffff;
}




.top-line.active{
	z-index: 1000;
}
.act_v{
    display: none;
}
.act_h{
    display: none;
}
.top-menu-child.active{
    display: none;
	 visibility: visible;
    opacity: 1;
	border-top: 1px solid rgba(0,0,0,0.05);
}

.top-menu-child-items a{
	border-radius: 20px;
}
.top-menu-child-items a:before{

    content: '';
    width: 4px;
    height: 4px;
    left: 15px;
    top: 50%;
    position: absolute;
    margin-top: -2px;
	border-top: 2px solid;
	border-right: 2px solid;
	display: block;
	    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.top-menu-child-items a:hover{
	color: #fff;
	background: #92D400;
	-webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.top-menu-child-close{
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.top-menu-child-close:hover:before,
.top-menu-child-close:hover:after{
	background: #92D400;
	
}


.top-menu-child-close:before{
	content: '';
	width: 26px;
	height: 2px;
	left: 0;
	top: 14px;
    position: absolute;
    background: #38424D;
	display: block;
	-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	-webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.top-menu-child-close:after{
	content: '';
    width: 26px;
	height: 2px;
	left: 0;
	top: 14px;
    position: absolute;
    background: #38424D;
	display: block;
	-webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
	-webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.menu-top-main span{
	white-space: nowrap;
	position: relative;
}


/*
,
.menu-top-main-more:hover span,
.menu-top-main:hover span
*/

.menu-top-main-open.active span,
.menu-top-main-more.active span{
	background: #92D400;
	color: #ffffff;
	-webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}




.main-popular{
	
}

.main-popular-item{
	height: 255px;
}

.main-popular .mpi2{
	height: 510px;
}

.main-popular-item-minitext{
	display: none;
}

.main-popular-item-inner{
	background-color: #bbbbbb;
	background-size: cover;
}

.main-popular-item-link{
	position: absolute;
	left: 20px;
	bottom: 20px;
}

.main-wink-page{
	height: 400px;
	background: rgb(35,22,53);
	background: -moz-linear-gradient(165deg, rgba(35,22,53,1) 0%, rgba(78,27,55,1) 100%);
	background: -webkit-linear-gradient(165deg, rgba(35,22,53,1) 0%, rgba(78,27,55,1) 100%);
	background: linear-gradient(165deg, rgba(35,22,53,1) 0%, rgba(78,27,55,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#231635",endColorstr="#4e1b37",GradientType=1);
}

.main-wink-page-img {
    background-size: 90% auto !important;
    background-position: center;
    background-repeat: no-repeat;
}

.main-wink-page-link{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 2;
}

.ul-green li:before {
    content: '';
    width: 6px;
    height: 6px;
    left: -15px;
    top: 50%;
    position: absolute;
    margin-top: -3px;
    border-top: 2px solid #92D400;
	border-right: 2px solid #92D400;
    display: block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.main-banner-page {
    height: 400px;
    background-color: 
    #ffffff;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right center;
}

.main-news-link{
	color: #5CA1E6;
	margin-top: 8px;
}

.main-news-link:after {
    content: '';
    width: 6px;
    height: 6px;
    right: -12px;
    top: 50%;
    position: absolute;
    margin-top: -3px;
    border-top: 2px solid #5CA1E6;
	border-right: 2px solid #5CA1E6;
    display: block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.main-news-item-href:after {
    content: '';
    width: 6px;
    height: 6px;
    right: -10px;
    top: 50%;
    position: absolute;
    margin-top: -3px;
    border-top: 1px solid #5CA1E6;
	border-right: 1px solid #5CA1E6;
    display: block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.quote-news:before{ 
	content: '';
	display: block;
	position: absolute;
	left: 40px;
	top: -20px;
	width: 110px;
	height: 70px;
	background: url(../../images/pages/main/quote-news.svg) center center no-repeat;
}

.main-news-item{
	height: 285px;
}

.main-news-item-date{
	position: absolute;
	right: 0px;
	top: 0px;
}

.main-news-item-date-right{
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.li-before:before {
    content: '';
    width: 6px;
    height: 6px;
    left: 5px;
    top: 50%;
    position: absolute;
    margin-top: -3px;
    border-top: 2px solid #92D400;
	border-right: 2px solid #92D400;
    display: block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.footer-box{
	background: #2E3D4E;
}

.ya-site-form__submit {

    position: absolute;
    right: 6px;
    top: 0px;  
    height: 50px;
    width: 50px !important;
    text-indent: -5000px;
    overflow: hidden;
    background: url(../../images/pages/main/search-button.svg) center center no-repeat;
	cursor: pointer;
}



.footer-box-app a, .footer-box-soch a {
	opacity: 0.7;
}
.footer-box-app a:hover,
.footer-box-soch a:hover {
	opacity: 1;
}

.footer-box-soch img{
	height: 30px;
}

.footer-box-app img{
	height: 40px;
	margin: 5px 0; 
}

.footer-box-line{
	border-top: 1px solid rgba(255,255,255,0.1);
}

.right-line-lk:hover{
	color: #ffffff;
}

.top-child-slider{
	display: none;
}

.top-child-slider.owl-loaded{
	display: block;
}


.top-child-slider .owl-item {
    height: 235px;
    float: left;
    max-width: 375px;
}

.top-child-slider .owl-stage-outer,
.top-child-slider .owl-item > div{
	height: 235px;
	position: relative;
	overflow: hidden;
	width: 375px;
}

.top-child-slider .owl-dots {
    bottom: -40px;
}

.top-child-slider .owl-dot {
    background: #414B4C;
	border: 3px solid #414B4C;
	opacity: 0.3;
	width: 20px;
	height: 20px;
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.top-child-slider .owl-dot.active {
    background: transparent;
	border: 3px solid #92d400;
	opacity: 1;
}

.top-menu-slider{
	max-width: 375px;
}

#login-popup{
	left: auto;
	right: 0;
	min-height: 380px;
}


#login-popup #formloader{

    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

}

#login-popup .lds-css.ng-scope{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.75);
    z-index: 9;

}

#login-popup .lds-rolling{
	margin: 0 auto;
}


.right-line #login-popup{
	left: auto  !important;
	right: 20px  !important;
}

.right-line #pay-link{
	left: auto  !important;
	right: 0px  !important;
}

.right-line .popup-hide:before{
	left: auto !important;
	right: 30px;
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 18px 0 0 0;
  overflow: visible; 
  z-index: 1001;
  }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #38424d; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #38424d;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }


/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }


.menu-mobile {
    position: absolute;
    right: 0;
    top: 0;
    background: 
    #ffffff;
    min-width: 300px;
    z-index: 1000;
}

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

.menu-mobile-head{
	position: absolute;
	left: 20px;
	top: 30px;
}

.slick-view{
	width: 100px;
	height: 100px;
	position: fixed;
	right: 5%;
	top: 120px;
	cursor: pointer;
	z-index: 9999;
	-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-o-transform: scale(0.7);
		transform: scale(0.7);
}

.slick-view-img2{
	position: absolute;
	left: 48px;
	bottom: 0;
	-webkit-animation: anim 1s linear alternate infinite;
	animation: anim 1s linear alternate infinite;
}

.slick-view-img3{
	position: absolute;
	left: 0;
	top: -35px;
	animation: opacity 4s ease-in-out 1s alternate infinite;
	opacity: 0;
}

.slick-view-img4{
	position: absolute;
	left: 50px;
	top: -45px;
	animation: opacity 5s ease-in-out 2s alternate infinite;
	opacity: 0;
	-webkit-transform: rotate(65deg);
	-ms-transform: rotate(65deg);
	transform: rotate(65deg);
}

.slick-view-img5{
	position: absolute;
	left: 44px;
	top: -15px;
	animation: opacity 8s ease-in-out 4s alternate infinite;
	opacity: 0;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}


.menu-top-main.active span{
	background:#92D400;color:#ffffff;
}



.menu-top-main span:after {
    content: '';
    display: block;
    border-bottom: 2px solid #92D400;
    width: 0%;
    position: absolute;
    left: 5%;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    bottom: -2px;
}

.menu-top-main:hover span:after { 
  width: 90%; 
}

.menu-top-main.active span:after {
	display: none;
}


@keyframes opacity {
      15% {opacity: 0} 
      35% {opacity: 1}
      65% {opacity: 1} 
      85% {opacity: 0}
    }

@keyframes anim {
  0% {
    bottom:0;
  }
  100% {
    bottom:10px;
  }
} 

@-webkit-keyframes anim {
  100% {
    -webkit-transform: translateY(-10px);    
  }
}
@keyframes anim {
  100% {
    transform: translateY(-10px);    
  }
}


@media screen and (max-width: 1200px) {	
   
	.container, .container-page{
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 992px) {
	.main-banner-page {
		background-position: right -100% center;
	}
	
	.ya-site-form__submit {
		right: 3%;
	}
}
	
@media screen and (max-width: 890px) {
	.right-line-lk{ margin-left: 10px;}
}
	
@media screen and (max-width: 800px) {	
	.onlime-logo{
		height: 60px;
		margin-top: 15px;
	}
	
	.footer-phone a{
		font-size: 34px;
	}
}

@media screen and (max-width: 768px) {	
	.phone-line-sale {
		background-position: right center;
	}
	
	.main-banner-page {
		background-position: right -350px center;
	} 
	
	
	.main-banner-page .bbtn{
		position: absolute;
		left: 0px;
		bottom: 30px;
	}
}

@media screen and (max-width: 650px) {	
	
	/*
	.main-popular-item-head{
		font-size: 20px;
		line-height: 22px;
	}
	*/
	.main-popular-item {
		width: 100%;
		height: auto !important;
	}
	.main-popular-item-inner {
		min-height: 250px;
	}
	
	.main-popular-item-minitext{
		display: block;
	}
	 
	.main-popular-item-text{
		display: none;
	}
	
	.main-popular-item-inner {
		background-size: cover;
		background-position: right center;
		background-repeat: no-repeat;
	}
	
	.main-banner-page:after{
		content: '';
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,0.25);
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		border-radius: 10px !important;
	}
	
	.main-banner-page > div {
		z-index: 5; 
	}
}

@media screen and (max-width: 590px) {	
	.right-line-lk{
		margin-left: 10px;
	}
}

@media screen and (max-width: 576px) {	
	
	.slick-view {
		left: auto;
		right: 65px;
		top: 0;
		-webkit-transform: scale(0.4);
		-moz-transform: scale(0.4);
		-ms-transform: scale(0.4);
		-o-transform: scale(0.4);
		transform: scale(0.4);
		position: absolute;
	}
	
	
	.header-line {
		height: 44px;
	}
	
	.phone-line-sale{
		background-size: 18px;
	}
	
	.phone-line-tech {
		background-size: 24px;
	}
	
	.right-line .menu-line-main-href{
		background-size: 23px;
	}
	
	.right-line .menu-line-main-popid{
		background-size: 14px;
	}
	
	.menu-line-main .menu-line-main-open{
		background-size: 19px;
	}
	
	.menu-bottom-slide{
		display: none;
	}
	
	.menu-bottom-col div[data-id]{
		cursor: pointer;
	}
	
	.menu-bottom-col div[data-id]:after{
		content: '';
		width: 5px;
		height: 5px;
		display: inline-block;
		border-bottom: 2px solid rgba(255,255,255, 0.75);
		border-right: 2px solid rgba(255,255,255, 0.75);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-left: 10px;
		margin-bottom: 2px;
	}
	
	.right-line-lk:before {
		left: -20px;
		top: 4px;
		background-position: center center;
		padding: 0 15px;
		background-color: #92d400;
		border-radius: 15px;
	}
	
	.menu-line-main-popid, .phone-line-tech, .phone-line-sale {
		background-position: center center;
	}
	
	.right-line-lk {
		min-width: auto;
	}
	
	.right-line > div {
		vertical-align: top;
	}
	
	.main-banner-page:after{ 
		background: rgba(255,255,255,0.75);
	}
	
	.main-news-item {
		height: 350px;
	}
	/*
	.main-news-item .sm-minh-120 a{
		height: 64px;
		display: block;
		overflow: hidden; 
	}
	
	
	.main-news-item .sm-minh-120 a span{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		width: 100%;
		padding-right: 30px;
	}
	*/
	
	.main-news-item .sm-minh-80{
		display: table;
		height: 80px;
	}
	
	.main-news-item .sm-minh-80 span{
		display: table-cell;
		vertical-align: middle;
		height: 80px;
		overflow: hidden;
	}
	 
	.main-news-item .vert-center{
		position: relative;
		top: auto;
		transform:none;
	}
	
}


@media screen and (max-width: 420px) {	
	.menu-bottom-col{ width: 100%;}
	
	.main-news-item {
		height: 400px;
	}
	
	.main-news-item-date-right {
		right: -10px;
	}
	
}

@media screen and (max-width: 380px) {	
	.menu-line-main:after, .phone-line-sale:after{
		display: none;
	}
	
	.phone-line-tech{
		margin-left: 10px;
	}
	
	.right-line .pay-link{
		padding-left: 10px;
	}
	
	.phone-line-tech{
		display: none;
	}
	
	.menu-line .menu-line-child {
		left: 0;
	}
	
	.right-line #pay-link {
		right: 10px !important;
		position: fixed;
	}
	
	#pay-link:before {
		right: 27%; 
	}
	
	.right-line #login-popup {
		right: 10px !important;
	}
	
	.footer-box-app img {
		height: 32px;
	}
	
}
