		<style type="text/css">

			.g1-mega {
			font-size: 48px;
			line-height: 1;
		}

		@media only screen and ( min-width: 768px ) {
			.g1-mega {
				font-size: 60px;
				line-height: 1;
			}
		}

		@media only screen and ( min-width: 1025px ) {
			.g1-mega {
				font-size: 72px;
				line-height: 1;
			}
		}

    	a {
    		color: #ff0036;
    		text-decoration: none;
    	}

    	.g1-button {
    		
    		-webkit-box-sizing: border-box;
    		   -moz-box-sizing: border-box;
    		        box-sizing: border-box;
    		padding: 1px 1px;
    		border-width: 2px;

    		border-style: solid;

    		font-size: 15px;
    		font-family: "SpartanMB", sans-serif;
    		font-weight: 700;

    		text-align: center;
    		text-decoration: none;
    		text-transform: uppercase;
    		letter-spacing: normal;

    		border-radius: 4px;

    		border-color: #ff0036;
    		background-color: #ff0036;
    		color: #fff;

    		transition: border-color 0.375s ease-in-out, background-color 0.375s ease-in-out, color 0.375s ease-in-out;
    	}

    	.g1-button-s {
    		border-width: 1px;
    		font-size: 13px;
    		line-height: 16px;
    		padding: 6px 30px;
    	}

    	.g1-button-xl {
    		font-size: 24px;
    		padding: 12px 40px;
    	}

    	.g1-button-simple {
    		border-color: #ff0036;
    		background-color: transparent;
    		color: #ff0036;
    	}

    	.g1-button-simple:hover {
    		border-color: #ff0036;
    		background-color: #ff0036;
    		color: #fff;
    	}



    	.g1-container {
			max-width: 1152px;
			padding: 0 10px;
			margin: 0 auto;
		}

		@media only screen and ( min-width: 769px ) {
			.g1-container {
				padding-left: 20px;
				padding-right: 20px;
			}
		}

		@media only screen and ( min-width: 1025px ) {
			.g1-container {
				padding-left: 30px;
				padding-right: 30px;
			}
		}





    	.g1-header {
    		position: fixed;
    		z-index: 10;
    		top: 0;
    		left: 0;
    		right: 0;

    		background-color: #ff0036;

			background-color: transparent;
			-webkit-transition: 0.25s ease-out;
			transition: 0.25s ease-out;
		}

		.g1-header.darken{
			background-color: rgba(0,0,0, 0.8);
		}

    	.g1-header:after {
    		display: table;
    		display: table;
    		clear: both;
    		content: "";
    	}

    	.g1-header img {
    		display: block;
    		width: auto;
    		max-height: 30px;
    	}

    	.g1-header .g1-button {
    		float: right;
    		margin: 10px 0;

    		border-color: #fff;
    		background-color: #fff;
			color: #000;
			-webkit-transition: 0.25s ease-out;
			transition: 0.25s ease-out;
		}
		.g1-header.darken .g1-button{

    		border-color: #ff0036;
    		background-color: #ff0036;
    		color: #fff;
		}

    	.g1-id {
    		float: left;
    		margin: 10px 0;
    	}

    	.g1-logo {
    		display: block;
    	}

		.g1-top {
			text-align: center;

			background: #ff0036;
			color: #fff;
		}

		.g1-top-center{
			margin-top: 1rem;
			margin-bottom: 5rem
		}

		.g1-top .g1-container {
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			        box-sizing: border-box;

			display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;

			-webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;

			-webkit-justify-content: center;
                      -ms-flex-pack: center;
                    justify-content: center;

			padding-top: 120px;
			padding-bottom: 120px;


			background-image: url(images/cat-front.png);
			background-image: url(images/splash-final-v1.gif);
			background-repeat: no-repeat;
			background-position: center bottom;
			background-size: 107px 120px;
			background-size: 600px 150px;
		}

		@media only screen and ( max-width: 600px ) {
			.g1-top .g1-container {
				background-image: url(images/cat-front.png);
				background-size: 107px 120px;
			}
		}

/*
		@media
			only screen and (-webkit-min-device-pixel-ratio: 1.5),
			only screen and (-o-min-device-pixel-ratio: 3/2),
			only screen and (min--moz-device-pixel-ratio: 1.5),
			only screen and (min-device-pixel-ratio: 1.5) {
				.g1-top .g1-container {
					background-image: url(images/cat-front@2x.png);
				}
			}
*/
		.g1-top h1 {
			color: #fff;
		}

		.g1-top h1 strong {
			display: block;
		}

		.g1-top h1 em {
			display: block;

			font-weight: 300;
			font-style: normal;
		}

		.g1-top .g1-button {
    		margin: 10px 0;

    		border-color: #fff;
    		background-color: #fff;
    		color: #ff0036;
    	}


		.g1-section-demos {
			padding-bottom: 45px;
			text-align: center;

			background: #f6f6f6;
			background: #fff;
		}

		.g1-section-demos-title {
			font-size: 18px;
			font-weight: 600;
			text-transform: uppercase;
			letter-spacing: 0.05em;
		}

		.g1-demo-items {
			margin: 0;
			/*padding: 0 10px;*/
			list-style: none;

			font-size: 0;
			text-align: left;
			margin-bottom: 4%;
		}

		.g1-demo-item {
			display: inline-block;
			box-sizing: border-box;
list-style: none;
			width: 100%;
			padding: 10px;

			font-size: 1rem;

			vertical-align: top;
		}

		@media only screen and ( min-width: 601px ) {
			.g1-demo-item {
				width: 50%;
			}
		}

		@media only screen and ( min-width: 1025px ) {
			.g1-demo-items {
				/*padding-bottom: 20px;*/
				margin-bottom: 50px;
			}

			.g1-demo-item {
				width: 33.333%;
				padding: 15px 20px;
			}
		}




		.g1-demo {
			text-align: center;
		}

		.g1-demo-title {
			padding: 1rem 0;
			margin: 0;
			 text-align: left;
			font-size: 25px;
			font-weight: 400;
			letter-spacing: normal;
		}

		.g1-demo-title > a { color: inherit; font-size: 20px;}
		.g1-demo-title > a:hover { color: #ff0036; }


		.g1-demo-subtitle {
			max-width: 758px;
			margin-left: auto;
			margin-right: auto;

			font-size: 24px;
			font-family: "Roboto", sans-serif;
			font-weight: 300;

			color: #666;
		}


		.g1-demo-image {
			display: block;
			margin: 0 auto;
			overflow: hidden;
			position: relative;

			border-radius: 6px;
			box-shadow: 0 12px 24px rgba(0,0,0,0.1);

			-webkit-transition: 0.25s ease-out;
    		        transition: 0.25s ease-out;
		}


		.g1-demo-image:hover {
		}

		a.g1-demo-image:before {
			display: block;
			position: absolute;
			z-index: 1;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;

			content: "";
			background-color: #000;
			opacity: 0;

			-webkit-transition: opacity .25s ease-in-out;
        	   -moz-transition: opacity .25s ease-in-out;
        		-ms-transition: opacity .25s ease-in-out;
        	     -o-transition: opacity .25s ease-in-out;
        		    transition: opacity .25s ease-in-out;
		}

		a.g1-demo-image:after {
padding: 10px 5px;
			display: block;
			max-width: 364px;
			width: 60%;
			margin: 0 auto;
			position: absolute;
			z-index: 2;
			left: 0;
			right: 0;
			top: 50%;
			font-size: 18px;
			/* font-family: "SpartanMB", sans-serif; */
			font-weight: 700;
			letter-spacing: normal;
			content: "Detail";
			color: #000;
			opacity: 0.0;
			-webkit-transition: opacity .25s ease-in-out;
			-moz-transition: opacity .25s ease-in-out;
			-ms-transition: opacity .25s ease-in-out;
			-o-transition: opacity .25s ease-in-out;
			transition: opacity .25s ease-in-out;
			background: white;
			text-transform: uppercase;
		}

		a.g1-demo-image:hover:before {
			opacity: 0.5;
		}

		a.g1-demo-image:hover:after {
			opacity: 0.99;
		}

		.g1-demo-image img {
			display: block;
			margin: 0 auto;
			width: 100%;
		}



		.g1-demo-image-frame {
			display: block;

			padding-top: 24px;

			position: relative;

			background-color: #e9e9e9;

			-webkit-transition: 0.25s ease-out;
    		        transition: 0.25s ease-out;
		}




		.g1-demo-image-frame:before {
			display: block;
			width: 6px;
			height: 6px;

			position: absolute;
			z-index: 1;
			left: 10px;
			right: auto;
			top: 8px;

			content: "";

			border-radius: 50%;
			/*mau cu box-shadow: 10px 0px 0px #fff, 20px 0px 0px #fff; */
			box-shadow: 10px 0px 0px #FFC107, 20px 0px 0px #4CAF50;

			background-color: #f44336;
		}
		.g1-section-cta {
			text-align: center;

			background-color: #f2f2f2;
		}



		.g1-section-cta .g1-button {
			max-width: 100%;
			width: 364px;
		}
		.g1-section-cta .g1-container {
			padding-top: 120px;
			padding-bottom: 150px;
		}


		.g1-section-main-demo{
			text-align:center;
			background:#f2f2f2;
			padding-top: 55px;
			font-size:0px;
		}

		.g1-section-header {
			margin-bottom: 15px;

			font-size: 30px;
			line-height: 30px;
			letter-spacing: 0.1em;
			text-transform: uppercase;
		}

		.g1-section-desc{
			color:#999999;
			font-size:18px;
			margin-bottom:35px;
			margin-top:0px;
			font-weight: normal;
			font-family: "SpartanMB", sans-serif;
		}

		.g1-section-demos .g1-section-desc{
			margin-bottom:55px;
		}


		.g1-section-main-demo .g1-demo-image{
			display:inline-block;
			border-radius:32px 32px 0px 0px;
			box-shadow:none;
			transform: none;
			margin-left:10px;
    		margin-right:10px;
		}

		.g1-section-main-demo .g1-demo-image:before{
			border-radius:32px 32px 0px 0px;
		}

		.g1-section-main-demo .g1-button{
			margin-bottom: 45px;
			padding: 12px 42px;
		}

		.g1-button-main-demo{
			margin-bottom: 100px;
			padding:20px 110px;
			font-weight:bold;
			font-size:14px;
			letter-spacing:+0.05em;
			box-shadow: 0px 20px 40px 0px rgba(255, 0, 54, 0.33);
			margin-left:10px;
    		margin-right:10px;
		}
		@media only screen and ( max-width: 500px ) {
			.g1-button-main-demo{
				padding:20px 0;
				width:calc(100% - 20px);
			}
			.g1-section-main-demo .g1-demo-image{
				border-radius: 16px 16px 0px 0px;
			}
		}
		.rh-star-ajax {
    display: inline-block;
}
.user-rate {
    overflow: hidden;
    display: inline-block;
    margin-left: 10px;
    float: none;
    vertical-align: middle;
}
.single .rh-star-ajax .title_star_ajax {
    font-size: 14px;
    color: #111111;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}
.rh-star-ajax .stars-rate-ajax-type .starrate.active {
    color: #ff4136;
}
article p{
	    margin: 0 0 0px 0;
}

/*tabschinh lai Anhtai*/
.wpsm-tabs ul.ui-tabs-nav {
   border-bottom: none !important;
    background: #e2e2e2 !important;
}
.wpsm-tabs ul.ui-tabs-nav .ui-state-active a {
    background: #009688;
    height: 40px;
    position: relative;
    margin: 0;
    color: #fff !important;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 0px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    font-weight: bold;
    border-top: none;
    border-bottom: none;
}
.wpsm-tabs ul.ui-tabs-nav li a {
    display: block;
    text-decoration: none;
    width: auto;
    height: 39px;
    padding: 0px 20px;
    line-height: 40px;
    border: none;
    margin: 0;
    background-color: #e2e2e2;
    font-size: 1em;
    color: #444;
    outline: none;
    transition: none;
    float: none !important;
}
.wpsm-tabs .tab-content {
    background: #f6f6f6;
    padding: 20px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.wpsm-tabs ul.ui-tabs-nav .ui-state-active a:hover {
    background: #009688;
}
#wpsm-tab-theme-description h2 {
    font-size: 17px;
}
.tab-content ul {
    margin: 10px 0;
}
.tab-content ul li {
    margin: 5px;
    margin-left: 25px;
}
.tab-content .wpsm_inside_scorebox {
    background: none;
}

.tab-content .wpsm_score_box {
    background: none;
    border: none;
}
.sidebar{
	
    position: -webkit-sticky;
    position: sticky;
    top: 0;

}
.btn-readmore {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    color: #88ced0;
    display: inline-block;
    padding: 13px 65px 13px 30px;
    border: 2px solid #88ced0;
    border-radius: 40px;
    line-height: 1.3;
    position: relative;
    text-transform: capitalize;
    box-shadow: 0 0 0 transparent;
}
.btn-readmore:after {
    content: "\2794";
    background: #88ced0;
    color: #fff;
    width: 35px;
    height: 35px;
    position: absolute;
    text-align: center;
    line-height: 35px;
    border-radius: 100%;
    font-weight: 400;
    top: 50%;
    right: 8px;
    font-size: 14px;
    box-shadow: 0 5px 10px rgba(136, 206, 208, 0.25);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.btn-readmore:hover:after {
    background: rgba(255,255,255,0.2);
    color: #fff;
}
a.btn-readmore:hover {
    background: #88ced0;
    color: #fff;
    box-shadow: 0 20px 40px rgba(0,0,0,0.16);
}

		</style>