input::placeholder {
	color: #D9D9D9;
}

.popup__button {
	font-weight: 600;
	line-height: 24px;
	font-size: 20px;
	color: white;
}




.modal__footer {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}



#btn--header {
	cursor: pointer;
	font-size: 17px;
	height: 55px;
	width: 280px;
	text-transform: none;
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #4ab95c;
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	color: #fff;
}

a {
	text-decoration: none;
}







.popup {
	font-family: 'Montserrat';
	opacity: 0;
	visibility: hidden;
	z-index: 105;
	padding: 60px;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	width: 800px;
	height: 540px;
	background: #FFFFFF;
	box-shadow: 0px 2px 20px rgba(7, 55, 227, 0.2);
	border-radius: 30px;
}

.popup-done {
	opacity: 1;
	visibility: visible;
}

.popup-done h1 {
	color: #E30713;
	margin-top: 15px;
}

.popup-done__img {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

.d-none {
	opacity: 0;
	visibility: hidden;
	transition: .3s ease;
}


.popup__bacground {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	background: black;
	z-index: 104;
	transition: .3s ease;
}


.popup input {
	border: none;
	font-size: 20px;
	margin-top: 20px;
	padding: 0 30px;
	width: 640px;
	height: 66px;
	background: #FFFFFF;
	box-shadow: 0px 2px 20px rgba(7, 55, 227, 0.2);
	border-radius: 0px 30px 30px 30px;
}


.popup button {
	border: none;
	margin-top: 30px;
	width: 175px;
	height: 56px;
	background: #E30713;
	border-radius: 30px;
}

.popup h2 {
	padding-bottom: 10px;
	font-weight: 600;
	font-size: 30px;
	line-height: 37px;
}

.show__popup {
	opacity: 1;
	visibility: visible;
	transition: .3s ease;
}

.show__popup-backgruond {
	opacity: 0.3;
	visibility: visible;
	transition: .3s ease;
}


@media (max-width: 1024px) {


	.popup {
		padding: calc(20px + (60 - 20) * ((100vw - 300px) / (1024 - 300)));
		width: calc(270px + (800 - 270) * ((100vw - 300px) / (1024 - 300)));
		height: calc(350px + (540 - 350) * ((100vw - 300px) / (1024 - 300)));
		border-radius: 30px;
	}


	.popup input {
		font-size: calc(13px + (20 - 13) * ((100vw - 300px) / (1024 - 300)));
		margin-top: calc(13px + (20 - 13) * ((100vw - 300px) / (1024 - 300)));
		padding: calc(15px + (30 - 15) * ((100vw - 300px) / (1024 - 300)));
		width: 100%;
		height: calc(40px + (66 - 40) * ((100vw - 300px) / (1024 - 300)));
	}

	.popup button {
		font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1024 - 300)));
		margin-top: calc(20px + (30 - 20) * ((100vw - 300px) / (1024 - 300)));
		width: 175px;
		height: 56px;
		border-radius: 30px;
	}

	.popup h2 {
		margin-top: calc(15px + (0 - 15) * ((100vw - 300px) / (1024 - 300)));
		padding-bottom: 10px;
		font-size: calc(15px + (30 - 15) * ((100vw - 300px) / (1024 - 300)));
		line-height: calc(20px + (37 - 20) * ((100vw - 300px) / (1024 - 300)));
	}

}

@media (max-width: 1024px) {
	.red-button {
		height: calc(40px + (56 - 40) * ((100vw - 300px) / (840 - 300))) !important;
	}

}







#list-contactus {
	position: fixed;
	top: 40%;
	width: 45px;
	left: 10px;
	z-index: 999;
	color: #fff;
}

#list-contactus>div {
	position: relative;
	width: 65px;
	height: 66px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 0px;
}

#list-contactus .list-whatsapp {
	background-position: 0 0;
	background: url(../img/popup/whatsapp.jpg) center center no-repeat;
}

#list-contactus .list-email {
	background-position: -180px 0;
	background: url(../img/popup/email.jpg) center center no-repeat;
}

#list-contactus .list-wechat {
	background-position: -90px 0;
	background: url(../img/popup/wechat.jpg) center center no-repeat;
}

#list-contactus .list-tel {
	background-position: -45px 0;
	background: url(../img/popup/tel.jpg) center center no-repeat;
}

#list-contactus .box {
	position: absolute;
	top: 0;
	left: 70px;
	width: 220px;
	display: none;
	font-size: 16px;
}

#list-contactus .box .txt {
	margin-right: 10px;
	background-color: #0751a6;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}

#list-contactus .list-message .box {
	width: 400px;
}

#list-contactus>div:hover .box {
	display: block;
}

#list-contactus p:empty {
	display: none;
}

#list-contactus .list-con-text {
	margin: 5px 0;
}

#list-contactus .box .txt a {
	margin-right: 0;
}

#list-contactus a {
	display: block;
}

#list-contactus a,
#list-contact a:hover {
	color: #FFF;
	text-decoration: none;
}

#list-contactus .box-a {
	display: block;
	height: 45px;
}
#list-contactus img {
	height: auto;
	max-width: 100%;
}





 /* Sticky Popup */
 .popup-content {max-width: 100%;overflow-x: hidden;overflow-y: auto; height: auto;background-color: #ffffff;}

 
 .sticky-popup.right-bottom .popup-header {
		 background: transparent;
		 border: none;
 }
 .sticky-popup.right-bottom .popup-image {
		 width: auto;
 }
 .sticky-popup.right-bottom img {
		 max-width: unset;
		 max-height: unset;
 }
	 .popup-content input, textarea, select {max-width: 100%; font-size: 15px;}
	 input.mn-kalated, input.me-kalated { width:240px !important; height:20px !important; padding:6px 4px !important; margin: 10px 5px 10px !important;}
	 textarea.mg-kalated {width:240px !important; height:60px !important; padding:6px 4px !important; margin: 10px 5px 10px !important;}
	 input[type="submit"], .button, .button:visited {
		 background-color: #29cac5;
		 color: #FFFFFF;
		 margin-bottom: -150px;
 }
 /* Sticky Popup */

/* 

 body
{
    -ms-overflow-style: scrollbar;
} */
.sticky-popup
{
	position: fixed;	
	width: 350px;
	visibility: hidden;	
    z-index: 11;
}
.sticky-popup .popup-header
{   
    padding: 10px 5px 5px 10px;
    border:1px solid #2C5A85;   
    cursor:pointer;
}

.popup-title
{
    color: #ffffff; 
    font-size: 18px;
    font-weight: bold;
}
    
.popup-image 
{
    float: right;
    padding: 0 15px 0 0;
    margin: 0px;
    width:25px;
}

.popup-content input::placeholder,
.popup-content textarea::placeholder {
	color: #666666;
}
.popup-content input,
.popup-content textarea {
	border-radius: 0;
	padding: 10px 5px;
	max-width: 100%;
	background-color: #fefefe;
	font-size: 15px;
	border: 1px solid #cccccc;
	color: #666666;
}
.popup-image img
{
    max-width: 20px;
    max-height: 20px;    
}
.popup-content
{
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y:auto;
    height: 430px;
    background-color: #fefefe;
    border: 1px solid hsl(0, 0%, 92%);
}


.popup-content p
{
    margin: 5px 0 5px 0px;
}
.popup-content-pad
{
    padding: 10px;
}
/*Right Bottom and Left bottom side popup style*/
.right-bottom
{   
    right: 15%;
    bottom: 0;  
}
.left-bottom .popup-header
{
    border-radius: 4px 4px 0 0;
}
.right-bottom .popup-header
{
    border-radius: 4px 4px 0 0;
}
.left-bottom
{   
    left: 2%;
    bottom: 0;  
}
.open_sticky_popup {
    -webkit-transition: bottom .8s;
    -moz-transition: bottom .8s;
    -o-transition: bottom .8s;
    transition: bottom .8s;
}
@-webkit-keyframes popup_content_bounce_in_up{
    0%{opacity:0;-webkit-transform:translateY(2000px)}
    60%{opacity:1;-webkit-transform:translateY(-30px)}
    80%{-webkit-transform:translateY(10px)}
    100%{-webkit-transform:translateY(0)}
}
@-moz-keyframes popup_content_bounce_in_up{
    0%{opacity:0;-moz-transform:translateY(2000px)}
    60%{opacity:1;-moz-transform:translateY(-30px)}
    80%{-moz-transform:translateY(10px)}
    100%{-moz-transform:translateY(0)}
}
@-o-keyframes popup_content_bounce_in_up{
    0%{opacity:0;-o-transform:translateY(2000px)}
    60%{opacity:1;-o-transform:translateY(-30px)}
    80%{-o-transform:translateY(10px)}
    100%{-o-transform:translateY(0)}
}
@keyframes popup_content_bounce_in_up{
    0%{opacity:0;transform:translateY(2000px)}
    60%{opacity:1;transform:translateY(-30px)}
    80%{transform:translateY(10px)}
    100%{transform:translateY(0)}
}
.popup-content-bounce-in-up{    
    -webkit-animation-name:popup_content_bounce_in_up;
    -moz-animation-name:popup_content_bounce_in_up;
    -o-animation-name:popup_content_bounce_in_up;
    animation-name:popup_content_bounce_in_up;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/*Right side popup style*/
.sticky-popup-right
{
    /*top:25%;*/
    right:0;    
}
.sticky-popup-right .popup-header
{
    width: 35px;
    margin-top: 35%;
    float: left;
    height: 160px;
    border-radius: 4px 0 0 4px;
    padding: 0px;  
}
.sticky-popup-right .popup-title
{
    writing-mode:tb-rl;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform: rotate(90deg);
    white-space:nowrap;
    display: block;
    padding:5px;    
}
.sticky-popup-right .popup-image
{
    margin:7px -135px 0 0;
margin-right:-16px\9 !important;
padding-right:15px\9 !important;
    width: 40px;
    padding: 0px;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform: rotate(90deg);
}
.sticky-popup-right .ie10 .popup-image
{
    margin-right:-16px !important;
}
.sticky-popup-right .ie11 .popup-image
{
    margin-right:-16px !important;
}
.sticky-popup-right .popup-content
{    
    width: auto;
}
.open_sticky_popup_right{
    -webkit-transition: right .8s;
    -moz-transition: right .8s;
    -o-transition: right .8s;
    transition: right .8s;
}
@-webkit-keyframes popup_content_bounce_in_right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes popup_content_bounce_in_right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.popup-content-bounce-in-right{ 
    -webkit-animation-name:popup_content_bounce_in_right;
    -moz-animation-name:popup_content_bounce_in_right;
    -o-animation-name:popup_content_bounce_in_right;
    animation-name:popup_content_bounce_in_right;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/*Left side popup style*/
.sticky-popup-left
{
	/*top:25%;*/
	left:0;    
}
.sticky-popup-left .popup-header
{
    width: 40px;
    padding: 0px; 
    margin: 35% 0 0 0;
    float: right;
    height: 160px;
    border-radius: 0 4px 4px 0;    
}
.sticky-popup-left .popup-title
{
    padding:10px;
    writing-mode:tb-rl;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform: rotate(90deg);
    white-space:nowrap;
    display: block;    
}
.sticky-popup-left .popup-image
{
    margin:7px -135px 0 0;
    margin-right:-20px\9 !important;
    padding-right:20px\9 !important;
    width: 40px;
    padding: 0px;    
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform: rotate(90deg);    
}

.sticky-popup-left .ie8 .popup-image
{
    margin-right:-16px !important;
}
.sticky-popup-left .ie9 .popup-image
{
    margin-right:-16px !important;
}
.sticky-popup-left .ie10 .popup-image
{
    margin-right:-16px !important;
}
.sticky-popup-left .ie11 .popup-image
{
    margin-right:-16px !important;
}
.sticky-popup-left .popup-content
{    
    width: auto;
    padding:0px;
    margin:0px;    
}
.open_sticky_popup_left{
    -webkit-transition: left .8s;
    -moz-transition: left .8s;
    -o-transition: left .8s;
    transition: left .8s;
}
@-webkit-keyframes popup_content_bounce_in_right_left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes popup_content_bounce_in_right_left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.popup-content-bounce-in-left {
    -webkit-animation-name:popup_content_bounce_in_right_left;
    -moz-animation-name:popup_content_bounce_in_right_left;
    -o-animation-name:popup_content_bounce_in_right_left;
    animation-name:popup_content_bounce_in_right_left;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/* Top Left and Top Right style */
.top-left .popup-header
{
   border-radius:0 0 4px 4px;
}
.top-right .popup-header
{
   border-radius:0 0 4px 4px;
}
.open_sticky_popup_top {
    -webkit-transition: top .8s;
    -moz-transition: top .8s;
    -o-transition: top .8s;
    transition: top .8s;
}
@-webkit-keyframes popup_content_bounce_in_down{
    0%{opacity:0;-webkit-transform:translateY(2000px)}
    60%{opacity:1;-webkit-transform:translateY(-30px)}
    80%{-webkit-transform:translateY(10px)}
    100%{-webkit-transform:translateY(0)}
}
@-moz-keyframes popup_content_bounce_in_down{
    0%{opacity:0;-moz-transform:translateY(2000px)}
    60%{opacity:1;-moz-transform:translateY(-30px)}
    80%{-moz-transform:translateY(10px)}
    100%{-moz-transform:translateY(0)}
}
@-o-keyframes popup_content_bounce_in_down{
    0%{opacity:0;-o-transform:translateY(2000px)}
    60%{opacity:1;-o-transform:translateY(-30px)}
    80%{-o-transform:translateY(10px)}
    100%{-o-transform:translateY(0)}
}
@keyframes popup_content_bounce_in_down{
    0%{opacity:0;transform:translateY(50px)}
    60%{opacity:1;transform:translateY(-30px)}
    80%{transform:translateY(10px)}
    100%{transform:translateY(0)}
}
.popup-content-bounce-in-down{    
    -webkit-animation-name:popup_content_bounce_in_down;
    -moz-animation-name:popup_content_bounce_in_down;
    -o-animation-name:popup_content_bounce_in_down;
    animation-name:popup_content_bounce_in_down;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.top-left
{
    left: 2%;
}
.top-right
{
    right : 2%;
}
