@import url('https://fonts.googleapis.com/css?family=Archivo+Black|Poiret+One|PT+Sans');

body {
    margin: 0%;
    padding: 0%;
    font-family: "Times New Roman", Times, serif;
    background-color: #f8f1e0;
}

.news-content .media-content .content p:nth-of-type(2) {
display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
}


.width-1000 {
    width: 1000px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.navbar-nav {
    font-weight: bold;
}

.page-container {
    background-color: #f8f1e0;
}

.list-footer a {
    text-decoration: none;
    color: #000;
}

.page-container {
    min-height: calc(100vh - 385px);
    padding-bottom: 20px;
}

.page-title {
    font-size: 30px;
    margin: 30px 0 20px;
    color: #500b01;
}

.news-detail-title {
    font-size: 26px;
    margin: 10px 0 20px;
    color: #500b01;
}

.post-title {
    text-decoration: none;
    color: #000;
}

.news-image {
    width: 250px;
}

.shoponline-info-content {
    display: block;
    align-items: center;
    padding-left: 10px;
}

.product-popup-content {
    position: relative;
}

.product-popup-close {
    position: absolute;
    top: -46px;
    right: -18px;
    border: none;
    background: transparent;
    cursor: pointer;
}


@media screen and (min-width: 769px){
    .modal-card { 
        width:1000px; 
    }
    .modal-img { 
        max-width:500px; 
        margin-right: 20px;
    }
}


@media all and (min-width: 992px) {

    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
    }

    .navbar .nav-item:hover .nav-link {
        color: #fff;
    }

    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }
}

.navbar {
    background: #77564c;
}

.dropdown-menu {
    background: #3b2b26;
    border: 0;
}

.dropdown-menu li {
    padding: 0.35rem .5rem;
}

.dropdown-menu li a {
    padding: 0.5rem;
    border-radius: 4px;
}

.dropdown-menu .dropdown-item {
    color: #f9f1e0;
    position: relative;
}

.dropdown-menu .dropdown-item:hover {
    background: unset;
}

.dropdown-menu .dropdown-item:focus {
    background: unset;
    color: #f9f1e0;
}

.dropdown-menu .dropdown-item:hover:before {
    width: 100%;

}

.dropdown-menu .dropdown-item:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 0px;
    height: 1px;
    background: #a39f9f;
    transition: width 0.3s ease 0s;
}

.nav-link {
    font-size: 14px;
    margin: 15px;
    color: #f9f1e0 !important;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
}

.nav-link:hover {
    color: #f9f1e0 !important;
}

.nav-link:hover:before {
    width: 100%;

}

.nav-link:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 0px;
    height: 2px;
    background: #520d0d;
    transition: width 0.3s ease 0s;
}

.active .nav-link {
    color: #520d0d !important;
}

.site-desc {
    font-size: 14px;
}

.container-body {
    padding: 24px;
}

.section-2 {
    margin-top: 24px;
}

.section-3 {
    margin-top: 24px;
}

.section-3 .heading-1 {
    color: rgb(165, 0, 203);
    font-size: 40px;
    font-weight: 700;
    /* font-family: 'Archivo Black', sans-serif; */
    text-transform: uppercase;
}

.section-3 .hr-line-1 {
    width: 10%;
    position: relative;
    background-color: rgb(240, 198, 47) !important;
    margin-bottom: 24px;
}

.section-3 i {
    color: rgb(165, 0, 203);
}

.section-3 p {
    color: rgba(0, 0, 0, 0.59);
}

/* section -4 */
.section-4 {
    margin-top: 24px;
    background-color: rgb(248, 247, 247) !important;

}

.section-4 .col-md-7 {
    margin-top: 10%;
    margin-bottom: 10%;

}

.section-4 .col-md-5 {
    padding-bottom: 0%;
}

.section-4 .heading-1 {
    color: rgb(165, 0, 203);
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 10%;
}

.section-4 .para-1 {
    padding-left: 10%;
    padding-right: 10%;
}

.section-4 i {
    color: rgb(165, 0, 203);
}

.section-4 .h-line-1 {
    margin-top: -10px;
    width: 10%;
    size: 15px !important;
    background-color: rgb(240, 198, 47) !important;
    position: absolute;
    margin-left: 10%;
}

.section-4 .flex-row {
    padding-left: 5%;
    padding-right: 5%;
}

.section-4 .flex-row p {
    color: rgba(0, 0, 0, 0.59);
}

/* footer */

.section-5 {
    margin-bottom: 0%;
}

.section-5 .footer-heading-2 {
    padding-top: 5%;
}

.section-5 .social i {
    padding-top: 10px;
    color: rgb(165, 0, 203);
    font-size: 20px;
}

.section-5 .btn-light {
    background: rgb(165, 0, 203);
    border: none;
    color: white;
    margin: 5px;
}

.section-5 .form-control {
    border-color: rgb(165, 0, 203);
}

.section-5 .footer-heading {
    color: black;
    font-weight: 400;
}


/* responsive */
@media screen and (max-width : 768px) {
    
    .carousel  {
       padding-top: 60px;
    }

    .page-container {
        margin-top: 60px;
        padding-bottom: 20px;
        min-height: calc(100vh - 585px);
    }

    .news-detail-title {
        margin-top: 20px;
    }


    .media {
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        flex-direction: column-reverse;
    }

    .news-image {
        width: 100%
    }

    .media img {
        width: 100vw !important;
    }

    .section-1 .card {
        width: 14rem;
    }

    .section-1 .card-image-top {
        height: 10rem;
    }

    .section-1 .container {
        padding-left: 0%;
        padding-right: 0%;
    }

    .section-4 .flex-row {
        padding-left: 0%;
        padding-right: 0%;
    }
}

@media screen and (max-width : 425px) {
    .site-content .site-title {
        font-size: 40px;
        /* padding-left: 15%; */
    }

    .site-content .site-btn1 {
        margin-left: 40%;
        padding: 3% !important;
    }

    .site-content .site-btn2 {
        display: none;
    }

    .site-content .site-desc {
        font-size: 14px;
        /* padding-left: 15%; */
    }

    .section-1 .heading-1,
    .section-1 .heading-2 {
        font-size: 25px;
    }

    .section-1 .col-md-4 {
        padding: 5%;
        margin-left: 10%;
        margin-right: 0%;
    }

    .section-1 .card {
        width: 20rem;
    }

    .section-1 .card-image-top {
        height: 13rem;
    }

    .section-3 .heading-1 {
        color: rgb(165, 0, 203);
        font-size: 25px;
        font-weight: 700;
        /* font-family: 'Archivo Black', sans-serif; */
        text-transform: uppercase;
    }

    .section-3 i {
        font-size: 20px;
    }

    .section-3 h4 {
        font-size: 20px;
    }

    .section-4 .flex-row {
        display: none !important;
    }

    .section-4 .heading-1 {
        font-size: 25px;
    }

    .section-5 .footer-heading-2 {
        font-size: 20px;
    }

    .section-5 .btn-light {
        width: 100%;
    }

}

@media screen and (max-width : 320px) {
    .site-content .site-title {
        font-size: 30px;
        /* padding-left: 15%; */
    }

    .site-content .site-btn1 {
        padding: 3% !important;
    }

    .site-content .site-btn2 {
        display: none;
    }

    .site-content .site-desc {
        font-size: 10px;
        /* padding-left: 15%; */
    }

    .section-1 .heading-1,
    .section-1 .heading-2 {
        font-size: 25px;
    }

    .section-1 .col-md-4 {
        padding: 5%;
        margin-left: 12%;
        margin-right: 0%;
    }

    .section-1 .card {
        width: 15rem;
    }

    .section-4 .flex-row {
        display: none !important;
    }

}

ul {
    list-style-type: none;
    padding: 0;
}

.section-1 .slide .item a.imgSlide {
    display: block;
    width: 100%;
    height: 100%;
}

.section-1 .slide .txtSlide {
    background: rgba(255, 241, 208, 0.9);
    padding: 20px 0 15px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 9;
}

@media (min-width: 1200px) {
    .section-1 .slide .txtSlide {
        bottom: 0px;
    }
}

@media (max-width: 1200px) {
    .section-1 .slide .item a.imgSlide {
        background-size: contain !important;
    }
}

.section-1 .slide .txtSlide h6 {
    font-size: 17px;
    color: #555555;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'BeauLuloClean-OneBold';
}

.section-1 .slide .txtSlide p,
.section-1 .slide .txtSlide .more {
    font-size: 14px;
    width: 75%;
    margin: 0 auto;
    line-height: 1.5;
}

.section-1 .slide .txtSlide .more {
    text-align: right;
    color: #520d0d;
}

.section-1 .slide .txtSlide .more a {
    text-decoration: underline;
    font-style: italic;
}

.section-1 .slide .txtSlide .more a:hover {
    font-weight: 500;
}

.section-1 .slide .owl-dots {
    position: absolute;
    bottom: -37px;
    width: 100%;
}

.section-1 .bannerSlide .owl-controls {
    display: none;
}

.caphephin .banner {
    position: relative;
    overflow: hidden;
    min-height: 55px;
    cursor: pointer;
    line-height: 0;
}

@media (min-width: 1200px) {
    .caphephin .banner.style2 .txtLeft {
        -webkit-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .caphephin .banner.style2:hover .txtLeft {
        left: calc(100% - 50% + 15px);
        right: 0;
    }
}

/* .caphephin .banner.banner1 {
      line-height: 0;
      position: relative;
  }
  .caphephin .banner.banner1 span {
      padding: 6px 30px;
      min-width: 350px;
  }
  .caphephin .banner.banner1 span:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 241, 208, 0.9);
      -webkit-transition: all 0.7s ease;
      -o-transition: all 0.7s ease;
      transition: all 0.7s ease;
      opacity: 0;
      z-index: -1;
  }
  @media (min-width: 1200px) {
      .caphephin .banner.banner1:hover:after {
          opacity: 0;
      }
      .caphephin .banner.banner1:hover span:after {
          opacity: 1;
      }
  } */
.caphephin .banner a {
    display: inline-block;
    line-height: 0;
    color: inherit;
    width: 100%;
}

.caphephin .banner span.txt {
    display: inline-block;
    text-transform: uppercase;
    color: #555555;
    font-size: 20px;
    line-height: 1.7;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
}

.caphephin .banner .lineHeight {
    line-height: 1.7;
}

.caphephin .banner span.txt.style1 {
    padding: 6px 0;
    min-width: 60%;
    background: rgba(255, 241, 208, 0.9);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.caphephin .banner span.txt.style1:hover {
    -webkit-transform: translate(-50%, calc(-50% - 4px));
    -ms-transform: translate(-50%, calc(-50% - 4px));
    transform: translate(-50%, calc(-50% - 4px));
}

.caphephin .banner span.txt.style2 {
    padding: 6px 0;
    min-width: 30%;
    background: rgba(255, 241, 208, 0.9);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.caphephin .banner span.txt.style2:hover {
    -webkit-transform: translate(-50%, calc(-50% - 4px));
    -ms-transform: translate(-50%, calc(-50% - 4px));
    transform: translate(-50%, calc(-50% - 4px));
}

@media (max-width: 768px) {
    .caphephin .banner span.txt {
        font-size: 16px;
    }

    .caphephin .banner span.txt.style2 {
        min-width: 50%;
        padding: 6px 12px;
    }
    .page-shoponline {
        padding-top: 1px;
    }
    .page-shoponline .modal-img {
        margin: 13px 0;
    }
    .page-shoponline .page-title {
        margin-bottom: 15px;
    }
}


.caphephin .more-info {
    margin-top: 30px;
    text-align: center;
}

.caphephin .more-info h6 {
    margin-bottom: 4px;
    text-transform: uppercase;
    font-weight: 700;
    color: #500b01;
}

.caphephin .more-info .column {
    text-align: left;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.caphephin .listSocial {
    border-top: 1px solid #520d0d;
    padding: 20px 0;
}

.caphephin .listSocial h6 {
    font-size: 15px;
    color: #520d0d;
    text-transform: uppercase;
    font-family: 'BeauLuloClean-OneBold';
    margin-bottom: 10px;
    margin-left: 10px;
}

.caphephin .listSocial .contact-us h6 {
    margin-bottom: 18px;
    margin-left: 0;
}

.caphephin .listSocial img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.caphephin .contact-us ::-webkit-input-placeholder {
    /* Edge */
    color: #b4b9bc;
}

.caphephin .contact-us :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b4b9bc;
}

.caphephin .contact-us ::-ms-input-placeholder {
    color: #b4b9bc;
}

.caphephin .contact-us ::placeholder {
    color: #b4b9bc;
}

.caphephin .contact-us p {
    margin-top: -9px;
    color: #232323;
    font-size: 14px;
    margin-bottom: 10px;
}

.caphephin .contact-us span {
    color: #b4b9bc;
    font-size: 13px;
}

.caphephin .contact-us button {
    padding: 0 0px;
    background-color: #520d0d;
    border: none;
    color: #fff;
    text-transform: uppercase;
    width: 100px;
    margin-bottom: 0;
    line-height: 35px;
    font-size: 16px;
    border-radius: 0;
}

.caphephin .contact-us button:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}

.caphephin .contact-us input {
    height: 35px;
    border-radius: 0;
    max-width: 250px;
    font-size: 13px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.caphephin .contact-us input:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #520d0d;
}

@media (max-width: 767px) {
    .caphephin .contact-us {
        margin-top: 20px;
    }
}

.caphephin .social {
    padding: 0;
    line-height: 0;
}

.caphephin .social a {
    margin: 0;
}

.caphephin .social a+a {
    margin-left: 10px;
}

.caphephin .listSocial-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.caphephin .listSocial-c a {
    display: inline-block;
    cursor: pointer;
    color: #500b01;
}

.caphephin .listSocial-c a .grow {
    transition: all .2s ease-in-out;
}

.caphephin .listSocial-c a .grow:hover {
    transform: scale(1.5);
}

.caphephin .listSocial-c a .grow:before {
    font-size: 20px;
}

.caphephin .listSocial-c a .facebook:before {
    color: darkblue;
}

.caphephin .listSocial-c a .insta:before {
    color: rgb(169 9 9);
}

.caphephin .listSocial-c a .youtube:before {
    color: rgb(255 0 0)
}

.caphephin .copyright {
    font-size: 12px;
    padding-top: 25px;
    padding-bottom: 20px;
    background: #4e2424;
    color: #fff;
}

@media (max-width: 767px) {
    .caphephin .copyright {
        padding-top: 15px;
        padding-bottom: 10px;
    }
}

.caphephin .copyright a {
    color: #fff;
}

.caphephin .copyright .linkfooter a {
    margin: 0 7px;
}

@media (max-width: 767px) {
    .caphephin .copyright .linkfooter {
        margin-top: 15px;
        font-size: 12px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.caphephin .copyright .txtCafephin {
    display: inline-block;
    margin: 0;
    font-size: 9px;
    font-family: 'BeauLuloClean-OneBold';
}

.caphephin .copyright .txtCafephin img {
    vertical-align: text-bottom;
}

.caphephin .copyright .lang span {
    margin-right: 50px;
}

.caphephin .copyright .lang a {
    color: #fff;
}

.caphephin .copyright .lang a:hover,
.caphephin .copyright .lang a.active {
    text-decoration: underline;
}

@media (min-width: 992px) {
    .logo-mb {
        display: none;
    }
}

@media (max-width: 991px) {
    .logo-mb {
        float: right;
    }

    .logo {
        display: none;
    }

    .mb2 {
        margin-bottom: 24px;
    }

    .navbar {
        display: block;
        height: 60px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
        left: 0;
    }

    .navbar-collapse {
        position: fixed;
        top: 54px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        background:
            #77564c;
        max-width: 320px;
        height: 100vh;
        overflow-y: auto;
        z-index: 99;
    }

    .navbar-collapse.collapsing {
        height: 100%;
        -webkit-transition: left 0.2s ease;
        -o-transition: left 0.2s ease;
        -moz-transition: left 0.2s ease;
        transition: left 0.2s ease;
        left: -100%;
    }

    .navbar-collapse.show {
        left: 0;
        -webkit-transition: left 0.2s ease-in;
        -o-transition: left 0.2s ease-in;
        -moz-transition: left 0.2s ease-in;
        transition: left 0.2s ease-in;
    }

    .carousel-mb {
        display: none;
    }
}



#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;

    cursor: pointer;

    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */

    -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;

    background: #cdcdcd;
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}

#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

.navbar-toggler {
    border: none;
}

.caption-style-3 li {
    /* float: left; */
    padding: 0px;
    position: relative;
    overflow: hidden;
}

.caption-style-3 li:hover .caption {
    opacity: 100%;
    transform: translateY(-150px);
    -webkit-transform: translateY(-150px);
    -moz-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    -o-transform: translateY(-150px);
}

.caption-style-3 img {
    margin: 0px;
    padding: 0px;
    float: left;
    z-index: 4;
    width: 100%;
}

.caption-style-3 .caption {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    bottom: 0;
    width: 100%;

    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;


}

.caption-style-3 .blur {
    background-color: rgba(0, 0, 0, 0.7);
    height: 300px;
    width: 100%;
    z-index: 5;
    position: absolute;
}

.caption-style-3 .caption-text h1 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
}

.caption-style-3 li:hover img {
    opacity: 1;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}

.caption-style-3 img {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.caption-style-3 .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 300px;
    text-align: center;
    top: 20px;
}