








/* ########## FONTS ########## */
@font-face {
    font-family: 'PSLxOmyim Bold';
    src: url('../fonts/PSLxOmyim Bold.eot');
    src: url('../fonts/PSLxOmyim Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PSLxOmyim Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
  
@font-face {
    font-family: 'PSLxOmyim-Bold';
    src: url('../fonts/PSLxOmyim-Bold.svg#PSLxOmyim-Bold') format('svg'),
         url('../fonts/PSLxOmyim-Bold.ttf') format('truetype'),
         url('../fonts/PSLxOmyim-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PSLOmyim';
    src: url('../fonts/PSLOmyim.svg#PSLOmyim') format('svg'),
         url('../fonts/PSLOmyim.ttf') format('truetype'),
         url('../fonts/PSLOmyim.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'psl114';
    src: url('../fonts/psl114.eot');
    src: url('../fonts/psl114.eot?#iefix') format('embedded-opentype'),
         url('../fonts/psl114.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }














.icon-right {
    position: fixed;
    top: 40%;
    right: 40px;
    margin-top: -50px;
    z-index: 100000;
}

.icon-right ul li {
    margin-bottom: 20px;
}

.icon-right ul li a img {
    width: 70px;
    transition: transform .5s, filter 1.5s ease-in-out;
}

.icon-right ul li a:hover img {
    transform: scale(1.1);
}
  
  



.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


/* ########## HEADER ########## */
.main-logo {
    text-align: center;
}

.grad1 {
    background-color: #fff; /* For browsers that do not support gradients */
    background-image: linear-gradient(#fff, #f1f8fb);
  }

.main-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#myInput {
    background-image: url('../images/dg/search.svg');
    background-position: right 15px bottom 10px;
    background-repeat: no-repeat;
    background-size: 15px;
    width: 300px;
    font-size: 16px;
    padding: 3px 15px;
    border: none;
}

.top-search-wrap {
    text-align: right;
}
.top-search-wrap input {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 24px !important;
    color: #fff;
}
.top-search-wrap input::placeholder {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 21px;
    color: #fff;
}
  
.top-search {
    background-color: #e0115f;
    border-radius: 50px;
}

.top-right-btn a {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 21px;
    background-color: #e0115f;
    padding: 5px 15px;
    border-radius: 50px;
    color: #fff;
}

.top-right-btn a:hover {
    background-color: #bf0d50;
}

.top-right-btn a img {
    width: 15px;
}

.primary-menu.style-ecommerce .menu-container > .menu-item.current > .menu-link::after {
    width: 100%;
    left: 0;
}

.primary-menu.style-ecommerce .menu-container > .menu-item:hover > .menu-link::after, .primary-menu.style-ecommerce .menu-container > .menu-item.current > .menu-link::after {
    width: 100%;
    left: 0;
}

.primary-menu.style-ecommerce .menu-container > .menu-item > .menu-link::after {
    position: absolute;
    content: '';
    top: auto;
    left: 50%;
    bottom: 0;
    width: 0px;
    height: 3px;
    background-color: #ff0860;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}











/* ########## HOMEPAGE ########## */
.section {
    position: relative;
}

.slick-slide img {
    max-width: 100%;
}

.section-title h1 {
    font-family: 'PSLxOmyim ' , 'PSLxOmyim-Bold';
    font-size: 60px;
    font-weight: normal;
    color: #fff;
}

.section-title p {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 30px;
    color: #fff;
    line-height: 34px;
}

.text-pink {
    color: #e0115f !important;
}

.text-dark-gray {
    color: #444 !important;
}

.bg-pink {
    background-color: #e0115f;
}

.pdb-0 {
    padding-bottom: 0 !important;
}

.benefit-item {
    padding: 0 50px;
    text-align: center;
}

.benefit-item img {
    display: inline;
}

.benefit-item h3 {
    font-family: 'PSLxOmyim Bold' , 'PSLxOmyim-Bold';
    font-size: 30px;
    font-weight: normal;
    color: #fff;
}

.slick-dots {
    text-align: center;
}

.slick-dots li button {
    background-color: transparent;
    border: 3px solid #fff;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50px;
}

.promotion-item .content img {
    max-width: 100%;
}

.knowledge-item .thumbnail {
    overflow: hidden;
    margin-bottom: 30px;
}

.knowledge-item .thumbnail img {
    max-width: 100%;
}

.knowledge-item .content-info h3 {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 30px;
    color: #d3aa49;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.knowledge-item .content-info p {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 24px;
    color: #444;
}

/* Colorize-zoom Container */
.knowledge-item .thumbnail img {
    transition: transform .5s, filter 1.5s ease-in-out;
  }
  
/* The Transformation */
.knowledge-item a:hover .thumbnail img {
    transform: scale(1.1);
}

.knowledge-item a:hover h3 {
    color: #b48b29;
}

.promotion-item .content-info h3 {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 30px;
    color: #d3aa49;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.promotion-item .content-info p {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 24px;
    color: #444;
}

.buttons a {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 30px;
    width: auto;
    border: none;
    background-color: #bfbfbf;
    color: #ffffff;
    text-transform: uppercase;
    padding: 18px 40px;
    border-radius: 50px;
    font-weight: normal;
}

.buttons a:hover {
    background-color: #e0115f;
}

.buttons-pink a {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 30px;
    width: auto;
    border: none;
    background-color: #e0115f;
    color: #ffffff;
    text-transform: uppercase;
    padding: 18px 40px;
    border-radius: 50px;
    font-weight: normal;
}

.buttons-pink a:hover {
    background-color: #ff0860;
}

.member-register img {
    max-width: 100%;
}

.footer-contact {
    padding-right: 80px;
}

.footer-contact .footer-logo img {
    max-width: 100%;
}

.footer-contact h4 {
    font-family: 'PSLxOmyim Bold' , 'PSLxOmyim-Bold';
    font-size: 24px;
    font-weight: normal;
    color: #444;
}

.footer-contact p {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 21px;
    font-weight: normal;
    color: #444;
}

.footer-menu-big {
    font-family: 'PSLxOmyim Bold' , 'PSLxOmyim-Bold' !important;
    font-size: 24px !important;
}

.footer-menu ul li {
    margin-bottom: 15px;
}

.footer-menu ul li a {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 21px;
    font-weight: normal;
    color: #e0115f;
}

.footer-menu ul li a:hover {
    color: #ff0860;
}

.contact-phone p {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 21px;
    font-weight: normal;
    color: #e0115f;
    margin-bottom: 0;
}

.contact-phone a {
    font-family: 'PSLxOmyim Bold' , 'PSLxOmyim-Bold' !important;
    font-size: 24px !important;
    font-weight: normal;
    color: #e0115f;
}

.contact-phone a:hover {
    color: #ff0860;
}

.footer-social {
    text-align: right;
}

.footer-social ul {
    display: inline-flex;
}

.footer-social ul li {
    margin-right: 30px;
}

.footer-social ul li a {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 18px;
    font-weight: normal;
    color: #444;
}

.footer-social img {
    width: 30px;
}

.bg-copyright {
    background-image: url(../images/dg/footer_bg.png);
}

.copyright-left p {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 18px;
    font-weight: normal;
    color: #444;
}

.copyright-right {
    text-align: right;
}

.copyright-right a {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 18px;
    font-weight: normal;
    color: #444;
}

.copyright-right a:first-child {
    margin-right: 30px;
}

.call-center a {
    display: inline-flex;
}

.call-center a .icon-phone img {
    width: 50px;
    margin-right: 10px;
}

.call-center a .customer-care img {
    width: 90px;
}

.call-center a {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 28px;
    font-weight: normal;
    color: #d3aa49;
    /*float: right;*/
    margin-top: 10px;
    margin-bottom: 20px;
    /*margin-right: 240px;*/
}









/* ########## MEMBER REGISTER ########## */
.page-banner-content h1 {
    font-family: 'PSLxOmyim Bold' , 'PSLxOmyim-Bold';
    font-size: 60px;
    font-weight: normal;
    line-height: 1;
    color: #e0115f;
}

.register-form input {
    display: block;
    width: 100%;
    height: 44px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #cccccc;
    color: #333333;
    margin-top: 20px;
}

.register-intro p {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 24px;
    font-weight: normal;
    color: #666;
}

.register-wrap {
    margin-bottom: 60px;
}

.register-wrap h1 {
    font-family: 'PSLxOmyim Bold' , 'PSLxOmyim-Bold';
    font-size: 60px;
    font-weight: normal;
    color: #e0115f;
}

[type="date"] {
    background:#fff url(../images/dg/icon-carlendar.png)  100% 50% no-repeat ;
}
[type="date"]::-webkit-inner-spin-button {
    display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}




.banner-desktop {
        display: block;
    }
    
.banner-mobile {
    display: none;
}




/* ########## MEMBER LOGIN ########## */
.member-login-logo {
    text-align: center;
    margin-bottom: 30px;
}
.member-login-logo img {
    max-width: 100%;
}

.full-btn a {
    width: 100%;
}

.login-or {
    text-align: center;
    margin: 30px 0;
}

.login-or p {
    font-family: 'PSLxOmyim Bold' , 'PSLxOmyim-Bold';
    font-size: 30px;
    font-weight: normal;
    color: #e0115f;
}

.login-facebook a {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 24px;
    width: auto;
    border: none;
    background-color: #587cb8;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 40px;
    border-radius: 50px;
    font-weight: normal;
    width: 100%;
    text-align: center;
}

.login-facebook a:hover {
    background-color: #3b5998;
}

.login-google a {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 24px;
    width: auto;
    border: none;
    background-color: #fc7468;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 40px;
    border-radius: 50px;
    font-weight: normal;
    width: 100%;
    text-align: center;
}

.login-google a:hover {
    background-color: #db4a39;
}

.login-bottom-row {
    margin-top: 30px;
}

.login-forget a {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 21px;
    font-weight: normal;
    color: #666;
    text-decoration: underline;
}

.login-new {
    text-align: right;
}

.login-new a {
    font-family: 'PSLxOmyim Bold' , 'PSLxOmyim-Bold';
    font-size: 21px;
    font-weight: normal;
    color: #666;
    text-decoration: underline;
}

.form-ajax h1 span {
    font-size: 30px;
    color: #666;
}









/* ########## MEMBER PRIVILEDGE ########## */
.page-banner-register img {
    width: 400px;
}

.section-header {
    margin-bottom: 30px;
}

.section-header h1 {
    font-family: 'PSLxOmyim Bold' , 'PSLxOmyim-Bold';
    font-size: 60px;
    font-weight: normal;
    color: #e0115f;
}

.dg-family-box {
    text-align: center;
}

.dg-family-box h3 {
    font-family: 'PSLxOmyim Bold' , 'PSLxOmyim-Bold';
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    color: #e0115f;
}

.dg-family-box p {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 21px;
    font-weight: normal;
    line-height: 1;
    color: #666;
}

.dg-family-condition h2 {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 36px;
    font-weight: normal;
    color: #666;
    line-height: 1;
}

.dg-family-condition ul {
    list-style: disc;
    margin-left: 25px;
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 21px;
    font-weight: normal;
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-weight: 400;
    color: #888;
    margin: 10
    padding-top: 5px;
    padding-bottom: 20px;;
}

.dg-family-condition ul li {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 21px;
    font-weight: normal;
    color: #666;
}










/* ########## MEMBER ACCOUNT ########## */

.member-tab-nav a {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}

.member-tab-nav a img {
    width: 35px;
}

.member-tab-nav a.active {
    color: #e0115f;
}

.member-account-header {
    border-bottom: 2px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.member-account-header h2 {
    position: relative;
    font-family: 'PSLxOmyim Bold' , 'PSLxOmyim-Bold';
    font-size: 36px;
    font-weight: normal;
    line-height: 1;
    color: #e0115f;
}

.member-account-detail {
    position: relative;
    border-bottom: 2px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
}

.member-account-detail h2 {
    position: relative;
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 26px;
    font-weight: normal;
    color: #b89671;
}

.member-account-detail p {
    position: relative;
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 21px;
    font-weight: normal;
    color: #888;
    margin-bottom: 5px;
}

.member-account-edit a {
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 2;
}

.member-account-edit a img {
    width: 20px;
}

.account-score {
    text-align: center;
    margin-top: 50px;
}

.account-score h1 {
    position: relative;
    font-family: 'PSLxOmyim Bold' , 'PSLxOmyim-Bold';
    font-size: 200px;
    font-weight: normal;
    color: #e0115f;
    line-height: 70px;
    margin-bottom: 30px;
}

.account-score h3 {
    position: relative;
    font-family: 'PSLxOmyim Bold' , 'PSLxOmyim-Bold';
    font-size: 24px;
    font-weight: normal;
    color: #b89671;
}

.account-score h2 {
    position: relative;
    font-family: 'PSLxOmyim Bold' , 'PSLxOmyim-Bold';
    font-size: 40px;
    font-weight: normal;
    color: #888;
    margin-bottom: 20px;
}

.account-score p {
    position: relative;
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 21px;
    font-weight: normal;
    color: #888;
}

.account-score p>span {
    color: #e0115f;
    text-decoration: underline;
}

.sendbill-info p {
    position: relative;
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 21px;
    font-weight: normal;
    color: #888;
}

.upload-file form {
    position: relative;
    margin-top: 50px;
    width: 100%;
    height: 200px;
    border-radius: 10px;
    background-color: #ececed;
    text-align: center;
}

.upload-file form input{
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    left: 0;
}

.upload-file form img {
    max-width: 100%;
    margin-top: 40px;
}

.upload-file form h1{
    font-family: 'PSLxOmyim Bold' , 'PSLxOmyim-Bold';
    font-size: 40px;
    color: #e0115f;
    margin-bottom: 0;
}

.upload-file form p{
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 21px;
    color: #888;
}



.single-blog .content .desc p {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 24px !important;
}

.single-blog .content .desc h3 {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 30px;
    color: #e0115f !important;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-blog .content .desc h2 {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 40px;
    color: #e0115f !important;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


/* ########## BLOG ########## */
.blog-item {
    position: relative;
}

.blog-item .thumbnail {
    margin-bottom: 30px;
}

.blog-item .thumbnail img {
    max-width: 100%;
}

.blog-item .content-info h3 {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 30px;
    color: #d3aa49;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.blog-item .content-info p {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 24px;
    color: #444;
}

.blog-item .thumbnail {
    overflow: hidden;
}

/* Colorize-zoom Container */
.blog-item .thumbnail img {
    transition: transform .5s, filter 1.5s ease-in-out;
  }
  
/* The Transformation */
.blog-item a:hover .thumbnail img {
    transform: scale(1.1);
}

.blog-item a:hover h3 {
    color: #b48b29;
}

.blog-view {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    background-color: #e0115f;
    padding: 3px 10px;
    border-radius: 50px;
}

.blog-view p {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 21px;
    color: #fff;
}

.blog-view p i {
    font-size: 18px;
}

.product-tab-list li a img {
    max-width: 100%;
}









/* ########## BLOG DETAIL ########## */
.blog-detail-section {
    z-index: 2;
}

.blog-detail-banner {
    padding-bottom: 200px;
}

.blog-detail-banner-info h1 {
    margin-bottom: 50px;
}

.blog-detail-banner-info .blog-info {
    float: left;
    margin-right: 50px;
}

.blog-detail-banner-info .blog-info p {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 21px;
    color: #666;
    margin-bottom: 0;
}

.blog-detail-banner-info .blog-info h3 {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 24px;
    color: #444;
}

.blog-detail-info-text-list {
    margin-bottom: 30px;
}

.blog-detail-info-text-list h3 {
    font-family: 'PSLxOmyim Bold' , 'PSLxOmyim-Bold';
    font-size: 24px;
    color: #e0115f;
    margin-bottom: 0;
}

.blog-detail-info-text-list p , .blog-detail-info-text-list ol li {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 21px;
    color: #888;
}

.blog-detail-info-text-list ol {
    margin-left: -20px;
}

.blog-detail-wrap {
    background-color: #fff;
    margin-top: -220px;
}

.blog-detail-info-text {
    position: relative;
    padding: 100px 150px;
}

.blog-detail-info-image img {
    max-width: 100%;
}

.dg-tag {
    
}

.dg-tag a {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 21px;
    color: #888;
    padding: 5px 20px;
    border: 1px solid #ddd;
    margin-right: 10px;
}

.dg-share {
    position: absolute;
    top: 0;
    right: 150px;
}

.dg-share ul {
    display: inline-flex;
}

.dg-share ul li {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 21px;
    color: #888;
    margin-right: 5px;
}

.dg-share ul li:first-child {
    margin-right: 20px;
    padding-top: 6px;
}

.dg-share ul li a img {
    width: 40px;
    height: 40px;
}

.dg-share ul li a:hover {
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
}



/* ########## BLOG DETAIL ########## */
.promotion-detail-section {
    z-index: 2;
}

.promotion-detail-banner {
    padding-bottom: 200px;
}

.promotion-detail-banner-info-text h1 {
    margin-bottom: 50px;
}

.promotion-detail-banner-info .blog-info {
    float: left;
    margin-right: 50px;
}

.promotion-detail-banner-info .blog-info p {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 21px;
    color: #666;
    margin-bottom: 0;
}

.promotion-detail-banner-info .blog-info h3 {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 24px;
    color: #444;
}

.promotion-detail-info-text-list {
    margin-bottom: 30px;
}

.promotion-detail-info-text-list h2 {
    font-family: 'PSLxOmyim Bold' , 'PSLxOmyim-Bold';
    font-size: 32px;
    color: #e0115f;
    margin-bottom: 15px;
}

.promotion-detail-info-text-list h3 {
    font-family: 'PSLxOmyim Bold' , 'PSLxOmyim-Bold';
    font-size: 24px;
    color: #e0115f;
    margin-bottom: 0;
}

.promotion-detail-info-text-list p , .blog-detail-info-text-list ol li {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 21px;
    color: #888;
}

.promotion-detail-info-text-list ol {
    margin-left: -20px;
}

.promotion-detail-wrap {
    background-color: #fff;
}

.promotion-detail-info-text {
    position: relative;
    padding: 25px 150px;
}

.promotion-detail-info-image img {
    max-width: 100%;
}







/* ########## CHANEL ########## */
.chanel-wrap {
    margin-bottom: 100px;
}

.chanel-wrap .header {
    text-align: center;
    margin-bottom: 50px;
}

.chanel-wrap .header h1 {
    font-family: 'PSLxOmyim Bold' , 'PSLxOmyim-Bold';
    font-size: 60px;
    color: #e0115f;
}

.chanel-shop {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.chanel-shop-brand {
    width: 25%;
    text-align: center;
    margin-bottom: 50px;
}

.chanel-shop-brand img {
    max-width: 100%;
    margin-bottom: 20px;
}

.chanel-shop-brand h3 {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 30px;
    color: #888;
    font-weight: normal;
    line-height: 1;
}














/* ########## CONTACT US ########## */
.contact-detail {
    text-align: center;
    margin-bottom: 50px;
}

.contact-detail .image {
    margin-bottom: 30px;
}

.contact-detail .image img {
    max-width: 100%;
}

.contact-detail .info h1 {
    font-family: 'PSLxOmyim Bold' , 'PSLxOmyim-Bold';
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    color: #e0115f;
    margin-bottom: 15px;
}

.contact-detail .info p {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    color: #888;
}

.contact-social {
    text-align: center;
}

.contact-social ul {
    display: inline-flex;
}

.contact-social ul li {
    margin-right: 50px;
}

.contact-social ul li:last-child {
    margin-right: 0;
}

.contact-social ul li img {
    width: 80px;
}

.contact-social ul li a {
    font-family: 'PSLxOmyim Bold' , 'PSLxOmyim-Bold';
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    color: #888;
}

.contact-social ul li a:hover img {
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
}

.contact-form-wrap {
    box-shadow: 0 15px 30px rgb(0 0 0 / 7%);
    z-index: 2;
}

.contact-form-image {
    min-height: 500px;
}

.contact-form-detail {
    min-height: 500px;
    padding: 30px;
}

.contact-form-detail h1 {
    font-family: 'PSLxOmyim Bold' , 'PSLxOmyim-Bold';
    font-size: 48px;
    font-weight: normal;
    line-height: 1;
    color: #e0115f;
}

.checkout-form textarea {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 21px;
    font-weight: normal;
    width: 100%;
    height: 120px;
    background-color: transparent;
    border: 2px solid #f2f2f2;
    padding: 10px;
    color: #888;
    margin-bottom: 15px;
}

.checkout-form label {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 21px;
    font-weight: normal;
    color: #888;
}

.google-maps {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
















/* ########## COUPON ########## */
.coupon-tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    line-height: 1;
    font-weight: normal;
    margin: 0;
    letter-spacing: 0.25px;
    margin-top: -3px;
    color: #1a161e;
    font-family: 'PSLOmyim' , 'psl114';
}

.coupon-tab-list li a:hover, .coupon-tab-list li a.active {
    color: #e0115f;
}

.coupon-tab-list li {
    margin: 0 20px 20px;
}

.coupon-item .thumbnail {
    overflow: hidden;
}

.coupon-item .thumbnail img {
    max-width: 100%;
}

.coupon-item .thumbnail {
    margin-bottom: 10px;
}

.coupon-item .thumbnail img {
    transition: transform .5s, filter 1.5s ease-in-out;
}

.coupon-item:hover .thumbnail img {
    transform: scale(1.1);
}

.coupon-view {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    background-color: #e0115f;
    padding: 3px 10px;
    border-radius: 50px;
}

.coupon-view p {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 21px;
    color: #fff;
}

.coupon-item .content-info h3 {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 30px;
    color: #d3aa49;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.coupon-item .content-info p {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 24px;
    color: #444;
}

.coupon-btn-wrap {
    margin-bottom: 30px;
}

.coupon-btn-wrap a.btn-1 {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 24px;
    color: #e0115f;
    width: 48%;
    text-align: center;
    background-color: #f2f2f2;
    padding: 10px 20px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-left: 13px;
}

.coupon-btn-wrap a.btn-1:hover {
    transform: translateY(-1px);
}

.coupon-btn-wrap a.btn-2 {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 24px;
    color: #fff;
    text-align: center;
    width: 48%;
    background-color: #e0115f;
    padding: 10px 20px;
    float: right;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.coupon-btn-wrap a.btn-2:hover {
    transform: translateY(-1px);
}

.coupon-btn-wrap a.btn-1 span {
    font-family: 'PSLxOmyim Bold' , 'PSLxOmyim-Bold';
}

.coupon-btn-wrap a.btn-1 img {
    display: inherit;
    width: 20px;
    margin-top: -8px;
    margin-right: 5px;
}

.coupon-detail {
    margin-bottom: 50px;
}

.coupon-detail .text {
    margin-bottom: 30px;
}

.coupon-detail .text h1 {
    font-family: 'PSLxOmyim Bold' , 'PSLxOmyim-Bold';
    font-size: 48px;
    font-weight: normal;
    line-height: 1;
    color: #e0115f;
}

.coupon-detail .text p {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    color: #444;
}

.coupon-detail .btn-border {
    margin-bottom: 30px;
}

.coupon-detail .btn-border a {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    color: #444;
    border: 2px solid #e6e6e6;
    padding: 5px;
    margin-right: 10px;
    width: 200px;
    text-align: center;
}

.coupon-detail .btn-border a span {
    font-family: 'PSLxOmyim Bold' , 'PSLxOmyim-Bold';
    font-size: 40px;
    color: #e0115f;
}

.coupon-detail .btn-border a:hover {
    background-color: #e6e6e6;
}

.coupon-detail .btn-solid {
    margin-bottom: 30px;
}

.coupon-detail .btn-solid a {
    font-family: 'PSLxOmyim Bold' , 'PSLxOmyim-Bold';
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    background-color: #e0115f;
    padding: 10px 40px;
    border-radius: 50px;
}

.coupon-detail .btn-solid a:hover {
    background-color: #ff0860;
}

.share a img {
    width: 50px;
}

.share a:hover img {
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
}

.pro-info-tab-list li a {
    font-family: 'PSLOmyim' , 'psl114';
}

.pro-info-tab p {
    font-family: 'PSLOmyim' , 'psl114';
    color: #444;
}

.bg-gray {
    background-color: #f5f5f5;
}

.coupon-condition h1 {
    font-family: 'PSLxOmyim Bold' , 'PSLxOmyim-Bold';
    font-size: 40px;
    font-weight: normal;
    line-height: 1;
    color: #e0115f;
}

.coupon-condition p {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 21px;
    font-weight: normal;
    line-height: 1;
    color: #444;
}

.banner-desktop {
    display: block;
}

.banner-mobile {
    display: none;
}

















/* ########## PRODUCT ########## */
.product-list-item {
    text-align: center;
}

.product-list-item .text {
    margin-bottom: 50px;
}

.product-list-item .text h1 {
    font-family: 'PSLxOmyim Bold' , 'PSLxOmyim-Bold';
    font-size: 36px;
    font-weight: normal;
    line-height: 1;
    color: #e0115f;
}

.product-list-item .text p {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    color: #444;
}

.product-list-item .image {
    margin-bottom: 30px;
}

.product-list-item .image img {
    width: 280px !important;
    margin: auto;
}

.product-list-item .btn a {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 30px;
    width: auto;
    border: none;
    background-color: #e0115f;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 60px;
    border-radius: 50px;
    font-weight: normal;
}

.product-list-item .btn a:hover {
    background-color: #ff0860;
}

.product-detail .text {
    margin-bottom: 30px;
}

.product-detail .text h1 {
    font-family: 'PSLxOmyim Bold' , 'PSLxOmyim-Bold';
    font-size: 48px;
    font-weight: normal;
    line-height: 1;
    color: #e0115f;
}

.product-detail .text p {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    color: #444;
}

.product-detail .btn-buy {
    margin-bottom: 30px;
}

.product-detail .btn-buy a {
    font-family: 'PSLxOmyim Bold' , 'PSLxOmyim-Bold';
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    background-color: #e0115f;
    padding: 10px 40px;
    border-radius: 50px;
}

.product-detail .btn-buy a:hover {
    background-color: #ff0860;
}

.product-detail .btn-buy a img {
    width: 30px;
    margin-top: -7px;
}

.product-condition h1 {
    font-family: 'PSLxOmyim Bold' , 'PSLxOmyim-Bold';
    font-size: 40px;
    font-weight: normal;
    line-height: 1;
    color: #e0115f;
}

.product-condition p {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 21px;
    font-weight: normal;
    line-height: 1;
    color: #444;
}















/* ########## FORGOT PASSWORD ########## */
.forgot-password {
    text-align: center;
}
.forgot-password-image {
    margin-bottom: 30px;
}

.thankyou {
    text-align: center;
}

.thankyou h1 {
    font-family: 'PSLxOmyim Bold' , 'PSLxOmyim-Bold';
    font-size: 60px;
    line-height: 1;
    font-weight: normal;
    color: #e0115f;
}

.thankyou p {
    font-family: 'PSLOmyim' , 'psl114';
    font-size: 21px;
    font-weight: normal;
    line-height: 1;
    color: #444;
    margin-bottom: 50px;
}

.d-mobile{
    display: none;
}















/* ########## RESPONSIVE ########## */
@media (min-width: 1199px) {
    body#index #ishislider:after {
        content: '';
        width: 100%;
        height: 30px;
        background: url(../images/dg/slider-pattern.png) no-repeat center;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        bottom: 0px;
        z-index: 1;
    }
}




@media (max-width: 1198px) {
    .benefit-item {
        padding: 0;
    }

    .coupon-btn-wrap a.btn-1 {
        font-size: 21px;
        padding: 10px 10px;
    }

    .cd-filters a img {
        width: 30px;
    }

    .cd-tab-filter a {
        font-size: 1.4rem !important;
    }
}




@media (max-width: 991px) {
    .copyright-left {
        text-align: center;
    }
    .copyright-left p {
        font-size: 14px !important;
    }
    .copyright-right {
        text-align: center !important;
    }
    .copyright-right a {
        font-size: 14px !important;
    }
    .footer-contact {
        padding-right: 0;
    }

    .login-facebook {
        margin-bottom: 10px;
    }

    .blog-detail-banner {
        padding-bottom: 150px;
    }

    .blog-detail-wrap {
        margin-top: -150px;
    }

    .blog-detail-info-text {
        padding: 50px 60px;
    }

    .dg-share {
        position: relative;
        right: 0;
        margin-top: 30px;
    }

    .chanel-wrap {
        margin-bottom: 80px;
    }

    .chanel-shop-brand {
        width: 33.333%;
        margin-bottom: 30px;
    }

    .chanel-wrap .header {
        margin-bottom: 30px;
    }

    .chanel-wrap .header h1 {
        font-size: 40px;
    }

    .chanel-shop-brand img {
        max-width: 80%;
        margin-bottom: 10px;
    }

    .contact-social ul li a {
        font-size: 21px;
    }

    .contact-social ul li img {
        width: 50px;
    }

    .contact-detail .info h1 {
        font-size: 24px;
    }

    .contact-detail .info p {
        font-size: 16px;
    }

    .cd-filters a img {
        width: 25px;
    }

    .cd-tab-filter a {
        font-size: 1.2rem !important;
    }
    

}




@media (max-width: 768px) {
    .section-title h1 {
        font-size: 40px;
    }
    .section-title p {
        font-size: 24px;
    }

    .d-mobile{
        display: block;
    }

    .benefit-item h3 {
        font-size: 24px;
        line-height: 1;
    }
    .footer-social {
        text-align: left;
    }
    .footer-social ul {
        display: block;
    }
    .footer-social ul li {
        margin-bottom: 10px;
    }
    
    .page-banner-content h1 {
        font-size: 40px;
    }

    .register-wrap h1 {
        font-size: 40px;
    }

    .member-login-logo img {
        max-width: 50%;
    }

    .section-header h1 {
        font-size: 36px;
    }

    .dg-family-condition h2 {
        font-size: 30px;
    }

    .page-banner-register img {
        width: 300px;
    }

    .product-tab-list li a img {
        max-width: 40px;
    }

    .product-tab-list li::after {
        content: none;
        margin: 0;
    }

    .product-tab-list li {
        margin: 0 10px;
    }

    .blog-detail-info-image img {
        margin-bottom: 30px;
    }

    .blog-detail-wrap {
        margin-top: 0;
    }

    .blog-detail-info-text {
        padding: 0;
    }

    .blog-detail-banner {
        padding-bottom: 50px;
    }

    .dg-tag a {
        font-size: 14px;
        padding: 0 10px;
        margin-right: 0;
    }

    .blog-detail-banner-info .blog-info {
        margin-right: 20px;
    }

    .blog-detail-banner-info .blog-info p {
        font-size: 16px;
        line-height: 1;
    }

    .blog-detail-banner-info .blog-info h3 {
        font-size: 18px;
        line-height: 1;
    }

    .chanel-wrap {
        margin-bottom: 30px;
    }

    .chanel-shop-brand h3 {
        font-size: 21px;
    }

    .contact-detail .info h1 {
        font-size: 30px;
    }

    .contact-detail .info p {
        font-size: 21px;
    }

    .contact-detail .image img {
        width: 250px;
    }

    .contact-social ul li {
        margin-right: 20px;
        margin-bottom: 0;
    }

    .contact-social ul li:last-child {
        margin-bottom: 0;
    }

    .contact-form-detail h1 {
        font-size: 36px;
    }

    .icon-right {
        right: 10px;
    }

    .contact-social ul li img {
        width: 30px;
        display: block;
        margin: 0 auto 5px;
    }

    .contact-social ul li a {
        font-size: 16px;
    }

    .contact-form-detail {
        padding: 30px 10px;
    }

    .google-maps {
        padding-bottom: 75%;
    }

    .cd-tab-filter ul {
        border: 2px solid #eee;
        border-radius: 10px;
    }

    .coupon-detail .text h1 {
        font-size: 36px;
    }

    .coupon-detail .text p {
        font-size: 24px;
    }

    .coupon-detail .btn-border a {
        font-size: 24px;
        width: 150px;
        margin-right: 0;
    }

    .coupon-detail .btn-border a span {
        font-size: 36px;
    }

    .product-list-item .text h1 {
        font-size: 30px;
    }

    .call-center a {
        float: none;
        margin-top: 10px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .xs-reverse {
        flex-direction: column-reverse;
    }

    .footer-contact h4 {
        font-size: 20px;
    }

    .footer-contact p {
        font-size: 18px;
    }

    .form-ajax h1 span {
        font-size: 18px;
    }
    
}

@media (max-width: 520px) {
    .banner-desktop {
        display: none;
    }
    
    .banner-mobile {
        display: block;
    }
}


#myImg {
      border-radius: 5px;
      cursor: pointer;
      transition: 0.3s;
   }

   #myImg:hover {
      opacity: 0.7;
   }

   /* The Modal */

   .modal {
      display: none;
      /* Hidden by default */
      position: fixed;
      /* Stay in place */
      z-index: 9999;
      /* Sit on top */
      padding-top: 100px;
      /* Location of the box */
      left: 0;
      top: 0;
      width: 100%;
      /* Full width */
      height: 100%;
      /* Full height */
      overflow: auto;
      /* Enable scroll if needed */
      background-color: rgb(0, 0, 0);
      /* Fallback color */
      background-color: rgba(0, 0, 0, 0.9);
      /* Black w/ opacity */
   }

   /* Modal Content (image) */

   .modal-content {
      margin: auto;
      display: block;
      width: 80%;
      max-width: 700px;
   }

   /* Caption of Modal Image */

   #caption {
      margin: auto;
      display: block;
      width: 80%;
      max-width: 700px;
      text-align: center;
      color: #ccc;
      padding: 10px 0;
      height: 150px;
   }

   /* Add Animation */

   .modal-content,
   #caption {
      -webkit-animation-name: zoom;
      -webkit-animation-duration: 0.6s;
      animation-name: zoom;
      animation-duration: 0.6s;
   }

   @-webkit-keyframes zoom {
      from {
         -webkit-transform: scale(0);
      }
      to {
         -webkit-transform: scale(1);
      }
   }

   @keyframes zoom {
      from {
         transform: scale(0);
      }
      to {
         transform: scale(1);
      }
   }

   /* The Close Button */

   .close {
      position: absolute;
      top: 15px;
      right: 35px;
      color: #f1f1f1;
      font-size: 40px;
      font-weight: bold;
      transition: 0.3s;
   }

   .close:hover,
   .close:focus {
      color: #bbb;
      text-decoration: none;
      cursor: pointer;
   }

   /* 100% Image Width on Smaller Screens */

   @media only screen and (max-width: 700px) {
      .modal-content {
         width: 100%;
      }
   }




