﻿@import"https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i&display=swap&subset=vietnamese";

* {
    outline: none;
    box-sizing: border-box
}

body, html {
    padding: 0;
    margin: 0
}

body {
    overflow-x: hidden;
    -webkit-overflow-scrolling: auto;
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif
}

.container {
    margin-left: auto;
    margin-right: auto
}

@media(min-width: 992px) {
    .container {
        width: 100%
    }
}

@media(max-width: 1024px) {
    .container {
        width: 100%
    }
}

@media(min-width: 1366px) {
    .container {
        width: 1200px
    }
}

a {
    cursor: pointer;
    outline: 0;
    text-decoration: none
}

.owl-carousel .owl-nav {
    pointer-events: none;
    transition: all .3s;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0
}

    .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        height: 40px;
        width: 40px;
        margin-top: -20px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        pointer-events: auto;
        font-size: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #77b82a;
        border-radius: 50%;
        background-position: center center;
        background-size: 50% auto
    }

        .owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:hover {
            opacity: .8
        }

    .owl-carousel .owl-nav .owl-prev {
        left: 0;
        background-image: url("../images/arrow_left_1.png")
    }

    .owl-carousel .owl-nav .owl-next {
        right: 0;
        background-image: url("../images/arrow_right_1.png")
    }

.owl-carousel:hover .owl-nav {
    opacity: 1
}

.owl-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
    pointer-events: none;
    z-index: 2
}

    .owl-carousel .owl-dots .owl-dot {
        display: inline-block;
        margin-left: 8px
    }

        .owl-carousel .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #77b82a;
            margin: .3rem;
            display: inline-block;
            opacity: .8;
            pointer-events: auto
        }

        .owl-carousel .owl-dots .owl-dot.active span {
            background-color: #e50714
        }

.mybtn {
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    padding: .7em 1.5em;
    font-size: 1em;
    background-color: #e50714;
    color: #fff;
    text-decoration: none !important;
    border: none;
    display: inline-block;
    transition: all .3s;
    font-weight: normal;
    outline: none !important;
    border-radius: 4px
}

    .mybtn.mybtn2 {
        background-color: #77b82a
    }

        .mybtn.mybtn2:hover {
            background-color: #e50714
        }

    .mybtn + .mybtn {
        margin-left: 12px
    }

.isMobile .mybtn {
    font-size: 14px
}

.mybtn:hover {
    background-color: #77b82a;
    color: #fff !important;
    border-color: #444
}

.breadcrumb {
    background-color: rgba(0,0,0,0);
    margin-bottom: 0;
    color: #a9a9a9;
    text-transform: uppercase;
    margin-top: 2em;
    font-size: .8em;
    padding: 0;
    letter-spacing: 1px;
    list-style-type: none
}

    .breadcrumb i {
        font-size: 1.3em;
        position: relative;
        top: 2px
    }

    .breadcrumb li {
        display: inline-block
    }

    .breadcrumb a {
        color: #a9a9a9
    }

    .breadcrumb li + li:before {
        content: "›";
        font-size: 1.5em;
        margin-left: 8px;
        margin-right: 8px;
        padding: 0
    }

.pagination {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 1em;
    list-style-type: none
}

    .pagination.tar {
        text-align: right
    }

    .pagination li {
        display: inline-block;
        color: #77b82a;
        font-size: 1em;
        height: 33px;
        cursor: pointer
    }

        .pagination li a {
            color: #77b82a;
            border-radius: 0 !important;
            border: none;
            background: none;
            line-height: 33px;
            text-decoration: none;
            padding: 0 1em
        }

            .pagination li a i {
                font-size: 1.4em;
                line-height: 34px
            }

            .pagination li a:focus, .pagination li a:hover {
                background: none !important
            }

        .pagination li.active a, .pagination li:hover a {
            color: #e50714 !important;
            background: none !important
        }

.button_scroll2top {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 46px;
    width: 46px;
    z-index: 4;
    cursor: pointer;
    border-radius: 50%;
    background-color: rgba(0,0,0,.1);
    background-image: url("../images/top.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 42% auto
}

.isMobile .button_scroll2top {
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px
}

.form-group {
    margin-bottom: 32px
}

    .form-group input::-webkit-input-placeholder, .form-group select::-webkit-input-placeholder, .form-group textarea::-webkit-input-placeholder {
        color: #8b8b8b
    }

.isMobile .form-group {
    margin-bottom: 16px
}

.form-group .err {
    font-weight: normal;
    position: absolute;
    color: #dc3545;
    font-style: italic;
    font-size: .8em;
    margin: 0
}

.form-group .form-control {
    font-size: 1em;
    border-radius: 4px !important;
    height: 38px;
    padding-left: 12px;
    padding-right: 12px;
    border: none;
    background-color: #fff;
    border: none;
    border: 1px solid #ccc;
    box-shadow: none
}

    .form-group .form-control.full {
        width: 100%
    }

.form-group textarea.form-control {
    resize: none;
    overflow-y: auto;
    height: 112px;
    padding-top: 10px
}

.isMobile .form-group textarea.form-control {
    -webkit-overflow-scrolling: touch
}

.form-group select {
    color: #8b8b8b;
    padding-left: 11px !important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url("../images/bg_select_img.png");
    background-repeat: no-repeat;
    background-position: center right
}

    .form-group select option {
        padding: 0;
        margin: 0
    }

.top-header {
    text-align: center;
    padding: .5em 0;
    font-size: 1.6em;
    margin: 0;
    color: #fff;
    background-color: #e50714
}

.isMobile .top-header {
    font-size: 1em
}

.my_menu {
    position: relative;
    z-index: 9
}

    .my_menu .icon_menu_mb {
        background: none;
        border: none;
        height: 28px;
        position: relative;
        padding: 0;
        vertical-align: top;
        transition: all .3s
    }

        .my_menu .icon_menu_mb:hover:not(.icon_close) span::after {
            width: 19.2px
        }

        .my_menu .icon_menu_mb span {
            height: 2px;
            width: 32px;
            display: block;
            background-color: #000;
            position: relative
        }

            .my_menu .icon_menu_mb span::after, .my_menu .icon_menu_mb span::before {
                position: absolute;
                content: "";
                width: 32px;
                height: 2px;
                display: inline-block;
                background-color: #000;
                left: 0;
                transition: all .2s
            }

            .my_menu .icon_menu_mb span::before {
                top: -8px
            }

            .my_menu .icon_menu_mb span::after {
                bottom: -8px
            }

        .my_menu .icon_menu_mb.icon_close span {
            background-color: rgba(0,0,0,0)
        }

            .my_menu .icon_menu_mb.icon_close span::before {
                transform: rotate(45deg);
                top: 0
            }

            .my_menu .icon_menu_mb.icon_close span::after {
                transform: rotate(-45deg);
                bottom: 0
            }

        .my_menu .icon_menu_mb.icon_close:hover {
            transform: scale(0.98)
        }

    .my_menu .icon_drop {
        padding: 0;
        background: none;
        border: none;
        position: absolute;
        right: 0;
        top: 0;
        display: none
    }

        .my_menu .icon_drop:before {
            content: "";
            border: 6px solid rgba(0,0,0,0);
            border-top-color: #000;
            position: absolute;
            top: 14px;
            left: 50%;
            margin-left: -8px
        }

    .my_menu ul {
        padding: 0;
        margin: 0;
        list-style: none
    }

        .my_menu ul h2, .my_menu ul h3, .my_menu ul h4, .my_menu ul h5, .my_menu ul h6 {
            padding: 0;
            margin: 0
        }

            .my_menu ul h2 a, .my_menu ul h3 a, .my_menu ul h4 a, .my_menu ul h5 a, .my_menu ul h6 a {
                font-size: 16px;
                padding: 8px 24px;
                display: block;
                text-decoration: none;
                color: #000;
                outline: none
            }

        .my_menu ul li {
            position: relative
        }

        .my_menu ul.ul2 > li {
            display: inline-block
        }

        .my_menu ul.ul2 ul {
            position: absolute;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            min-width: 180px;
            background-color: #fff
        }

        .my_menu ul.ul3 {
            left: 0;
            top: 100%
        }

        .my_menu ul.ul4 {
            left: 100%;
            top: 0
        }

        .my_menu ul.ul5 {
            left: 100%;
            top: 0
        }

        .my_menu ul.ul6 {
            left: 100%;
            top: 0
        }

.my_menu__header {
    display: none;
    display: flex;
    justify-content: space-between;
    padding: 12px 16px
}

    .my_menu__header .mylogo img {
        max-height: 30px
    }

.isDesktop .my_menu .my_menu__body {
    display: flex;
    padding: 0;
    justify-content: space-between
}

    .isDesktop .my_menu .my_menu__body .mylogo {
        margin-right: 50px;
        padding: 8px 0
    }

        .isDesktop .my_menu .my_menu__body .mylogo img {
            max-height: 62px
        }

.isDesktop .my_menu .ul2 {
    padding-top: 1em
}

.isDesktop .my_menu .my_menu__header {
    display: none
}

.isDesktop .my_menu ul h2 a {
    color: #000;
    padding: 16px 24px
}

    .isDesktop .my_menu ul h2 a:hover {
        color: #e50714
    }

    .isDesktop .my_menu ul h2 a span {
        position: relative
    }

        .isDesktop .my_menu ul h2 a span:before {
            content: "";
            height: 1px;
            width: 100%;
            display: inline-block;
            background-color: #000;
            position: absolute;
            bottom: -12px;
            left: 0;
            opacity: .1;
            display: none
        }

        .isDesktop .my_menu ul h2 a span:after {
            content: "";
            height: 1px;
            width: 0;
            display: inline-block;
            background-color: #e50714;
            position: absolute;
            bottom: -12px;
            right: 0;
            transition: width .7s cubic-bezier(0.25, 0.8, 0.25, 1) 0s
        }

        .isDesktop .my_menu ul h2 a span:hover:after {
            width: 100%;
            left: 0;
            right: auto
        }

.isDesktop .my_menu ul h3 a:hover, .isDesktop .my_menu ul h4 a:hover, .isDesktop .my_menu ul h5 a:hover {
    color: #e50714
}

.isDesktop .my_menu ul ul {
    box-shadow: 1px 1px 5px rgba(0,0,0,.2)
}

.isDesktop .my_menu ul li.active > * > a {
    color: #e50714
}

.isDesktop .my_menu ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.isMobile .my_menu {
    max-height: 100vh;
    overflow-y: auto
}

    .isMobile .my_menu .container {
        padding-left: 0;
        padding-right: 0
    }

    .isMobile .my_menu .my_menu__body .mylogo {
        display: none
    }

    .isMobile .my_menu .icon_menu_mb {
        display: initial
    }

    .isMobile .my_menu .icon_drop {
        display: block;
        right: 0;
        width: 60px;
        height: 40px
    }

    .isMobile .my_menu h2 a, .isMobile .my_menu h3 a, .isMobile .my_menu h4 a, .isMobile .my_menu h5 a, .isMobile .my_menu h6 a {
        padding: 12px 24px
    }

    .isMobile .my_menu ul {
        transition: all .5s;
        max-height: 0;
        overflow: hidden
    }

        .isMobile .my_menu ul.ul2 {
            background-color: #fff
        }

            .isMobile .my_menu ul.ul2 > li {
                display: block;
                border-bottom: 1px solid #eee
            }

        .isMobile .my_menu ul ul {
            position: relative;
            left: 0;
            right: 0;
            display: block
        }

            .isMobile .my_menu ul ul.active {
                max-height: 100vh;
                opacity: 1;
                visibility: visible;
                pointer-events: auto
            }

        .isMobile .my_menu ul.ul3 {
            padding-left: 12px
        }

        .isMobile .my_menu ul.ul4 {
            padding-left: 24px
        }

        .isMobile .my_menu ul.ul5 {
            padding-left: 36px
        }

        .isMobile .my_menu ul.ul6 {
            padding-left: 48px
        }

    .isMobile .my_menu.active .ul2 {
        max-height: 100vh
    }

.sticky_header {
    animation-duration: .5s
}

    .sticky_header .my_menu .my_menu__body {
        background-color: #e50714
    }

.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4
}

.p-footer {
    padding-top: 60px;
    background: #1c1c1c;
    color: #fff;
    font-size: 13px
}

.isDesktop .p-footer .rowft {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between
}

.isPhone .p-footer {
    padding-top: 24px
}

.p-footer .footer__logo img {
    max-width: 90%;
    max-height: 80px
}

.p-footer .footer__tt {
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    font-weight: bold;
    background: url("../images/icon-tdft.png") no-repeat 0 5px;
    padding-left: 20px;
    white-space: nowrap
}

    .p-footer .footer__tt.mt {
        margin-top: 16px
    }

    .p-footer .footer__tt:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 70%;
        height: 1px;
        content: "";
        display: inline-block;
        display: none;
        background-image: linear-gradient(to right, #aaa, #2A2D36)
    }

.isMobile .p-footer .footer__tt {
    margin-bottom: 12px
}

.p-footer a {
    color: #ccc;
    text-decoration: none
}

.p-footer .address {
    font-size: 14px;
    line-height: 1.8
}

    .p-footer .address img {
        margin-right: 16px
    }

.p-footer .cols1, .p-footer .cols4 {
    width: auto
}

.isMobile .p-footer .cols1, .isMobile .p-footer .cols2, .isMobile .p-footer .cols3 {
    padding-bottom: 24px
}

.p-footer .links p {
    padding-left: 18px;
    position: relative
}

    .p-footer .links p:before {
        content: "•";
        color: #77b82a;
        font-size: 1.5em;
        line-height: 0;
        position: absolute;
        left: 3px;
        top: 8px
    }

.p-footer .links a:hover {
    color: #77b82a
}

.p-footer .mybtn {
    color: #fff;
    white-space: nowrap
}

    .p-footer .mybtn img {
        position: relative;
        top: -3px
    }

.p-footer .social {
    white-space: nowrap
}

    .p-footer .social a {
        display: inline-block;
        margin-right: 6px
    }

.p-footer .copyright {
    padding: 16px 0;
    margin-top: 24px;
    font-size: 14px;
    color: #ccc;
    font-size: 13px;
    border-top: 1px solid #585858
}

    .p-footer .copyright a {
        font-weight: bold
    }

.isDesktop .p-footer .copyright .c2 {
    text-align: right
}

.isMobile .p-footer .copyright {
    padding: 12px 0;
    font-size: 12px;
    text-align: center
}

body {
    font-family: "Open Sans",sans-serif;
    font-weight: 400
}

    body::-webkit-scrollbar {
        width: 12px;
        height: 12px
    }

    body::-webkit-scrollbar-track {
        background: rgba(0,0,0,.1)
    }

    body::-webkit-scrollbar-thumb {
        background: rgba(0,0,0,.2);
        border-radius: 2px
    }

.section {
    padding-top: 50px;
    padding-bottom: 100px
}

.isMobile .section {
    padding-top: 60px;
    padding-bottom: 60px
}

.isPhone .section {
    padding-top: 40px;
    padding-bottom: 40px
}

.section__tt {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #e50714;
    font-size: 1.6em;
    margin-bottom: 24px;
    font-weight: bold
}

    .section__tt.sm {
        font-size: 1.4em
    }

.isMobile .section__tt {
    font-size: 20px;
    margin-bottom: 24px
}

.isPhone .section__tt {
    font-size: 16px
}

.section__desc {
    margin-bottom: 48px
}

.section .red {
    color: red;
    font-style: italic
}

.section_1 .my-form {
    width: 800px;
    max-width: 100%;
    margin-top: 32px
}

.isMobile .section_1 .my-form .btn-gr {
    text-align: center
}

.section_1 .lbl {
    line-height: 38px;
    font-weight: normal
}

.isMobile .section_1 .lbl {
    line-height: 24px
}

.section_2 .my-info {
    margin-top: 32px
}

.isMobile .section_2 .my-info.my-info2 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.section_2 .my-info .txt1 {
    font-weight: 600
}

.section_2 .my-info .txt1, .section_2 .my-info .txt2 {
    line-height: 1.8
}

.section_2 .row {
    margin-bottom: 12px
}

.section .row.kiemtra .txt12 {
    text-transform: uppercase;
    font-size: 1.2em
}

.isDesktop .section .row.kiemtra .cols2 {
    padding-left: 10%
}

.gallery-home .item img {
    width: 100%
}

.gallery-home .item__txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

    .gallery-home .item__txt_1, .gallery-home .item__txt_2, .gallery-home .item__txt .btn_gr {
        visibility: hidden
    }

        .gallery-home .item__txt_1.vis, .gallery-home .item__txt_2.vis, .gallery-home .item__txt .btn_gr.vis {
            visibility: visible !important
        }

.gallery-home .item__txt_1 {
    font-size: 50px;
    font-weight: 700
}

.isMobile .gallery-home .item__txt_1 {
    font-size: 30px
}

.isPhone .gallery-home .item__txt_1 {
    font-size: 16px
}

.gallery-home .item__txt_2 {
    font-size: 34px
}

.isMobile .gallery-home .item__txt_2 {
    font-size: 24px
}

.isPhone .gallery-home .item__txt_2 {
    font-size: 12px
}

.gallery-home .item__txt .btn_gr {
    margin-top: 24px
}

.isPhone .gallery-home .item__txt .btn_gr {
    margin-top: 12px
}

.gallery-home .item__txt .mybtn {
    border-color: #fff;
    color: #fff;
    background: none;
    padding: .5em 2em
}

    .gallery-home .item__txt .mybtn:hover {
        background-color: #e50714;
        color: #fff;
        border-color: #e50714
    }

.isMobile .gallery-home .item__txt .mybtn {
    font-size: 16px
}

.isPhone .gallery-home .item__txt .mybtn {
    font-size: 12px
}

.gallery-home .owl-nav {
    visibility: hidden;
    transition: all .5s
}

.isMobile .gallery-home .owl-nav {
    display: none
}

.gallery-home .owl-nav .owl-prev {
    left: 2%
}

.gallery-home .owl-nav .owl-next {
    right: 2%
}

.gallery-home:hover .owl-nav {
    visibility: visible
}

#loading {
    display: inline-block;
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    background: url("../images/loading.gif") no-repeat center center #fff;
    z-index: 100000
}

    #loading.finished {
        z-index: -1;
        display: none
    }

.list_news {
    display: flex;
    margin-left: -16px;
    margin-right: -16px;
    flex-wrap: wrap
}

    .list_news a:not(.mybtn) {
        text-decoration: none;
        outline: none;
        color: #77b82a
    }

    .list_news .item {
        width: 33.33%;
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: 36px
    }

.isMobile .list_news .item {
    width: 50%
}

.isPhone .list_news .item {
    width: 100%
}

.list_news .item__inner {
    display: block;
    border: 1px solid #eee
}

.list_news .item__img {
    overflow: hidden
}

    .list_news .item__img img {
        width: 100%;
        transition: all .3s
    }

.list_news .item__txt {
    padding: 1.5em;
    color: #999
}

.list_news .item__txt__1 {
    padding: 0;
    margin: 0;
    font-size: 1.3em;
    color: #e50714;
    line-height: 1.4;
    font-family: "Open Sans",sans-serif;
    font-weight: 400
}

.list_news .item__txt__2 {
    margin-top: 16px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    word-break: none
}

    .list_news .item__txt__2 p {
        margin: 0;
        padding: 0
    }

.list_news .item__txt__3 {
    margin-top: 16px;
    border-top: 1px solid #eee;
    padding-top: 16px;
    font-size: 12px;
    color: #aaa;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between
}

    .list_news .item__txt__3 .icon i {
        font-size: 1.3em;
        position: relative;
        top: 2px;
        margin-left: 6px
    }

    .list_news .item__txt__3 .icon:hover {
        color: #e50714
    }

.list_news .item:hover .item__img img {
    transform: scale(1.1)
}

.list_news__list {
    display: block
}

    .list_news__list .item {
        margin-bottom: 2em;
        display: block;
        width: 100% !important
    }

    .list_news__list .item__inner {
        display: flex;
        border: none
    }

    .list_news__list .item__img {
        width: 35%
    }

    .list_news__list .item__txt {
        padding: 0 0 0 24px;
        width: 100%
    }

    .list_news__list .item__txt__3 {
        border-top: none;
        margin-top: 8px;
        padding-top: 0;
        margin-bottom: 16px;
        display: block
    }

    .list_news__list .item__txt__1 {
        padding-top: 0;
        margin-top: 0
    }

    .list_news__list .item__txt__4 {
        margin-top: 16px;
        color: #e50714;
        font-size: 1.1em
    }

        .list_news__list .item__txt__4 .icon {
            position: relative;
            top: 3px;
            font-size: 1.3em;
            margin-left: 4px
        }

.page_detailproduct .section_cttp_2 {
    padding-top: 0
}

.isMobile .page_detailproduct .section_cttp_1 .cols001 .col_inner {
    padding-right: 0
}

.page_detailproduct .section_cttp_1 .info_dt {
    padding-left: 5%
}

.isMobile .page_detailproduct .section_cttp_1 .info_dt {
    padding: 5%
}

.isPhone .page_detailproduct .section_cttp_1 .info_dt {
    padding: 2em 0 0
}

.page_detailproduct .section_cttp_1 .info_dt__txt1 {
    font-size: 2em;
    color: #ec1d23;
    font-weight: 700;
    margin: 0 0 0 10xpx;
    padding: 0
}

.isPhone .page_detailproduct .section_cttp_1 .info_dt__txt1 {
    font-size: 1.42em
}

.page_detailproduct .section_cttp_1 .info_dt__txt2 {
    font-size: 1.1em
}

.page_detailproduct .section_cttp_1 .info_dt__txt4 {
    font-size: 1.6em;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: .7em 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

    .page_detailproduct .section_cttp_1 .info_dt__txt4 .p1 {
        color: #ccc;
        text-decoration: line-through;
        margin-right: 12px
    }

    .page_detailproduct .section_cttp_1 .info_dt__txt4 .p2 {
        font-weight: 600;
        font-size: 1.1em
    }

.page_detailproduct .section_cttp_1 .info_dt .quantity input::-webkit-inner-spin-button, .page_detailproduct .section_cttp_1 .info_dt .quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.page_detailproduct .section_cttp_1 .info_dt .quantity input[type=number] {
    -moz-appearance: textfield
}

.page_detailproduct .section_cttp_1 .info_dt .quantity input {
    border: none;
    width: 50px;
    text-align: center;
    font-weight: 600;
    font-size: 1.2em;
    color: #666
}

.page_detailproduct .section_cttp_1 .info_dt .quantity button {
    border: none;
    height: 50px;
    width: 50px;
    border-radius: 100px;
    background-color: #f2f2f2;
    color: #8d8d8d
}

    .page_detailproduct .section_cttp_1 .info_dt .quantity button i {
        line-height: 48px
    }

.page_detailproduct .section_cttp_1 .info_dt .btn_gr {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 3em;
    margin-bottom: 3em
}

.isMobile .page_detailproduct .section_cttp_1 .info_dt .btn_gr {
    display: block
}

.page_detailproduct .section_cttp_1 .info_dt .btn_gr .mybtn {
    text-transform: none;
    border-radius: 100px;
    height: 50px;
    padding: 0 2em;
    font-weight: 700
}

.isMobile .page_detailproduct .section_cttp_1 .info_dt .btn_gr .mybtn {
    padding: 0 1em;
    margin-top: 16px;
    margin-left: 0
}

.page_detailproduct .section_cttp_1 .info_dt .btn_gr .mybtn .icon {
    margin-right: 6px
}

.page_detailproduct .section_cttp_1 .info_dt__txt3 {
    color: #e50714
}

    .page_detailproduct .section_cttp_1 .info_dt__txt3 .s1 {
        color: #505050;
        font-weight: 700
    }

    .page_detailproduct .section_cttp_1 .info_dt__txt3 .s2 {
        color: #8d8d8d
    }

.page_detailproduct .section_cttp_1 .info_dt__txt6 {
    margin-top: 1em;
    line-height: 1.6;
    margin-bottom: 1em
}

.page_detailproduct .section_cttp_1 .info_dt__txt5 {
    padding-top: 1em
}

    .page_detailproduct .section_cttp_1 .info_dt__txt5 .s_size {
        margin-bottom: 1.5em
    }

.page_detailproduct .section_cttp_1 .info_dt .radio_detail {
    display: inline-block
}

.isPhone .page_detailproduct .section_cttp_1 .info_dt .radio_detail {
    display: block
}

    .isPhone .page_detailproduct .section_cttp_1 .info_dt .radio_detail > * {
        margin-top: 1em
    }

.page_detailproduct .section_cttp_1 .info_dt .txtsamewidth {
    width: 60px;
    display: inline-block;
    vertical-align: top;
    line-height: 30px
}

.page_detailproduct .section_cttp_1 .img-lg {
    border: 1px solid #eee
}

    .page_detailproduct .section_cttp_1 .img-lg img {
        width: 100%
    }

.page_detailproduct .section_cttp_1 .slide-dt-thumb {
    margin-top: 12px
}

    .page_detailproduct .section_cttp_1 .slide-dt-thumb img {
        width: 100%
    }

    .page_detailproduct .section_cttp_1 .slide-dt-thumb .owl-item {
        position: relative
    }

    .page_detailproduct .section_cttp_1 .slide-dt-thumb .imgthumb {
        position: absolute;
        border: 1px solid #eee;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3
    }

        .page_detailproduct .section_cttp_1 .slide-dt-thumb .imgthumb.active {
            border-bottom-color: #cb1e33
        }

.page_detailproduct .content_html {
    padding: 2em 0
}

.only-show-mobile {
    display: none
}

.isMobile .only-show-mobile {
    display: initial
}

.isMobile .hide-on-mobile {
    display: none
}
/*# sourceMappingURL=main.css.map */