@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800&subset=latin,vietnamese);

a:hover,a:focus, .btn:focus, .btn:active, .btn-submit:focus{
	outline:none !important;
}
html, body{
	font-family: 'Open Sans', sans-serif;
	height:100%;
}

img{
	max-width:100%;
}
ul{
	margin: 0px;
	padding:0px;
	list-style-type: none;
}
ul:after,
ul:before{
	display:table;
	content:"";
}
ul:after{
	clear:both;
}
.brand {
	display: table-cell;
	vertical-align: middle;
}
.section {
	position: relative;
	padding-top: 105px;
	padding-bottom: 70px;
	overflow: hidden;
}
.main {
	padding-top: 0px;
	padding-bottom: 0px;
	height: 100%;
}
.panels {
	float: left;
	height: 100%;
	position: relative;
	width: 50%;
}
.logo-section {
 	background: #fe315c none repeat scroll 0 0;
 	padding: 40px 0;
 	overflow: hidden;
}
.panels .inner {
	display: table;
	height: 100%;
	text-align: center;
	width: 100%;
}
.brand img {
  	width: 255px;
  	max-width:100%;
}
.service-list ul{
	height: 100%;
}
.service-list ul li{
	height: 33.3334%;
}
.go-next {
	bottom: 0;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	display:none;
}
.go-next a {
	color: #fff;
	display: inline-block;
	font-size: 30px;
	height: 50px;
	width: 50px;
}
.rd-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -105px;
	margin-top: -50px;
	z-index: 10;
}
.rd-btn > a {
	color: #333;
	display: inline-block;
	font-size: 20px;
	min-width: 170px;
	padding: 30px 40px;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 35px;
	position: relative;
	letter-spacing: 1px;
	background: #fff;
	transition: 200ms ease-in 0s;
	-ms-transition: 200ms ease-in 0s;
	-moz-transition: 200ms ease-in 0s;
	-webkit-transition: 200ms ease-in 0s;
}
.rd-btn > a span{
	height: 2px;
	margin:5px auto 0px auto;
	width: 90%;
	background: #000;
	display: block;
	transition: 200ms ease-in 0s;
	-ms-transition: 200ms ease-in 0s;
	-moz-transition: 200ms ease-in 0s;
	-webkit-transition: 200ms ease-in 0s;
}
/*.rd-btn > a:hover{
	background: #000;
	color: #fff;
}
.rd-btn > a:hover span{
	background: #fff;
}*/
.palette-content{
	margin-top: 100px;
}
.service-list .inner{
	position: relative;
	display: block;
	overflow: hidden;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.service-list .inner::after {
	background: rgba(254,49,92,0);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	transition:300ms ease-in 0s;

}
.service-list .inner img {
  transform: scale(1.4);
  transition:300ms ease-in 0s;
  -ms-transition:300ms ease-in 0s;
  -moz-transition:300ms ease-in 0s;
}
.service-list .inner:hover img {
  transform: scale(1.7);
}
.service-list .inner:hover:after {
	background: rgba(254,49,92,0.5);
}
.page-ttl{
	background: #000;
	padding: 25px 0;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 36px;
	font-weight: 300;
	letter-spacing: 1px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.page-ttl span{
	height: 1px;
	width: 190px;
	background:#fff;
	margin: 0px auto;
	display: block;
}

.thepalette{
	text-align: center;
}
.main-canvas{
	transition: 300ms linear 0s;
	-ms-transition: 300ms linear 0s;
	-moz-transition: 300ms linear 0s;
	-webkit-transition: 300ms linear 0s;
	width: 100%;
}
#article1{
	display:block;
}
.main-canvas img{
	width: 100%;
}
.color-palet ul:after,
.color-palet ul:before{
	display: table;
	content: "";
}
.color-palet ul:after{
	clear: both;
}
.color-palet li{
	width: 59px;
	height: 60px;
	float: left;
	cursor: pointer;
	position: relative;
	z-index: 10;
}
.color-palet li:after{
transform: scale(1.1);
}
/*.scale-in{
	z-index: 11 !important;
	animation-duration: 2s;
	transform: scale(1.5);
}*/
.animationClassIn  {
	z-index: 99999 !important;
    animation: customAnimationIn 1s;
    animation-fill-mode: both;
    
    -moz-animation: customAnimationIn 1s;
    -moz-animation-fill-mode: both;
    
    -webkit-animation: customAnimationIn 1s;
    -webkit-animation-fill-mode: both;
    
    -o-animation: customAnimationIn 1s;
    -o-animation-fill-mode: both;
}
.animationClassOut  {
    animation: customAnimationOut 1s;
    animation-fill-mode: both;
    
    -moz-animation: customAnimationOut 1s;
    -moz-animation-fill-mode: both;
    
    -webkit-animation: customAnimationOut 1s;
    -webkit-animation-fill-mode: both;
    
    -o-animation: customAnimationOut 1s;
    -o-animation-fill-mode: both;
}
@-webkit-keyframes customAnimationIn {
    from {
        transform:scale(1);
    }
    to {
        transform: scale(2);
    }
}
@-moz-keyframes customAnimationIn {
    from {
        transform:scale(1);
    }
    to {
        transform: scale(2);
    }
}
@-o-keyframes customAnimationIn {
    from {
        transform:scale(1);
    }
    to {
        transform: scale(2);
    }
}
@keyframes customAnimationIn {
    from {
        transform:scale(1);
    }
    to {
        transform: scale(2);
    }
}
@keyframes customAnimationOut {
    from {
        transform:scale(2);
    }
    to {
        transform: scale(1);
    }
}
@-o-keyframes customAnimationOut {
    from {
        transform:scale(2);
    }
    to {
        transform: scale(1);
    }
}
@-moz-keyframes customAnimationOut {
    from {
        transform:scale(2);
    }
    to {
        transform: scale(1);
    }
}
@-webkit-keyframes customAnimationOut {
    from {
        transform:scale(2);
    }
    to {
        transform: scale(1);
    }
}

.color-palet li span {
	/*background: #fe315c;*/
	
	opacity: 0.4;
    filter: alpha(opacity=40);
	border-radius: 2px;
	height: 30px;
	left: 0px;
	line-height: 30px;
	position: absolute;
	width: 40px;
	font-weight: 600;
	color:#000;
	border:1px solid #000;
	display:none;
	transition: 300ms ease-in 0s;
	-ms-transition: 300ms ease-in 0s;
	-moz-transition: 300ms ease-in 0s;
	-webkit-transition: 300ms ease-in 0s;
	opacity: 0;
	top: 10px;
	font-size: 14px;
	/* text-shadow:0px 1px 0px #444; */
	
}

.color-palet li:hover span{
	opacity: 1;
	display:block;
	left: 10px;
}
.color-palet{
	height: 300px;
	overflow: hidden;
	transition:300ms ease-in 0s;
	-ms-transition:300ms ease-in 0s;
	-moz-transition:300ms ease-in 0s;
	-webkit-transition:300ms ease-in 0s;
}
.open-palet + .view-more-color .fa-angle-double-down:before{
	content:"\f102";
}
.less{
	display:none;
}
.open-palet-wrapper .more{
	display:none;
}
.open-palet-wrapper .less{
	display:block;
}

.color-palet.open-palet {
	overflow-y: auto;
	height:360px;
}
.view-more-color a{
	font-size: 24px;
}
.view-more-color a {
	color: #fe315c;
	display: inline-block;
	font-size: 20px;
	padding: 10px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}
.therusestory{
	background:url(../img/story-bg.png) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
.story-content{
	margin-top: 30px;
}
.story-content p {
	font-size: 16px;
}
.contact-form .form-label-H {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  float: left;
  display: block;
  width: 150px;
  padding-top: 10px;
}
.form-row{
	margin-top: 20px;
}
.form-input{
	overflow: hidden;
}
.form-input .form-control{
	height: 45px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border:1px solid #999;
}
.btn-submit {
	background: #000 none repeat scroll 0 0;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
	padding: 15px 36px;
	text-transform: uppercase;
}
.btn-submit:hover,
.btn-submit:focus{
	color: #fff;
	outline:0 !important;
}
.order-ruse .inner{
	margin-top: 5%;
}
.footer{
	padding: 10px 0;
	background: #000;
	color: #eee;
}
.social-media ul li {
	float: left;
	margin-right: 10px;
}
.social-media ul li a{
	color: #4D4D4D;
	font-size: 36px;
	display: block;
	transition: 300ms ease-in 0s;
	-ms-transition: 300ms ease-in 0s;
	-moz-transition: 300ms ease-in 0s;
	-webkit-transition: 300ms ease-in 0s;
}
.social-media ul li a:hover,
.social-media ul li a:focus{
	color: #999;
}
.copyrights{
	text-align: right;
	font-size: 14px;
	color: #999;
	padding-top: 15px;
}
.custom-select select{
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	outline:none;
}
.custom-select select option{
	outline:none;
}
.custom-select{
	position:relative;
}
.custom-select:after{
	position:absolute;
	background:#fff;
	right:1px;
	top:1px;
	bottom:1px;
	content:"";
	width:40px;
	pointer-events:none;
	outline:none;
}
.custom-select:before{
	content:"\f107";
	font-family:'FontAwesome';
	position:absolute;
	right:5px;
	top:5px;
	color:#fe315c;
	z-index:10;
	font-size:24px;
	pointer-events:none;
	font-weight:bold;
}
.form-control.error, .error {
  	color:#a94442;
}
.form-control.error{
	border:2px solid #a94442;
}
.form-control + .error{
	font-size: 12px;
	margin-top: 5px;
}
.success_msg1{
	color: #3c763d !important;
    margin-bottom: 20px;
    padding: 15px;
	text-align:center;
	font-size:18px;
	font-weight:600;
}
.add-btn{
	height:45px;
	padding:0 10px;
	border-radius:0px;
	
	font-weight:600;
	/* background:#fff;
border:1px solid #999;
	*/
	color:#FFF;
	line-height:45px;	
	text-align:center;
	background-color:#fe315c;
	font-size:14px;
	float:left;
}
.remove-btn{
height:45px;
	padding:0 10px;
	border-radius:0px;	
	font-weight:600;	
	color:#FFF;
	line-height:45px;	
	text-align:center;
	background-color:#fe315c;
	font-size:14px;
	float:right;

}



.add-btn.focus, .add-btn:focus, .add-btn:hover {
	color: #333;
	text-decoration-color: -moz-use-text-color;
	text-decoration-line: none;
	text-decoration-style: solid;
}
.c1{background-color:#D16270;}
.c2{background-color:#CE2370;}
.c3{background-color:#853579}
.c4{background-color:#C0315C}
.c5{background-color:#960925}
.c6{background-color:#761C3B}
.c7{background-color:#A90042}
.c8{background-color:#7C1A32}
.c9{background-color:#D7799B}
.c10{background-color:#A73B54}
.c11{background-color:#B42B5A}
.c13{background-color:#CC1440}
.c14{background-color:#E13158}
.c15{background-color:#F43354}
.c17{background-color:#BF0125}
.c18{background-color:#8D113B}
.c19{background-color:#C5162A}
.c21{background-color:#6B2A5C}
.c22{background-color:#DDDFE8}
.c23{background-color:#D189BC}
.c24{background-color:#A5002E}
.c25{background-color:#A02D40}
.c26{background-color:#B7134A}
.c27{background-color:#D2013E}
.c28{background-color:#FFFF11}
.c29{background-color:#C76BAF}
.c31{background-color:#8E0035}
.c33{background-color:#EF0058}
.c34{background-color:#F76F48}
.c35{background-color:#E83693}
.c36{background-color:#22605B}
.c37{background-color:#072B63}
.c38{background-color:#F50E48}
.c40{background-color:#71383D}
.c41{background-color:#89BC37}
.c42{background-color:#F63880}
.c43{background-color:#BF0151}
.c44{background-color:#F50000}
.c45{background-color:#BA001D}
.c46{background-color:#5C0022}
.c47{background-color:#4893B6}
.c49{background-color:#82484D}
.c50{background-color:#6D4F91}
.c51{background-color:#C60230}
.c52{background-color:#529974}
.c53{background-color:#0F0E1A}
.c54{background-color:#B2002F}
.c55{background-color:#7F224E}
.c56{background-color:#F6412D}
.c57{background-color:#A12568}
.c58{background-color:#F52D78}
.c59{background-color:#F40056}
.c60{background-color:#818186}
.c61{background-color:#7D686B}
.c62{background-color:#E22A48}
.c63{background-color:#E4464D}
.c64{background-color:#941438}
.c65{background-color:#EA6296}
.c66{background-color:#F35077}
.c67{background-color:#ED4E92}
.c68{background-color:#50939A}
.c69{background-color:#CF1653}
.c70{background-color:#7C4A69}
.c71{background-color:#2D3C70}
.c72{background-color:#46346D}
.c73{background-color:#a4535d}
.c74{background-color:#ba7683}
.c75{background-color:#bf7ca2}

.c76{background-color:#b0606c}
.c77{background-color:#a7405c}
.c78{background-color:#4f271d}
.c79{background-color:#2c1a15}






.c80{background-color:#ca93ba}
.c81{background-color:#b4715f}
.c82{background-color:#2e130f}
.c83{background-color:#88180e}
.c84{background-color:#751814}
.c85{background-color:#752423}
.c86{background-color:#a6797e}
.c87{background-color:#c1181d}
.c88{background-color:#aeb2e1}

.p1{background-image:url(../img/p01.png); background-repeat:no-repeat;}
.p2{background-image:url(../img/p02.png); background-repeat:no-repeat;}
.p3{background-image:url(../img/p03.png); background-repeat:no-repeat;}
.p5{background-image:url(../img/p05.jpg); background-repeat:no-repeat;}
.p6{background-image:url(../img/p06.png); background-repeat:no-repeat;}
.p7{background-image:url(../img/p07.png); background-repeat:no-repeat;}
.p10{background-image:url(../img/p10.png); background-repeat:no-repeat;}
.p11{background-image:url(../img/p11.png); background-repeat:no-repeat;}
.p14{background-image:url(../img/p14.png); background-repeat:no-repeat;}
.p15{background-image:url(../img/p15.png); background-repeat:no-repeat;}
.p16{background-image:url(../img/p16.png); background-repeat:no-repeat;}
.p17{background-image:url(../img/p17.png); background-repeat:no-repeat;}
.p18{background-image:url(../img/p18.png); background-repeat:no-repeat;}
.p20{background-image:url(../img/p20.png); background-repeat:no-repeat;}
.p21{background-image:url(../img/p21.png); background-repeat:no-repeat;}
.p22{background-image:url(../img/p22.png); background-repeat:no-repeat;}
.p23{background-image:url(../img/p23.png); background-repeat:no-repeat;}
.p24{background-image:url(../img/p24.png); background-repeat:no-repeat;}
.p25{background-image:url(../img/p25.png); background-repeat:no-repeat;}
.p26{background-image:url(../img/p26.png); background-repeat:no-repeat;}
.p27{background-image:url(../img/p27.png); background-repeat:no-repeat;}

.p29{background-image:url(../img/p29.png); background-repeat:no-repeat;}



.p28{background-image:url(../img/p28.png); background-repeat:no-repeat;}
.p31{background-image:url(../img/p31.png); background-repeat:no-repeat;}

.p32{background-image:url(../img/p32.png); background-repeat:no-repeat;}

.p33{background-image:url(../img/p33.png); background-repeat:no-repeat;}
.p34{background-image:url(../img/p34.png); background-repeat:no-repeat;}
.p35{background-image:url(../img/p35.png); background-repeat:no-repeat;}
.p36{background-image:url(../img/p36.png); background-repeat:no-repeat;}
.p37{background-image:url(../img/p37.png); background-repeat:no-repeat;}
.p38{background-image:url(../img/p38.png); background-repeat:no-repeat;}


.f2{background-color:#d4b69f;}
.f3{background-color:#cd8974;}
.f5{background-color:#c5809d;}

.color-palet ul{margin:0 auto;}
.marquee{margin-bottom: 20px; margin-top: -30px; color: #fe315c; font-size: 17px; font-weight: 600; }	


.modal-header{border-bottom: 0px;}
.modal-footer{text-align: center; border-top: 0px;}
.modal-content{padding: 15px;}
.modal-dialog{margin-top: 20%;}
@media screen and (min-width:768px) and (max-width:1199px){
	.service-list {
  		height: 35% !important;
	}
	.logo-section {
  		height: 65% !important;
	}
}

@media screen and (max-width:1199px){
	.rd-btn > a {
		padding:20px 25px 25px;
	}
	.panels{
		width:100%;
	}
	.logo-section{
		height:75%;
	}
	.service-list{
		height:25%;
	}
	.service-list ul li {
		float: left;
		height: 100%;
		width: 33.3334%;
	}
	.rd-btn{
		margin-left:-87px;
		margin-top:-40px;
	}
	.page-ttl{
		font-size:30px;
	}
	.color-palet li{
		height:60px;
		/*width:150px;*/
	}
	.color-palet{
		height:350px;
	}
	.color-palet.open-palet{
		height:400px;
	}
	.story-content p, .contact-form .form-label-H {
  		font-size: 16px;
	}
	.page-ttl span{
		width:150px;
	}
	.view-more-color a{
		font-size:16px;
	}
	.therusestory{
		background-attachment:scroll;
		background-position:right top;
	}
	.contact-form .form-label-H{
		width:120px;
	}
	.therusestory{background-position: 40% top;}
}
@media screen and (max-width:991px){
	.color-pattern .col-md-7{
		width:50%;
	}
	.padding-zero,.color-pattern .col-md-1{
		padding-left:0;
	}
	.page-ttl {
  		font-size: 24px;
	}
	.main-canvas{
		width:250px;
		margin:0px auto;
	}
	.color-palet li{
		/*width:20%;*/
	}
	.thepalette, .therusestory, .order-ruse {
  		min-height: 0 !important;
	}
	.rd-btn > a{
		font-size:16px;
	}
	.palette-content{
		margin-top:30px;
	}
	.view-more-color a{
		font-size:14px;
	}
	.order-ruse-img{
		width:250px;
		margin:0px auto;
	}
	.story-content p, .contact-form .form-label-H {
  		font-size: 14px;
	}
	.form-input .form-control{
		height:40px;
	}
	.add-btn, .remove-btn{
	height:40px;
	line-height:40px;
	}
	.form-row {
  		margin-top: 10px;
	}
	.btn-submit{
		font-size:14px;
		padding:12px 33px;
	}
	.social-media ul li a {
		color: #4d4d4d;
		font-size: 24px;
	}
	.social-media ul li{
		margin-right:5px;
	}
	.copyrights {
		font-size: 12px;
		padding-top: 8px;
	}
	.therusestory{background-position: right top;}
	.color-qty .custom-quentity{width:115px;}
	.modal-dialog{margin-top: 25%;}
}

@media screen and (max-width:767px){
	.logo-section, .service-list {
  		height: 100%;
	}
	.main{
		height:auto;
	}
	.service-list ul li {
		float: none;
		height: 33.3334%;
		width: 100%;
	}
	.section {
		padding-bottom: 30px;
		padding-top: 85px;
	}
	.main{
		padding:0px;
	}
	.color-pattern{
		margin-bottom:10px;
	}
	.brand img {
  		width: 200px;
	}
	.go-next{
		display:block;
	}
	.submit-row .form-label-H{
		display:none;
	}
	.submit-row{
		text-align:center;
	}
	.add-btn{
		float:right;
	}
	.remove-btn{margin-top:10px;}
	.marquee {margin-bottom: 10px;  margin-top: -20px;}
	.footer .col-sm-6 {
		width: 100%;
		text-align: center;
	}
		.footer  .social-media{
			width:130px;
			margin:0 auto;
		}
	.modal-dialog{
		margin-top: 30%;
	}
}
@media screen and (max-width:480px){
	.rd-btn > a {
		font-size: 14px;
		min-width: 150px;
		padding: 15px;
	}
	.rd-btn {
		margin-left: -75px;
		margin-top: -28px;
	}
	.contact-form .form-label-H {
		font-size: 12px;
		width: 100px;
	}
	.footer .col-sm-6{
		width:100%;
		text-align:center;
	}
	.social-media ul li {
		display: inline-block;
		float: none;
		margin: 2px;
	}
	.btn-submit {
		font-size: 12px;
		padding: 10px 20px;
	}
	.main-canvas {
		width: 180px;
	}
	.fullarticle  ul li{
		width:40px!important;
		height:40px!important;
	}
	.modal-dialog{
		margin-top: 50%;
	}
}

.fullarticle  ul li{
 float: left;
 display: none; height:45px; width:45px; padding-top:12px;
}


.fullarticle  ul li span{
 color:#fff; font-size:11px;
}
