* {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto !important;
}

body {
    font-family: 'Arial', sans-serif;
    width: 100%;
    overflow-x: hidden;
}

ul {
    margin-bottom: 0;
}

li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

a:visited,
a:link {
    text-decoration: none;
}


main {
    padding: 10px 0;
    min-height: 400px;
    /*padding-top: 210px;*/
}

.breadcrumb a,
.breadcrumb span {
    color: #000;
    font-weight: bold;
}

/* top bar menu */
.top-bar-menu {
    background-color: #23282d;
}

.top-bar-menu ul li {
    list-style-type: none;
    display: inline-block;
    padding: 7px 10px;
}

.top-bar-menu ul li a {
    color: #fff;
    font-size: 13px;
}

.top-bar-menu ul li a i {
    display: inline-block;
    padding-right: 5px;
}

/*HEADER*/
header {
    /*position: fixed;
    left: 0;
    right: 0;*/
    background-color: #fff;
    z-index: 20;
}

.top-header {
    padding: 10px 0;
}

header>.top-header .top-right {
    text-align: right;
}

header>.top-header .top-right>ul {
    display: inline-block;
    border: 1px solid #eda;
}

header>.top-header .top-right>ul li {
    display: inline-block;
    padding: 7px;
    font-size: 12px;
    background-color: #dedede;
    margin-right: -3px;
    border-right: 1px solid #adadad;
}

header>.top-header .bottom-right {
    padding-top: 5px;
}

header>.top-header .bottom-right .hotline {
    text-align: right;
}

header>.top-header .bottom-right .hotline a {
    display: flex;
    align-items: center;
    float: right;
}

header>.top-header .bottom-right .hotline a .text {
    text-align: left;
}

header>.top-header .bottom-right .hotline a .text span {
    font-size: 12px;
    font-weight: normal;
    font-family: "Robr";
}

header>.top-header .bottom-right .hotline a .text p {
    margin: 0 !important;
    font-weight: bolder;
    font-size: 16px;
}


header .main-header>.container>ul>li {
    display: inline-block;
    border-right: thin #288575 solid;
    margin-left: -3px;
}

header .main-header>.container>ul>li:last-child {
    border-right: none;
}

header .main-header>.container>ul>li i {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

header .main-header>.container>ul>li a i {
    font-size: 15px;
}

header .main-header ul li a {
    display: inline-block;
    font-size: 12px;
    padding: 10px 27px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}



header .main-header {
    background-color: #05715f;
}

header .main-header ul li:hover a,
header .main-header ul li.active a {
    background-color: #fff;
    color: #05715f;
}

header .main-header ul li:hover a i {
    color: #05715f;
}

header .main-header ul li.menu-item-has-children:hover ul.sub-menu a {
    color: #fff;
    background: #05715f;
}

header .main-header ul li.menu-item-has-children ul.sub-menu li {
    border-bottom: thin #0c7c69 solid;
}

header .main-header ul li.menu-item-has-children ul.sub-menu li:hover a {
    background-color: #0c7c69;
    color: #fff;
}

header .main-header ul li.menu-item-has-children {
    position: relative;
}

header .main-header ul li.menu-item-has-children ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background-color: #05715f;
    display: none;
    z-index: 100;
}

header .main-header ul li.menu-item-has-children ul.sub-menu a {
    display: block;
}

header .main-header ul li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

/*End Header*/


/*Main*/

.menuchoice {
    margin-bottom: 15px;
}

.menuchoice a {
    display: block;
    border: 1px solid #05715f;
}

.tuvanqc {
    padding: 15px;
    position: relative;
}

.tuvanqc img {
    width: 100%;
}


.tuvanqc .text {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 15px;
    height: 100%;
}

.tuvanqc .text p:first-child {
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    position: relative;
    color: #fff;
    text-transform: uppercase;
}

.tuvanqc .text p:first-child:after {
    position: absolute;
    content: '';
    width: 50%;
    left: 25%;
    bottom: 0;
    height: 2px;
    background-color: #fff;
}

.tuvanqc .text p:last-child {
    padding: 10px;
    color: #fff;
    text-align: center;
}

.list-cate-home .cate-item {
    margin-bottom: 20px;
}

.list-cate-home .cate-item>p {
    background: url(../img/bg-hd.png);
    background-repeat: repeat-x;
    background-position: center;
    font-size: 18px;
    font-weight: bold;
}

.list-cate-home .cate-item>p>span {
    background: #fff;
}

.list-cate-home .cate-item .list-post .row .top img {
    width: 100%;
    border: 2px #ddd solid;
}

.list-cate-home .cate-item .list-post .row .top .title-post,
.single-cate .list-post-cate .item .title-post {
    text-align: center;
    background: #a5a1a1;
    padding: 5px;
    margin-top: 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.list-cate-home .cate-item .list-post .row .item,
.single-cate .list-post-cate .item {
    box-shadow: 0 0 6px 1px #888;
    margin-bottom: 15px;
    min-height: 340px;
}




.list-cate-home .cate-item .list-post .row .bot,
.single-cate .list-post-cate .item .bot {
    padding: 0 10px;
    padding-bottom: 10px;
}

.list-cate-home .cate-item .list-post .row .bot i,
.single-cate .list-post-cate .item .bot i {
    width: 15px;
}

.list-cate-home .cate-item .list-post .row .bot span,
.single-cate .list-post-cate .item .bot span {
    color: red;
}

.aboutus {
    margin: 10px 0;
}

.aboutus .title-about {
    font-size: 20px;
    color: #f13131;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
}

.aboutus ul li i {
    color: #47ca37;
}

.aboutus ul li {
    font-size: 16px;
}

.news p {
    margin-bottom: 0;
}

.news p a {
    font-weight: bold;
    color: #2045cd;
}

.news li {
    margin-bottom: 10px;
}

.tell-us {
    margin: 20px 0;

}

.tell-us>.container>.row {
    border: 2px solid #eee;
    margin: 0;
}

.tell-us img {
    width: 100%;
}

.tell-us .imgleft {
    padding: 0;
}

.tell-us .col-md-8 p:first-child {
    margin-left: -40px;
}

.tell-us .col-md-8 p:first-child span {
    display: inline-block;
    padding: 5px;
    background: #ffb510;
    color: #fff;
}


/*Category*/
.qh-sidebar-left {
    z-index: 10 !important;
}

.qh-sidebar {
    position: static !important;
}

.listincate .parent-single-cate span.baa {
    display: inline-block;
    padding: 10px 3px;
    background: #222;
}

.listincate .parent-single-cate {
    background: #05715f;
}

.listincate .parent-single-cate span {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

.listincate>ul>li {
    margin: 5px 0;
}



.listincate>ul>li a {
    display: block;
    padding: 5px;
    padding-right: 10px;
    background: #eee;
    color: #000;
    position: relative;
}

.listincate>ul>li:hover a {
    background: #ada;
}

.listincate>ul>li a:after {
    content: '\f105';
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
    color: #199ed0;
    font-size: 20px;
    font-family: "FontAwesome";
}

.listincate {
    margin-bottom: 20px;
}

.post-sidebar>p {
    background: #05715f;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.post-sidebar ul li {
    margin-bottom: 3px;
}

.post-sidebar ul li .row>div {
    padding: 0 3px;
}

.post-sidebar ul li a {
    color: #000;
    font-weight: normal;
    display: block;
    font-size: 13px;
}

.post-sidebar ul li a:hover {
    background: #eee;
}

.post-sidebar .row {
    margin: 0;
}

.single-cate {
    margin: 0;
}

.single-cate .more {
    color: blue;
    cursor: pointer;
    font-size: 20px;
    transition: 1s;
}

.single-cate .more:hover {
    color: #eb8d1a;
}

.single-cate .title-single-cate span {
    text-transform: uppercase;
    color: #f3aa06;
    font-weight: bold;
}



/*END Category*/

/*Single*/

.ts-thietke {
    margin-top: 10px;
    margin-bottom: 20px;
}

.ts-thietke .title-table-ts {
    color: #000;
    font-weight: bold;
    font-size: 20px;

}

.ts-thietke table {
    background: #f0f8ff;
}

.ts-thietke table tr {
    border-bottom: thin #eee solid;
    border-left: 2px #eee solid;
    border-right: 2px #eee solid;
}

.ts-thietke table tr:first-child {
    border-top: 2px #eee solid;
}

.ts-thietke table tr td {
    padding: 7px;
}

.ts-thietke table tr td i {
    width: 20px;
}


.thongsochitiet>p {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

.thongsochitiet .mucluc {
    padding: 15px;
    background: #f0f8ff;
    border: 1px solid #aaa;
}


.thongsochitiet .mucluc>ul {
    text-indent: 30px;
}

.thongsochitiet .mucluc>ul>li a {
    color: #000;
}

.thongsochitiet .mucluc>ul>li:hover a {
    color: #1747ce;
    text-decoration: underline;
}


.thongsochitiet .content-ml .conn {
    margin: 10px 0;
}


.thongsochitiet .content-ml .conn .title-con {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}


/*End Single*/

/*End Main*/


















/*Footer*/
.partner .slider .slider-partner {
    padding: 0 30px;
}


.partner .slider .slider-partner .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.partner .slider .slider-partner .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    transform: translateY(-100%);

}

.partner .slider .slider-partner .owl-nav .owl-next {
    position: absolute;
    right: 0;
    transform: translateY(-100%);
}

.partner .slider .slider-partner .owl-nav button {
    padding: 5px !important;
    background: #067260;
    color: #fff;
    outline: none;
}

.partner .slider .slider-partner .owl-nav button span {
    font-size: 25px;
}

.partner .slider {
    background: #eee;
    padding: 5px 0;
}

footer {
    margin: 10px 0;
}

footer p.upp {
    color: #000;
    font-weight: bold;
    line-height: 25px;
}

footer p.upp {
    text-transform: uppercase;
}

footer .htkh ul li {
    padding: 5px 0;
}

footer .htkh ul li a {
    color: #444;
    font-weight: bold;
}

footer .ttlh .social a {
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 2;
}

footer .ttlh .social .fa-facebook {
    background: #204185;
}

footer .ttlh .social .fa-pinterest {
    background: #fff;
    color: #eb4343;
}

footer .ttlh .social .fa-youtube {
    background: #e72625;
}

footer .ttlh .social .fa-twitter {
    background: #2ca8e0;
}

.history-dep {
    padding-top: 10px;
    border-top: 1px solid #eee;
}


.history-dep .title-dep {
    text-align: center;
    color: red;
    text-transform: uppercase;
    font-weight: bold;
}

/*End Footer*/

/*Owl-carousel*/

#sync1, .sync_1 {
    .item {
        background: #fff;
        padding: 80px 0px;
        margin: 5px;
        color: #FFF;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: center;
    }
}

#sync2, .sync_2 {
    .item {
        background: #C9C9C9;
        padding: 10px 0px;
        margin: 5px;
        color: #FFF;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: center;
        cursor: pointer;

        h1 {
            font-size: 18px;
        }
    }

    .current .item {
        background: #fff;
    }
}



.owl-theme {
    .owl-nav {

        /*default owl-theme theme reset .disabled:hover links */
        [class*='owl-'] {
            transition: all .3s ease;

            &.disabled:hover {
                background-color: #D6D6D6;
            }
        }

    }
}

#sync1.owl-theme, .sync_1.owl-theme {
    position: relative;

    .owl-next,
    .owl-prev {
        width: 22px;
        height: 40px;
        margin-top: -20px;
        position: absolute;
        top: 50%;
    }

    .owl-prev {
        left: 10px;
    }

    .owl-next {
        right: 10px;
    }
}

#sync1 .owl-nav, .sync_1 .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}


#sync1 .owl-nav .owl-prev, .sync_1 .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    transform: translateY(-100%);
}

#sync1 .owl-nav .owl-next, .sync_1 .owl-nav .owl-next {
    position: absolute;
    right: 0;
    transform: translateY(-100%);
}

#sync1 .owl-nav button, .sync_1 .owl-nav button {
    width: 40px;
    height: 40px;
    outline: none;
    border-radius: 100%;
}

#sync1 .owl-nav button i, .sync_1 .owl-nav button i {
    font-size: 25px;
}


/*End Owl carousel*/

/* News */
.qh-news-item {
    overflow: hidden;
    margin: 15px 0;
}

.qh-news-item-img {
    float: left;
    width: 25%;
}

.qh-news-item-info {
    width: 75%;
    float: left;
    padding-left: 15px;
}

.qh-news-item-info h2 {
    margin: 0;
    font-size: 16px;
}

.qh-news-item-info h2 a {
    color: #000;
    font-weight: bold;
}

.qh-createdate {
    color: #767676;
    font-size: 12px;
    padding: 6px 0;
}

.qh-news-item-info p {
    color: #5d5c5c;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 10px;
}

.qh-news-list>h1 {
    font-size: 28px;
    color: #444444;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 20px;
}

/* news-detail */
.qh-news-detail {
    padding-bottom: 30px;
}

.qh-news-detail>h1 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

.intro-detail {
    color: #333;
    line-height: 24px;
    font-size: 14px;
}

.qh-news-detail em {
    font-style: italic;
    padding-bottom: 10px;
    display: block;
}

.qh-news-detail img {
    display: block;
    margin: 0 auto;
    padding: 15px 0;
}

.qh-news-detail p {
    line-height: 23px;
}

.title-box-news {
    padding: 10px;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    background-image: url(../img/bg-hd.png);
    background-repeat: repeat-x;
    background-position: center;
}

.title-box-news a {
    display: inline-block;
    color: #2c2c2c;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    padding-right: 10px;
    background-image: url(../img/bg-hd1.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 55px;
    line-height: 50px;
    background-color: #fff;
}

.other-article li {
    padding-bottom: 7px;
}

.other-article li a {
    color: #313131;
    text-decoration: none;
}

/* contact */
.contact-form form input {
    background-color: #f2f2f2;
    border: none;
    box-shadow: none;
    margin-bottom: 22px;
}

.contact-form form button {
    background-color: #018839;
    border: none;
    padding: 8px 30px;
    color: #fff;
    font-weight: bold;
    margin: 10px 0;
}

.contact-form form textarea {
    background-color: #f2f2f2;
    border: none;
    box-shadow: none;
}

.contact-form {
    padding: 50px 0;
}

/* about */
.about-content h2 {
    font-size: 18px;
    text-align: center;
    color: #B22222;
    margin-top: 0;
}

.about-content h1 {
    padding-bottom: 15px;
}

.about-content em {
    display: inline-block;
}

.about-content>span {
    text-align: center;
    display: block;
    padding-bottom: 15px;
}

.about-content>span>img {
    padding-bottom: 5px;
}

.about-info {
    padding-top: 20px;
}

.qh-contact-title {
    font-size: 16px;
    color: #db2c2c;
    border-bottom: solid 2px #db2c2c;
    padding-bottom: 6px;
    font-weight: bold;
    margin-bottom: 30px;
}

.qh-about .contact-form {
    padding-top: 0;
}

.qh-search form {
    position: relative;
}

.qh-search form button {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #05715f;
}

.qh-search {
    position: relative;
    padding-left: 13px;
    cursor: pointer;
}

.form-search {
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 9;
    width: 250px;
    display: none;
}

.sidebar-single p {
    color: #000;
    font-weight: bold;
}

.news-relate-title {
    margin-bottom: 15px;
    border-bottom: thin solid #eee;
}

.news-relate-title h3 {
    margin-bottom: 0;
}

.navigation a {
    background: #05715f;
    color: #fff;
    margin-right: 10px;
    padding: 5px 10px;
}

.navigation a.active,
.navigation a:hover {
    background: red;
}

/* =====popup phong thủy========== */
.popup-phongthuy {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.popup-pt-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow-y: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    max-height: 600px;
    background: #fff;
    cursor: auto;
    white-space: normal;
    margin-top: 15px;
}

.btn-hide-popup {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 35px;
    width: 35px;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    color: #000;
    border: none;
    padding: 0;
}

.wp_phongthuy_popup h1 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 30px;
    text-transform: uppercase;
    color: #046d12;
}

.wp_phongthuy_popup .boldLabel {
    font-weight: 700;
}



/* menumobile */
@media screen and (max-width: 991px) {
    .menu-site {
        background-color: #eee;
    }

    .menu-box {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        width: 0;
        height: 100vh;
        z-index: 999;
        transition: all 0.3s;
        overflow: hidden;
    }

    .menu-box .bg-menu {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 98;
    }

    .menu-box .main-menu {
        position: relative;
        z-index: 99;
        width: 250px;
        max-width: 95%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        float: left;
        background-color: #fff;
    }

    .menu-box .btn-hide-menu {
        position: relative;
        z-index: 99;
        color: #fff;
    }

    .menu-box .main-menu>li {
        display: block;
        width: 100%;
        border-bottom: #ccc thin solid;
    }

    .menu-box .main-menu>li>span {
        display: none;
    }

    .menu-box .main-menu>li>a {
        padding: 7px 10px;
        display: block;
    }

    .main-menu li:hover>a,
    .main-menu li.current-menu-item>a {
        background-color: #0291d6;
        color: #fff;
    }

    .main-menu>li.menu-item-has-children>a>i {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .main-menu .sub-menu {
        border-top: #ccc thin dotted;
        padding-left: 10px;
        display: none;
    }

    .main-menu li.menu-item-has-children>a {
        position: relative;
        padding-right: 40px;
    }

    .main-menu li.menu-item-has-children>a>i {
        position: absolute;
        display: inline-block;
        padding: 10px 12px;
        top: 0;
        right: 0;
        margin: 0 !important;
    }

    .qh-search {
        float: right;
        padding-top: 5px;
    }

    .qh-search>i {
        font-size: 20px;
    }

    .qh-sidebar-left .sidebar-img {
        display: none;
    }

    .top-bar-menu {
        display: none;
    }
}









/*RESPONESIVE*/

@media screen and (min-width: 768px) and (max-width: 991px) {
    .list-post-cate .col-sm-6:nth-child(2n+1) {
        clear: both;
    }

    .menuchoice a {
        margin-bottom: 10px;
    }
}


@media screen and (max-width: 767px) {

    .menuchoice a {
        margin-bottom: 10px;
    }

    .aboutus img {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .news img {
        padding-bottom: 20px;
    }

    .post-sidebar {
        padding-top: 30px;
        display: none;
    }

    .qh-news-detail,
    .qh-contact {
        padding-top: 30px;
    }

    main {
        padding-top: 20px;
    }

    video {
        height: 250px;
    }
    body
    {
        font-size: 150%;
    }
}


/*END RESPONESIVE*/


.quick-alo-phone {
    display: block;
}

.quick-alo-phone.quick-alo-static {
    opacity: .6;
}

.quick-alo-phone.quick-alo-hover,
.quick-alo-phone:hover {
    opacity: 1;
}

.quick-alo-ph-circle {
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border: 2px solid #bfebfc 9;
    opacity: .1;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.quick-alo-phone.quick-alo-active .quick-alo-ph-circle {
    -webkit-animation: quick-alo-circle-anim 1.1s infinite ease-in-out !important;
    -moz-animation: quick-alo-circle-anim 1.1s infinite ease-in-out !important;
    -ms-animation: quick-alo-circle-anim 1.1s infinite ease-in-out !important;
    -o-animation: quick-alo-circle-anim 1.1s infinite ease-in-out !important;
    animation: quick-alo-circle-anim 1.1s infinite ease-in-out !important;
}

.quick-alo-phone.quick-alo-static .quick-alo-ph-circle {
    -webkit-animation: quick-alo-circle-anim 2.2s infinite ease-in-out !important;
    -moz-animation: quick-alo-circle-anim 2.2s infinite ease-in-out !important;
    -ms-animation: quick-alo-circle-anim 2.2s infinite ease-in-out !important;
    -o-animation: quick-alo-circle-anim 2.2s infinite ease-in-out !important;
    animation: quick-alo-circle-anim 2.2s infinite ease-in-out !important;
}

.quick-alo-phone.quick-alo-hover .quick-alo-ph-circle,
.quick-alo-phone:hover .quick-alo-ph-circle {
    border-color: #00aff2;
    opacity: .5;
}

.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle {
    border-color: #75eb50;
    border-color: #baf5a7 9;
    opacity: .5;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle {
    border-color: #00aff2;
    border-color: #bfebfc 9;
    opacity: .5;
}

.quick-alo-phone.quick-alo-gray.quick-alo-hover .quick-alo-ph-circle,
.quick-alo-phone.quick-alo-gray:hover .quick-alo-ph-circle {
    border-color: #ccc;
    opacity: .5;
}

.quick-alo-phone.quick-alo-gray .quick-alo-ph-circle {
    border-color: #75eb50;
    opacity: .5;
}

.quick-alo-ph-circle-fill {
    width: 100px;
    height: 100px;
    top: 50px;
    left: -15px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.quick-alo-phone.quick-alo-active .quick-alo-ph-circle-fill {
    -webkit-animation: quick-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -moz-animation: quick-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -ms-animation: quick-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -o-animation: quick-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: quick-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
}

.quick-alo-phone.quick-alo-static .quick-alo-ph-circle-fill {
    -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important;
}

.quick-alo-phone.quick-alo-hover .quick-alo-ph-circle-fill,
.quick-alo-phone:hover .quick-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    background-color: #00aff2 9;
    opacity: .75 !important;
}

.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle-fill,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    background-color: #baf5a7 9;
    opacity: .75 !important;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    background-color: #a6e3fa 9;
    opacity: .75 !important;
}

.quick-alo-phone.quick-alo-gray.quick-alo-hover .quick-alo-ph-circle-fill,
.quick-alo-phone.quick-alo-gray:hover .quick-alo-ph-circle-fill {
    background-color: rgba(204, 204, 204, 0.5);
    background-color: #ccc 9;
    opacity: .75 !important;
}

.quick-alo-phone.quick-alo-gray .quick-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: .75 !important;
}

.quick-alo-ph-img-circle {
    width: 50px;
    height: 50px;
    top: 70px;
    left: 10px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url("https://i.imgur.com/YWJeVO2.png") no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
#quick-alo-mes .quick-alo-ph-img-circle {
    background: rgba(30, 30, 30, 0.1) url("../img/37789948_1959933824027454_666414594595487744_n.png") no-repeat center center;
}

.quick-alo-phone.quick-alo-active .quick-alo-ph-img-circle {
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out !important;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out !important;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out !important;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out !important;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out !important;
}

.quick-alo-phone.quick-alo-static .quick-alo-ph-img-circle {
    -webkit-animation: quick-alo-circle-img-anim 0s infinite ease-in-out !important;
    -moz-animation: quick-alo-circle-img-anim 0s infinite ease-in-out !important;
    -ms-animation: quick-alo-circle-img-anim 0s infinite ease-in-out !important;
    -o-animation: quick-alo-circle-img-anim 0s infinite ease-in-out !important;
    animation: quick-alo-circle-img-anim 0s infinite ease-in-out !important;
}

.quick-alo-phone.quick-alo-hover .quick-alo-ph-img-circle,
.quick-alo-phone:hover .quick-alo-ph-img-circle {
    background-color: #00aff2;
}

.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-img-circle,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-img-circle {
    background-color: #75eb50;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
    background-color: #00aff2;
}

.quick-alo-phone.quick-alo-gray.quick-alo-hover .quick-alo-ph-img-circle,
.quick-alo-phone.quick-alo-gray:hover .quick-alo-ph-img-circle {
    background-color: #ccc;
}

.quick-alo-phone.quick-alo-gray .quick-alo-ph-img-circle {
    background-color: #75eb50;
}

@-moz-keyframes quick-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1;
    }

    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5;
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1;
    }
}

@-webkit-keyframes quick-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1;
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1;
    }
}

@-o-keyframes quick-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1;
    }

    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5;
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1;
    }
}

@-moz-keyframes quick-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@-o-keyframes quick-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@-moz-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-o-keyframes quick-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }
}

.quick-alo-phone {
    position: fixed;
    background-color: transparent;
    width: 100px;
    height: 120px;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    right: 20px;
    bottom: 90px;
}
#quick-alo-phoneIcon, #quick-alo-zalo{
    left: 0px;
}


#quick-alo-zalo .quick-alo-ph-img-circle {
    width:50px;
    height: 50px;
    top: 170px;
    left: 10px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(https://i.imgur.com/3rh4r5i.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

#quick-alo-zalo .quick-alo-ph-circle {
    width: 160px;
    height: 160px;
    top: 120px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #00aff2;
    border: 2px solid #bfebfc 9;
    opacity: .1;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

#quick-alo-zalo .quick-alo-ph-circle-fill {
    width: 100px;
    height: 100px;
    top: 150px;
    left:-15px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: rgba(0, 175, 242, 0.5);
}

.quick-alo-phone span.phone_ring {
    font-size: 12px;
    position: absolute;
    top: 105%;
    display: inline-block;
    padding: 5px 4px;
    background-color: #ffd35c;
    left: 0;
    font-weight: 700;
    border-radius: 5px;
    right: -10%;
}

#quick-alo-phoneIcon {
    bottom: 160px;
}

#quick-alo-zalo.quick-alo-phone span.phone_ring {
    top: 190%;
}

#quick-alo-zalo {
    bottom: 150px;
}

.thongsochitiet {
    margin-bottom: 20px;
}

.success-box {
    margin: 50px 0;
    padding: 10px 10px;
    border: 1px solid #eee;
    background: #f9f9f9;
}

.success-box img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}

.success-box>div {
    vertical-align: top;
    display: inline-block;
    color: #888;
}



/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type: none;
    padding: 0;

    -moz-user-select: none;
    -webkit-user-select: none;
}

.rating-stars {
    float: left;
    margin-right: 10px;
}

.rating-stars ul>li.star {
    display: inline-block;

}

/* Idle State of the stars */
.rating-stars ul>li.star>i.fa {
    font-size: 1.5em;
    /* Change the size of the stars */
    color: #ccc;
    /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul>li.star.hover>i.fa {
    color: #FFCC36;
}

/* Selected state of the stars */
.rating-stars ul>li.star.selected>i.fa {
    color: #FF912C;
}

.slideInRight {
    display: none;
}

/* form xem tuổi */
.xem-pt-item {
    border-radius: 3px;
    border: 1px solid #aaa;
    background-color: #fff;
    box-shadow: 0 0 5px #bbb;
    padding: 10px;
    margin: 10px 0;
    font-size: 14px;
}

.xem-pt-item .pt-title {
    border-bottom: 1px solid #aaa;
    font-size: 17px;
    color: #121212;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 5px 0;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}

.xem-pt-item .pt-title:after {
    content: '';
    width: 30%;
    height: 4px;
    background-color: #e73939;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.xem-pt-item .form-line {
    display: block;
    margin-bottom: 20px;
}

.xem-pt-item .form-line .label {
    display: block;
    color: #000;
    font-size: 100%;
    text-align: left;
}

.xem-pt-item .form-line select {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #aaa;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    font-size: 14px;
}

.xem-pt-item .form-line table {
    width: 100%;
}

.xem-pt-item .form-line table tbody tr td:first-child {
    padding: 0 5px 0 0;
    border: none;
}

.xem-pt-item .form-line button {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background-color: #e73939;
    color: #fff;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 3px;
    font-weight: 700;
    font-size: 14px;
}

.xem-phongthuy {
    padding: 30px 0;
}

.call-fixed-bottom {
    position: fixed;
    bottom: 45px;
    left: 0;
    right: 0;
    z-index: 999;
    text-align: left;
}

.dangky-btn,
.call-btn {
    display: inline-block;
    cursor: pointer;
}

.call-fixed-bottom button {
    font-weight: bold;
    font-size: 16px;
    padding: 6px 2px;
    font-size: 12px;
}

#at-share-dock svg {
    width: 25px !important;
    height: 25px !important;
}

.at-share-dock .at4-count {
    height: 36px !important;
}

/* pop up đăng ký */
.popup-dk-mb {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    display: none;
}

.popup-dk-mb .bg-dk-mb {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
}

.popup-dk-mb .popup-dkmb-content {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    background-color: #fff;
}

.btn-hide-popup-dkmb {
    position: absolute;
    right: -7px;
    top: -20px;
    border-radius: 100%;
    padding: 6px 10px;
}

.popup-dk-mb .popup-dkmb-content .title-form-dkmb {
    padding: 15px;
    text-align: center;
}

.popup-dk-mb .popup-dkmb-content .title-form-dkmb h4 {
    font-size: 17px;
    font-weight: bold;
    margin-top: 30px;
}

.popup-dk-mb .popup-dkmb-content form {
    padding: 0 15px 55px 15px;
    background: url(../img/footer-bg.jpg) center bottom no-repeat;
    background-size: 100%;
    text-align: center;
}

.popup-dk-mb .popup-dkmb-content form input,
.popup-dk-mb .popup-dkmb-content form textarea {
    background: #f2f2f2;
    border: 1px solid #e7e7e9;
    padding: 9px 12px;
    box-shadow: none;
}

.popup-dk-mb .popup-dkmb-content form button {
    width: 100%;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
}

.popup-dk-mb .popup-dkmb-content form p {
    font-style: italic;
    margin-bottom: 0;
}

.popup-dk-mb .popup-dkmb-content form p b {
    color: red;
}

.thongsochitiet .mucluc>ul>li h2 {
    font-size: 16px !important;
    font-weight: 700;
}
.cate-excerpt
{
    margin-bottom: 30px;
}
@media screen and (max-width: 767px){
    .quick-alo-phone{
        bottom: 50px;
        right: 0;
    }
    #quick-alo-zalo {
        bottom: 145px;
        right: 90px;
        left: auto;
    }
    #quick-alo-mes .quick-alo-ph-img-circle{
        width: 50px;
        height: 50px;
    }
    #quick-alo-zalo .quick-alo-ph-img-circle{
    	left: 40px;
    }
}
.text-ft-add{
    overflow-y: auto;
    max-height: 300px;
}
.menu-fixed
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
}


.page-title{
    font-size: 15pt;
    text-transform: uppercase;
    color: #d6ad51;
    margin-bottom: 25px;
}

.sort-des strong {
    color: #333;
    font-size: 21px;

}

.mota-info .price {
    padding-bottom: 15px;
}

.price {
    font-size: 24px;
    color: red;
    display: block;
}

.mota-info form input {
    width: 3.631em;
    display: block;
}

.mota-info form .single_add_to_cart_button {
    vertical-align: middle;
    float: left;
    color: #fff;
    background-color: #333;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    box-shadow: none;
    border: none;
    margin-top: 15px;
}

.single_add_to_cart_button {
    background-color: #dc3545;
    line-height: 22px;
    color: #fff;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
}

.mota-info a.single_add_to_cart_button {
    display: inline-block;
    margin-top: 15px;
    margin-left: 20px;
}

.product_meta {
    padding-top: 100px;
}

.product_meta a {
    color: #333333b3;
}

.pro-tab {
    padding-top: 50px;
}

.content-pro-tab {
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    padding: 10px;
}

.late-product h2 {
    font-size: 22px;
    color: rgba(0,0,0,.68);
    text-transform: uppercase;
}

.pro-item {
    border: thin solid #ccc;
    margin-bottom: 30px;
}

.product_title {
    text-align: center;
    color: rgba(0,0,0,.68);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.pro-item .price {
    text-align: center;
    padding-bottom: 10px;
}

.sidebar-single {
    border: thin solid #ccc;
}

.sidebar-single ul {
    margin-bottom: 0;
}

.news-relate-title {
    margin-bottom: 15px;
    border-bottom: thin solid #eee;
}

.news-relate-title h3 {
    margin-bottom: 0;
}

.shop_table {
    border: 1px solid #ddd;
}

.giohang .product-remove .remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red!important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}

.giohang .product-name>a {
    display: inline-block;
    padding-top: 10px;
    color: #333;
}

.shop_table .price-amount {
    font-size: 24px;
    line-height: 35px;
    color: red;
}

.giohang .quantity .qty {
    width: 3.631em;
    text-align: center;
    margin-top: 5px;
}

.coupon-gh {
    display: inline-block;
}

.coupon-gh input {
    height: 30px;
    width: 100px;
}

.coupon-gh button {
    background-color: #dad8da;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    box-shadow: none;
    text-shadow: none;
}

.update {
    float: right;
    color: inherit;
    cursor: pointer;
    /*opacity: .5;*/
    padding: .618em 1em;
    border: none;
    background-color: #ebe9eb;
    font-weight: 700;
    border-radius: 3px;
}

.cart_totals {
    float: right;
    width: 45%;
}

.cart_totals h2 {
    font-size: 13pt;
    text-transform: uppercase;
    color: rgba(0,0,0,.68);
}

.cart_totals .checkout-button {
    background-color: #a46497;
    color: #fff;
    display: block;
    text-align: center;
    font-weight: 700;
    border-radius: 3px;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em;
}

.xem-giohang {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #8fae1b;
    overflow: hidden;
    position: relative;
}

.xem-giohang:before {
    content: '\e015';
    color: #8fae1b;
    position: absolute;
    top: 1em;
    left: 1.5em;
}

.xem-giohang .wc-forward {
    float: right;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
}

.coupon {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #1e85be;
    overflow: hidden;
    position: relative;
}

.coupon:before {
    content: '\e028';
    color: #1e85be;
    position: absolute;
    top: 1em;
    left: 1.5em;
}

.checkout_coupon {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
    overflow: hidden;
    display: none;
}

.checkout_coupon .form-row-first {
    float: left;
    width: 40%;
}

.checkout_coupon .form-row-last {
    float: right;
    width: 60%;
}

.payment {
    background: #ebe9eb;
    border-radius: 5px;
    padding: 20px 10px;
}

.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
}

.payment_box:before {
    content: '';
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

.payment_box p {
    margin-bottom: 0;
}

.place-order {
    text-align: right;
    padding-top: 20px;
    border-top: 1px solid #d3ced2;
}

.place-order button {
    background-color: #333!important;
    line-height: 22px;
    color: #fff;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    border: none;
}

.info-custormer p span .input-text {
    width: 100%;
}

.info-custormer p.form-row.validate-required label .required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
}
table
{
    max-width: 100% !important;
    width: 100% !important;
}