.Content1200 {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


.Foot1 {
    height: 30px;
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
    font-family: 'Dense-Regular';
    color: rgba(255,255,255,0.5);
    font-size: 18px;
    padding-top: 3px;
}

.MainLogoHp {
    padding-left: 40px;
    position: relative;
}


.MainLogo {
    /*padding-left: 40px;*/
    position: relative;
}

.MenuStripe {
    position: absolute;
    right: 15px;
    top: 20px;
    background-image: url(../../images/Menu.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 22px;
    cursor: pointer;
}


.marginContainer {
    margin-top: 40px;
}

.zindex10000 {
    z-index: 10;
    position: relative;
}


.BtnMore {
    background-color: #A1216A;
    color: #FFFFFF;
    font-size: 19px;
    font-family: 'Dense-Regular';
    height: 34px;
    line-height: 34px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 4px;
    cursor: pointer;
}


.BtnMorePk {
    background-color: #A1216A;
    color: #FFFFFF;
    font-size: 19px;
    font-family: 'Dense-Regular';
    height: 34px;
    line-height: 34px;
    padding-left: 37px;
    padding-right: 16px;
    border-radius: 4px;
    background-image: url(../../images/More.png);
    background-position: 10px center;
    cursor: pointer;
}

.BtnMorePkDown {
    background-color: #A1216A;
    color: #FFFFFF;
    font-size: 19px;
    font-family: 'Dense-Regular';
    height: 34px;
    line-height: 34px;
    padding-left: 37px;
    padding-right: 16px;
    border-radius: 4px;
    background-image: url(../../images/ArrowDown.png);
    background-position: 10px bottom;
    cursor: pointer;
    text-transform: uppercase;
}

    .BtnMorePkDown:hover {
        background-position: 10px top;
    }


.MoreBtnHover:hover {
    background-position: 83px center;
    padding-left: 17px;
    padding-right: 36px;
}



.MorePulse {
    width: 20px;
    height: 20px;
    background-color: #000000;
    position: relative;
    -webkit-animation: cd-pulse 2s infinite;
    -moz-animation: cd-pulse 2s infinite;
    animation: cd-pulse 2s infinite;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
    background-image: url(../../images/plus.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1000;
}

.MoreDataPulse {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    width: 0px;
    height: 0px;
    background-color: #8A206B;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-top: 0px;
    margin-left: 0px;
    color: #ffffff;
    font-family: 'Dense-Regular';
    overflow: hidden;
    font-size: 22px;
}


.MoreContent {
    line-height: 20px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 35px;
    vertical-align: middle;
    width: 90px;
    opacity: 0;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    -webkit-transition-delay: 0s; /* Safari */
    transition-delay: 0s;
}



.MorePulse:hover .MoreDataPulse {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-left: -60px;
    -webkit-animation: cd-pulse2 2s infinite;
    -moz-animation: cd-pulse2 2s infinite;
    animation: cd-pulse2 2s infinite;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
    font-size: 22px;
}


.MorePulse:hover .MoreContent {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 120px;
    -webkit-transition-delay: 0.5s; /* Safari */
    transition-delay: 0.5s;
}


@-webkit-keyframes cd-pulse {
    0% {
        box-shadow: 0 0 0 0 #000000;
    }

    100% {
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
    }
}

@-moz-keyframes cd-pulse {
    0% {
        box-shadow: 0 0 0 0 #000000;
    }

    100% {
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
    }
}

@keyframes cd-pulse {
    0% {
        box-shadow: 0 0 0 0 #000000;
    }

    100% {
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
    }
}





@-webkit-keyframes cd-pulse2 {
    0% {
        box-shadow: 0 0 0 0 #8A206B;
    }

    100% {
        box-shadow: 0 0 0 10px rgba(138,32,107,0);
    }
}

@-moz-keyframes cd-pulse2 {
    0% {
        box-shadow: 0 0 0 0 #8A206B;
    }

    100% {
        box-shadow: 0 0 0 10px rgba(138,32,107,0);
    }
}

@keyframes cd-pulse2 {
    0% {
        box-shadow: 0 0 0 0 #8A206B;
    }

    100% {
        box-shadow: 0 0 0 10px rgba(138,32,107,0);
    }
}


/* Mobile Menu */

.u-transitionEaseInOut {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.u-transitionEaseInOut2 {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.MobileMenu {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: transparent;
    z-index: 10000;
    left: 100vw;
}

.MobileMenuOpened {
    left: 0;
}

.width48Perc {
    width: 48%;
    height: 100vh;
}

.width52Perc {
    width: 52%;
    height: 100vh;
}

.PinkBG {
    background-color: #A52067;
    height: 100vh;
    left: 50%;
    background-image: url(../../images/Logo1.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.whiteBG {
    background-color: #ffffff;
    height: 100vh;
    z-index: 1;
}

.Left0M {
    left: 0;
}

.closeMenu {
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url(../../images/close.png);
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
    top: 0;
    z-index: 1;
}

.MenuContainer {
    position: relative;
    width: 100%;
    height: 100vh;
    display: table;
}

.ulMenu {
    display: table-cell;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 100%;
    text-align: right;
    padding-right: 42px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333333;
    font-size: 36px;
    font-family: 'Dense-Regular';
    text-transform: uppercase;
    line-height: 40px;
}

.socialItem {
    margin-right: 7px;
}

.socialIcons {
    position: absolute;
    right: 80px;
    top: 17px;
}

.socialIconsMenu {
    position: absolute;
    right: 34px;
    bottom: 17px;
}

.MyFooter {
    height: 60px;
    background-color: rgba(0,42,56,0.9);
    position: absolute;
    bottom: 30px;
    width: 100%;
    overflow: hidden;
}


.u-padding10 {
    padding: 0 10px;
}

.FooterItem {
    color: #FFFFFF;
    font-size: 22px;
    padding: 0 12px;
    line-height: 28px;
    font-family: 'Dense-Regular';
    margin: 16px 48px 16px 0;
    opacity: 0.8;
}

    .FooterItem:hover {
        opacity: 1;
    }

.FooterItemSelected {
    opacity: 1;
    font-weight: bold;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.LogoMain1{
    opacity:1;
}
.LogoMain2{
    opacity:0;
}
.LogoPosition {
    left: 10px;
    position: relative;
    width:65px;
}

.LogoPosition:hover .LogoMain1{
    opacity:0;
}
.LogoPosition:hover .LogoMain2{
    opacity:1;
}

.Mypagging .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #151515;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Dense-Regular';
    text-align: center;
    margin-right: 4px;
    opacity: 1;
    position: relative;
    top: -5px;
}

.Mypagging .swiper-pagination-bullet-active {
    background-color: #FFFFFF;
    color: #151515;
}



@media all and (max-width: 800px) {
    .width48Perc {
        width: 75%;
    }

    .width52Perc {
        width: 25%;
    }
}

@media all and (max-width: 768px) {

    .FooterItem {
        font-size: 18px;
        margin: 16px 16px 16px 0;
        padding: 0 12px;
    }
}


@media all and (max-width: 480px) {
    .width48Perc {
        width: 100%;
    }

    .width52Perc {
        width: 0%;
    }

    .LogoMain {
        width: 65px;
    }

    .marginContainer {
        margin-top: 100px;
    }

    .FooterItem {
        margin: 16px 0;
    }

    
.ulMenu { 
    font-size: 28px; 
    line-height: 33px;
}

}

@media all and (max-width: 400px) {
    .width48Perc {
        width: 100%;
    }

    .width52Perc {
        width: 0%;
    }
}

/* End Mobile Menu */


.AbsoPlay {
    background-image:url(../../images/play-button.png);
    width:32px;
    height:32px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top :-16px;
    margin-left : -16px;
}