@charset "utf-8";


    .get {
      background: #1E5B94;
      color: #fff;
      text-align: center;
      padding: 100px 0;
    }

    .get-title {
      font-size: 200%;
      border: 2px solid #fff;
      padding: 20px;
      display: inline-block;
    }

    .get-btn {
      background: #fff;
    }

    .detail {
      background: #fff;
    }

    .detail-h2 {
	text-align: center;
	font-size: 200%;
	margin: 40px 0px 5px 0px;
	letter-spacing: 4px;
	font-weight: 500;
    }

    .detail-h3 {
      color: #1f8dd6;
    }
	
    .detail-h6 {
	text-align: center;
	font-size: 60%;
	margin: 0px 0px 50px 0px;
    }
	
    .detail-split {
	text-transform: uppercase;
    padding-bottom: 10px;
    background: url(../../assets/i/title-hline2.png) no-repeat center bottom;
    margin-bottom: 50px;
    }
	
	
    .detail-p {
      color: #7f8c8d;
    }
	.detail-img,
	.detail-img img{
	height: 100%;
	width: 100%;
    }

    .detail-mb {
      margin-bottom: 50px;
    }

    .hope {
      background: #0bb59b;
      padding: 30px 0;
    }

    .hope-img {
      text-align: center;
    }

    .hope-hr {
      border-color: #149C88;
    }

    .hope-title {
      font-size: 140%;
    }

    .about {
      background: #fff;
      padding: 40px 0;
    }

    .about-color {
      color: #34495e;
    }

    .about-title {
      font-size: 180%;
      padding: 30px 0 50px 0;
      text-align: center;
    }
	
	
    .contact {
	background: #ACAFB5;
	padding: 30px 0;
    }

    .contact-img {
      text-align: center;
    }
	.contact-img,
	.contact-img img{
	height: 100%;
	width: 100%;
    }

    .contact-hr {
      border-color: #149C88;
    }

    .contact-title {
      font-size: 140%;
    }

    .footer p {
	color: #7f8c8d;
	margin: 0;
	padding: 15px 0;
	text-align: center;
	background: #002F21;
	font-size: 12px;
    }
	

 
#preview-img{
	position:absolute;
	border:1px solid rgba(255, 255, 255, 0.9);
	background:rgba(255, 255, 255, 0.9);
	padding:5px;
	display:none;
	color:#fff;
}



.line-dotted-bottom{
	border-bottom: 1px dotted #CCC;
	padding: 0px 0px 10px;

}



i{ font-style:normal}

.admin-content-list {
  border: 0px solid #e9ecf1;
  margin-top: 0;
}

.admin-content-list li {
  border-width: 0 1px;
  margin-left: -1px;
}

.admin-content-list li:first-child {
  border-left: none;
}

.admin-content-list li:last-child {
  border-right: none;
}

.admin-content-table a {
  color: #535353;
}
.admin-content-file {
  margin-bottom: 0;
  color: #666;
}

.admin-content-file p {
  margin: 0 0 5px 0;
  font-size: 1.4rem;
}

.admin-content-file li {
  padding: 10px 0;
}

.admin-content-file li:first-child {
  border-top: none;
}

.admin-content-file li:last-child {
  border-bottom: none;
}

.admin-content-file li .am-progress {
  margin-bottom: 4px;
}

.admin-content-file li .am-progress-bar {
  line-height: 14px;
}

.admin-content-task {
  margin-bottom: 0;
}

.admin-content-task li {
  padding: 5px 0;
  border-color: #eee;
}

.admin-content-task li:first-child {
  border-top: none;
}

.admin-content-task li:last-child {
  border-bottom: none;
}

.admin-task-meta {
  font-size: 1.2rem;
  color: #999;
}

.admin-task-bd {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.admin-content-comment {
  margin-bottom: 0;
}

.admin-content-comment .am-comment-bd {
  font-size: 1.4rem;
}

.admin-content-pagination {
  margin-bottom: 0;
}
.admin-content-pagination li a {
  padding: 4px 8px;
}


	

@media only screen and (min-width: 641px) {
  .admin-sidebar {
    display: block;
    position: static;
    background: none;
  }

  .admin-offcanvas-bar {
    position: static;
    width: auto;
    background: none;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow-y: visible;
    min-height: 100%;
  }
  .admin-offcanvas-bar:after {
    content: none;
  }


}

@media only screen and (max-width: 640px) {
#banner_tabs {
    display:none;
  }
	
	
	
  .admin-sidebar {
    width: inherit;
  }

  .admin-offcanvas-bar {
    background: #f3f3f3;
  }

  .admin-offcanvas-bar:after {
    background: #BABABA;
  }

  .admin-sidebar-list a:hover, .admin-sidebar-list a:active{
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    background: #E4E4E4;
  }

  .admin-content-list li {
    padding: 10px;
    border-width: 1px 0;
    margin-top: -1px;
  }

  .admin-content-list li:first-child {
    border-top: none;
  }

  .admin-content-list li:last-child {
    border-bottom: none;
  }

  .admin-form-text {
    text-align: left !important;
  }
  .web-logo {
	width: 100%;
	text-align: center;
  }
  
  
}


  .web-news {
	width: 100%;

  }
  .web-news a {
	width: 100%;
	border-bottom: 1px dotted #B6B6B6;
	padding: 8px 0px;
  }

.web-user-index {
	position: absolute;
	top: -538px;
	right: 10px;
}

.web-user {
	position: absolute;
	top: 20px;
	right: 0px;
}

.web-user-index a{
	color: #999;
}

	.web-user a{
	color: #999;
    }

  .web-logo {
	padding: 0px;
	margin: 10px 0px;
  }
  .web-logo img {
	height: 60px;
  }
  .web-dm {
	padding: 0px;
	margin: 10px 60px 10px 0px;
  }
  .web-dm img {
	height: 60px;
  }
  .web-text {
	text-indent:2em;
	padding: 3vh 8vw;
  }
  
@media only screen and (max-width: 640px) {
	  
	.web-user {
	position: relative;
	top: 42px;
	right: 0px;
	z-index: 10000;
	width: 240px;
    }
	.web-user a{
	color: #FFF;
    }
	
}


  .card-contour {
	width: 100%;
	height: 120px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	border: 2px solid #FFF;
	padding: 10px;
	margin: 0px 0px 20px;
	color: #FFF;
  }
    .card-contour-1 {
	width: 100%;
	height: 100px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	border: 2px solid #FFF;
	padding: 10px;
	margin: 0px 0px 0px;
	color: #FFF;
  }
  .card-logo {
	position: absolute;
	margin: -8px 0px 0px;
  }
  .card-logo img{
	height: 20px;

  }
  .package-card {
	padding: 0px 1vw 0px 1vw;
	text-align: center;	
  }
  .package-w {
	width: 20% !important;
  }
  .package-card a {
	color: rgba(0, 0, 0, 0.5);
  }
  .package-card a:hover {
	color: rgba(0, 0, 0, 0.8);
  }
  
  .package-backdrop {
	background:url(../../assets/i/card-1.png);  
	filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";  
	-moz-background-size:100% 100%;  
    background-size:100% 100%; 
  }


.tooltips-lights{
	position: relative;
	margin: 0px 0px;
}
.tooltips{

}
.tooltips:hover{

}
.tooltips span{
	z-index: 999999;
	display: none;
	position: absolute;
}
.tooltips:hover span{
	text-align: left;
	display: block;
	position: relative;
	left: 0px;
	width: 100%;
	border: 2px solid #FFF;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 5px 5px 5px 10px;
	color: black;
	top: 100px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
	z-index: 999999;
}



.web-item  {
}


.web-item:hover  {
	background:rgba(0, 0, 0, 0.3);
	-webkit-transition: margin .5s ease-in-out;
	-moz-transition: margin .5s ease-in-out;

}

.web-item:hover .web-tooltip {
	margin: -313px 0 0 -10px;
	-webkit-transition: margin .5s ease-in-out;
	-moz-transition: margin .5s ease-in-out;
	display: block;
	color: #666;
	font-size: 12px;
	text-align: left;
}

.web-tooltip p { font-family: sans-serif;
             font-size:14px;
             font-weight:300;
}

.web-tooltip {
	padding: 10px;
	border-radius: 6px;
	position: absolute;
	margin: 0px 0 0 0px;
	background: rgba(255, 255, 255, 0.95);
	-webkit-transition: margin .5s ease-in-out;
	-moz-transition: margin .5s ease-in-out;
	display: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	width: 25vw;
}


.web-arrow {
    position:absolute;
    margin:9px 0 0 0px;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(255, 255, 255, 0.95);
}
   
@media only screen and (max-width: 640px) {
	  
.web-tooltip {
	width: 100%;
}
.web-item:hover .web-tooltip {
	margin: -360px 0 0 -10px;
}	
}



.coupon-main{
	border: 2px solid #ddd;
	margin: 1vw 3vw;
	padding: 2vh 0vw;
	width: 14vw;
}

.coupon-payment{
	
}
.coupon-payment-QR img{
	width: 18vw;
	border: 1px solid #CCC;
	padding: 10px;
	margin: 20px;
}

@media only screen and (max-width: 640px) {
.coupon-main{
	width: 100%;
	margin: 1vh 3vw;
}
.coupon-payment-QR img{
	width: 50%;

}
}



.flexslider {
	margin: 0px auto 0px;
	position: relative;
	width: 100%;
	height: 420px;
	overflow: hidden;
	zoom: 1;
	top: 0px;
	background-color: #D3EBDE;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
	list-style-type:none;
	
}
.flexslider li {
	list-style-type:none;
	
}
.slides {
	
}
.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../../assets/i/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -20px;
	text-align: center;
	left: -10px;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: url(../../assets/i/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
	width: 100%;
	height: 480px;
	display: block;
}



  .scrollspy-nav {
    top: 0;
    z-index: 100;
    background: #0e90d2;
    width: 100%;
    padding: 0 10px;
  }

  .scrollspy-nav ul {
    margin: 0;
    padding: 0;
  }

  .scrollspy-nav li {
    display: inline-block;
    list-style: none;
  }

  .scrollspy-nav a {
    color: #eee;
    padding: 10px 20px;
    display: inline-block;
  }

  .scrollspy-nav a.am-active {
    color: #fff;
    font-weight: bold;
  }

  .am-panel {
    margin-top: 20px;
  }




.cd-fixed-bg {
 min-height: 100%;
 background-size: cover;
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-position: center center;
}
 
.cd-fixed-bg.cd-bg-1 {
 background-image: url("../../assets/i/cd-background-1.jpg");
}
.cd-fixed-bg.cd-bg-2 {
 background-image: url("../../assets/i/cd-background-2.jpg");
}
.cd-fixed-bg.cd-bg-3 {
 background-image: url("../../assets/i/cd-background-3.png");
}
.cd-fixed-bg.cd-bg-4 {
 background-image: url("../../assets/i/cd-background-4.png");
}
 
.cd-scrolling-bg {
 min-height: 100%;
}



 .web-radius-4 {
border-radius:4px;
}

 .web-radius-6 {
border-radius:6px;
}

 .web-radius-8 {
border-radius:8px;
}

 .web-radius-10 {
border-radius:10px;
}

 .web-radius-25 {
border-radius:25%;
}



.web-font-h2 {
    font-size: 200%;
    letter-spacing: 4px;
    font-weight: 500;
}

.text-uppercase {
	text-transform:uppercase;
}
.web-font-60 {
	font-size: 60px;
	font-weight: 700;
	line-height: 80px;
}
.web-font-50 {
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
}
.web-font-40 {
	font-size: 40px;
	font-weight: 700;
	line-height: 46px;
}
.web-font-35 {
	font-size: 35px;
	font-weight: 700;
	line-height: 40px;
}
.web-font-26 {
	font-size: 26px;
	font-weight: 700;
	line-height: 30px;

}
.web-font-20 {
	font-size: 20px;
	font-weight: 600;
}
.web-font-18 {
	font-size: 18px;
	font-weight: 600;
	line-height: 16px;
}
.web-font-16 {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}
.web-font-14 {
	font-size: 14px;
	line-height: 16px;
}
.web-font-12 {
	font-size: 12px;
	line-height: 14px;
}
.web-font-9 {
	font-size: 9px;
	line-height: 12px;
}

.web-font-sm {
	font-size: 0.5rem;
	line-height: 12px;
}




.web-w-g {
	width: 100%;
	margin-right: -1.5rem;
	margin-left: -1.5rem;
}


.web-w-4-sm {
	width: 40%;
}
.web-w-6-sm {
	width: 60%;
}
.web-w-4-sm,
.web-w-6-sm,
.web-w-1,
.web-w-2,
.web-w-3,
.web-w-4,
.web-w-5,
.web-w-6,
.web-w-7,
.web-w-8,
.web-w-9,
.web-w-10  {
	float: left;
	padding-right: 0rem;
	padding-left: 0rem;
	
}

.web-width-5 {
	width: 50%;
	float: left;
}

.web-w-1 {
	width: 10%;
}
.web-w-2 {
	width: 20%;
}
.web-w-3 {
	width: 30%;
}
.web-w-4 {
	width: 40%;
}
.web-w-5 {
	width: 50%;
}
.web-w-6 {
	width: 60%;
}
.web-w-7 {
	width: 70%;
}
.web-w-8 {
	width: 80%;
}
.web-w-9 {
	width: 90%;
}
.web-w-10 {
	width: 100%;
}

.web-w-3-1 {
	width: 30%;
}
.web-w-4-1 {
	width: 40%;
}
.web-w-5-1 {
	width: 50%;
}
.web-w-6-1 {
	width: 60%;
}
.web-w-7-1 {
	width: 70%;
}

@media only screen and (max-width: 1023px) {
.web-w-1,
.web-w-2,
.web-w-3,
.web-w-4,
.web-w-5,
.web-w-6,
.web-w-7,
.web-w-8,
.web-w-9,
.web-w-10  {
	width: 100%;	
}
}
@media only screen and (min-width: 400px) and (max-width: 1024px) {
}


.web-float{
	z-index: 10000000;
	width: 100px !important;

}






    .web-reel {
        overflow:auto;
    }
    .web-reel div {
    }
	.web-reel::-webkit-scrollbar {
        width:10px;
        height:10px;
    }
    .web-reel::-webkit-scrollbar-button {
		height: 0px;
	    width: 0px;
        background-color:rgba(0, 0, 0, 0.0);
    }
    .web-reel::-webkit-scrollbar-track {
        background:rgba(0, 0, 0, 0.05);
    }
    .web-reel::-webkit-scrollbar-track-piece {
        background:rgba(0, 0, 0, 0.0);
    }
    .web-reel::-webkit-scrollbar-thumb {
        background:rgba(0, 0, 0, 0.2);
        border-radius:0px;
    }
    .web-reel::-webkit-scrollbar-corner {
        background:rgba(0, 0, 0, 0.0);
    }
    .web-reel::-webkit-scrollbar-resizer {
        background:rgba(0, 0, 0, 0.0);
    }
	
@media only screen and (max-width: 768px) {
		#web-reel::-webkit-scrollbar {
        width:5px;
        height:5px;
    }
}	




.float_center{
	margin:0 auto !important; 
}
.float_left{
	float:left !important; 
}
.float_right{
	float:right !important;
}

.align_center{
	text-align: center !important;
}
.align_left{
	text-align: left !important;
}
.align_right{
	text-align: right !important;
}

.align-top-0{
	top: 0 !important;
}
.align-bottom-0{
	bottom: 0 !important;
}



.dynamic-enlarge-x1{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.dynamic-enlarge-x1:hover{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}
.dynamic-enlarge-x2{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.dynamic-enlarge-x2:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.dynamic-enlarge-x3{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.dynamic-enlarge-x3:hover{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.dynamic-enlarge-x4{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.dynamic-enlarge-x4:hover{
	transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-ms-transform: scale(1.4);
}

.dynamic-up{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.dynamic-up:hover{
	transform:translate3d(0,-3px,0);
	-webkit-transform:translate3d(0,-3px,0);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.dynamic-shadow{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.dynamic-shadow:hover{
	transform:translate3d(0,0px,0);
	-webkit-transform:translate3d(0,0px,0);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}


.dynamic-Press{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.dynamic-Press:hover{
	transform: translate3d(0,0px,0);
	-webkit-transform: translate3d(0,0px,0);
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
	background: rgba(0, 0, 0, 0.02);
}







.text-GY{
	color: #999999;
}
.text-GY1{
	color: #E8EAEC;
}

#text-GY{
	color: #444444;
}
#text-GY a:link, #text-GY a:visited {
	color: #666;
}
#text-GY a:hover, #text-GY a:active {
	color: #333;
}



.context-GY{
	background: #EEEFF0;
}
.context-GY1{
	background-color: #D8DADE;
}



.text-BK{
	color: #22242B;
}



.text-BU{
	color: #285e8e;
}

.context-BU{
	background: #4F9FDB;
}




.text-LT_BU{
	color: #46b8da;
}
.context-LT_BU{
	background: #CAE8FD !important;
}



.text-GN{
	color: #4cae4c;
}

.context-GN{
	background: #007E59;
}

.text-GN-1{
	color: #53AE65;
}




.text-OG{
	color: #FF6600;
}

.context-OG{
	background: #FF6600;
	border-color: #FFF;
}



.text-YL{
	color: #FFDF46;
}
.context-YL{
	background: #FBBC2B;
}


.text-TN{
	color: #A8826F;
}
.context-TN{
	background: #A8826F;
}
.context-TN-1{
	background: #EFE4E0 !important;
}




.text-RD{
	color: #D95451;
}
.context-RD,
.context-RD a{
	background: #F17370;
	color: #FFF;
}

.text-RD-1{
	color: #F4404E;
}



.text-PK{
	color: #FF6662;
}
.context-PK{
	background: #FF6662;
}



.context-VI{
	background: #D5394D;

}



.text-WT{
	color: #FFFFFF;
}
.context-WT{
	background: #FFF;
}
.text-a-WT a{
	color: #FFFFFF;
}
.text-a-WT a:hover{
	color: color: rgba(255, 255, 255, 0.7);
}



.text-DKGN{
	color: rgba(0, 0, 0, 0.4);
}
.text-DKGN-1{
	color: rgba(0, 0, 0, 0.6);
}
.text-DKGN1{
	color: rgba(255, 255, 255, 0.4);
}
.text-DKGN2{
	color: rgba(255, 255, 255, 0.7);
}

.text-DKGN a{
	color: rgba(0, 0, 0, 0.4);
}

.context-DKGN{
	background: rgba(0, 0, 0, 0.05);
}
.context-DKGN-1{
	background: rgba(0, 0, 0, 0.1);
}
.context-DKGN-1:hover{
	background: rgba(0, 0, 0, 0.09);
}
.context-DKGN-2{
	background: rgba(255, 255, 255, 0.2);
}

.context-DKGN-2 a{
	background: rgba(255, 255, 255, 0.0);
	
}
.context-DKGN-2 a:hover{
	background: rgba(255, 255, 255, 0.9);
}
.context-DKGN-3 a{
	background: rgba(255, 255, 255, 0.6);
}

.gradient-VI{
  background: -webkit-linear-gradient(135deg, #CC3366, #FE85AC); 
  background: -o-linear-gradient(135deg, #CC3366, #FE85AC); 
  background: -moz-linear-gradient(135deg, #CC3366, #FE85AC); 
  background: linear-gradient(135deg, #CC3366, #FE85AC); 

}



.gradient-BG{
  background: -webkit-linear-gradient(135deg, #258DAE, #6CD8D9); 
  background: -o-linear-gradient(135deg, #258DAE, #6CD8D9); 
  background: -moz-linear-gradient(135deg, #258DAE, #6CD8D9); 
  background: linear-gradient(135deg, #258DAE, #6CD8D9); 

}




.gradient-PR{
  background: -webkit-linear-gradient(135deg, #A26FD0, #E5B2F1); 
  background: -o-linear-gradient(135deg, #A26FD0, #E5B2F1); 
  background: -moz-linear-gradient(135deg, #A26FD0, #E5B2F1); 
  background: linear-gradient(135deg, #A26FD0, #E5B2F1); 

}




.gradient-GY{
  background: -webkit-linear-gradient(135deg, #67A78B, #C6DDB3); 
  background: -o-linear-gradient(135deg, #67A78B, #C6DDB3); 
  background: -moz-linear-gradient(135deg, #67A78B, #C6DDB3); 
  background: linear-gradient(135deg, #67A78B, #C6DDB3); 

}




.gradient-RO{
  background: -webkit-linear-gradient(135deg, #FD736F, #F9D3B3); 
  background: -o-linear-gradient(135deg, #FD736F, #F9D3B3); 
  background: -moz-linear-gradient(135deg, #FD736F, #F9D3B3); 
  background: linear-gradient(135deg, #FD736F, #F9D3B3); 

}










