﻿@charset "UTF-8";
.all:after,
.clear:after {
    content: "";
    display: table;
    clear: both;
}

.all:before,
.clear:before {
    display: table;
    content: " ";
}

@font-face {
    font-family: 'Roboto Light';
    src: url("../fonts/Roboto-Light.bin") format("truetype");
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Roboto Bold';
    src: url("../fonts/Roboto-Bold.bin") format("truetype");
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Roboto Thin';
    src: url("../fonts/Roboto-Thin.bin") format("truetype");
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Roboto Medium';
    src: url("../fonts/Roboto-Medium.bin") format("truetype");
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Lato Bold';
    src: url("../fonts/Lato-Bold.bin") format("woff2");
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Lato Regular';
    src: url("../fonts/Lato-Regular.bin") format("woff2");
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Lato Thin';
    src: url("../fonts/Lato-Thin.bin") format("woff2");
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'SFUI Text bold';
    src: url("../fonts/SFUIText-Bold.woff") format("woff");
    /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Bodoni Bold';
    src: url("../fonts/SFUBodoniBoldCondensed.ttf") format("ttf");
    /* IE9 Compat Modes */
}

.thin {
    font-family: 'Roboto Thin', Arial, Helvetica, sans-serif;
}

.lato-thin {
    font-family: 'Lato Thin', Arial, Helvetica, sans-serif;
}

.all {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 1200px) {
    .all {
        width: 100%;
    }
}

div,
p,
h1,
h2,
h3,
span,
a,
input {
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

h2,
h3,
h1 {
    font-family: 'Roboto Light', Helvetica, Arial, sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover {
    color: #2A90F3;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    color: #231f20;
    font-size: 14px;
    font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
}

.icon {
    display: inline-block;
}

.fl-left {
    float: left;
}

.fl-right {
    float: right;
}

.icon-cart {
    width: 29px;
    height: 22px;
    background: url("../images/icons/cart-icon.png") no-repeat center center;
    background-size: 100%;
}

.icon-fb {
    background-image: url("../images/icons/social-icon.png");
    background-size: auto;
    width: 22px;
    height: 19px;
    background-position: 0 center;
}

.icon-insta {
    background-image: url("../images/icons/social-icon.png");
    background-size: auto;
    width: 22px;
    height: 19px;
    background-position: 118px center;
}

.icon-pinter {
    background-image: url("../images/icons/social-icon.png");
    background-size: auto;
    width: 22px;
    height: 19px;
    background-position: 88px center;
}

.icon-be {
    background-image: url("../images/icons/social-icon.png");
    background-size: auto;
    width: 25px;
    height: 19px;
    background-position: 57px center;
}

.icon-youtube {
    background-image: url("../images/icons/social-icon.png");
    background-size: auto;
    width: 22px;
    height: 19px;
    background-position: 22px center;
}

.btn-primary {
    background: #2A90F3;
    border-radius: 25px;
    padding: 10px 30px;
    font-size: 20px;
    cursor: pointer;
    font-family: 'Roboto Bold';
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
}

.has-banner .breadcrumb .nav-bread {
    border-top: 0;
    padding-left: 0;
    border-bottom-color: #ccc;
}

.has-banner .breadcrumb .nav-bread a {
    position: relative;
}

.has-banner .breadcrumb .nav-bread a:first-child {
    padding-left: 0;
}

.banner-top img {
    width: 100%;
}

.banner-image img {
    width: 100%;
}

.slick-active .banner-image {
    animation: zoomslow 10s linear infinite;
}

body:not(.bg-slash) .navbar-toggle span {
    color: #fff;
}

body:not(.bg-slash) .navbar-toggle span.icon-bar {
    background: #000;
}

.logo-dark {
    display: none;
}

/* body.bg-slash {
    background-image: url("../images/nen-ham-duong.png");
    background-repeat: no-repeat;
    background-position: 100% 0;
} */

body.bg-slash .logo {
    display: none;
}

body.bg-slash .logo-dark {
    display: block;
}
body.bg-slash .logo-dark img{
    max-width:120px;
}
body.bg-slash .hd-main {
    position: initial;
}

body.bg-slash .hd-main .all {
    padding-top: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #231f20;
}

body.bg-slash .hd-main .all .navbar-toggle {
    top: 0;
}

body {
    position: relative;
}

.navbar-toggle {
    position: absolute;
    right: 0;
    top: 30px;
    background: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.navbar-toggle span {
    color: #000;
}

.navbar-toggle span.icon-bar {
    display: block;
    width: 100%;
    height: 1px;
    background: #231f20;
    padding: 2px 0;
    margin: 2px 0;
    border-radius: 2px;
}

.navbar-toggle span.icon-bar.last {
    width: 80%;
}

#main-nav {
    /* Track */
    /* Handle */
    /* Handle on hover */
    overflow: hidden;
    overflow-y: auto;
    z-index: 99999;
    position: fixed;
    top: 0;
    right: 0;
    width: 350px;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

#main-nav.open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

#main-nav::-webkit-scrollbar {
    width: 10px;
}

#main-nav::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

#main-nav::-webkit-scrollbar-thumb {
    background: #d4d4d4;
    border-radius: 10px;
}

#main-nav::-webkit-scrollbar-thumb:hover {
    background: rgba(207, 80, 83, 0.7);
}

#main-nav span.close-button {
    position: fixed;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

#main-nav a {
    color: #fff;
}

#main-nav a:hover {
    color: #2A90F3;
}

#main-nav .nav-brand {
    margin: 60px 0 30px 30px;
}

#main-nav .nav-ul {
    margin-left: 30px;
    padding-left: 0;
}

#main-nav .nav-ul > li.show.dropdown > a:after {
    content: '\f0d7';
}

#main-nav .nav-ul > li.dropdown > a:after {
    content: '\f0da';
    display: inline-block;
    padding-left: 15px;
    font-family: 'FontAwesome';
}

#main-nav .nav-ul > li.dropdown .sub-menu {
    display: none;
    padding-left: 30px;
}

#main-nav .nav-ul > li.dropdown .sub-menu > li.dropdown > a:before {
    content: '\f0da';
    display: inline-block;
    padding-right: 15px;
    font-family: 'FontAwesome';
}

#main-nav .nav-ul > li.dropdown .sub-menu > li.dropdown.show > a:before {
    content: '\f0d7';
}

#main-nav .nav-ul > li.dropdown .sub-menu > li.dropdown.show > .sub-menu {
    display: block;
}

#main-nav .nav-ul > li.dropdown .sub-menu > li:not(.dropdown) > a:before {
    content: '\2022';
    display: inline-block;
    padding-right: 15px;
    font-family: 'FontAwesome';
    font-size: 24px;
    vertical-align: middle;
}

#main-nav .nav-ul > li.show > .sub-menu {
    display: block;
}

#main-nav .nav-ul.mona-main-menu li:hover > a {
    background: transparent;
}

#main-nav .nav-ul.mona-main-menu li a {
    padding: 15px 30px;
}

#main-nav .nav-ul li a {
    line-height: 65px;
    font-size: 16px;
    font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
}

.hd-top {
    height: 50px;
}

.hd-top .all {
    padding-top: 15px;
    padding-bottom: 15px;
}

.hd-top .all > div:first-child {
    float: left;
}

.hd-top .all > div:last-child {
    float: right;
}

.hd-top .all .topbar-left a:first-child span {
    padding-left: 0;
}

@media screen and (max-width: 480px) {
    .hd-top .all .topbar-left a:first-child span {
        padding-left: 15px;
    }
}

.hd-top .all .topbar-left span {
    padding: 0 15px;
    position: relative;
}

.hd-top .all .topbar-left span:first-child:after {
    position: absolute;
    content: '';
    right: -5px;
    display: inline-block;
    border-right: 1px solid #231f20;
    width: 1px;
    height: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hd-top .all .topbar-right > div {
    display: inline-block;
}

.hd-top .all .topbar-right .icon-cart {
    margin-left: 30px;
    margin-right: 5px;
}

.hd-top .all .topbar-right .total {
    font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
    font-size: 14px;
    vertical-align: top;
    line-height: 24px;
}

.hd-main {
    position: absolute;
    left: auto;
    right: auto;
    width: 100%;
    z-index: 30;
        padding-top: 20px;
}

.hd-main .all {
    padding-top: 30px;
}

.sec-home .slider_wrap {
    position: relative;
}

.sec-home .slider_wrap .slick-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sec-home .slider_wrap .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.8);
    margin: 0 5px;
}

.sec-home .slider_wrap .slick-dots li.slick-active {
    background: #231f20;
}

.sec-home .slider_wrap .slick-dots li button {
    display: none;
}

.sec-home .slider_item {
    position: relative;
}

.sec-home .slider_item .text-box {
    padding-top: 90px;
    padding-bottom: 60px;
    color: #fff;
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 3;
}

.sec-home .slider_item .text-box .box-title {
    font-size: 60px;
    margin-bottom: 30px;
    font-family: 'Noto Serif', serif;
}

.sec-home .slider_item .text-box .box-title h2 {
    font-family: 'Noto Serif', serif;
}

.sec-home .slider_item .text-box p {
    width: 100%;
    margin: 0 auto 60px;
    line-height: 24px;
    font-size: 14px;
}

.sec-home .slider_item .banner-top {
    width: 100%;
}

.sec-home .slider_item .overlay {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}

.sec-home .slider_item .btn-primary {
    text-decoration: none;
    color: #fff;
    padding: 10px 45px;
}

.sec-home .slider_item .btn-primary:hover {
    border: 1px solid #2A90F3;
    background: #2A90F3;
    color: #231f20;
}

.sec-home .slider_item .btn-primary.transparent {
    background: transparent;
    border: 1px solid #fff;
}

.sec-home .slider_item .btn-primary.transparent:hover {
    color: #231f20;
    border: 1px solid #2A90F3;
    background: #2A90F3;
}

.sec-home .btn-primary {
    text-decoration: none;
    color: #fff;
    padding: 10px 45px;
}

.sec-home .btn-primary:hover {
    border: 1px solid #2A90F3;
    background: #2A90F3;
    color: #231f20;
}

.sec-home .btn-primary.transparent {
    background: transparent;
    border: 1px solid #fff;
}

.sec-home .btn-primary.transparent:hover {
    color: #231f20;
    border: 1px solid #2A90F3;
    background: #2A90F3;
}

.sec-home .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.page-title h1 {
    display: inline-block;
    position: relative;
    font-size: 40px;
    z-index: 2;
}

.page-title {
    margin: 30px auto;
    padding: 0 30px;
    text-align: center;
}

.page-title.line-bottom h2,
.page-title.line-bottom h1 {
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
}

.page-title.line-bottom h2:after,
.page-title.line-bottom h1:after {
    display: none;
}

.page-title h2,
.page-title h1 {
    display: inline-block;
    position: relative;
    font-size: 40px;
    z-index: 2;
    line-height: 1;
}

.page-title h2:after,
.page-title h1:after {
    z-index: -1;
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url(../images/background-title-new.png);
    background-position: center bottom;
    background-size: 10%;
    left: -30px;
    right: -30px;
    bottom: 0px;
    height: 15px;
}

.load-more {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 30px;
}

.load-more a {
    font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
    border-radius: 25px;
    background: #2A90F3;
    padding: 15px 30px;
}

.load-more a:hover {
    color: #fff;
}

.sec-product-detail {
    padding-top: 30px;
}

.sec-portfolio {
    padding: 20px;
}
.sec-portfolio > .all{
    width: 100%;
}
.home .sec-portfolio > .all{
   
}

.sec-portfolio .all .portfo-ul {
    margin-bottom: 30px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    font-size: 20px;
    font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
}

.sec-portfolio .all .portfo-ul li {
    padding: 0 15px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .sec-portfolio .all .portfo-ul li {
        font-size: 16px;
        line-height: 28px;
    }
}

.sec-portfolio .all .portfo-ul li .li-link.active {
    color: #2A90F3;
    border-bottom: 1px solid #2A90F3;
}

.sec-portfolio .all .portfo-ul li:not(:last-child):after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #231f20;
    border-radius: 50%;
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translate(0, -50%);
}
.sec-portfolio .all .portfo-content{
    overflow: hidden;
}
.sec-portfolio .all .portfo-content .portfo-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.sec-portfolio .all .portfo-content .portfo-content-wrap .portfo-item-wrap {
    width: calc(100% / 4);
    padding: 15px;
}
.page-template-portfolio .sec-portfolio .all .portfo-content .portfo-content-wrap .portfo-item-wrap{
    width: calc(100% / 4);
}
.page-template-thiet-ke-list .sec-portfolio > .all{
    width: 1170px;
}
.page-template-thiet-ke-list .sec-portfolio .all .portfo-content .portfo-content-wrap .portfo-item-wrap{
    width: calc(100% / 3);
}


.portfo-item {
    overflow: hidden;
    position: relative;
    display: block;
}

.portfo-item:hover img {
    animation: zoomslow 10s linear infinite;
}

.portfo-item:hover .portfo-item-info {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.portfo-item:hover .portfo-item-info .text-wrap {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.portfo-item a img {
    display: block;
    width: 100%;
}

.portfo-item-info {
    overflow: hidden;
    position: absolute;
    bottom: -15px;
    width: 100%;
    background: #fff;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.portfo-item-info .text-wrap {
    padding: 0 15px 15px;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.portfo-item-info .text-wrap .item-title {
    margin: 30px 0 5px;
    font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.portfo-item-info .text-wrap .item-subtitle {
    margin: 5px 0 15px;
    color: #6d6e70;
    font-family: 'Roboto Light';
}

.sec-a-letter {
    margin-top: 30px;
    background: #C53438;
    padding: 15px 0;
}

.sec-a-letter > .all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sec-a-letter-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: calc((100% / 3) - 15px);
    max-width: calc((100% / 3));
}

.sec-a-letter-wrap .a-left-content {
    font-size: 40px;
    line-height: 55px;
    color: #fff;
    font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
    
}

.sec-a-letter-wrap .a-right-content {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.sec-a-letter-wrap .a-center-img {
    position: absolute;
    bottom: -6px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sec-a-letter-wrap .a-center-img img {
    height: 100%;
}

.sec-information {
        background: #2A90F3;
}

.sec-information .wrap-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 60px 0;
}

.sec-information-wrap {
    text-align: center;
    width: calc((100% / 3) - 60px);
    max-width: calc((100% / 3));
    color: #fff;
}

.sec-information-wrap:hover {
    color: #fff;
}

.sec-information-wrap .info-content {
    text-align: justify;
    margin: 0 auto;
}

.sec-information-wrap .info-content .info-title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 0;
}
.sec-information-wrap .info-content .info-title a:hover,
.sec-information-wrap .info-content .info-text a:hover{
    color:#000;
}

.sec-information-wrap .info-content .info-icon {
    text-align: center;
    margin: 15px 0;
}

.sec-information-wrap .info-content .info-text {
    font-size: 14px;
    font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
    line-height: 20px;
}

.half-col {
    width: calc(50% - 30px);
}

.sec-shop {
    padding: 30px 0;
}

.sec-shop .shop-wrap {
    margin-top: 30px;
    margin-bottom: 60px;
}

.sec-shop .shop-wrap .border-title {
    border: 5px solid #2A90F3;
    z-index: 2;
    position: absolute;
    bottom: 60px;
    height: 350px;
    width: 350px;
    border-color: #2A90F3 #2A90F3 #2A90F3 #2A90F3;
}

.sec-shop .shop-wrap .image-big {
    position: relative;
    overflow: hidden;
}

.sec-shop .shop-wrap .image-big.fl-left .border-content:after {
    content: '';
    display: inline-block;
    width: 75px;
    height: 0;
    border-top: 5px solid #2A90F3;
    position: absolute;
    top: -5px;
    left: -5px;
}

.sec-shop .shop-wrap .image-big.fl-left .border-content:before {
    content: '';
    display: inline-block;
    width: 75px;
    height: 0;
        border-top: 5px solid #2A90F3;
    position: absolute;
    bottom: -5px;
    left: -5px;
}

.sec-shop .shop-wrap .image-big.fl-left .image-wrap {
    margin-left: 75px;
}

.sec-shop .shop-wrap .image-big.fl-right .border-content:after {
    content: '';
    display: inline-block;
    width: 75px;
    height: 0;
    border-top: 5px solid #2A90F3;
    position: absolute;
    top: -5px;
    right: -5px;
}

.sec-shop .shop-wrap .image-big.fl-right .border-content:before {
    content: '';
    display: inline-block;
    width: 75px;
    height: 0;
    border-top: 5px solid #2A90F3;
    position: absolute;
    bottom: -5px;
    right: -5px;
}

.sec-shop .shop-wrap .image-big.fl-right .border-content a {
    position: absolute;
    bottom: 0;
}

.sec-shop .shop-wrap .image-big.fl-right .image-wrap {
    margin-right: 75px;
}

.sec-shop .shop-wrap .image-big.fl-right .border-title {
    right: 0;
    border-color: #2A90F3 #2A90F3 #2A90F3 #2A90F3;
}

.sec-shop .shop-wrap .image-big .image-wrap {
    z-index: 55;
}

.sec-shop .shop-wrap .image-big .border-content {
    position: relative;
    height: 100%;
    width: 100%;
}

.sec-shop .shop-wrap .image-big .border-content h3 {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 0;
    -webkit-margin-before: 15px;
    margin-block-start: 15px;
    -webkit-margin-after: 15px;
    margin-block-end: 15px;
}

.sec-shop .shop-wrap .image-big .border-content h3 .title {
    font-family: 'Roboto Bold';
    font-size: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sec-shop .shop-wrap .image-big .border-content h3 .title:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/icons/link-icon.png);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 30px;
    vertical-align: middle;
}

.sec-shop .shop-wrap .image-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sec-shop .shop-wrap .image-grid .block {
    width: calc((100% / 2) - 30px);
    margin-bottom: 15px;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .sec-shop .shop-wrap .image-grid .block {
        width: calc((100% / 2) - 10px);
    }
}

.sec-shop .shop-wrap .image-grid .block .image-block {
    margin-bottom: 15px;
}

.sec-shop .shop-wrap .image-grid .block .title-block {
    color: #6d6f71;
    font-size: 20px;
}

.sec-shop .shop-wrap .image-grid .block .price {
    color: #2A90F3;
    font-family: 'Roboto Bold';
    line-height: 24px;
}

.fcontrol {
    display: block;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    width: 100%;
    height: 40px;
    font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: solid 1px #e1e1e1;
    padding: 10px 15px;
    line-height: 24px;
    outline: 0;
}
#footer{
    clear: both;
}
.footer-contact {
    overflow: hidden;
    height: 500px;
    background: url("../images/banner-bottomAsset 12-100.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    color: #fff;
    padding: 70px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-contact .footer-title {
    padding-bottom: 60px;
}

.footer-contact h3 {
    text-align: center;
    font-family: 'Lato Bold';
    font-size: 25px;
    line-height: 32px;
}

.footer-contact .bg-overlay {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.footer-contact .form-contact .half-col {
    width: 50%;
}

.footer-contact .form-contact form {
    max-width: 768px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.footer-contact .form-contact form .btn {
    font-family: 'Lato Bold', Arial, Helvetica, sans-serif;
    border: 0;
    margin-top: 30px;
}

.footer-contact .form-contact form .btn .fa {
    font-size: 24px;
    padding-left: 10px;
}

.footer-contact .half-col {
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-contact .half-col label {
    padding: 0 15px;
    display: block;
    position: relative;
}

.footer-contact .half-col label > span span:nth-child(2) {
    color: red;
}

.footer-contact .half-col label > span.placeholder {
    position: absolute;
    top: 15px;
    left: 15px;
    opacity: .7;
}

.footer-contact .half-col label input:focus ~ .placeholder {
    display: none;
}

.footer-contact .half-col label input:active ~ .placeholder {
    display: none;
}

.footer-contact .half-col label textarea {
    height: 100px;
}

.footer-contact .half-col label input,
.footer-contact .half-col label textarea {
    color: #fff;
    width: 100%;
    background: transparent;
    border-color: transparent transparent #fff transparent;
    border-bottom: 1px solid #fff;
    padding: 15px 0;
    outline: 0;
}

.footer-info {
   /*overflow: hidden;*/
    padding-top: 30px;
}

.footer-info > .all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .footer-info > .all {
        padding: 0 15px;
    }
}

.footer-info .column {
    width: calc((100% / 4) - 30px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}

@media screen and (max-width: 768px) {
    .footer-info .column {
        width: 50% !important;
        margin-bottom: 15px;
    }
    .footer-info .column:nth-child(3) {
        clear: both;
    }
}

@media screen and (max-width: 480px) {
    .footer-info .column {
        width: 100% !important;
        margin-bottom: 15px;
    }
}

.footer-info .column .ft-title {
    border-bottom: 1px solid #2A90F3;
    width: 90%;
    font-size: 18px;
    line-height: 24px;
}

@media screen and (max-width: 480px) {
    .footer-info .column .ft-title {
        width: 100%;
    }
}

.footer-info .column .ft-title h3 {
    font-family: 'Lato Regular', Arial, Helvetica, sans-serif;
}

.footer-info .column .ft-title h3 {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer-info .column .ft-content {
    margin-top: 15px;
    font-family: 'Lato Bold', Arial, Helvetica, sans-serif;
    color: #818285;
}

.footer-info .column .ft-content p,
.footer-info .column .ft-content a {
    color: #818285;
    line-height: 30px;
}

.footer-info .column .copyright {
    font-size: 10px;
    margin-top: 30px;
}

.footer-info .column .ft-menu {
    list-style: none;
    padding-left: 0;
}

.footer-info .column .social-button {
    margin: 10px 0;
}

.breadcrumb .nav-bread {
    border-top: 0;
    padding-left: 0;
    padding: 15px 0;
    border: 1px solid #000;
    border-color: transparent transparent #000 transparent;
}

.breadcrumb .nav-bread a {
    position: relative;
    line-height: 24px;
    font-size: 12px;
}

.breadcrumb .nav-bread a:first-child {
    padding-left: 0;
}

.breadcrumb .nav-bread a:not(:last-child):after {
    content: '\f105';
    font-family: 'FontAwesome';
    display: inline-block;
    position: absolute;
    right: -5px;
    color: #231f20;
}

.breadcrumb .nav-bread a {
    padding: 15px;
    font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
}

.sec-portfo-detail .left-portfo-detail {
    width: 65%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 50px;
}

.sec-portfo-detail .left-portfo-detail img {
    margin-bottom: 30px;
    width: 100%;
}

.sec-portfo-detail .right-portfo-detail {
    width: 35%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sec-portfo-detail .right-portfo-detail .portfo-detail-title {
    font-family: 'Roboto Thin', Arial, Helvetica, sans-serif;
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 50px;
}

.sec-portfo-detail .right-portfo-detail .portfo-detail-info {
    font-family: 'Roboto Medium', Arial, Helvetica, sans-serif;
    color: #000;
    line-height: 36px;
}

.nav-pagi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid #000;
}

.nav-pagi [role="button"] {
    cursor: pointer;
}

.sec-related {
    padding: 30px 0 60px;
    position: relative;
    overflow: hidden;
}

.sec-related .related-post {
    margin: 0 15px;
    overflow: hidden;
}

.sec-related .related-post img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sec-related .related-post img:hover {
    opacity: .7;
}

.sec-related .title {
    font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.sec-related .owl-nav {
    position: absolute;
    top: -75px;
    right: 0;
}

/* Shop product */

.range-slider-ip-wrap .mona-range-item {
    background: #ebebeb;
}

.list-product-wrap {
    width: 75%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.list-product-wrap .list-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-item {
    width: calc((100% / 4) - 15px);
    text-align: center;
    margin-bottom: 30px;
}

.product-item > div {
    margin-bottom: 10px;
}

.product-item .product-image {
    overflow: hidden;
}

.product-item .product-image img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.product-item .product-image img:hover {
    opacity: .7;
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.product-item .product-name {
    font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
}

.product-item .product-name a {
    color: #231f20;
}

.product-item .product-price {
    color: #2A90F3;
}

.product-item .product-action {
    margin-top: 15px;
}

.product-item .product-action .btn-buy {
    padding: 10px 20px;
    border: 1px solid #231f20;
    font-size: 12px;
    border-radius: 25px;
    font-family: 'Roboto Medium', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.product-item .product-action .btn-buy:hover {
    background: #2A90F3;
    color: #fff;
}

.product-item .product-action .btn-addcart {
    width: 37px;
    height: 37px;
    background: url("../images/icons/addcart.png");
    margin-right: 5px;
}

.product-item .product-action .btn-addcart:hover {
    background: url("../images/icons/addcart-hover.png");
}

.product-item .product-action .btn-quickview {
    width: 37px;
    height: 37px;
    background: url("../images/icons/quickview.png");
}

.product-item .product-action .btn-quickview:hover {
    background: url("../images/icons/quickview-hover.png");
}

.sidebar {
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
}

.sidebar .irs--round .irs-handle {
    border-color: #231f20;
    background-color: #231f20;
    width: 20px;
    height: 20px;
    top: 29px;
}

.sidebar .irs--round .irs-bar {
    background-color: #231f20;
    height: 5px;
}

.sidebar .irs--round .irs-line {
    background-color: #fff;
    height: 5px;
}

.sidebar .irs--round {
    margin-top: -35px;
}

.sidebar .sidebar-block .block-title {
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
}

.sidebar .sidebar-block .block-title h3 {
    font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.sidebar .sidebar-block .block-content {
    padding: 30px 0 60px;
}

.sidebar .sidebar-block .block-content .filter-price {
    margin-top: 15px;
    font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
    color: #868686;
}

.sidebar .sidebar-block .block-content .filter-price > div {
    display: inline-block;
}

.sidebar .sidebar-block .block-content .filter-price > div span {
    line-height: 34px;
}

.sidebar .sidebar-block .block-content .filter-price .btn-search {
    padding: 10px 30px;
    background: #343434;
    border-radius: 25px;
    color: #868686;
}

.sidebar .sidebar-block .block-content .list-filter li {
    padding: 5px 0;
}

.sidebar .sidebar-block .block-content .list-filter li:after {
    content: '';
    display: table;
    clear: both;
}

.sidebar .sidebar-block .block-content .list-filter li span {
    float: right;
}

.sidebar .sidebar-block .block-content .list-filter li span img {
    vertical-align: middle;
}

.sidebar .sidebar-block .block-content .child-list {
    padding-left: 15px;
}

.pagination {
    text-align: center;
    margin-bottom: 30px;
}

.pagination a:not(.arrow) {
    display: inline-block;
    padding: 5px;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 50%;
    margin: 0 3px;
}

.pagination a:not(.arrow).active {
    background: #2A90F3;
    border-color: #2A90F3;
}

.pagination a.arrow {
    display: inline-block;
}

.pagination i {
    font-size: 24px;
    margin: 0 10px;
    padding: 5px;
    line-height: 30px;
    vertical-align: middle;
}

/* Product detail*/

.pd-top-detail .half-col {
    width: 50%;
}

.pd-top-detail .pd-top-left {
    padding-right: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pd-top-detail .pd-top-left #slider-single-pd-nav .wrap-img {
    margin: 15px 10px;
}

.pd-top-detail .pd-top-left #slider-single-pd .slider-item .wrap-img img {
    width: 100%;
}
@media (min-width:992px){
    .pd-top-detail .pd-top-left #slider-single-pd .slider-item .wrap-img img{
        height: 450px;
    object-fit: contain;
    }
}

.pd-top-detail .pd-top-right {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pd-top-detail .pd-top-right .breadcrumb {
    margin-bottom: 0;
    padding-bottom: 30px;
}

.pd-top-detail .pd-top-right .breadcrumb .shop-bread a {
    font-family: 'Roboto Bold';
    padding-right: 15px;
}

.pd-top-detail .pd-top-right .pd-title {
    padding-bottom: 30px;
    font-size: 36px;
}

.pd-top-detail .pd-top-right .pd-rate {
    padding-bottom: 30px;
}

.pd-top-detail .pd-top-right .pd-rate .reviews {
    color: #858585;
}

.pd-top-detail .pd-top-right .pd-rate .reviews .star-rating {
    float: left;
}

.pd-top-detail .pd-top-right .pd-rate .rates {
    display: inline-block;
    padding-left: 60px;
}

.pd-top-detail .pd-top-right .pd-rate .rates .fa-star.checked {
    color: #ffd900;
}

.pd-top-detail .pd-top-right .pd-price {
    padding-bottom: 30px;
}

.pd-top-detail .pd-top-right .pd-price .current-price {
    color: #2A90F3;
    font-size: 36px;
}

.pd-top-detail .pd-top-right .pd-summary {
    line-height: 28px;
    padding-bottom: 30px;
    color: #000;
}

.pd-top-detail .pd-top-right .pd-action .pd-number {
    display: flex;
    flex-wrap: wrap;
}

.pd-top-detail .pd-top-right .pd-action .pd-number .wrap {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.pd-top-detail .pd-top-right .pd-action .pd-number .wrap .up-downControl {
    margin-left: 15px;
}

.pd-top-detail .pd-top-right .pd-action .pd-number .wrap button {
    margin: 0 5px;
}

.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 {
    display: inline-block;
    margin-right: 15px;
}

.pd-top-detail .pd-top-right .pd-action .pd-number button {
    padding: 10px 20px;
    background: #2A90F3;
    color: #fff;
    border-color: #2A90F3;
    border-radius: 25px;
    cursor: pointer;
    text-transform: uppercase;
}

.pd-top-detail .pd-top-right .pd-tag .pd-row {
    padding: 10px 0;
    border-bottom: 1px solid #231f20;
    color: #000;
    line-height: 24px;
}

.pd-top-detail .pd-top-right .pd-tag .pd-row a {
    color: #212121;
}

.pd-top-detail .pd-top-right .pd-tag .pd-share {
    padding: 15px 0;
}

.custom-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #231f20;
    border-radius: 25px;
    overflow: hidden;
    text-align: center;
    margin-right: 60px;
}

.custom-dropdown select {
    background-color: transparent;
    color: #231f20;
    font-family: 'Roboto Thin';
    font-size: inherit;
    padding: 10px 25px;
    padding-right: 50px;
    border: 0;
    margin: 0;
    border-radius: 3px;
    text-indent: 0.01px;
    -webkit-appearance: button;
    /* hide default arrow in chrome OSX */
}

.custom-dropdown::before,
.custom-dropdown::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.custom-dropdown::after {
    /*  Custom dropdown arrow */
    content: "\25BC";
    height: 1em;
    font-size: 14px;
    line-height: 1;
    right: 1.2em;
    top: 50%;
    margin-top: -.5em;
}

.custom-dropdown select[disabled] {
    color: rgba(0, 0, 0, 0.3);
}

.custom-dropdown select[disabled]::after {
    color: rgba(0, 0, 0, 0.1);
}

.custom-dropdown::after {
    color: #231f20;
}

.up-downControl {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 25px;
}

.up-downControl .value-group {
    display: inline-block;
    vertical-align: text-top;
    padding: 0 30px;
}

.up-downControl .btn {
    display: inline-block;
}

.up-downControl .btn.minus {
    width: 16px;
    height: 16px;
    background: url("../images/icons/minus-icon.png") no-repeat center center;
    background-size: auto;
}

.up-downControl .btn.plus {
    width: 16px;
    height: 16px;
    background: url("../images/icons/plus-icon.png") no-repeat center center;
    background-size: auto;
}

.square-icon {
    position: relative;
    border: 1px solid #231f20;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.square-icon:hover {
    background: #2A90F3;
    border-color: #2A90F3;
}

.square-icon:hover .fa {
    color: #fff;
}

.square-icon .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #6d6e70;
}

.pd-main-detail {
    padding-top: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #231f20;
}

.pd-main-detail .pd-tab {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 315px;
    padding-right: 45px;
}

.pd-main-detail .pd-tab .tab {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #231f20;
    -webkit-transition: all 0.2 ease-in-out;
    -moz-transition: all 0.2 ease-in-out;
    -o-transition: all 0.2 ease-in-out;
    -ms-transition: all 0.2 ease-in-out;
    transition: all 0.2 ease-in-out;
    font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.pd-main-detail .pd-tab .tab.active {
    color: #2A90F3;
}

.pd-main-detail .pd-tab .tab.active:hover {
    color: #2A90F3;
}

.pd-main-detail .pd-tab .tab:first-child {
    padding-top: 0;
}

.pd-main-detail .pd-tab-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: calc(100% - 315px);
}

.pd-main-detail .pd-tab-content .tab-panel {
    color: #000;
    line-height: 24px;
}

.pd-main-detail .pd-tab-content .tab-panel img {
    margin: 30px auto;
    display: block;
}

.tab-panel {
    height: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.tab-panel.show {
    height: auto;
    opacity: 1;
}

.sec-related {
    overflow: hidden;
}

.sec-related .slick-list {
    margin: 0 -15px;
}

.sec-related .product-item {
    padding: 0 15px;
}

.sec-related .slick-arrow {
    position: absolute;
    cursor: pointer;
}

.sec-related .slick-arrow.slick-prev {
    top: -60px;
    right: 55px;
}

.sec-related .slick-arrow.slick-next {
    top: -60px;
    right: 10px;
}

/* Thiết kế thương hiệu*/

#brand-design-wrap {
    padding-top: 30px;
    margin: 0;
}
/*

#brand-design-wrap .portfo-item {
    width: calc((100% / 3) - 15px);
    margin-bottom: 28px;
    overflow: hidden;
}
*/

.brand .slider_wrap .slider_item .text-box {
    max-width: 1170px;
    text-align: left;
    padding-left: 45px;
    top: 50%;
    left: calc(50% - (1170px / 2));
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.brand .slider_wrap .slider_item .text-box .box-title {
    font-size: 80px;
}

.brand .slider_wrap .slider_item .text-box p {
    margin: 30px 0;
    width: 60%;
}

/* Thiết kế thương hiệu detail */

.brand-design-action {
    padding-top: 60px;
}

.brand-design-action .btn-primary {
    display: inline-block;
    padding: 10px 45px;
    line-height: 28px;
    font-size: 18px;
    font-family: 'Lato Bold', Arial, Helvetica, sans-serif;
    margin-bottom: 30px;
}

.brand-design-action .lato-thin {
    font-size: 18px;
    line-height: 28px;
}

/* Thiet ke thuong hieu bai viet*/

.banner-top {
    position: relative;
}

.banner-top .image-banner {
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
}

.banner-top .text-box {
    width: 60%;
    color: #fff;
    position: absolute;
    left: 60px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.banner-top .text-box .title-box {
    font-size: 75px;
    font-family: 'Bodoni Bold', Arial, Helvetica, sans-serif;
    line-height: 1.25em;
}

.banner-top .text-box p {
    line-height: 24px;
    padding-bottom: 30px;
}

.banner-top .text-box .btn-primary {
    margin-top: 30px;
    padding: 10px 45px;
}

.banner-top .text-box .btn-primary.transparent {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.brand-post .clear {
    padding-bottom: 30px;
}

.brand-post .brand-content p.summary {
    line-height: 28px;
    text-align: center;
    padding: 0 10%;
    margin-bottom: 30px;
}

.brand-post .brand-content .brand-image {
    width: 60%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 60px;
}

.brand-post .brand-content .brand-info {
    width: 40%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.brand-post .brand-content .brand-info .mona-content ul {
    padding-left: 0;
}

.brand-post .brand-content .brand-info .mona-content ul li {
    list-style: none;
}

.brand-post .brand-content .brand-info .page-title {
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
}

.brand-post .brand-content .brand-info .page-title h2 {
    font-size: 20px;
    line-height: 28px;
}

.brand-post .brand-content .brand-info .page-title h2:after {
    height: 75%;
}

.brand-post .brand-content .brand-info .list-checked li {
    background-image: url("../images/icons/brand-check.png");
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-position-y: 5px;
}

.brand-post .brand-content .brand-info .list-checked li span {
    color: #838484;
    line-height: 28px;
}

.brand-post .brand-content .box {
    width: calc((100% / 4));
    float: left;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.brand-post .brand-content .box:nth-child(4n + 1) {
    clear: both;
}

.brand-post .brand-content .box .box-image {
    height: 81px;
}

.brand-post .brand-content .box .box-image img {
    height: 100%;
}

.brand-post .brand-content .box .box-content {
    padding-top: 15px;
}

.brand-post .brand-content .box .box-content .box-title {
    line-height: 28px;
}

.brand-post .brand-content .box .box-content .list-box {
    color: #838484;
    line-height: 28px;
}

.brand-post .brand-content .box-step {
    padding: 15px 30px;
    width: calc(100% / 3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    text-align: center;
}

.brand-post .brand-content .box-step p:first-child {
    padding-bottom: 15px;
}

.brand-post .brand-content .box-step p:last-child,
.brand-post .brand-content .box-step h3 {
    line-height: 28px;
}

.brand-post .brand-content .box-step p:last-child {
    color: #838383;
}

.brand-post .brand-content .box-step:nth-child(3n + 1) {
    clear: both;
}

.brand-post .brand-content .box-step .step-num {
    font-size: 67px;
}

.brand-post .brand-content .page-title.small h2 {
    font-size: 20px;
}

.brand-post .brand-content .page-title.small h2:after {
    height: 65%;
}
.brand-post .brand-content .box-step .des{
    margin-bottom: 0;
}
.page-template-thiet-ke .sec-home.brand{
    padding-bottom: 40px;
}
.page-template-default .page-content{
    padding: 40px 0;
}
/* popup bao gia */

.popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    overflow: hidden;
    opacity: 0;
    height: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.popup.show {
    opacity: 1;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.popup.show .popup-content {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popup .popup-content {
    padding: 30px;
    background: #fff;
    max-width: 800px;
    z-index: 22;
    top: 50%;
    left: 50%;
    overflow-y: auto;
    max-height: calc(100vh - 60px);
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

.popup .popup-content .popup-header {
    text-align: center;
}

.popup .popup-content .popup-header img {
    margin: 15px auto;
}

.popup .popup-content .popup-body p {
    line-height: 28px;
}

.popup .popup-content .popup-body p span:last-child {
    color: red;
}

.popup .popup-content .popup-body .label-title {
    color: #6e6f71;
}

.popup .popup-content .popup-body .input-control {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    border-radius: 25px;
    border: 1px solid #6d6e70;
    outline: 0;
    background: transparent;
}

.popup .popup-content .popup-body textarea.input-control {
    border-radius: 15px;
}

.popup .popup-content .popup-body .input-wrap {
    position: relative;
    margin-bottom: 15px;
}

.popup .popup-content .popup-body .input-wrap .placeholder {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #6e6f71;
    z-index: -1;
}

.popup .popup-content .popup-body .btn-primary {
    border-color: transparent;
    font-family: 'Lato Bold', Arial, Helvetica, sans-serif;
    display: block;
    margin: 30px auto;
}

.popup .form-notice {
    padding: 0 80px;
    text-align: center;
}

.popup span.close-popup {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

/* Blog */

.blog-wrap .blog-left {
    width: 75%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.blog-wrap .blog-left .pagination {
    padding-top: 60px;
}

.blog-wrap .post-block {
    padding: 30px 0 60px;
    border-bottom: 1px solid #231f20;
}

.blog-wrap .post-block:first-child {
    padding-top: 0;
}

.blog-wrap .post-block .post-title {
    font-size: 36px;
}

.blog-wrap .post-block .post-meta {
    border: 1px solid #231f20;
    width: auto !important;
    border-radius: 25px;
    padding: 10px 15px;
    margin: 30px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog-wrap .post-block .post-meta > div {
    margin-right: 15px;
    font-size: 11px;
    color: #676767;
}

.blog-wrap .post-block .post-meta > div > span {
    margin-right: 5px;
}

.blog-wrap .post-block .post-meta > div > span > img {
    vertical-align: middle;
}

.blog-wrap .post-block .post-image {
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blog-wrap .post-block .post-image img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  
}

.blog-wrap .post-block .post-image img:hover {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0.8;
}

.blog-wrap .post-block .post-summary {
    padding: 30px 0;
    color: #838484;
    line-height: 28px;
}

.blog-wrap .post-block .readmore .btn-readmore {
    border: 1px solid #231f20;
    padding: 10px 45px;
    border-radius: 25px;
    text-transform: uppercase;
}

.blog-wrap .post-block .readmore .btn-readmore:hover {
    background: #2A90F3;
    border-color: #2A90F3;
    color: #fff;
}

.sidebar .block-content {
    padding: 30px 0 60px;
}

.sidebar .search-box {
    position: relative;
}

.sidebar .search-box input {
    padding: 10px 15px;
    border-radius: 25px;
    border: 1px solid #231f20;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    outline: 0;
}

.sidebar .search-box span {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.tag-cloud {
    padding: 10px;
    border: 1px solid #868686;
    color: #868686;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
}

.tag-cloud:hover {
    background: #2A90F3;
    border-color: #2A90F3;
    color: #fff;
}

/* Blog chi tiet*/

.blog-wrap .post-block.detail {
    border-bottom: 0;
}

.related-post .summary {
    margin-top: 15px;
}

/* popup login */

.popup .popup-content {
    padding: 60px 30px;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}

.popup .popup-content .popup-header h3 {
    font-size: 20px;
    line-height: 1.5em;
}

.popup .popup-content .popup-header img {
    margin: 30px 0 60px;
}

.popup .popup-body .login-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.popup .popup-body .login-wrap .login-info {
    width: 70%;
}

.popup .popup-body .login-wrap .login-social {
    width: 30%;
    padding-left: 30px;
}

.popup .popup-body .login-wrap .login-social a {
    font-family: 'Roboto Bold';
    color: #fff;
    border-radius: 25px;
    text-align: center;
    padding: 15px;
    display: block;
    margin-bottom: 15px;
}

.popup .popup-body .login-wrap .login-social a.facebook {
    background: #3b5a98;
}

.popup .popup-body .login-wrap .login-social a.google {
    background: #d24835;
}

.popup .popup-body .login-wrap .login-social a .fa {
    padding-right: 10px;
}

/*Contact */

#map {
    height: 500px;
    width: 100%;
}

/*Policy*/

.policy-content p {
    line-height: 24px;
}

.policy-content h3 {
    font-family: 'Roboto Bold';
    display: inline-block;
    padding-bottom: 1px;
    border-bottom: 1px solid #231f20;
    margin-bottom: 5px;
}

.policy-content .policy {
    padding-bottom: 30px;
}

.center {
    text-align: center;
}

/* Order list*/

.order-wrap .center {
    width: 50%;
    margin: 0 auto;
    line-height: 28px;
    padding-bottom: 60px;
}

.order-wrap .order-icon {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

.order-wrap .price {
    color: #2A90F3;
    font-family: 'Roboto Bold';
}

.order-wrap .order-list {
    padding-bottom: 60px;
    border-bottom: 1px solid #231f20;
}

.order-wrap .order-list .table-order {
    overflow-x: auto;
    margin-bottom: 30px;
}

.order-wrap .order-list .table-order table {
    width: 100%;
    text-align: left;
}

.order-wrap .order-list .table-order table th,
.order-wrap .order-list .table-order table td {
    padding: 15px;
    vertical-align: middle;
    min-width: 150px;
    line-height: 20px;
}

.order-wrap .order-list .table-order table th:first-child,
.order-wrap .order-list .table-order table td:first-child {
    text-align: center;
    min-width: 50px;
}

.order-wrap .order-list .table-order table th {
    border-bottom: 1px solid #231f20;
    font-size: 12px;
}

.order-wrap .order-list .table-order table td {
    font-size: 11px;
}

.order-wrap .order-list .table-order .delete-icon {
    cursor: pointer;
}

.order-wrap .order-list .btn-primary {
    font-family: 'Roboto Light';
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.order-wrap .order-list .btn-primary.transparent {
    background: transparent;
    border: 1px solid #231f20;
}

.order-wrap .order-list .btn-primary.dark {
    background: #231f20;
    border-color: #231f20;
    color: #fff;
}

.order-wrap .ship-detail {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 60px 0;
}

.order-wrap .ship-detail #shipping,
.order-wrap .ship-detail .ship-total {
    width: calc((100% /2) - 60px);
}

.order-wrap .ship-detail h3 {
    font-family: 'Roboto Light';
    font-size: 20px;
    text-align: center;
    padding-bottom: 60px;
}

.order-wrap .ship-detail #shipping {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.order-wrap .ship-detail #shipping .input-wrap {
    margin: 10px 0;
}

.order-wrap .ship-detail #shipping .input-control {
    padding: 10px 15px;
    display: block;
    width: 100%;
    background: transparent;
    border: 1px solid #231f20;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 25px;
}

.order-wrap .ship-detail #shipping .custom-dropdown {
    margin-right: 0;
    width: 100%;
}

.order-wrap .ship-detail #shipping .custom-dropdown select {
    border: 0;
    font-family: 'Roboto Light';
}

.order-wrap .ship-detail .ship-total .table-total {
    width: 100%;
    margin-top: 10px;
}

.order-wrap .ship-detail .ship-total .table-total td {
    padding: 15px;
    border-bottom: 1px solid #231f20;
}

.order-wrap .ship-detail .ship-total .table-total tr {
    margin: 10px 0;
}

.order-wrap .ship-detail .ship-total .table-total tr:first-child td {
    border-top: 1px solid #231f20;
}

.lg-sub-html h3 {
    color: #2A90F3;
}

.transform-matrix {
    animation: opacity-effect 1s ease-out;
}

/*Opacity*/

@keyframes opacity-effect {
    0% {
        opacity: 0;
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 50, 0, 1);
    }
    100% {
        opacity: 1;
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

@-webkit-keyframes opacity-effect {
    0% {
        opacity: 0;
        -webkit-opacity: 0;
    }
    100% {
        opacity: 1;
        -webkit-opacity: 1;
    }
}

@-moz-keyframes opacity-effect {
    0% {
        opacity: 0;
        -moz-opacity: 0;
    }
    100% {
        opacity: 1;
        -moz-opacity: 1;
    }
}

@-o-keyframes opacity-effect {
    0% {
        opacity: 0;
        -o-opacity: 0;
    }
    100% {
        opacity: 1;
        -o-opacity: 1;
    }
}

/*Zoom image slow*/

@keyframes zoomslow {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.3, 1.3);
    }
    100% {
        transform: scale(1, 1);
    }
}

@-webkit-keyframes zoomslow {
    0% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
    }
    0% {
        transform: scale(1.3, 1.3);
        -webkit-transform: scale(1.3, 1.3);
    }
    100% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
    }
}

@-moz-keyframes zoomslow {
    0% {
        transform: scale(1, 1);
        -moz-transform: scale(1, 1);
    }
    50% {
        transform: scale(1.3, 1.3);
        -moz-transform: scale(1.3, 1.3);
    }
    100% {
        transform: scale(1, 1);
        -moz-transform: scale(1, 1);
    }
}

@-o-keyframes zoomslow {
    0% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
    }
    50% {
        transform: scale(1.3, 1.3);
        -o-transform: scale(1.3, 1.3);
    }
    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
    }
}

.is-fixed {
    top: 0;
    position: fixed;
    right: calc(50% - (1170px / 2));
    padding-left: 122px;
}

/* Checkout*/

.mona-content .woocommerce .wc-proceed-to-checkout .button {
    font-family: 'Roboto Light';
    background: #231f20;
    border-color: #231f20;
    padding: 13px 15px;
    color: #fff;
    border-radius: 20px;
}

.mona-content .woocommerce .cart_totals .shop_table tbody tr:last-child th,
.mona-content .woocommerce .cart_totals .shop_table tbody tr:last-child td {
    border-bottom: 1px solid #231f20 !important;
}

.mona-content .woocommerce .cart_totals .shop_table th,
.mona-content .woocommerce .cart_totals .shop_table td {
    border-top: 1px solid #231f20 !important;
}

.mona-content .woocommerce .cart_totals .shop_table th {
    font-weight: normal;
}

.mona-content .woocommerce .shop_table {
    background: transparent;
    border: 0;
}

.mona-content .woocommerce .shop_table th,
.mona-content .woocommerce .shop_table td {
    border: 0;
}

.mona-content .woocommerce .shop_table thead tr th {
    border-bottom: 1px solid #231f20;
    font-weight: normal;
    font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
}

.mona-content .woocommerce .shop_table .amount {
    color: #2A90F3;
    font-family: 'Roboto Bold';
}

.mona-content .woocommerce .shop_table .product-name a {
    color: #231f20;
}

.mona-content .woocommerce .shop_table .product-quantity .input-text {
    border-radius: 25px;
    border: 1px solid #231f20;
}

.mona-content .woocommerce .shop_table .product-remove a {
    font-size: 12px;
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid #d4d4d4 !important;
    display: inline-block;
    color: #d4d4d4 !important;
}

.mona-content .woocommerce .shop_table .actions .input-text {
    text-align: center;
    height: 40px;
    width: 150px;
    border-radius: 25px;
}

.mona-content .woocommerce .shop_table .actions .button {
    font-family: 'Roboto Light';
    background: #231f20;
    border-color: #231f20;
    padding: 13px 15px;
    color: #fff;
    border-radius: 20px;
}

.mona-content .woocommerce-billing-fields .form-row .input-text {
    border-color: #231f20;
    background: transparent;
    text-align: center;
    height: 40px;
    border-radius: 25px;
}

.mona-content .woocommerce-billing-fields .form-row .select2-selection {
    background: transparent;
    height: 40px;
    border-color: #231f20;
    border-radius: 25px;
}

.mona-content .woocommerce-billing-fields .form-row .select2-selection__rendered {
    line-height: 40px;
}

.mona-content .woocommerce-billing-fields .form-row .select2-selection__arrow {
    height: 40px;
    right: 10px;
}

.mona-content .woocommerce-additional-fields .woocommerce-input-wrapper #order_comments {
    background: transparent;
    border-radius: 15px;
    border: 1px solid #231f20;
}

.mona-content #order_review tr th,
.mona-content #order_review tr td {
    border-bottom: 1px solid #231f20;
}

.mona-content #order_review tfoot tr th {
    font-weight: normal;
}

.mona-content .woocommerce-checkout #payment {
    background: transparent;
}

.mona-content .woocommerce-checkout #payment .place-order .button {
    font-family: 'Roboto Light';
    background: #231f20;
    border-color: #231f20;
    padding: 13px 15px;
    color: #fff;
    border-radius: 20px;
}

.mona-content .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid #231f20;
}

.mona-content .woocommerce-info {
    border-top-color: #231f20;
    background: #fff;
}

.mona-content .return-to-shop .button {
    font-family: 'Roboto Light';
    background: #231f20;
    border-color: #231f20;
    padding: 13px 15px;
    color: #fff;
    border-radius: 20px;
}

.mona-bottom-header + .all {
    margin-top: 50px;
}

.mona-bottom-header + .all .sec-shop {
    padding-top: 0;
}

.mona-bottom-header + .sec-portfolio {
    padding-top: 0;
}

.mona-bottom-header + .sec-portfolio .all {
    margin-top: 50px;
}

.banner-top + .mona-bottom-header .breadcrumb .nav-bread,
.sec-home .mona-bottom-header .breadcrumb .nav-bread {
    border-top: 0;
    padding-left: 0;
    border-bottom-color: #ccc;
}

#main-wrap .mona-bottom-header {
    margin-top: 0;
}

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