@import url('https://fonts.googleapis.com/css?family=Carme:400&subset=Latin');
body {
	font-family:Tahoma,Arial,Helvetica, sans-serif;	
	margin: 0;
	overflow-y: auto;
	overflow-x: hidden;
}

#require_chrome{
    color: #C50E00;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 50px;
    display: none;
}
#require_chrome span{
	  margin-left: -150px;
    position: relative;
    z-index: 9999;
}
#block_top {
	z-index: 0;
	background:url(../images/header.png) ;
	background-repeat: repeat-x;
}

#block_body{
	z-index: 0;
}

#block_body_image{
}


#block_body_top {
	margin-top:30px;
	height:500px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(238,238,238,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(60%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 60%,rgba(238,238,238,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 60%,rgba(238,238,238,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 60%,rgba(238,238,238,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 60%,rgba(238,238,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0);
}
#block_bottom {
	height: 60px;
	color: white;
	font-family: Tahoma,Arial,Helvetica, sans-serif;;
	background:#000;
	z-index: 0;
	
	background: #050505; /* Old browsers */
	background: -moz-linear-gradient(top,  #050505 0%, #2d2e2f 7%, #2d2e2f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#050505), color-stop(7%,#2d2e2f), color-stop(100%,#2d2e2f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #050505 0%,#2d2e2f 7%,#2d2e2f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #050505 0%,#2d2e2f 7%,#2d2e2f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #050505 0%,#2d2e2f 7%,#2d2e2f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #050505 0%,#2d2e2f 7%,#2d2e2f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050505', endColorstr='#2d2e2f',GradientType=0 ); /* IE6-9 */
}

#text_logo {
	margin-top: 0px;
	font-family: Tahoma,Arial,Helvetica, sans-serif;;
}

#text_logo h2 {
	margin-top:10px;
}

#text_logo h2 a {
	 color: #C50E00;
    font-size: 0.8em;
    margin-left: 5px;
    text-decoration: none;
	letter-spacing: 1px;
}

#text_logo a:hover{
	color: #ffffff;
}

#header_menu {
	font-family: Tahoma,Arial,Helvetica, sans-serif;;
	color: #FFFFFF;
	font-weight: bold;
}
#header_menu a {
	padding-top: 15px;
	cursor: pointer;
	margin:0;
	z-index: 2;
	font-size:0.85em;
	text-decoration: none;
	color:white;
}
#header_menu a.active{
	color: #C50E00;
}

#header_menu a:hover {
	color: #C50E00;
}

/*#header{
    text-shadow: 0px 1px 1px #000;
}*/
#language {
	margin-top: 10px;
	display:none;
}


#slides_images{
	display: block;
    height: 280px;
    margin-left: 235px;
    position: absolute;
    top: 140px;
    width: 500px;
    *margin-left:-325px;
}
#slides_images img{
	border-radius:3px 3px 3px 3px;
	width:100%;
	height:100%;
    position: absolute;
    -webkit-animation: imageAnimation 15s linear infinite 0s;
    -ms-animation: imageAnimation 15s linear infinite 0s;
    -o-animation: imageAnimation 15s linear infinite 0s;
    -moz-animation: imageAnimation 15s linear infinite 0s;
    
}
#slides_images img:nth-child(1){
	-moz-animation-delay:0s;
	-webkit-animation-delay:0s;
	-ms-animation-delay:0s;
	-o-animation-delay:0s;	
}
#slides_images img:nth-child(2){
	opacity:0;
	-moz-animation-delay:3s;
	-webkit-animation-delay:3s;
	-o-animation-delay:3s;
	-ms-animation-delay:3s;
}
#slides_images img:nth-child(3){
	opacity:0;
	-moz-animation-delay:6s;
	-webkit-animation-delay:6s;
	-ms-animation-delay:6s;
	-o-animation-delay:6s;
}
#slides_images img:nth-child(4){
	opacity:0;
	-moz-animation-delay:9s;
	-webkit-animation-delay:9s;
	-ms-animation-delay:9s;
	-o-animation-delay:9s;
}
#slides_images img:nth-child(5){
	opacity:0;
	-moz-animation-delay:12s;
	-webkit-animation-delay:12s;
	-ms-animation-delay:12s;
	-o-animation-delay:12s;
}

#text_slides {
	color: #929292;
	font-size: 1.75em;
	text-align: center;
}

#text_slides, #text_pro{
	text-shadow: 0px 1px 1px #d7d8d9;
}

#arrow_left {
	z-index: 2;
	margin-top: 20px;
	cursor: pointer;
}

/**#arrow_left:hover {
	background:url(../images/arrow_left_hover.png);
	background-size:fixed;
}*/

#arrow_right {
	z-index: 2;
	margin-top: 20px;
	cursor: pointer;
}

#arrow_right img {
}


#slides_show {
	z-index: 1;
}

#slides_show img{
	height:85px;
	width:100%;
}

#slides_show div {
}

#slides_show div:nth-child(1) {
	display:none;
}
#slides_show div:nth-child(2) {
}
#slides_show div:nth-child(3) {
}
#slides_show div:nth-child(4) {
}
#slides_show div:nth-child(5) {
}
#slides_show div:nth-child(6) {
	display:none;
}
#slides_show div:nth-child(7) {
	display:none;
}
#slides_show div:nth-child(8) {
	display:none;
}
#slides_show div:nth-child(9) {
	display:none;
}


/*for IE7,8*/
#slides_show div:first-child {     
	display:none;
}
#slides_show div:first-child + div+div+div+div+div {
	display:none;
}
#slides_show div:first-child + div+div+div+div+div+div {
	display:none;
}
#slides_show div:first-child + div+div+div+div+div+div+div {
	display:none;
}

#slides_show div:first-child + div+div+div+div+div+div+div+div {
	display:none;
}
/*        */ 



#transition_details p {
	font-size: 0.8em;
	color: #656565;
	z-index: 1;
	text-align: center;
	font-family: Tahoma,Arial,Helvetica, sans-serif;;
	
    text-shadow: 0px 1px 1px #656565;
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=45, Color='#656565')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#656565');
	filter:DropShadow(Color=#656565, OffX=0, OffY=1);*/
}
#transition_details p:nth-child(1) {
	display:none !important;
}
#transition_details p:nth-child(5) {
}

#transition_details p:nth-child(6) {
	display:none !important;
}
#transition_details p:nth-child(7) {
	display:none !important;
}
#transition_details p:nth-child(8) {
	display:none !important;
}
#transition_details p:nth-child(9) {
	display:none !important;
}


/*for IE*/
#transition_details p:first-child  {
	display:none !important;
}

#transition_details p:first-child + p+ p +p +p +p {
	display:none !important;
}
#transition_details p:first-child + p+ p+ p+ p+ p+ p {
	display:none !important;
}
#transition_details p:first-child + p+ p+ p+ p+ p+ p+ p {
	display:none !important;
}
#transition_details p:first-child+ p+ p+ p+ p+ p+ p+ p+ p  {
	display:none !important;
}



#line img{
	width:100%;
}

#text_pro {
	color: #929292;
	font-size: 1.75em;
	text-align: center;
}

#home_bottom_images{
	height:210px;
}

#home_bottom_images img{
	border:none;
}

#tablet{
	height:175px;
}

#smartphone{
    height: 82%;
}

#equip_details{
	background: rgb(238,238,238);
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1)));
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );

    border-radius: 5px 5px 5px 5px;
    height: 100px;
    margin-left: 15px;
    margin-top: -120px;
    text-align: center;
    z-index: -1;
}

#equip_details p{
	font-family: Tahoma,Arial,Helvetica, sans-serif;
	font-size: 0.85em;
	z-index: 2;
	margin-top:75px;
	color: #323334;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
}
#content_footer{
	padding: 5px;
	height:40px;
	color: #CCCCCC;
}


#footer p{
    text-shadow: 0px 1px 1px #000;
	margin-top:5px;
	margin-bottom:0;
	text-align: center;
}


#footer p:nth-child(1){
	font-size: 0.8em;
    font-weight: bold;
}
#footer p:nth-child(2){
	font-size: 0.75em;
    margin-top: 4px;
}

/*For IE8*/
#footer p:first-child{
	font-size: 0.8em;
    font-weight: bold;
}
#footer p:first-child + p{
	font-size: 0.75em;
    margin-top: 4px;
}
/**/



#submit{
	 height: 30px;
	border-radius: 5px;
	background: rgb(0,133,170);
	background: -moz-linear-gradient(top,  rgba(0,133,170,1) 29%, rgba(0,118,144,1) 100%, rgba(0,118,144,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,rgba(0,133,170,1)), color-stop(100%,rgba(0,118,144,1)), color-stop(100%,rgba(0,118,144,1)));
	background: -webkit-linear-gradient(top,  rgba(0,133,170,1) 29%,rgba(0,118,144,1) 100%,rgba(0,118,144,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,133,170,1) 29%,rgba(0,118,144,1) 100%,rgba(0,118,144,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,133,170,1) 29%,rgba(0,118,144,1) 100%,rgba(0,118,144,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,133,170,1) 29%,rgba(0,118,144,1) 100%,rgba(0,118,144,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0085aa', endColorstr='#007690',GradientType=0 );
}

#submit:hover{
	border-radius: 5px;
	background: rgb(0,118,144);
	background: -moz-linear-gradient(top,  rgba(0,118,144,1) 0%, rgba(0,118,144,1) 0%, rgba(0,133,170,1) 71%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,118,144,1)), color-stop(0%,rgba(0,118,144,1)), color-stop(71%,rgba(0,133,170,1)));
	background: -webkit-linear-gradient(top,  rgba(0,118,144,1) 0%,rgba(0,118,144,1) 0%,rgba(0,133,170,1) 71%);
	background: -o-linear-gradient(top,  rgba(0,118,144,1) 0%,rgba(0,118,144,1) 0%,rgba(0,133,170,1) 71%);
	background: -ms-linear-gradient(top,  rgba(0,118,144,1) 0%,rgba(0,118,144,1) 0%,rgba(0,133,170,1) 71%);
	background: linear-gradient(to bottom,  rgba(0,118,144,1) 0%,rgba(0,118,144,1) 0%,rgba(0,133,170,1) 71%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007690', endColorstr='#0085aa',GradientType=0 );
}

#image_itracking {
	height:427px;
	padding-top: 20px;
}

#image_itracking h2 {
	font-family: Tahoma,Arial,Helvetica, sans-serif;;
	color: black;
	font-size: 2em;
}

#image_itracking img {

}

#button_product {
	font-family: Tahoma,Arial,Helvetica, sans-serif;;
}

#button_product div p{
    border-radius: 7px 7px 0 0;
    color: #929292;
    cursor: pointer;
    font-weight: bold;
    margin-right: 1px;
    margin-bottom:0;
    padding-top: 7px;
    text-align: center;
    background:#d8d8d8;
}
#button_product div:hover p{
	color: #131313!important;
	background: #FFF!important;
}

#button_product	div p.active {
	height:30px;
	background:#FFF;
	color:#131313;
	padding-bottom:7px;
	margin-top:11px;
	padding-top: 7px;
	border-radius:10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0 ;
	-ms-border-radius: 10px 10px 0 0 ;
	-o-border-radius: 10px 10px 0 0 ;
}

#chung_nhan{
	height:20px;
	padding-bottom: 10px;
	*margin-top:20px;
}

#diem_noi_bat{
	height:20px;
	padding-bottom: 10px;
	*margin-top:20px;
}
#thong_so_ky_thuat{
	height:20px;
	padding-bottom: 10px;
	*margin-top:20px;
}

#hinh_anh, #chuc_nang_chinh{
	height:20px;
	padding-bottom: 10px;
	*margin-top:20px;
}

.changeColor{
	color: #131313;
	background: #FFF;
}



#content_1, #content_2, #content_3, #content_4, #content_5 {
	color: grey;
}

#content_1 h2, #content_2 h2, #content_3 h2, #content_4 h2, #content_5 h2 {
	color: #5f5f5f;
	opacity: 0.8;
}

#block_body_content{
	z-index: 111;
	font-family: Tahoma,Arial,Helvetica, sans-serif;
}

#block_body_content ul li{
	list-style-type: none;
}



#ct1_image img{
	padding-left:20px;
	padding-top:15px;
}

#content_2 img{
	border-radius: 10px;
	background:#dcdcdc;
	border:5px double #d7d8d9;	
}
#ct3_image img{
	padding:5px;
}

#ct4_image  img {
    padding-top: 40px;
}

#content_5 img{
	height:150px;
	width:100%;
	background:#dcdcdc;
	border:5px double #696969;	
}


/*#ct5_image_1{
	opacity: 0.3;
}

#ct5_image_3{
	opacity:0.3; 
}

#ct5_image_1:hover{
	opacity: 1;
	border:2px solid #444444;
	z-index: 5;
}
#ct5_image_3:hover{
	opacity: 1;
	border:2px solid #444444;
	z-index: 5;
}*/

#content_footer p {
	position:inherit;
	font-family: Tahoma,Arial,Helvetica, sans-serif;
	text-align: center;
	margin-top:5px;
	margin-bottom:0;
}

#content_footer p:nth-child(1) {
	font-weight: bold;
	font-size: 0.8em;
}
#content_footer p:nth-child(2) {
	font-size: 0.75em;
}

#content_diem_noi_bat {
	display: block;
}
#content_thong_so_ky_thuat{
	display:none;
}
#content_thong_so_ky_thuat p{
	color:#606465;
	margin:2px;
	font-family: Tahoma,Arial,Helvetica, sans-serif;
	padding:3px;
}
#content_hinh_anh{
	display:none;
}

#content_hinh_anh img{
    border: 1px solid #BBBBBB;
    margin: 7px 14px 7px 0;
    padding: 5px;
    
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

#content_hinh_anh img:hover{
	opacity: 0.7;
}

#content_hinh_anh h2{
	padding:5px;
	font-family: Tahoma,Arial,Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}

#tskt_text_1, #tskt_text_3, #tskt_text_5, #tskt_text_7, #tskt_text_9, #tskt_text_11, #tskt_text_13, #tskt_text_15, #tskt_text_17, #tskt_text_19, #tskt_text_21, #tskt_text_23 {
	background:#e2e2e2;
	border-radius:5px;
}


.support img{
	border:none;
}




/* Login Button */
#loginButton { 
    display:inline-block;
    float:right;
    background:#d2e0ea url(../images/buttonbg.png) repeat-x; 
    border-radius:3px;
    -moz-border-radius:3px;
    position:relative;
    z-index:30;
    cursor:pointer;
     height: 36px;
    padding-top: 3px;
}

/* Login Button Text */
#loginButton span {
    color:white; 
    font-size:14px; 
    font-weight:bold; 
    padding: 10px 29px 9px 10px;
    display:block
}

#loginButton:hover {
  /*  background:url(../images/buttonbgHover.png) repeat-x;*/
}

#loginButton span:hover {
	color:#C50E00;
}

/* Login Box */
#loginBox {
    position:absolute;
    right:0;
    z-index:29;
    width: 235px;
}

/* If the Login Button has been clicked */    
#loginButton.active {
    border-radius:3px 3px 0 0;
    
}

#loginButton.active span {
    background-position:53px -76px;
    color:#C50E00;
}

/* A Line added to overlap the border */
#loginButton.active em {
    position:absolute;
    width:100%;
    height:1px;
    background:#d2e0ea;
    bottom:-1px;
}

/* Login Form */
/*#loginForm {
     background: none repeat scroll 0 0 #C0C0C0;
    border: 1px solid #C0C0C0;
    border-radius: 3px 0 3px 3px;
    margin-top: -1px;
    padding: 6px;
    width: 248px;
}*/

fieldset#body {
    background:#fff;
    border-radius:3px;
    -moz-border-radius:3px;
    padding:10px 13px;
    margin:0;
}

#body label {
    color:#3a454d;
    margin:9px 0 0 0;
    display:block;
    float:left;
}

/* Forgot your password */
#loginForm span {
    text-align:center;
    display:block;
    padding:7px 0 4px 0;
}

#loginForm span a {
    color:#3a454d;
    font-size:12px;
}

input:focus {
    outline:none;
}

.translateLogin{
	display: block!important;
	-moz-animation:translateLogin 1s;
	-moz-animation-fill-mode:forwards;
	-webkit-animation:translateLogin 1s;
	-webkit-animation-fill-mode:forwards;
	-o-animation:translateLogin 1s;
	-o-animation-fill-mode:forwards;
	/*-ms-animation-name:translateLogin;
	-ms-animation-duration:1s;
	-ms-animation-fill-mode:forwards;*/
}



#formAjaxLoginHidden{
	display: none;
}

@-moz-keyframes translateLogin{
	from{
		/*top:-300px;*/
		-moz-transform:translate(0,300px);
	}to{
		/*top:0px;*/
		-moz-transform:translate(0px,0px);
		
	}
	
}
@-webkit-keyframes translateLogin{
	from{
		top:-300px;
	}to{
		top:0px;
	}
}
/*@-ms-keyframes translateLogin{
	from{
		top:-300px;
	}to{
		top:0px;
	}
}*/
@-o-keyframes translateLogin{
	from{
		top:-300px;
	}to{
		top:0px;
	}
}

@keyframes translateLogin{
	from{
		top:-300px;
	}to{
		top:0px;
	}
}

.translateComebackLogin{
	-moz-animation:translateLogin 1s;
	-moz-animation-fill-mode:forwards;
	
}
@-moz-keyframes translateComebackLogin{
	-moz-transform:translateY(-300px);
}

@-webkit-keyframes imageAnimation{ 
    0% { opacity: 0;
    -webkit-animation-timing-function: linear; }
    8% { opacity: 1;
         -webkit-animation-timing-function: linear; }
    25% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation{ 
    0% { opacity: 0;
    -moz-animation-timing-function: linear; }
    8% { opacity: 1;
         -moz-animation-timing-function: linear; }
    25% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    25% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    25% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}


.OpacityVehicle{
	display:block;
	-moz-animation-name:OpacityVehicle;
	-webkit-animation-fill-mode:none;
	-moz-animation-fill-mode:forwards;
	-moz-animation-duration:1s;
}
@-moz-keyframes OpacityVehicle{
	0%{
		opacity: 1;
	}
	25%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

<!--[if IE]<
	<style<
			.translateLogin{
				   /* IE8+ - must be on one line, unfortunately */ 
				   -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
				   
				   /* IE6 and 7 */ 
				   filter: progid:DXImageTransform.Microsoft.Matrix(
				            M11=1,
				            M12=0,
				            M21=0,
				            M22=1,
				            SizingMethod='auto expand');
				
				
				   /*
				    * To make the transform-origin be the middle of
				    * the object.    Note: These numbers
				    * are approximations.  For more accurate results,
				    * use Internet Explorer with this tool.
				    */
				   margin-left: -3px; 
				   margin-top: 147px;
			}		
	</style<
<![endif]-->
/*---------style for chuc_nang_chinh tab----------*/
#content_chuc_nang_chinh{
    
}

#content_chuc_nang_chinh .left-section{
    float: left;
    margin: 0 5px;
    width: 49%;
}

#content_chuc_nang_chinh .right-section{
    margin: 0 0 0 49%;
}

.comp{
    
}

.comp .comp-h{
    color: #999999;
    font-size: 22px;
    font-weight: lighter;
}

.comp .comp-content{
    
}

.comp .comp-content li{
    background: url("../images/bullet.png") no-repeat scroll 2px 0 transparent;
    color: #444444;
    line-height: 24px;
    list-style-type: none;
    padding: 0 0 0 30px;
}


/*----------end style-----------------------------*/
/*------ style for mobile popup-------------------*/
#popup-wrapper .intro {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}
#popup-wrapper .item-btn {
    clear: both;
}
.item-btn > a {
  float: left;
  padding: 10px 0;
  width: 45%;
}
.item-btn .item-desc {
  line-height: 25px;
  margin: 0 0 0 45%;
  padding: 5px 0 10px;
  text-align: justify;
  width: 53%;
}

div.fancybox-skin{
    background: #ffffff;
}
#mobile-popup-apple, #mobile-popup-google{
    width:100%;
    max-width: 380px !important;
}

#mobile-popup-apple{
    min-height: 145px;
}
#mobile-popup-google{
    min-height:260px;
}

.fancybox-wrap.fancybox-desktop{
    z-index: 999999
} 
