html, body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
html, body, .container-fluid, .row {
    height:100%;
    background-color: #FF4D80;
}
h1, h2, .play-badge {
    -webkit-animation:animate 1s cubic-bezier(0.2, 0.6, 0.2, 1);
    -moz-animation:animate 1s cubic-bezier(0.2, 0.6, 0.2, 1);
    animation:animate 1s cubic-bezier(0.2, 0.6, 0.2, 1);
    
    -webkit-animation-fill-mode:backwards;
    -moz-animation-fill-mode:backwards;
    animation-fill-mode:backwards;
    
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
h1 {
    letter-spacing: 0.2vh;
    font-size: 7vh;
    font-weight: bolder;
    font-family: glrBold,'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Helvetica, sans-serif, Arial;
    
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
h2 {
    font-size: 2.1vh;
    line-height: 2.7vh;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
h3 {
    font-size: 1.7vh;
    line-height: 1.5vh;
    color: #000000;
    font-weight: bold;
}
a {
    color: #000000;
}
.logo {
    height:56px; 
    width: 56px;
    position:absolute; 
    top: 56px; 
    left: 56px;
}
.full-h {
    height: 100%;
}
.no-padding {
    padding:0px;
}
.col-md-9, .col-md-3 {
    height: 100%;
    padding: 0px;
}
.center-box {
    position: relative;
}
.center-abs {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0px;
    transform: translate(-50%, -50%);
}
.catalogue {
    height: 100%;
    background-image: url(images/catalogue.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 25%;
}
.left-pane {
    padding-left: 56px;
    padding-top: 56px;
    padding-bottom: 56px;
    width: 100%;
    color: white;
}
.pop-text {
    color: #88F3F1;
}
.subtitle-container {
    margin-top: 48px;
}
.play-badge {
    clear: both;
    margin-top: 20px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.promotion-taimienphi {
    clear: both;
    margin-top: 100px;
}
.promotion-container-div {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 12px;
    float: left;
}

@font-face {
    font-family: glrBold;
    src: url(fonts/glr_bold.otf)
}
@font-face {
    font-family: glrThin;
    src: url(fonts/glr_thin.otf)
}