@charset "UTF-8";
@media screen and (max-width: 1500px) {
    /* home */
    .sec-home .slider_wrap .slider_item .text-box {
        width: 80%;
    }
    .sec-home .slider_wrap .slider_item .text-box .box-title {
        font-size: 70px;
    }
    .sec-portfolio .all .portfo-content .portfo-content-wrap .portfo-item-wrap{
        
        width: calc(100% / 4);
    }
    .page-template-portfolio .sec-portfolio .all .portfo-content .portfo-content-wrap .portfo-item-wrap{
        width: calc(100% / 4);
    }
}

@media screen and (max-width: 1200px) {
    .all {
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .hd-main .navbar-toggle {
        right: 15px;
    }

    /* Thiet ke thuong hieu*/
    .brand .slider_wrap .slider_item .text-box {
        padding-top: 90px;
        padding-bottom: 30px;
        left: 0;
    }
    .brand .slider_wrap .slider_item .text-box .box-title {
        font-size: 60px;
    }
    .brand .slider_wrap .slider_item .text-box p {
        margin: 30px 0;
        width: 60%;
    }

    /*Thiet ke thuong hieu bai viet*/
    .banner-top .text-box .title-box {
        font-size: 40px;
    }

    /* list product*/
    .list-product .product-item {
        width: calc((100% / 3)) !important;
    }
}

@media screen and (max-width: 1024px) {
    /* home */
    .sec-home .slider_wrap .slick-dots {
        bottom: 10px;
    }
    .sec-home .slider_wrap .slider_item {
        position: relative;
    }
    .sec-home .slider_wrap .slider_item .btn-primary {
        padding: 5px 25px;
        font-size: 16px;
    }
    .sec-home .slider_wrap .slider_item .text-box {
        width: 100%;
        position: static;
        -webkit-transform: none;
        transform: none;
        padding-bottom: 60px;
    }
    .sec-home .slider_wrap .slider_item .text-box .box-title {
        font-size: 60px;
        margin-bottom: 15px;
    }
    .sec-home .slider_wrap .slider_item .text-box p {
        margin: 15px 0;
        width: 100%;
        padding: 0 60px;
    }
    .sec-home .slider_wrap .slider_item .overlay {
        z-index: -2;
    }
    .sec-home .slider_wrap .slider_item .banner-image {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -3;
        overflow: hidden;
    }
    .sec-home .slider_wrap .slider_item .banner-image img {
        display: block;
        width: 100%;
        height: 100%;
        max-width: none;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        object-fit: cover;
        -webkit-object-fit: cover;
    }

    .sec-portfolio .all .portfo-content .portfo-content-wrap .portfo-item-wrap{
        width: calc((100% / 2));
    }
    .page-template-portfolio .sec-portfolio .all .portfo-content .portfo-content-wrap .portfo-item-wrap{
        width: calc(100% / 2);
    }
    .page-template-thiet-ke-list .sec-portfolio .all .portfo-content .portfo-content-wrap .portfo-item-wrap{
        width: calc(100% / 2);
    }

    .sec-a-letter-wrap .a-left-content {
        font-size: 30px;
    }
    .sec-a-letter-wrap .a-center-img {
        top: 30%;
    }
    .sec-a-letter-wrap .a-right-img {
        width: 25px;
        height: 25px;
    }

    .sec-information .wrap-content .sec-information-wrap {
        width: calc((100% / 3) - 15px);
    }
    .sec-information .wrap-content .sec-information-wrap .info-content .info-title {
        font-size: 20px;
    }

    .sec-shop .shop-wrap .image-big .border-title {
        width: 250px;
        height: 250px;
    }
    .sec-shop .shop-wrap .image-big .border-title .border-content h3 .title {
        font-size: 20px;
    }
    .sec-shop .shop-wrap .image-big .border-title .border-content h3 .title:before {
        width: 25px;
        height: 25px;
        background-size: cover;
    }
    .sec-shop .shop-wrap .image-grid .block .title-block {
        font-size: 16px;
    }

    /* Product detail*/
    .pd-top-detail .pd-top-right .pd-price .custom-dropdown {
        display: block;
        float: none;
        margin-right: 0;
        margin-top: 15px;
    }
    .pd-top-detail .pd-top-right .pd-price .custom-dropdown select {
        width: 100%;
    }
    .pd-top-detail .pd-top-right .pd-action {
        padding-bottom: 30px;
        margin-top: 0;
    }
    .pd-top-detail .pd-top-right .pd-action .pd-number .up-downControl {
        vertical-align: middle;
    }
    .pd-top-detail .pd-top-right .pd-action .pd-number > span,
    .pd-top-detail .pd-top-right .pd-action .pd-number > div,
    .pd-top-detail .pd-top-right .pd-action .pd-number > button {
        margin-right: 5px;
    }
    .pd-top-detail .pd-top-right .pd-action .pd-number button {
        font-size: 10px;
    }
    .pd-top-detail .pd-top-right .pd-action .pd-number .value-group {
        padding: 0 10px;
    }

    /* Product gioi thieu*/
    .list-product-wrap {
        width: 70%;
    }

    .sidebar {
        width: 30%;
    }

    /*Thiet ke thuong hieu detail */
    .brand-design-action .btn-primary {
        padding: 10px 25px;
        font-size: 14px;
    }

    /*Thiet ke thuong hieu bai viet */
    .banner-top .text-box {
        width: 75%;
    }
    .banner-top .text-box .title-box {
        font-size: 36px;
    }
    .banner-top .text-box p {
        padding-bottom: 15px;
    }
    .banner-top .text-box .btn-primary {
        padding: 5px 20px;
        font-size: 14px;
    }

    /* Blog */
    .blog-wrap .blog-left {
        width: 70%;
    }

    /* Thiet ke thuong hieu*/
    .brand .slider_wrap .slider_item {
        z-index: 1;
    }
    .brand .slider_wrap .slider_item .text-box {
        position: static;
        -webkit-transform: none;
        transform: none;
    }
    .brand .slider_wrap .slider_item .text-box .box-title {
        font-size: 60px;
    }
    .brand .slider_wrap .slider_item .text-box p {
        margin: 30px 0;
        width: 60%;
    }
    .brand .slider_wrap .slider_item .banner-image {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        overflow: hidden;
    }
    .brand .slider_wrap .slider_item .banner-image img {
        display: block;
        width: auto;
        height: 100%;
        max-width: none;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 768px) {
    /* Home */
    .sec-home .slider_wrap .slick-list {
        width: 100%;
    }
    .sec-home .slider_wrap .slider_item .text-box {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .sec-home .slider_wrap .slider_item .text-box .box-title {
        font-size: 36px;
    }
    .sec-home .slider_wrap .slider_item img {
        min-height: 350px;
    }

    .sec-portfolio .all .portfo-content .portfo-content-wrap .portfo-item-wrap{
        width: calc((100% / 2));
    }

    .sec-shop .shop-wrap .half-col {
        width: 100%;
    }
    .sec-shop .shop-wrap .image-big {
        margin-bottom: 30px;
    }
    .sec-shop .shop-wrap .image-big .border-title {
        width: 350px;
        height: 350px;
    }
    .sec-shop .shop-wrap .image-big .border-title .border-content h3 .title {
        font-size: 24px;
    }
    .sec-shop .shop-wrap .image-big .border-title .border-content h3 .title:before {
        width: 35px;
        height: 35px;
        background-size: cover;
    }
    .sec-shop .shop-wrap .image-grid .block .title-block {
        font-size: 16px;
    }

    .sec-a-letter > .all {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .sec-a-letter .sec-a-letter-wrap {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .sec-a-letter .sec-a-letter-wrap:nth-child(2) {
        display: none;
    }

    /*Portfolio Detail*/
    .sec-portfo-detail > .right-portfo-detail,
    .sec-portfo-detail .left-portfo-detail {
        float: none;
        width: 100%;
        margin-bottom: 15px;
        padding: 0;
    }

    /* Product detail*/
    .pd-top-detail .half-col {
        width: 100%;
    }
    .pd-top-detail .half-col.pd-top-left {
        padding-right: 0;
    }

    .pd-main-detail .pd-tab {
        width: 200px;
        padding-right: 15px;
    }
    .pd-main-detail .pd-tab-content {
        width: calc(100% - 200px);
    }

    /* Product gioi thieu*/
    .list-product-wrap {
        width: 65%;
    }

    .sidebar {
        width: 35%;
    }
    .sidebar .sidebar-block .block-content .list-filter ul.child-list {
        font-size: 12px;
    }
    .sidebar .sidebar-block .block-content .list-filter li span {
        width: 30%;
        text-align: right;
    }

    .list-product .product-item {
        width: calc((100% / 2)) !important;
    }
    .list-product .product-item .product-action .btn {
        background-size: contain;
        position: relative;
    }
    .list-product .product-item .product-action .btn.btn-quickview {
        width: 25px;
        height: 25px;
    }
    .list-product .product-item .product-action .btn.btn-addcart {
        width: 25px;
        height: 25px;
    }
    .list-product .product-item .product-action .btn.btn-addcart i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .list-product .product-item .product-action .btn-buy {
        padding: 5px 10px;
        font-size: 10px;
    }

    /* Thiet ke thuong hieu bai viet*/
    .banner-top .text-box p {
        font-size: 12px;
    }

    .brand-post .brand-content .brand-info,
    .brand-post .brand-content .brand-image {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .brand-post .brand-content p.summary {
        padding: 0;
    }
    .brand-post .brand-content .brand-image {
        padding-right: 0;
    }
    .brand-post .brand-content .brand-info .page-title {
        text-align: center;
    }
    .brand-post .brand-content .box {
        width: calc((100% / 2));
    }
    .brand-post .brand-content .box:nth-child(2n+1) {
        clear: both;
    }
    .brand-post .brand-content .box-step {
        width: calc((100% / 2));
    }
    .brand-post .brand-content .box-step:nth-child(2n+1) {
        clear: both;
    }

    /* Blog */
    .blog-wrap .blog-left {
        width: 65%;
    }

    /*Order detail*/
    .order-list .up-downControl .value-group {
        padding: 0 10px;
    }
}

@media screen and (max-width: 600px) {
    .blog-wrap .blog-left {
        width: 100%;
    }
    .blog-wrap .blog-left .post-block .post-meta {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .list-product-wrap {
        width: 100%;
    }

    .sidebar {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    /* Home */
    .hd-top {
        height: auto;
    }
    .hd-top .all {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .hd-top .all .topbar-left,
    .hd-top .all .topbar-right {
        width: 100%;
        float: none;
        text-align: center;
        padding: 5px 0;
    }
    .hd-top .all .topbar-left span,
    .hd-top .all .topbar-right span {
        float: none;
    }
    .hd-top .all .topbar-left span:first-child:after,
    .hd-top .all .topbar-right span:first-child:after {
        display: none !important;
    }

    .hd-main .all .logo {
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        margin-top: -15px;
        margin-left: -85px;
    }
    .hd-main .all #main-nav {
        width: 100%;
    }
    .hd-main .all #main-nav .nav-ul li a {
        font-size: 16px;
    }
    .hd-main .all .navbar-toggle {
        top: 20px;
    }
    .hd-main .all .logo-dark {
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        margin-top: -15px;
        margin-left: -85px;
    }

    #main-wrap {
        margin-top: 15px;
    }

    .sec-home .slider_wrap .slider_item .text-box {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .sec-home .slider_wrap .slider_item .text-box .box-title {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .sec-home .slider_wrap .slider_item .text-box p {
        width: 100%;
        margin: 0;
        padding: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .sec-portfolio .all .portfo-content .portfo-content-wrap .portfo-item-wrap {
        width: 50%;
        padding: 10px !important;
    }
    .sec-portfolio .all .portfo-filter .portfo-ul .portfo-li {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .sec-information .wrap-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .sec-information .wrap-content .sec-information-wrap {
        width: 100%;
        max-width: 100%;
        padding-bottom: 30px;
    }

    .sec-shop .shop-wrap .half-col {
        width: 100%;
    }
    .sec-shop .shop-wrap .image-big {
        margin-bottom: 30px;
    }
    .sec-shop .shop-wrap .image-big .border-title {
        width: 250px;
        height: 250px;
    }
    .sec-shop .shop-wrap .image-big .border-title .border-content h3 .title {
        font-size: 24px;
    }
    .sec-shop .shop-wrap .image-big .border-title .border-content h3 .title:before {
        width: 35px;
        height: 35px;
        background-size: cover;
    }
    .sec-shop .shop-wrap .image-grid .block .title-block {
        font-size: 16px;
    }

    .footer-contact {
        height: auto;
    }
    .footer-contact .footer-title {
        margin-bottom: 15px;
    }
    .footer-contact .form-contact {
        margin: 0 !important;
        max-width: 100%;
    }
    .footer-contact .form-contact .half-col {
        width: 100%;
    }
    .footer-contact .form-contact .half-col label {
        padding: 0;
    }

    /* Product detail*/
    .pd-main-detail .pd-tab {
        margin-top: 30px;
        width: 100%;
        padding-right: 0;
    }
    .pd-main-detail .pd-tab-content {
        width: 100%;
        padding-top: 15px;
    }

    /* Product gioi thieu*/
    .list-product-wrap {
        width: 100%;
    }

    .sidebar {
        width: 100%;
        padding-left: 0;
    }
    .sidebar .sidebar-block .block-content .list-filter ul.child-list {
        font-size: 14px;
    }
    .sidebar .sidebar-block .block-content .list-filter li span {
        width: 30%;
        text-align: right;
    }

    .list-product .product-item {
        width: calc((100% / 2)) !important;
        padding: 0 5px !important;
    }
    .list-product .product-item .product-action .btn {
        background-size: contain;
    }
    .list-product .product-item .product-action .btn.btn-quickview {
        width: 25px;
        height: 25px;
    }
    .list-product .product-item .product-action .btn.btn-addcart {
        width: 25px;
        height: 25px;
    }
    .list-product .product-item .product-action .btn-buy {
        padding: 5px 10px;
        font-size: 10px;
    }

    /* Thiết kế thương hiệu*/
    #brand-design-wrap .portfo-item-wrap {
        width: calc((100% / 2));
    }
    .page-template-thiet-ke-list  .sec-portfolio .all .portfo-content #brand-design-wrap.portfo-content-wrap .portfo-item-wrap{
        width: calc(100% / 1);
    }

    /*Thiet ke thuong hieu detail */
    .brand-design-action .btn-primary {
        display: block;
        text-align: center;
    }

    /* Thiet ke thuong hieu bai viet*/
    .banner-top .text-box {
        left: 15px;
        top: 15px;
        -webkit-transform: none;
        transform: none;
    }

    .brand-post .brand-content .box {
        width: 100%;
    }
    .brand-post .brand-content .box-step {
        width: 100%;
    }

    /*Popup Login*/
    .popup.popup-login .popup-content {
        padding: 30px;
    }
    .popup.popup-login .popup-content .login-wrap {
        display: block;
    }
    .popup.popup-login .popup-content .login-wrap .login-info,
    .popup.popup-login .popup-content .login-wrap .login-social {
        width: 100%;
    }
    .popup.popup-login .popup-content .login-wrap .login-social {
        padding-left: 0;
    }

    .popup .form-notice {
        padding: 0;
    }
    .popup span.close-popup {
        top: 40px;
    }
    .popup .popup-content .popup-body .btn-primary {
        font-size: 16px;
    }

    /*Order detail*/
    .order-wrap .ship-detail h3 {
        padding-bottom: 30px;
    }
    .order-wrap .ship-detail #shipping,
    .order-wrap .ship-detail .ship-total {
        width: 100%;
        margin-bottom: 15px;
    }
    
}

/*# sourceMappingURL=responsive.css.map */