* {
  font-family: "Catamaran", sans-serif;
  padding: 0;
  box-sizing: border-box;  
}

body,
html {
  margin: 0;
}

a {
  font-weight: 300;
  color: inherit;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  outline: none;
}

.note::after {
    background: #1c73a0;
    content: "Extra";
}

.note::after, .note::after {
    position: relative;
    margin: 0 0 0 15px;
    bottom: 3px;
    padding: 1px 3px 0px 3px;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 60%;
    font-weight: 600;
    color: white;
}

.advanced::after {
    background: #1c73a0;
    content: "Advanced";
}

.advanced::after, .advanced::after {
    position: relative;
    margin: 0 0 0 15px;
    bottom: 3px;
    padding: 1px 3px 0px 3px;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 60%;
    font-weight: 600;
    color: white;
}
p {
	line-height: 140%;
	font-weight: 300;
	font-size:14pt;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.white {
  color: #fff;
}

section {
	padding: 100px 0 100px 0;
	position: relative;
	z-index: 1;
}

section.stripe-content:nth-child(odd) {
  background: #f3f9fb;
}

.container {
  width: 1000px;
  margin: 0 auto;
}

.list-link a {
  border-bottom: 1px dotted transparent;
}

a.single-link,
.list-link a.single-link :hover {
  border-bottom: 1px dotted;
  text-decoration:none;
}

a.single-link {  
  margin-left: 10px;
  margin-right: 10px;
  font-size:14pt;
}

a.single-link:first-child {
  margin: 0;
}





a.single-link_vcsd,
.list-link a.single-link_vcsd :hover {
  border-bottom: 1px dotted;
  text-decoration:none;
}

a.single-link_vcsd {  
  margin-left: 10px;
  margin-right: 10px;
  font-size:14pt;
}

a.single-link_vcsd:first-child {
  margin: 0;
}

/*span.note {
 background: #18709e;
    border-radius: 4px;
   
    color: #ffffff;
    
    
    padding-left: 5px;
    padding-right: 5px;
 
    font-size: 14pt;

}*/


a.dark-link,
.dark-link a {
  color: #1c739f;
}

a.dark-link:hover,
.dark-link a:hover {
  color: #000;
}

a.white-link,
.white-link a {
  opacity: 0.75;
}

a.white-link:hover,
.white-link a:hover {
  opacity: 1;
}

.normal-font {
  font-size: 11pt;
}

.small-font {
  font-size: 85%;
}

a span.icon {
  font-size: 80%;
}

a span.icon {
  margin-left: 3px;
}

a span.fa {
  padding-right: 5px;
}

.relative {
  position: relative;
}

div.latest ul li {
    line-height: 135%;
    padding-top: 10px;
    font-weight: 300;
	font-size:14pt;
}

/*------------------ header ----------------------*/

.col-box-top .list-link a {
  margin-right: 20px;
  margin-left: 20px;
  line-height: 200%;
}

.col-box-top .list-link {
  margin-bottom: 20px;
  margin-top: 0;
}





/*------------ button -----------*/

.button-latest {
  display: inline-block;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  line-height: 100%;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-right: 2px;
  margin-bottom: 10px;
  outline: none;
}

.btnt-normal {
  border: 1px solid #b2b2b2;
  background: none;
  color: #3b3b3b;
}

.btnt-normal-white {
  border: 1px solid #fff;
  background: none;
  color: #fff;
}
a.button-latest:hover {
    text-decoration: none;
}
.btnt-normal:hover,
.btnt-normal.btn-active,
.btn-small.btn-active {
  background: #1c739f;
  color: #fff;
  border: 1px solid #1c739f;
}

.btnt-large {
  padding: 10px 30px;
  font-size: 1.2em;
  font-weight: 300;
}

.btnt-full-width {
  display: block;
  text-align: center; 
}

.btnt-medium {
  padding: 7px 15px;
  font-size: 1em;
}

.btn-small {
  padding: 3px 10px;
  font-size: 0.9em;
}

.btnt-large.btn-download i {
  padding-right: 15px;
}

.btnt-large.btn-download.btn-2-line i {
  font-size: 220%;
}

.btnt-large.btn-download.btn-1-line i {
  font-size: 150%;
}

.btn-download {
  /*background: #e2670d;*/
  color: #fff;
  text-align: center;
  border: none;
  
}

.btn-download > * {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  line-height: 110%;
}

.btn-download.btnt-large span {
  font-weight: 400;
  font-size: 75%;
  display: block;
  white-space:nowrap;
}

.btn-download b {
  text-transform: none;
}

.btnt-buynow {
  background: red;
  color: white;
  font-weight: 500;
  line-height: 110%;
  border: 1px solid red;
}

.btnt-buynow:hover {
  background: none;
  color: red;
}

.btnt-buynow i {
  padding-right: 5px;
}

.btn-download.btnt-large b {
  font-size: 110%;
  font-weight: 500;
}

.btn-download.btnt-medium b {
  font-size: 100%;
  font-weight: 500;
}

.btn-download.btnt-medium span {
  font-weight: 400;
  font-size: 80%;
}

.btnt-medium.btn-download i {
  padding-right: 10px;
}

.btnt-medium.btn-download.btn-2-line i {
  font-size: 200%;
}

.btnt-medium.btn-download.btn-1-line i {
  font-size: 110%;
}

.btn-download i {
  float: left;
}

<!-- hieu ung trang guong -->
p.pr_img {

    overflow: hidden;
  
    position: relative;
    margin: 0;
    padding: 0;
    
}
    p.trangguong{
        margin-bottom:10px;
        position: relative;
        overflow: hidden;
        opacity: 0.9;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;

    }
    p.trangguong img{
    }
   p.trangguong:after{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.5);
        content: '';
        -webkit-transition: -webkit-transform 0.6s;
        transition: transform 0.6s;
        -webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
        transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    }
    p.trangguong:hover:after{
        webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
        transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    }
    p.trangguong:hover{
        opacity: 1;
    }
    /*--- end ---*/
.btn-download:before {
  background-color: #16c811;
  content: "";
  position: absolute;
  z-index: -3;
  top: -3px;
  left: -3px;
  padding: 3px;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  transform: scale(0.6, 0.6);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.btn-download:hover:before {
  transform: scale(1, 1);
  opacity: 1;
}

.btn-download:hover {
  background: none;
}


.btn-section {
	clear: both;
	padding: 0;
	text-align: center;
}



.large-title {
	font-size: 30pt;
	font-weight: 100;
	text-align: center;
	margin: 0;
  padding: 0 3%;
}

.non-desc {
	margin-bottom: 50px;
}

.title-desc {
	padding-bottom: 40px;
	text-align: left;
}

/*----------------------- Responsive ------------------*/

@media (max-width: 1024px) {
  p, li, a.single-link {
    font-size: 130%;
  }
  
  h3.vcsg_left {
   font-size: 130%;
  }
  p.lorem {
    font-size: 130%;
}
  .container {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
  
 
 
  .latest .box {
    display: none;
    width: 0;
  }
  
  .latest p.tag {
    left: auto;
    right: 15px;
  }
  
  div.latest div.desc {    
    margin-left: 0;
    width: 100%;
  }
  
  div.btn-section-left {
    text-align: center;
    margin: 0;
    padding: 0;    
    padding-top: 15px;
  }
 
  .latest .button-latest {
    width: 100%;
    display: block;
    padding: 15px 0;
    font-size: 150%;
  }
 
}
 
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col-late {
	display: block;
	float:left;
	margin: 0 0 0 2.2%;
}
.col-late:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }


/*  GRID OF TWELVE  */
.desktop-12 {
  width: 100%;
}

.desktop-11 {
  width: 91.48%;
}

.desktop-10 {
  width: 82.96%;
}

.desktop-9 {
  width: 74.45%;
}

.desktop-8 {
  width: 65.93%;
}

.desktop-7 {
  width: 57.41%;
}

.desktop-6 {
  width: 48.9%;
}

.desktop-5 {
  width: 40.38%;
}

.desktop-4 {
  width: 31.86%;
}

.desktop-3 {
  width: 23.35%;
}

.desktop-2 {
  width: 14.83%;
}

.desktop-1 {
  width: 6.316%;
}

.desktop-6:nth-child(2n+1) {
  margin-bottom: 2%;
  margin-left: 0;
  clear: both;
}


/*----------------------------*/




button-latest {
  background: none;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 0 40px; 
  font-size: 1.1em;
  font-weight: 200;
  color: #fff;
  margin-top: 20px;
  transition: 400ms all ease;
  opacity: 0;
}


button-latest:hover {
  cursor: pointer;
  background: #fff;
  color: #000;
}

@media screen and (max-width: 1024px) {
  div.product-cta h3 {
    font-size: 200%;
  }
  
  div.product-item a.button-latest {
    font-size: 140%;
    padding: 15px 0;
  }
  
  div.product-item div.product-cta {
    margin: 0;
    padding: 0;
    padding-top: 20px;
  }
  
  div.btn-section-left {
    text-align: center;
    margin: 0;
    padding: 0;
    padding-top: 15px;
    width: 30%;
    padding-left: 20px;
	float: left;
}
  

  
}
@media screen and (max-width: 930px) {


}
@media screen and (max-width: 900px) {
  
  button-latest {
    display: none;
  }
p.natural {
    font-size: 130%;
    
}
div.btn-section-left {float:none !important;  width: 99% !important;}
    .btn-full-width2 {
    width: 94%;
    text-align: center;
    font-size: 14pt;
    padding-top: 6px;
    padding-bottom: 6px;
}
  
  div.btn-section-left {float:none !important;}
}

@media screen and (max-width: 1010px) {
  
 

 
    .btn-full-width2 {
    width: 94%;
    text-align: center;
    font-size: 14pt;
    padding-top: 6px;
    padding-bottom: 6px;
}
  
 
}
@media screen and (max-width: 768px) {
  .tablet-12 {
    width: 100%;
  }
  
  .col-late {
    margin-bottom: 2%;
    margin-left: 0;
    clear: both;
    float: none;
  }
}


@media screen and (max-width: 500px) {
div.btn-section-left {float:none !important;}

  
}

@media screen and (max-width: 480px) {
  .vcs .banner-text img{
    width: 40%;
  }


  .mpm .banner-text img{
    width: 30%;
  }
  
  .banner-text h2 {
    font-size: 1.6em;
  }
  
  .banner-text h1 {
   font-size: 3em;
  }
  
  .banner-text p {
    margin-top: 5px;    
  }  
}

@media screen and (max-height: 480px) {
  .banner-text img{
    display: none;
  }
  
  .banner-text h1 {
    font-size: 2.3em;
    font-weight: 400;
  }
  
  .banner-text h2 {
    font-size: 1.6em;    
  }
  
  .banner-text p {
    margin-top: 10px;
  }
}





/*------------- PRODUCT PAGE --------------------*/
/*------------- PRODUCT PAGE --------------------*/
/*------------- PRODUCT PAGE --------------------*/


.section-title h2.lg-title {
  font-size: 21pt;
  font-weight: 300;  
  margin: 0;
  line-height: 90%;
  padding-bottom: 20px;
}
.section-title h1.lg-title {
  font-size: 26pt;
  font-weight: 300;  
  margin: 0;
  line-height: 135%;
  padding-bottom: 20px;
}


.section-title {
  padding-bottom: 40px;
}

.latest {
  border: 1px solid rgba(255,255,255, .1);
  background: rgba(255,255,255, .15);
  position: relative;
}

.latest .box, .latest .desc {
/*  padding: 40px;*/
    padding: 15px;
}

.latest .box {
  width: 22%;
  padding-left: 65px;
  padding-top: 7%;
}

.latest .desc {
  width: auto;
  margin-left: 6%;
}

.latest ul {
  list-style: square;    
  margin-left: 20px;
}



.latest p.date2 {
  margin: 0;
  line-height: 100%;
  padding: 5px 10px;
  background: #bb5117;
  display: inline-block;  
}

.latest h3 {
  font-size: 22pt;
  margin: 0;
  line-height: 100%;
  text-transform: uppercase;
  padding-top: 15px;
}

p.tag {
  position: absolute;
  top: -3px;
  left: 15px;
  width: 70px;
  padding-top: 10px;
  padding-bottom: 5px;
  margin: 0;
  background: #4c4788;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  font-weight: 400;
}

p.tag::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 10px solid #4c4788;
}

.btn-section-left {
  padding-top: 15px;
  padding-left: 20px;
  float:left;
  font-size:14pt;
}

.product-item {
  border: 2px solid #e5e5e5;
  background: #fff;
  position: relative;
  padding: 50px 35px 35px;  
}

.product-item h2.product-name {
  text-transform: uppercase;
  margin: 15px 0;
  line-height: 130%;
  font-weight: 500;
  font-size: 22pt;  
}

.product-item ul{
  list-style: square;
  margin: 0;
  margin-left: 15px;  
  font-size:14pt;
}

.product-item ul li {
  line-height: 135%;
  font-weight: 300;  
  margin-top: 10px;
}

.product-item ul a.single-link {
  margin: 0;
  padding-top: 15px;
  display: inline-block;
}

.product-item h3, .product-item h4 {   
  display: inline-block;
  margin: 0;
}

.product-item h3 {
  font-size: 20pt;
  color: red; 
}

.product-item h4 {  
  color: gray; 
  font-size: 15pt;
  padding-right: 10px;
  font-weight: 300;
  text-decoration: line-through;
  display: none;
}

.product-item .sale h4 {
  display: inline-block;
}

.product-item .product-cta {
  padding: 25px 15% 0 15%;
  text-align: center;
}

.item-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;  
}

.item-align-bottom {
  display: table-cell;
  vertical-align: bottom;  
}

.item-align-top {
  display: table-header-group;
}

.product-item .new-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 60px;
  height: 60px;
  background: red;
  text-align: center;
  border-radius: 60px;  
  z-index: 1;
}

.new-tag p {
  line-height: 60px; 
  margin: 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
}

	 div.product-item div.product-cta-full {
  padding: 40px 0 0 0;
  text-align: center;
}

div.product-item div.product-cta a.button_download i,
div.product-item div.product-cta-full a.button_download i {
  float: none;
  padding: 0;
  padding-right: 3px;
}
a.btn-download_dwn {
    background: #0ab006;
    color: #fff;
    text-align: center;
    border: 1px solid #0ab006 !important;
    font-weight: 500;
    line-height: 110%;
	text-decoration:none;
}

a.btn-large_dwn {
    padding: 10px 30px;
    font-size: 1.4em;
    font-weight: 300;
}

a.button_download {
    display: inline-block;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    line-height: 100%;
    transition: all 0.3s ease-in-out;
    position: relative;
    margin-right: 2px;
    margin-bottom: 10px;
    outline: none;
}
a.btn-download_dwn:hover {
    background: none;
    color: #0ab006;
}	
a.btn-download_dwn:hover:before {
    transform: scale(1, 1);
    opacity: 1;
}

a.btn-download_dwn:before {
    background-color: #f1771d;
    content: "";
    position: absolute;
    z-index: -3;
    top: -3px;
    left: -3px;
    padding: 3px;
    border-radius: 100px;
    width: 100%;
    height: 100%;
    transform: scale(0.6, 0.6);
    transition: all 0.3s ease-in-out;
    opacity: 0;
}


.btn-full-width_download_dwn {
    display: block;
     text-align: center;
}
.fa-3 {
    font-size: 4em;
}