<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#datePicker{
	width: 100%;
		
	line-height: 40px;
	
	position: relative;
	float: left;
	
	margin: 0px;
	padding: 0px;
	
	list-style: none;
	
}


#datePicker li{
	display: inline-block;
	float: left;
	
	height: 40px;
	
}

.datePickerClass{
	width: 150px;
	height: 30px;
}


.filledField{
	  -webkit-transform: translate(-12%, -50%) scale(0.75);
      transform: translate(-12%, -50%) scale(0.75);
	}
	
.fieldError{color: #FF0000 !important;}	




/*NEW CUSTOM*/
.btn-custom2{
	        background-color: #e12444;
    border: 2px solid #e12444;
    color: #ffffff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    letter-spacing: 1px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
}

.btn-custom2:hover, .btn-custom2:focus {
    background-color: transparent;
    border: 2px solid #e12444;
    color: #e12444;
    outline: none;
    }
    
    
.service-item .thumbnail {
    position: relative;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: 0 0;
}

.comapny_logo {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}    

.minh_150 {
    height: 190px;
} 

.tj {
    text-align: justify;
}   

.about_info {
    width: 100%;
    line-height: 1.42857143;
}

.about_info_image {
    margin: 20px 0 20px 0;
}

.about_info_title {
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
    font-weight: bold;
    color: #cc0000;
}

.about_info_divide {
    width: 100%;
    height: 5px;
    border-top: solid 1px #E4E4E4;
}

.about_info_image img {
    width: 100%;
}

.ic_group {
    height: 200px;
    cursor: default;
    background-image: url(../img/ins/ic_group.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: calc(100% - 50%) calc(100% - 63%);
    margin-top: 5px;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*Services*/
.agreement {
    color: #e12444;
    font-weight: bold;
}

.services h3{
    margin-top: 0px;
}
.service-item {
        overflow:hidden;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.minheight{
    min-height: 440px;
}
.service-item .thumbnail {
    position:relative;
    padding:0;
    margin:0;
    border:0;
    border-radius:0;
    box-shadow:none;
    background:0 0
}
.service-item figure {
    margin:0 0 15px;
}
.service-item figure img {
    width:100%;
}
.service-item .thumbnail .caption {
    padding:0;
    overflow:hidden;
}
.service-item .thumbnail .caption a {
    font-size: 17px;
    font-weight: 700;
    color:#2c3e50;
    text-transform:uppercase;
    -webkit-transition:all .25s;
    transition:all .25s
}
.service-item .thumbnail .caption a:hover {
    color:#e12444;
    text-decoration: none;
}
.service-item .thumbnail .caption p {
    margin-top:12px;
}


.compare_table tr td {
	border:1px solid #C7C7C7;
	padding:5px;
}

.compare_table td {
	height:30px;
}



.compare_table_logo {
    text-align: center;
}

.compare_table_logo img {
	height:25px;
}

.compare_table_checked {
	font-size:10px;
	color:#00BB43;
	text-align:center;
}

.compare_table_unchecked {
	font-size:10px;
	color: #C9C9C9;
	text-align:center;
}

.compare_table_price {
	font-size:18px;
	font-family:Arial;
	font-weight:bold;
	color:#00BB43;
	text-align:center;
}

.compare_table_percent {
    font-size: 16px;
    text-align: center;
}

.width_5 {width:5%}
.width_20 {width:20%}



.social li a,
.social li a:hover {
	color: #cc0000;
}


/*Payment Buttons*/
.ptitle{
	text-align: center;
}

.paymentContainer{
	padding-top: 40px;
	position: relative;
}

.paymentContainer a:before{
    position: absolute;
    z-index: 100000;
    left: 52px;
    top: 15px;
	
}
.paymentCrypto:before{content: url('../img/crypto.png');}
.paymentCard:before{content: url('../img/card.png');}

/*Masonry*/

@media (min-width:768px) {

.masonry{
	column-count: 1;
	-moz-column-count: 1;
    -webkit-column-count: 1;	
}
}

@media (min-width:992px) {

.masonry{
	column-count: 2;
	-moz-column-count: 2;
    -webkit-column-count: 2;	
    column-gap: 10px;
	-moz-column-gap: 10px;
    -webkit-column-gap: 10px;	
}

}


.masonry{
	column-count: 2;
	-moz-column-count: 2;
    -webkit-column-count: 2;	
    column-gap: 10px;
	-moz-column-gap: 10px;
    -webkit-column-gap: 10px;
}

}


.masonry .service-item{border: 1px solid #a0a0a0;}

.service-item{
	display: inline-block;
	margin: 5px 2px;

	
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;	
}


/*FAQ*/

.faq_question {
	padding-left:20px;
    padding-right: 20px;
	color:#cc0000;
	font-size:16px;
    font-weight: bold;
    margin-top: 15px;
}



.faq_answer {
	padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    margin-top: 15px;
    text-align: justify;
}

/*2024*/

.welcome {
	text-align: center;
    padding: 20px 0px;
	line-height: 20px;
    
	}

.welcome h2 {
	font-family: inherit;
    font-weight: 500;
    color: inherit;
	font-size: x-large;
    margin-top: 0px;
	}

.welcome p {
	font-family: inherit;
    font-weight: 500;
    color: inherit;

    margin: 0px;
	}

.welcome img {

	height: 150px;
    margin: 10px 0 0 0;
	
	}</pre></body></html>