/* BEGIN c-button-1 */
.c-button-1 {
    display: inline-block;
    font-size: 14px;
    line-height: 2.429em;
    text-transform: uppercase;
    margin-left: 0;
    position: relative;
    overflow: hidden;
    background-color: rgba(76, 129, 0, 0.1);
}
.c-button-1>i, .c-button-1>span {
    float: left;
    line-height: inherit;
    position: relative;
    z-index: 1;
}
.c-button-1>i {
    width: 2.429em;
    color: #fff;
    text-align: center;
}
.c-button-1>span {
    padding: 0 20px 0 7px;
    font-weight: 500;
}
.c-button-1::after {
    content: '';
    width: 100%;
    height: 2.429em;
    background-color: #4c8100;
    position: absolute;
    top: 0;
    right: calc(100% - 2.429em);
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.c-button-1:hover>i {
    color: #4c8100;
}
.c-button-1:hover>span {
    color: #fff;
}
.c-button-1:hover::after {
    right: -2.429em;
}

/* END c-button-1 */
/* BEGIN s-breadcrumb-1 */
.s-breadcrumb-1 {
    font-size: 14px;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.s-breadcrumb-1 li:not(:first-child)::before {
    content: "\f101";
    font-family: FontAwesome;
    font-size: 0.786em;
    margin: 0 0.637em;
    color: #888;
}
.s-breadcrumb-1 li:first-child a>i {
    font-size: 1.429em;
}
.s-breadcrumb-1 li a {
    font-weight: bold;
}
.s-breadcrumb-1 li a:hover {
    color: #ee4388;
}

/* END s-breadcrumb-1 */
/* BEGIN p-detail-1 */
.p-detail-1 .p_content .title {
    font-size: 25px;
    line-height: 1.2em;
    margin: 0.4em 0 0.6em 0;
    color: #ee4388;
    font-size: 25px;
    font-weight: 500;
}
.p-detail-1 .p_content .price {
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}
.p-detail-1 .p_content .price .discount {
    font-size: 25px;
    font-weight: bold;
    margin-right: 15px;
    color: #ee4388;
}
.p-detail-1 .p_content .price .market {
    color: #8fc641;
    text-decoration: line-through;
}
.p-detail-1 .p_content .info {
    margin-bottom: 15px;
}
.p-detail-1 .p_content .info li {
    line-height: 25px;
    margin-bottom: 5px;
}
.p-detail-1 .p_content .info li.brand {
    border-bottom: 1px solid rgba(238, 238, 238, 0.6);
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.p-detail-1 .p_content .info li.brand a {
    color: #4c8100;
    font-weight: 500;
    font-size: 16px;
}
.p-detail-1 .p_content .info li.brand a:hover {
    color: #ee4388;
}
.p-detail-1 .p_content .info li>span {
    color: #111;
}
.p-detail-1 .p_content .info li>span:first-child {
    display: inline-block;
    width: 115px;
    opacity: 0.7;
}
.p-detail-1 .p_content .weight {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.p-detail-1 .p_content .weight>span {
    color: #111;
    opacity: 0.7;
    width: 95px;
}
.p-detail-1 .p_content .desc {
    font-weight: 500;
    text-align: justify;
    padding: 5px 0 5px 15px;
    border-left: 5px solid #ee4388;
    margin-bottom: 25px;
}
.p-detail-1 .p_detail {
    padding: 30px 0;
    border-top: 1px solid #eee;
    margin-top: 25px;
}
.p-detail-1 .p_social {
    text-align: right;
    line-height: 0;
    margin-bottom: 15px;
}
.p-detail-1 .p_social::before {
    content: '';
    display: inline-block;
    width: 65px;
    height: 1px;
    background-color: #ddd;
    margin-right: 20px;
}

/* END p-detail-1 */
/* BEGIN b-slide-2 */
.b-slide-2 {
    display: flex;
}
.b-slide-2 .b_thumb {
    position: relative;
    width: 80%;
}
.b-slide-2 .b_thumb img {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.b-slide-2 .b_thumb .arrows {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    z-index: 9;
    position: absolute;
    top: 50%;
    width: 2.143em;
    height: 2.143em;
    box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.14), 0 3px 1px -2px rgba(51, 51, 51, 0.2), 0 1px 5px 0 rgba(51, 51, 51, 0.12);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.b-slide-2 .b_thumb .arrows::before {
    content: '';
    font-family: FontAwesome;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.b-slide-2 .b_thumb .arrows:hover {
    color: #4c8100;
    box-shadow: 0 2px 2px 0 rgba(0, 90, 188, 0.14), 0 3px 1px -2px rgba(0, 90, 188, 0.2), 0 1px 5px 0 rgba(0, 90, 188, 0.12);
}
.b-slide-2 .b_thumb .prev {
    left: 5px;
}
.b-slide-2 .b_thumb .prev::before {
    content: "\f053";
}
.b-slide-2 .b_thumb .next {
    right: 5px;
}
.b-slide-2 .b_thumb .next::before {
    content: '\f054';
}
.b-slide-2 .b_thumb:hover .arrows {
    background-color: rgba(0, 90, 188, 0.3);
}
.b-slide-2 .b_thumb+.b_nav {
    margin-left: 5px;
}
.b-slide-2 .b_nav {
    width: 20%;
    position: relative;
}
.b-slide-2 .b_nav>ul {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
}
.b-slide-2 .b_nav>ul li {
    width: 100%;
    border: 0px solid transparent;
    position: relative;
    overflow: hidden;
}
.b-slide-2 .b_nav>ul li::before {
    content: '';
    display: block;
    padding-bottom: 100%;
}
.b-slide-2 .b_nav>ul li>a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.b-slide-2 .b_nav>ul li>a>img {
    width: 100%;
}
.b-slide-2 .b_nav>ul li>a:not(.is-active)::before {
    content: '' !important;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.51);
    position: absolute;
    top: 0;
    left: 0;
}
.b-slide-2 .b_nav+.b_thumb {
    margin: 0 4.33px 0 6px;
}
.b-slide-2 .fadeIn {
    animation-name: fadeIn;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* END b-slide-2 */
/* BEGIN c-radio */
.c-radio {
    display: block;
    line-height: 1;
    margin: 0.715em 0 0.715em 0;
    position: relative;
    z-index: 2;
}
.c-radio label {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    color: #666666;
    position: relative;
}
.c-radio label>span:not(.c_tick) {
    font-size: 1em;
    line-height: 1.42857143;
}
.c-radio label:hover {
    color: #4c8100;
}
.c-radio .c_tick {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #666666;
    border-radius: 100%;
    margin: 0 0.358em 0.072em 0;
    width: 1.072em;
    height: 1.072em;
}
.c-radio .c_tick::before {
    content: '';
    display: block;
    border-radius: 100%;
    background-color: #4c8100;
    width: 1.072em;
    height: 1.072em;
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.c-radio input[type=radio] {
    overflow: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.c-radio input[type=radio]:checked~.c_tick {
    border-color: #4c8100;
    opacity: 1;
}
.c-radio input[type=radio]:checked~.c_tick::before {
    opacity: inherit;
}
.c-radio input[type=radio]:checked+.c_tick::before {
    -webkit-transform: scale3d(0.65, 0.65, 1);
    -moz-transform: scale3d(0.65, 0.65, 1);
    -o-transform: scale3d(0.65, 0.65, 1);
    -ms-transform: scale3d(0.65, 0.65, 1);
    transform: scale3d(0.65, 0.65, 1);
}
.c-radio input[type=radio][disabled]~.c_tick {
    border-color: #000;
    opacity: 0.26;
}
.c-radio input[type=radio][disabled]~.c_tick::before {
    opacity: inherit;
}

/* END c-radio */

/* Style chung select */
.c-select {
    position: relative;
    width: 150px;
    margin-left: 20px;
    margin-top: -10px;
}
.c-select.c-form>.c-icons {
    width: 12px;
}
.c-select.c-form>.c_input {
    padding: 0;
}
.c-select.c-form>.c_input::before {
    content: '\f0ec';
    font-family: FontAwesome;
    font-size: 12px;
    margin-right: 7px;
    color: #eb4183;
    -webkit-transform: rotate(90deg) translateX(-1px);
    transform: rotate(90deg) translateX(-1px);
    display: inline-block;
}
.c-select>.c_input {
    height: 36px;
    line-height: 36px;
    padding: 0 30px 0 12px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c-select>.c-icons {
    height: 100%;
    width: 30px;
    cursor: pointer;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
}
.c-select>.c-icons>i {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.c-select .c_list {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    max-height: 217px;
    line-height: 20px;
    padding: 5px;
    background-color: #fff;
    overflow: auto;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    z-index: 10000;
    position: absolute;
    top: 35px;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}
.c-select.is-focused .c_list {
    opacity: 1;
    visibility: visible;
    top: 40px;
}
.c-select.is-focused>.c-icons i {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: rotate(180deg) translate(50%, 50%);
    transform: rotate(180deg) translate(50%, 50%);
}

/* BEGIN c-select-single */
.c-select .c-radio {
    font-size: 14px;
    padding: 0 10px;
    margin-top: 0;
    margin-bottom: 5px;
    border-radius: 3px;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}
.c-select .c-radio:hover, .c-select .c-radio.is-selected {
    color: #ee4388;
}
.c-select .c-radio label {
    display: block;
    color: inherit;
    padding: 5px 0;
}
.c-select .c-radio label:hover {
    color: #ee4388;
}

/* END c-select-single */
@media screen and (max-width: 1259px) {
    .p-detail-1 .p_content .title {
        font-size: 20px;
        margin-top: 15px;
    }
    .p-detail-1 .p_detail {
        padding: 20px 0px 10px;
    }
}