*,
:after,
:before {
    box-sizing: border-box
}

.CRanimation_text {
    display: none !important
}

.store-card {
    padding: 1rem;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    transition: all .3s ease
}

.store-card a {
    color: #5a5a5a;
    transition: all .3s ease
}

.store-card:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, .35)
}

.store-card:hover a {
    color: #747474
}

.store-card .store-title {
    font-size: 18px;
    font-family: "Noto Serif", serif;
    font-weight: 700;
    color: #c09578;
    margin-bottom: 10px
}

.store-card i {
    margin-right: 6px
}

.store-card .store-address {
    margin-bottom: 10px
}

.blog-recommend-product {
    position: -webkit-sticky;
    position: sticky;
    top: 60px
}

.CRdef_content_single .CRpost_cont {
    width: 95% !important
}

.CRdef_content_single .CRpost_cont a,
.CRdef_content_single .CRpost_cont li,
.CRdef_content_single .CRpost_cont p,
.CRdef_content_single .CRpost_cont ul {
    font-weight: 500;
    font-size: 1rem;
    line-height: 2;
    text-align: justify;
    color: #3f3f3f;
    max-width: 100%;
    margin: 0 auto 20px;
    font-family: Open Sans, Arial, Helvetica, sans-serif
}

.CRdef_content_single .CRpost_cont .wp-caption-text {
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    line-height: 2
}

.CRdef_content_single .CRpost_cont a {
    font-weight: 500
}

.CRdef_content_single .CRpost_cont img {
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    transition: all .2s ease
}

.CRdef_content_single .CRpost_cont img:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.CRdef_content_single .CRpost_cont strong {
    font-family: Open Sans, Arial, Helvetica, sans-serif
}

.CRdef_content_single .CRpost_cont h1,
.CRdef_content_single .CRpost_cont h2,
.CRdef_content_single .CRpost_cont h3,
.CRdef_content_single .CRpost_cont h4,
.CRdef_content_single .CRpost_cont h5,
.CRdef_content_single .CRpost_cont h6 {
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    line-height: 1.5;
    color: #3f3f3f !important
}

.CRdef_content_single .CRpost_cont h2 {
    font-size: 1.6rem;
    font-weight: 600
}

.CRdef_content_single .CRpost_cont h3 {
    font-size: 1.4rem;
    font-weight: 500
}

.CRdef_content_single .CRpost_cont h4 {
    font-size: 1.2rem;
    font-weight: 500
}

.CRdef_content_single h1.CRstyle_title {
    max-width: 80%;
    font-weight: 700;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.6;
    margin: 0 auto .875rem;
    color: #3f3f3f;
    text-transform: unset;
    font-family: Open Sans, Arial, Helvetica, sans-serif
}

.CRpost_meta {
    justify-content: center
}

.CRdef_content_single .CRpost_meta .author,
.CRdef_content_single .CRpost_meta .author a,
.CRdef_content_single .CRpost_meta .date {
    color: #bebebe;
    font-size: .8125rem;
    line-height: 1.4;
    font-weight: 400
}

.CRdef_content_single .CRpost_meta .author a i {
    margin-right: 5px
}

.show_list {
    width: 42px;
    height: 42px
}

.show_list i {
    font-size: 20px
}

.show_list i:after {
    width: 60px;
    height: 60px
}

.recommend-header {
    color: #3f3f3f;
    font-weight: 700;
    font-family: Open Sans, Arial, Helvetica, sans-serif
}

.blog-recommend-box {
    position: -webkit-sticky;
    position: sticky;
    top: 64px
}

@media (min-width:768px) and (max-width:991px) {
    .CRdef_content_single h1.CRstyle_title {
        font-size: 1.4rem
    }

    .CRdef_content_single .CRpost_cont h2 {
        font-size: 1.2rem;
        margin-bottom: 10px
    }

    .CRdef_content_single .CRpost_cont h3 {
        font-size: 1.1rem;
        margin-bottom: 10px
    }

    .blog-recommend-box {
        position: relative;
        top: 0
    }
}

@media (max-width:767px) {
    .CRdef_content_single h1.CRstyle_title {
        font-size: 1.2rem
    }

    .CRdef_content_single .CRpost_cont a,
    .CRdef_content_single .CRpost_cont li,
    .CRdef_content_single .CRpost_cont p,
    .CRdef_content_single .CRpost_cont ul {
        font-size: .875rem;
        line-height: 2
    }

    .CRdef_content_single .CRpost_cont h2 {
        font-size: 1.1rem;
        margin-bottom: 10px
    }

    .CRdef_content_single .CRpost_cont h3 {
        font-size: 1rem;
        margin-bottom: 10px
    }

    .blog-recommend-box {
        position: relative;
        top: 0
    }

    #CRsingle_advisory_top {
        flex-direction: column
    }
}

.CRcontact_btn_pd {
    position: relative;
    z-index: 10;
    background-image: linear-gradient(-115deg, #ddb95d 0%, #fcf6ab 44%, #ddb95d 99%, #ddb95d 100%);
    border-radius: 5px;
    padding: 0 15px;
    line-height: 40px;
    color: #333333;
    font-family: Trirong;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
    transition: .3s all ease-in-out;
}

.need-consultant{
    width: 100%;
    text-align: center;
    background-image: linear-gradient(-115deg, #1a3a6b 0%, #2d5da8 44%, #1a3a6b 99%, #1a3a6b 100%);
    border-radius: 5px;
    padding: 0 50px;
    line-height: 40px;
    color: #fff;
    font-family: Trirong;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.need-consultant:hover{
    color: #fff;
}

.action-product_detail .contact-cta {
    color: #ffffff;
    background: #2264cc;
    width: 110px;
}

.atc_detail{
    margin-left: 15px;
    width: calc(100% - 125px);
}

.CRcontact_btn_pd i {
    font-size: 1rem;
    margin-right: 4px;
    margin-top: 3px
}

.CRcontact_btn_pd:hover {
    transform: translateY(-3px);
    cursor: pointer !important
}

@media (max-width:767px) {
    .CRcontact_btn_pd {
        max-width: 49%
    }
}

.box-contact {
    position: absolute;
    top: -245px;
    z-index: 100;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    transition: all .3s ease;
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
    will-change: transform
}

.box-contact.box-show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.box-contact:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    z-index: 101;
    border-color: #f6f9ff transparent;
    border-style: solid;
    border-width: 12px 12px 0;
    bottom: -11px;
    left: 21%;
    margin-left: -20px
}

.box-contact .box-form {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #d9e6ff;
    background-color: #f6f9ff
}

.box-contact .box-form .form-header {
    font-size: .875rem;
    line-height: 1.7;
    text-align: left;
    color: #5a5a5a;
    margin-bottom: 20px;
    text-transform: capitalize !important
}

.box-contact .box-form .form-input-group .form-control {
    border-radius: 100px;
    height: 40px;
    font-size: .75rem;
    color: #b7b7b7;
    padding: 0 1rem;
    line-height: 40px;
    margin-bottom: 10px;
    border: 1px solid #e49012
}

.box-contact .box-form .form-cta .form-submit-cta {
    border-radius: 100px;
    background-color: #e49012;
    transition: all .2s ease;
    display: flex;
    font-size: 1rem;
    color: #fff;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 40px
}

.box-contact .box-form .form-cta .form-submit-cta:hover {
    background: #efa73a
}

@-webkit-keyframes fadeInBottom {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInBottom {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeOutBottom {
    to {
        opacity: 1;
        transform: translateY(0)
    }

    0% {
        opacity: 0;
        transform: translateY(10px)
    }
}

@keyframes fadeOutBottom {
    to {
        opacity: 1;
        transform: translateY(0)
    }

    0% {
        opacity: 0;
        transform: translateY(10px)
    }
}

.backdrop {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease
}

.backdrop.fadeIn {
    opacity: 1;
    visibility: visible
}