.post-page {
    padding-top: 40px;
    padding-bottom: 70px;
    width: 100%;
}

.post-page-item-left {
    padding-right: 0;
}

.post-page-item-right {
    padding: 50px 50px 0 50px;
    background-color: #eee;
    position: relative;
}

.post-list-page{
    width: 100%;
}

.post-content-title {
    font-size: 40px;
    line-height: 50px;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 700;
    font-family: 'MarkPro';
}

.post-content-text {
    font-size: 17px;
}

.post-see-more {
    position: absolute;
    bottom: 10px;
    right: 50px;
    text-align: right;
    font-style: italic;
    text-decoration: underline;
    font-size: 18px;
    color: #555;
    font-weight: 300;
    font-family: 'utm-avo', sans-serif;
}

.post-page-item{
    width: 100%;
}

.post-page-item:not(:last-child) {
    margin-bottom: 40px;
}

.post-page-item .box{
    display: flex;
    background-color: #eee;
    position: relative;
}

.post-page-item .box .image{
    width: 33.333333%;
}

.post-page-item .box .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-page-item .box .info{
    width: 66.666667%;
    padding: 50px 50px 0 50px;
}

.post-content-text {
    margin-bottom: 30px;
    font-family: 'MarkPro';
}

.post-content-text p {
    font-size: 20px;
}

.post-page-item .box-thumb {
    height: 100%;
}

.post-page-item img {
    height: 100%;
    object-fit: cover;
}

.post-page-detail {
    background-color: #eee;
    padding-top: 40px;
    padding-bottom: 40px;
}

.post-page-detail-main {
    padding: 40px 15px 20px 40px;
    background: #fff;
    border-radius: 15px;
}

.post-page-detail-title {
    font-family: 'utm-avo', sans-serif;
    /* font-style: italic; */
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 30px;
}

.post-page-detail-text p {
    margin-bottom: 10px;
    /* font-family: 'utm-avo', sans-serif; */
}

.post-page-detail-text img {
    height: auto !important;
    margin: 30px 20px;
}

.orther-news-main {
    display: flex;
	margin-bottom: 20px;
}

.orther-news-thumb {
    display: flex;
    align-items: center;
}

.orther-news-thumb img {
    width: 70px;
}

.orther-news-content {
    display: flex;
    width: calc(100% - 70px);
    padding-left: 10px;
    align-items: flex-start;
    font-weight: 600;
    font-size: 14px;
}

.orther-news-content p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.orther-news-title {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}

.orther-news-title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000;
    bottom: 4px;
    left: 0;
}

.phantrang-post ul {
    display: flex;
    justify-content: center;
}

.phantrang-post ul li {
    margin: 0 4px;
}

.phantrang-post ul li a {
    width: 26px;
    height: 26px;
    border: 2px solid #fbb03f;
    text-align: center;
    line-height: 24px;
    display: inline-block;
    font-size: 14px;
    color: #000;
    margin: 6px 0 0;
    display: block;
    border-radius: 50%;
}

.phantrang-post ul li:first-child a,
.phantrang-post ul li:last-child a {
    border: none;
    font-size: 20px;
    font-weight: 600;
}

.post-page .phantrang {
    margin-top: 30px;
}

.post-page-small-title {
    font-weight: 700;
    font-size: 17px;
}

.post-page-detail-text p.bold {
    font-weight: 700;
    text-indent: 0;
}

.guide_wraper{
    width: 100%;
}

.image_daidien{
    width: 100%;
}

.image_daidien img{
    width: 100%;
}

.section_guide{
    width: 100%;
}

.section_guide .nav-tabs{
    padding: 0 18px;
    margin-bottom: 15px;
}

.block_pad_guide{
    padding: 0;
}

.block_pad_guide .row {
    margin: 0 -25px;
}

.list_guide {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.list_guide .item {
    width: 33.333333%;
    padding: 0 25px;
    margin-bottom: 35px;
}

.list_guide .box {
    display: block;
    padding: 8px 8px 10px;
}

.list_guide .box:hover {
    background-color: #EBEBEB;
}

.list_guide .box .image {
    overflow: hidden;
}

.list_guide .box .image img {
    transition: all 1s;
}

.list_guide .box .image:hover img {
    transform: scale(1.2);
}

.list_guide .box .info {
    padding: 28px 0 0;
}

.list_guide .box .info h3 {
    margin: 0 0 5px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 400;
    font-family: 'nasalization-rg';
}

.list_guide .box .info h3 .sub_name{
    font-family: 'MarkPro';
font-size: 17px;font-weight: 700;line-height: normal;margin-bottom: 3px;}

.list_guide .box .info h3 .name{

line-height: normal;}

.list_guide .box .info h3 a {}

.list_guide .box .info h3 a:hover {
    color: #000;
}

.list_guide .box .info .desc {
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.guide_title{
    width: 100%;
padding: 50px 0 20px;}

.guide_title .sub_title{font-size: 38px;font-weight: 700;font-family: 'MarkPro';line-height: normal;text-transform: uppercase;text-align: center;}

.guide_title .title{
    margin: 0 0 9px;
    text-transform: uppercase;
    font-size: 72px;
    font-weight: 400;
    font-family: 'nasalization-rg';
    line-height: normal;
    text-align: center;
    }

.info_guide{

}

.info_guide .content_guide{
    font-size: 22px;
    line-height: 36px;
}

.info_guide .content_guide iframe{
    width: 100%;
    height: 658px;
    max-width: 100%;
    display: block;
    margin: auto;
}

.info_guide .content_guide h2{
    font-weight: 700;
    margin: 40px 0 20px;
    font-size: 40px;
}

.info_guide .content_guide p{
    margin-bottom: 16px;
}

.info_guide .content_guide img{
    margin: 0;
}

.box_order_success{

margin-top: 50px;}

.box_order_success .box_icon_sucess{

text-align: center;width: 100%;margin-bottom: 20px;}

.box_order_success .box_icon_sucess .icon{

width: 100px;height: 100px;border-radius: 50%;background-color: rgb(87 209 124);display: inline-flex;align-items: center;justify-content: center;position: relative;}

.box_order_success .box_icon_sucess .icon:before{
    content: '';
position: absolute;width: 120px;height: 120px;background-color: rgba(87,209,124,0.3);border-radius: 50%;left: -10px;top: -10px;}

.box_order_success .box_icon_sucess .icon:after{
    content: '';
position: absolute;
    width: 140px;
    height: 140px;
    background-color: rgba(87,209,124,0.2);
    border-radius: 50%;
    left: -20px;
    top: -20px;}

.box_order_success .box_icon_sucess .title_success{
    text-align: center;
    width: 100%;
font-weight: 700;font-size: 24px;margin-top: 31px;}

.box_order_success .box_icon_sucess .icon i{

color: #fff;font-size: 40px;position: relative;}

.box_info_order_success{

border: 1px solid #000;padding: 25px;font-size: 20px;}

.box_info_order_success .info_customer{

margin-bottom: 20px;padding-bottom: 20px;border-bottom: 1px solid #000;}

.box_info_order_success .info_customer .name{

margin-bottom: 8px;}

.box_info_order_success .info_customer .phone{
    
font-size: 20px;margin-bottom: 8px;}

.box_info_order_success .info_customer .address{
    
}

.box_info_order_success .list_sp_order_success{
    
width: 100%;}

.box_info_order_success .list_sp_order_success .item{
    
width: 100%;margin-bottom: 15px;}

.box_info_order_success .list_sp_order_success .box{
    
display: flex;}

.box_info_order_success .list_sp_order_success .box_name{

width: 55%;margin-right: 5%;}

.box_info_order_success .list_sp_order_success .box_name .name{
    font-weight: 700;
}

.box_info_order_success .list_sp_order_success .box_info{

width: 40%;display: flex;justify-content: space-between;}

.box_info_order_success .list_sp_order_success .box_info .qty{

}
.image-product-sc img{
    width: 35%;
}
.box_info_order_success .list_sp_order_success .box_info .price span{
    color: red;
}

.box_info_order_success .list_sp_order_success .box_info .price .donvi{
    font-family: 'SanFranCisCoDisplay';
}

.thank_you{

width: 100%;text-align: center;margin-top: 24px;}

.thank_you .content_thank{

text-align: center;width: 100%;font-size: 20px;max-width: 700px;display: block;margin: 0 auto 30px;}

.group_button_home a{

display: inline-block;width: 100%;max-width: 210px;line-height: 40px;border-radius: 5px;}
.group_button_home{
    
width: 100%;display: flex;justify-content: center;}
.group_button_home a.back_home{

background-color: #595959;color: #fff;margin-right: 15px;}

.group_button_home a.continue_buy{
    
background-color: #ffc801;color: #000;}

.prod_buy_label{
    width: 100%;
    padding: 0 20px;
    margin-top: 15px;
    font-style: italic;
    font-size: 18px;
}

.history_order{

width: 100%;

padding: 25px 20px;
}
.history_order .item{
    width: 100%;
}
.history_order .item:not(:last-child){
   margin-bottom: 30px; 
}
.history_order .item .box{width: 100%;border: 1px solid #000;display: flex;}

.history_order .item .box .image{width: 190px;}

.history_order .item .box .image img{

}

.history_order .box_info{width: calc(100% - 190px);padding: 25px;display: flex;flex-wrap: wrap;align-items: center;}
.history_order .box_info_top{
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.history_order .box_info_top .group_title3{display: inline-block;}

.history_order .box_info_top .group_title3 .sub_title{font-family: 'MarkPro';font-size: 20px;font-weight: 700;line-height: normal;margin-bottom: 3px;}

.history_order .box_info_top .group_title3 .title{text-transform: uppercase;font-size: 22px;font-weight: 400;font-family: 'nasalization-rg';}

.history_order .box_info_top .group_status{display: inline-block;text-align: right;}

.history_order .box_info_top .group_status .time{
    margin: 0;
    font-size: 16px;
    font-style: italic;
}

.history_order .box_info_top .group_status .status_order{
    font-size: 16px;
    font-style: italic;
}

.history_order .box_info_bottom{width: 100%;display: flex;justify-content: space-between;}

.history_order .box_info_bottom .qty{

}

.history_order .box_info_bottom .price{

}

.history_order .box_info_bottom .price .donvi{
    font-family: 'SanFranCisCoDisplay';
}
.lb-nav a.lb-prev{
    position: absolute;
    left: -10px;
    z-index: 10;
    transform: translateX(-100%);
}

@media(min-width:1440px) {
    .post-page-detail-text p {
        font-size: 16px;
    }
    .post-page-detail-title {
        font-size: 30px;
    }
    .orther-news-content p {
        font-size: 17px;
        line-height: 22px;
    }
    .orther-news-thumb img {
        width: 140px;
    }
    .orther-news-content {
        width: calc(100% - 100px);
    }
    .post-content-title {
        font-size: 43px;
    }

    .list_guide .item {
        padding: 0 32px;
        margin-bottom: 85px;
    }
}

@media(max-width:1199px) {

}



@media(max-width:991px) {
    .post-page-item .box{
        flex-wrap: wrap;
        padding: 20px;
    }

    .info_guide .content_guide iframe{
        width: 100%;
        height: 400px;
    }

    .prod_buy_label{
        text-align: center;
    }

    .post-page-item .box .image{
        width: 100%;
    }

    .post-page-item .box .info{
        width: 100%;
        padding: 30px 0;
    }

    .post-page-item .box .image img{
        height: auto;
    }

    .list_guide .item {
        width: 50%;
    }

    .section_guide .tab_product .nav-tabs .nav-item:first-child .nav-link {
        display: inline-block;
        margin-bottom: 0;
    }

    .section_guide .tab_product .nav-tabs .nav-link{
        float: left;
    }

    .section_guide .tab_product ul>li:first-child {
        width: auto; 
    }

    .history_order .box_info_top{
        flex-wrap: wrap;
    }

    .history_order .box_info_top .group_title3{
        width: 100%;
    }

    .history_order .box_info_top .group_status{
        width: 100%;
    }
}

@media(max-width:767px) {
    .post-page-detail-text img {
        margin: 0;
    }

    .info_guide .content_guide iframe{
        width: 100%;
        height: 293px;
    }

    .list_guide .item {
        width: 50%;
        padding: 0 10px;
    }

    .block_pad_guide .row {
        margin: 0 -15px;
    }

    .section_guide .nav-tabs {
        padding: 0;
        margin-bottom: 15px
    }

    .prod_buy_label{
        margin-top: 0;
        padding: 0;
    }

    .history_order {
        padding: 10px 0px;
    }

    .history_order .item .box{
        flex-wrap: wrap;
    }

    .history_order .box_info{
        padding: 15px;
        width: 100%;
    }

    .history_order .item .box .image{
        width: 100%;
    }

    .history_order .box_info_top .group_status{
        text-align: left;
    }
}

@media(max-width:550px) {
    .post-page-detail{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .post-page-detail-main>.row{
        margin: 0;
    }
    .form-control {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .orther-news-thumb img {
        width: 130px;
    }
    .post-page-detail-main{
        padding-left: 15px;
    }
    .post-page-detail-main{
        padding: 20px 15px 20px 15px;
    }
    .orther-news-title{
        font-size: 20px;
    }
    .box-binhluan-left{
        margin-right: 10px;
    }
    .post-page-detail-title{
        font-size: 26px;
        line-height: 33px;
        margin-bottom: 20px;
    }
    .post-page-detail-text p{
            text-indent:unset;
            margin-bottom: 5px;
    }
    .info-contact-top-title {
        margin-bottom: 16px;
    }
    .post-page-item-left {
        padding-right: 15px;
    }
    .post-content-title {
        font-size: 22px;
        line-height: 28px;
    }
    .post-content-text p {
        font-size: 16px;
        text-align: justify;
    }

    .post-page-item .box {
        padding: 20px 40px 20px 20px;
    }

    .post-page-item:not(:last-child) {
        margin-bottom: 25px;
    }

    .post-page-item .box .info {
        width: 100%;
        padding: 20px 0 0;
    }

    .post-see-more {
        bottom: 10px;
        right: 40px;
        font-size: 14px;
    }

    .post-page {
        padding-top: 20px;
        padding-bottom: 30px;
        width: 100%;
    }

    .post-page .col-12{
        padding: 0 20px;
    }

    .list_guide .item{
        width: 100%;
        margin-bottom: 20px;
    }

    .list_guide .box {
        padding: 0;
    }

    .list_guide .box .info {
        padding: 15px 0 0;
    }

    .list_guide .box .info h3 {
        font-size: 26px;
        text-align: left;
        font-weight: 400;
        margin-bottom: 8px;
        line-height: normal;
    }
    .list_guide .box .info .desc {
        font-size: 15px;
    }

    .block_pad_guide{
        padding: 0 5px;
    }

    .section_guide .tab_product .nav-tabs .nav-item:first-child{
        display: inline-block;
        width: auto;
    }

    .section_guide .nav-tabs .nav-link{
        padding: 7px 10px;
    }

    .section_guide .tab_product .nav-tabs .nav-item.show .nav-link, .section_guide .tab_product .nav-tabs .nav-link.active{
        padding: 7px 10px;
    }

    .guide_title {
        padding: 30px 0 0px;
    }

    .guide_title .title {
        margin: 0;
        font-size: 40px;
    }

    .guide_title .sub_title {
        font-size: 24px;
    }

    .info_guide .content_guide h2 {
        margin: 25px 0 15px;
        font-size: 28px;
    }

    .info_guide .content_guide {
        font-size: 15px;
        line-height: 24px;
    }

    .info_guide .content_guide img{
        margin: 0;
    }

    .guide_title .col-12{
        padding: 0 20px;
    }

    .info_guide .col-12{
        padding: 0 20px;
    }

    .box_order_success .box_icon_sucess .icon {
        width: 80px;
        height: 80px;
    }

    .box_order_success .box_icon_sucess .icon:before {
        content: '';
        width: 100px;
        height: 100px;
        left: -10px;
        top: -10px;
    }

    .box_order_success .box_icon_sucess .icon:after {
        content: '';
        width: 120px;
        height: 120px;
        left: -20px;
        top: -20px;
    }

    .box_info_order_success {
        padding: 20px;
        font-size: 18px;
    }

    .box_info_order_success .list_sp_order_success .box{
        display: flex;
        flex-wrap: wrap;
    }

    .box_info_order_success .list_sp_order_success .box_name{
        width: 100%;
        margin-right: 0;
    }

    .box_info_order_success .list_sp_order_success .box_info{
        width: 100%;
    }

    .thank_you .content_thank{
        font-size: 18px;
        text-align: left;
        margin: 0 auto 20px;
    }

    .group_button_home a.back_home{
        margin-right: 0;
        margin-bottom: 8px;
    }

    .group_button_home{
        flex-wrap: wrap;
    }

    .group_button_home a{
        max-width: unset;
    }

    .thank_you {
        margin-top: 20px;
    }
}