/* module account */
.box-account{
    margin-bottom: 10px;
}
.box-account .img-account{
    width: 40px; height: 40px;
    margin: 0 auto;
}
.box-account ul.not-logged{
    float: left;
    clear: both;
    width: 100%;
}
.box-account ul.not-logged li{
    list-style: none
}
.box-account ul.not-logged li a{    
    background: #DCDCDC;
    padding: 10px 12px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;    
    display: block;
    margin: 5px 0;
}
.box-account ul.not-logged li a.active{
    background: #b09d7b;
    color: #ffffff;
}
.box-account .account{  
    padding: 10px 10px 0 10px;
    text-align: center;
}
.box-account .account form{
    text-align: left;
    float: left;
}
.account-login,.account-register{
    display: none
}
.account-login.active,.account-register.active{
    display: block
}
.box-account .button-register-login{    
    background: #707070;
    border: 0;
    outline: none;
    color: #FFF;
    padding:5px 10px;
    float: right;
    margin-bottom: 10px;
}

/*module banner*/
.box_module .banner{
    clear: both;
    padding: 30px 0 0;
}
.box_module .banner a {
    display: block;
    position: relative;
    overflow: hidden;
    background: #000;
}
.box_module .banner a:hover img {
    opacity: 0.8;
}


/*module slideshow*/
.slideshow{
    position:relative;
    overflow: hidden;
    background: #fff;
}
.slideshow .owl-carousel {
    margin: 0px;
}
.slideshow img{
    width: 100%;
}
.slideshow .image {
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 0;
    z-index: 2;
    background-color: #000;
    color: #fff;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*.slideshow .image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0,0,0,.3);
}*/
.slideshow .box-border {
    margin-top: 140px;
    margin-bottom: 140px;
    text-align: center;
}
.slideshow h2 {
    font-weight: 600;
    margin: 0 0 25px;
    font-size: 54px;
}
.slideshow p {
    margin-bottom: 35px;
    font-size: 16px;
    opacity: .7;
    white-space: pre-wrap;
    line-height: 32px;
}
.slideshow a.button {
    color: #fff;
    border-color: #fff;
}
.slideshow a.button:hover {
    color: #000;
    border-color: #fff;
    background: #fff;
}

/* module carousel*/
.box.module-carousel {
    padding: 35px 0;
    clear: both;
    background-color: #333;
    margin-bottom: 0;
}
.box.module-carousel .owl-carousel {
    background: transparent;
    margin: 0;
}
.box.module-carousel .owl-item .item{
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
    overflow: hidden;
    padding: 15px 0;
    display: block;
    position: relative;
}
.box.module-carousel .owl-item .item img {
    width: auto;
    margin: auto;
    max-width: 100%;
    display: inline-block;
    max-height: 100%;
    transition: all 0.3s
}
.box.module-carousel .owl-item .item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

/* module note sale */
.note-sale {
    padding: 35px 0;
    background: #fff;
}
.inner-note-sale {
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
}
.note-sale-content {
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    min-height: 120px;
    padding: 0 0 15px;
    width: 100%;
    float: left;
    padding-right: 10px;
}
.note-sale-content .img {
    float: left;
    width: 45%;
    text-align: center;
}
.note-sale-content .img img {
    max-height: 64px;
}
.note-sale-content .img h3 {
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0 0;
}
.inner-note-sale-content {
    float: left;
    margin-top: 15px;
    width: 55%;
    color: #888;
}
.inner-note-sale-content {
    float: left;
    margin-top: 15px;
    width: 55%;
    color: #888;
}

@media (min-width: 920px) {
    .inner-note-sale .col-sm-4:nth-child(2n+1){
        clear: both;
    }
}
@media (min-width: 1200px) {
    .inner-note-sale .col-md-4:nth-child(3n+1){
        clear: both;
    }
    .inner-note-sale .col-sm-4:nth-child(2n+1){
        clear: unset;
    }
}

/* module categories combopro*/
.product-by-type .tab-content {
    border: 0;
    padding: 0;
    min-height: unset;
    margin-bottom: 0;
}

/* module contact us*/
.contact_us_home {
    padding: 60px 0 45px;
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
}
.contact_us_home h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 700;
}
.contact_us_home p {
    color: #bbb;
    font-size: 14px;
    margin-bottom: 20px;
    white-space: pre-wrap;
}
.form-newsletter input[type="email"] {
    height: 40px;
    border: none;
    vertical-align: top;
    padding: 5px 15px;
    background: #fff;
    color: #999;
    width: 35%;
    font-size: 13px;
    display: inline-block;
    border-radius: 0;
}
.form-newsletter button.send-mail {
    height: 40px;
    min-width: 105px;
    margin-left: -4px;
    text-transform: uppercase;
    font-size: 12px;
    transition: 0.3s all ease 0s;
    font-weight: 500;
    color: #fff;
    background: #f6b208;
    border-radius: 0;
    border: 0;
}
.form-newsletter button.send-mail:hover{
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}


/*module form_change*/
.form-change .modal-content {
    border-radius: 20px;
}
.form-change .box-content {
    width: 100%;
    display: inline-block;
}
.form-change button.close {
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 2;
    color: #fff;
    opacity: 1;
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,.4);
    border-radius: 3px;
}
.form-change .modal-body {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.img-banner-form {
    margin: -15px -15px 10px;
}
.form-change .text-center.title-form {
    position: relative;
}
.form-change h2.title-form {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin: 0;
    padding: 10px 0 3px;
}
.form-change p.subtitle {
    color: #111;
    margin: 0;
    padding: 0 0 15px;
}
.form-change td {
    color: #333;
    font-size: 14px;
}
.form-change input[type='text'], input[type='password'], textarea{
    margin-bottom: 15px;
    color: #333;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #ddd;
    font-weight: 400;
}
.form-change #button-send-book {
    background: #f6b208;
}

/* list icon  */
.list-icon-fix {
    position: fixed;
    z-index: 999;
    left: 10px;
    bottom: 50px;
}
.list-icon-fix a.fix-button {
    display: block;
    width: 42px;
    height: 42px;
    background-size: 65%;
    text-align: center;
    color: #dbad3b;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 10px;
    border-radius: 50%;
    border: 1px solid #b19d85;
}
.list-icon-fix a.fix-button.fix-mess{
    background-image: url(../image/icon_messenger_fix.png);
}
.list-icon-fix a.fix-button.fix-zalo{
    background-image: url(../image/icon_zalo_fix.png);
}
.list-icon-fix a.fix-button.fix-phone{
    background-image: url(../image/phone-fix.png);
}
.list-icon-fix a.fix-button.fix-contact{
    background-image: url(../image/icon_contact_form_fix.png);
}
.list-icon-fix a.fix-button.fix-phone i {
    line-height: 40px;
    font-size: 30px;
}
.list-icon-fix a.fix-button span {
    left: 120%;
    background-color: rgba(29, 36, 62, 1);
    color: #fff;
    visibility: hidden;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;
    padding: 8px;
    position: absolute;
    top: calc(50% - 15px);
    z-index: 1;
    opacity: 0;
    transition: opacity .5s;
}
.list-icon-fix a.fix-button span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    border-color: transparent rgba(29, 36, 62, 1) transparent transparent;
    display: block;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -6px;
}
.list-icon-fix a.fix-button:hover span {
    opacity: 1;
    visibility: visible;
}

/* module info_home */


/* module news featured */
.box-news-featured.pos-content .box-news-content .image{
    float: left;
    width: 30%;
    padding: 10px;
    border: 2px solid #b09d7b;
    border-radius: 5px;
}
.box-news-featured.pos-content .box-news-content .content{
    float: left;
    width: 70%;
    padding: 10px;
}
.box-news-featured .box-news-content .name a{
    color: #000;
    display: block;
    text-transform: capitalize; 
    font-weight: 600;
    font-size: 20px;
}
.box-news-featured .box-news-content a:hover{
    color: #b09d7b;
}
.box-news-featured .box-news-content .date_added{
    color: #7f7f7f;
    font-style: italic;
}

.box-news-featured .box-news-content .list-news-featured li{
    display: block;
    width: 100%;
    border-bottom: 1px solid #ececec;
    padding: 10px 0;
    float: left;
    clear: both;
    position: relative;
}
.box-news-featured .box-news-content .list-news-featured li>i{
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer;
    transition: all 0.5s;
}
.box-news-featured .box-news-content .list-news-featured li>i.open{
    transform: rotate(180deg);
}
.box-news-featured .box-news-content .list-news-featured li .small-content{
    display: none;
    float: left;
    clear: both;
}
.box-news-featured. .box-news-content .list-news-featured li img{
    width: 100px;
    float: left;
}
.box-news-featured .box-news-content .list-news-featured li .small-short-content{
    width: calc(100% - 100px);
    float: left;
    height: 80px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    display: -webkit-box;
    margin: 10px 0;
    padding: 0 10px;
}

/* box news column */
.item-news-column {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #aaa;
}
.box.box-column-news .col-xs-12:last-child .item-news-column {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.item-news-column .image {
    width: 90px;
    float: left;
}
.item-news-column .info-news {
    width: calc(100% - 100px);
    float: right;
}
.item-news-column .info-news .date-news {
    color: #dbad3b;
    margin-bottom: 0;
    font-size: 13px;
}

/* box news content */
.box-news-content .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.box-news-content .image img{
    width: 100%;
    transition: all 0.3s;
}
.box-news-content .image:hover img {
    opacity: 0.8;
}
.box-news-content p.date {
    color: #dbad3b;
    margin-bottom: 0;
    font-size: 13px;
}
.box-news-content .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 0 10px;
}
body[class*="news-category-"] .box-news-content .name{
    white-space: unset;
}
.box-news-content .name a {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
}
.box-news-content .name a:hover{
    color: #f6b208;
}
.box-news-content .excerpt{
    color: #dbad3b;
    margin-bottom: 10px;
}
body:not([class*="news-category-"]) .box-news-content .excerpt{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box-news-content .continue_red a {
    color: #f6b208;
    font-size: 13px;
    text-transform: capitalize;
}
.box-news-content .continue_red a:after {
    content: "\f105";
    font-family: "FontAwesome";
    padding: 5px;
    vertical-align: middle;
}
.box-news-content ul li {
    line-height: 19px;
}
.slide-news-related .box-news-content {
    box-shadow: 0px 3px 10px 0px rgba(34, 34, 34, 0.3);
    background: #fff;
}
.slide-news-related .box-news-content .info-p {
    padding: 10px 15px;
}
#content .box-news-content {
    position: relative;
    display: inline-flex;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #aaa;
    width: 100%;
}
#content .box-news-content .image {
    margin: 0;
    flex: 0 0 42%;
    overflow: hidden;
    margin-right: 40px;
}
.item-top-news {
    position: relative;
}
.item-top-news img {
    height: 440px;
    object-fit: cover;
    width: 100%;
}
.item-top-news .top-news-info {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.item-top-news .top-news-info a.name-news {
    color: #fff;
    font-size: 27px;
    font-weight: 600;
    display: block;
}
.item-top-news .top-news-info a.read-more {
    color: #fff;
    display: block;
    margin-top: 10px;
}
/* module box number info */
.box-number-info.box {
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 0;
    z-index: 2;
    background-color: #000;
    color: #fff;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.box-number-info.box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0,0,0,.3);
}
.box-number-info.box .box-border {
    margin-top: 140px;
    margin-bottom: 140px;
    text-align: center;
}
.box-number-info.box h2 {
    font-weight: 600;
    margin: 0 0 25px;
    font-size: 54px;
}
.box-number-info.box p {
    margin-bottom: 35px;
    font-size: 16px;
    opacity: .7;
    white-space: pre-wrap;
    line-height: 32px;
}
.box-number-info.box a.button {
    color: #fff;
    border-color: #fff;
}
.box-number-info.box a.button:hover {
    color: #000;
    border-color: #fff;
    background: #fff;
}

/* module about us  */
.box-about-us.box {
    padding: 60px 0 100px;
    background: var(--bg-all);
    color: #fff;
}
.box-about-us-head {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}
.box-about-us-head span {
    color: var(--color-title-bg-dark);
    position: relative;
    padding-bottom: 5px;
    display: inline-block;
    font-size: 72px;
    font-family: "SVN-Rockness";
    font-weight: normal;
}
/*.box-about-us-head span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85%;
    height: 3px;
    background: #dbad3b;
}*/
h2.box-about-us-title {
    white-space: pre-wrap;
    font-weight: bold;
    line-height: 1.3;
    margin: 0;
    font-size: 30px;
}
.desc-md-about {
    margin-bottom: 30px;
}
.box-about-us.box .inner-desc-md-about-2 {
    display: none;
}
.desc-md-about a[class*="view-"] {
    font-size: 14px;
    font-style: italic;
    text-decoration: underline;
    color: #dbad3b;
}
.box-about-us a.btn-v {
    background: #f6c5a7;
    border-radius: 20px;
}

@media (max-width:768px) {
    .box-about-us.box {
        text-align: center;
        padding: 30px 0 65px;
    }
    .box-about-us-head span {
        font-size: 55px;
    }
    h2.box-about-us-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

/* news by categories  */
.news-by-categories .blog-top__img {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.news-by-categories .blog-top__img img {
    width: 100%;
    transition: all 1s;
}
.news-by-categories .blog-top__img:hover img {
    transform: scale(1.1);
}
.news-by-categories .name-news {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.news-by-categories .name-news h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
.news-by-categories .name-news h3 a {
    color: #dbad3b;
}


/* module video */
.md-video,
.md-banner-home {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    padding: 50px 0 30px;
}
.md-video:after,
.md-banner-home:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 60%);
    z-index: -1;
}
/*.md-video-slide .item-video {
    padding: 0;
    transform: scale(0.9);
    transition: all 0.3s;
    background-color: #000;
}
.md-video-slide .slick-active.slick-center .item-video {
    transform: scale(1.0);
    transition: all 0.3s;
}*/
.md-video-slide .item-video a.video {
    display: block;
    position: relative;
    outline: none!important;
}
.item-video a.video i.fa {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    line-height: 59px;
    color: #dbad3b;
    font-size: 30px;
    text-align: center;
    background: rgb(255 255 255 / 80%);
    border-radius: 50%;
    padding-left: 6px;
    transition: all 0.5s;
/*    opacity: 0;*/
}
/*.md-video-slide .slick-active.slick-center .item-video a.video i.fa {
    opacity: 1;
}*/
.item-video:hover a.video i.fa{
    box-shadow: 0px 0px 0px 10px rgb(255 255 255 / 40%);
}
/*.item-video a.video img {
    width: 100%;    
    opacity: 0.6;
}
.md-video-slide .slick-active.slick-center .item-video a.video img {
    opacity: 1;
}*/

.md-video-slide .slick-arrow {
    width: 30px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff!important;
    z-index: 2;
}
.md-video-slide .slick-arrow:before {
    display: none;
}
.md-video-slide .slick-arrow:after {
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #000;
}
.md-video-slide .slick-prev {
    left: 0;
}
.md-video-slide .slick-prev:after {
    content: "\f104";
} 
.md-video-slide .slick-next {
    right: 0;
}
.md-video-slide .slick-next:after {
    content: "\f105";
}
.md-video-slide .slick-dots {
    background: -40px;
}
.md-video-slide .slick-dots li {
    height: 5px;
    margin-top: 5px;
}
.md-video-slide .slick-dots li button {
    padding: 0;
    background: #2f2f2f;
    height: 3px;
}
.md-video-slide .slick-dots li.slick-active button {
    background: #757575;
}
.md-video-slide .slick-dots li button:before {
    display: none;
}

@media (max-width: 768px) {
    .md-video-slide .slick-prev {
        left: 22px;
    }
    .md-video-slide .slick-next {
        right: 22px;
    }
}

/* md banner home */
.md-banner-home-head {
    padding: 90px 0;
    background: var(--bg-all);
    color: #fff;
}
.md-banner-home-head h2 {
    margin: 0;
    line-height: 1.3;
    font-size: 30px;
    font-weight: bold;
    color: var(--color-title-bg-dark);
}

@media (max-width: 768px) {
    .md-banner-home-head {
        padding: 60px 0;
        text-align: center;
    }
    .md-banner-home-head h2 {
        margin-bottom: 20px;
    }
}

/* md banner footer */
.box-banner-footer.box {
    padding: 30px 0 50px;
}
.box-banner-footer .img-banner {
    margin-top: -100px;
    position: relative;
    text-align: center;
}
.box-banner-footer .desc-md {
    position: relative;
    margin-left: 100px;
    font-style: italic;
}
.box-banner-footer .desc-md:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -38px;
    height: 19px;
    width: 23px;
    background: url(../image/icon-quote.svg) no-repeat;
    background-size: contain;
    background-position: center;
}
.box-banner-footer.box h2 {
    font-family: "SVN-Rockness";
    font-weight: normal;
    font-size: 48px;
    color: var(--color-text);
}

@media (max-width: 768px) {
    .box-banner-footer.box {
        text-align: center;
    }
    .box-banner-footer .desc-md {
        margin-left: 15px;
    }
    .box-banner-footer .desc-md:before {
        left: -10px;
        height: 18px;
        width: 18px;
    }
    .box-banner-footer .img-banner {
        margin-top: 15px;
    }
}

/* module our team */
.our-team {
    width: 100%;
    float: left;
    padding: 50px 0;
}
.our-team .box-content {
    padding: 17px 0 40px 23%;
    position: relative;
}
.slide-test-pag {
    position: absolute!important;
    top: 0;
    height: calc(100% - 40px);
    left: 0;
    width: 20%;
}
.slide-test-pag:before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 17px);
    top: 17px;
    left: 1px;
    border: 1px solid #ccc;
    z-index: -1;
}
.slide-test-pag .slick-track,
.slide-test-pag .slick-track .slick-slide {
    width: 100%!important;
    -webkit-transform: translate3d(0, 0, 0)!important;
    -moz-transform: translate3d(0, 0, 0)!important;
    -ms-transform: translate3d(0, 0, 0)!important;
    -o-transform: translate3d(0, 0, 0)!important;
    transform: translate3d(0, 0, 0)!important;
}
.slide-test-pag .slick-track span {
    color: #dbad3b;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 1px;
    background: #fff;
    position: relative;
    padding-right: 10px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: color .3s ease-in,padding-left .3s ease-in;
    transition: color .3s ease-in,padding-left .3s ease-in;
}
.slide-test-pag .slick-track .slick-current span {
    padding-left: 10px;
    color: #171717;
}
.slide-test-pag .slick-track span:before{
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 0;
    height: 0;
    width: 0;
    border-top: 5px solid #111;
    border-right: 5px solid transparent;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-in,visibility .3s ease-in;
    transition: opacity .3s ease-in,visibility .3s ease-in;
}
.slide-test-pag .slick-track .slick-current span:before {
    opacity: 1;
    visibility: visible;
}
.slide-test {
    -webkit-box-shadow: 0 30px 50px rgba(0,0,0,.2);
    box-shadow: 0 30px 50px rgba(0,0,0,.2);
    background-color: #fff;
    padding: 40px 50px 48px 50px;
}
.slide-test .testimonials-item {
    text-align: center;
    width: 100%;
    float: left;
}
blockquote.testimonials-description {
    padding: 0;
    border: 0;
    margin-bottom: 25px;
}
blockquote.testimonials-description p {
    max-width: 630px;
    margin: 0 auto;
    color: #dbad3b;
    font-size: 16px;
}
.slide-test .testimonials-item span.fa{
    font-size: 22px;
    margin-bottom: 30px;
    color: #171717;
}


/* featured product */
.featured-product.box {
    margin: 30px 0 0;
}
.featured-product.box .col-xs-12 {
    padding-bottom: 70px;
}
.box-product-featured {
    position: relative;
    width: 100%;
    min-height: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
.box-product-featured .image {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 58%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.featured-product.box .col-xs-12:nth-child(odd) .box-product-featured .image {
    left: 0;
}
.featured-product.box .col-xs-12:nth-child(even) .box-product-featured .image {
    right: 0;
}
.box-product-featured .info-pro {
    width: 36%;
}
.featured-product.box .col-xs-12:nth-child(odd) .box-product-featured .info-pro {
    margin-left: auto;
    text-align: left;
}
.featured-product.box .col-xs-12:nth-child(even) .box-product-featured .info-pro {
    text-align: right;
}
.box-product-featured .year-pro {
    position: relative;
    font-size: 12px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #111;
}
.box-product-featured .year-pro:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    height: 1px;
    width: 85px;
    background-color: #111;
}
.featured-product.box .col-xs-12:nth-child(odd) .box-product-featured .year-pro:after {
    right: 100%;
    margin-right: 15px;
}
.featured-product.box .col-xs-12:nth-child(even) .box-product-featured .year-pro:after {
    margin-left: 15px;
}
.box-product-featured .name a {
    font-size: 27px;
    font-weight: 700;
}
.box-product-featured .info-pro p {
    margin-top: 22px;
    color: #dbad3b;
    line-height: 32px;
}
.box-product-featured a.view-detail {
    margin-top: 10px;
    display: inline-block;
    font-size: 11px;
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding-right: 50px;
    color: #111;
}
.box-product-featured a.view-detail:hover {
    color: #111;
}
.arrow-right {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 10px;
    width: 31px;
    height: 1px;
    -webkit-transition: right .3s ease-in;
    transition: right .3s ease-in;
    background-color: #111;
}
.box-product-featured a.view-detail:hover .arrow-right {
    right: 0;
}
.arrow-right:after, .arrow-right:before {
    position: absolute;
    display: block;
    right: 0;
    width: 6px;
    height: 1px;
    content: '';
    background-color: #111;
}
.arrow-right:before {
    bottom: 1px;
    -webkit-transform: translateX(0) translateY(3px) rotate(-45deg);
    transform: translateX(0) translateY(3px) rotate(-45deg);
}
.arrow-right:after {
    top: 1px;
    -webkit-transform: translateX(0) translateY(-3px) rotate(45deg);
    transform: translateX(0) translateY(-3px) rotate(45deg);
}



/*module product by category*/
.product-by-type.product-by-cat {
    padding: 0 15px;
}
.product-by-type.product-by-cat .box-heading h2{
    text-transform: uppercase;
    padding-bottom: 3px;
    border-bottom: 2px solid #dbad3b;
}
.product-by-type.product-by-cat .box-content > .row > .col-lg-9 > .row{
    margin-right: 0;
}
.product-by-type.product-by-cat .box-content > .row > .col-lg-9 > .row > div{
    padding: 0;
}
.product-by-type.product-by-cat .box-content > .row > .col-lg-9 > .row .box-product_{
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    border-right: 0;
    border-bottom: 0;
}
[class *= content-] .product-by-type.product-by-cat .col-lg-8 > .row > div:nth-child(2n + 1){
    clear: both;
}
[id *= content_] .product-by-type.product-by-cat .col-lg-9 > .row > div:nth-child(3n + 1){
    clear: both;
}
/* module product latest*/
.box-product-latest .first{
    width: 35%; 
    float: left
}
.box-product-latest .gird-product{
    width: 65%; 
    float: left;
}
.box-product-latest .gird-product .product-item{
    width: 25%;
    float: left;
    display: inline-block;
    position: relative;
    border: 1px solid #ebebeb;
    border-right: 0;
    border-bottom: 0;
}
.box-product-latest .product-item{
    text-align: center;padding: 3px;
}

/* module product by category */
.box-heading ul.list-child {
    position: absolute;
    top: 10px;
    right: 0;
}
.box-heading ul.list-child li {
    display: inline-block;
    padding: 0 10px;
    font-size: 13px;
}

/*module project latest : mô tả dưới slide */
.new-news.project .banner-image{
    position: relative;
} 
.new-news.project .banner-image:before{
    position: absolute;
    content: "";
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    opacity: 1;
    transition: all  0s ease;
    border-radius: 100%;
}
.new-news.project figcaption:hover .banner-image:before{
    background-color: transparent;
    opacity: 0;
    transform: scale(1);
    transition: all  0.8s ease;
}
.new-news.project .banner-content{
    position: absolute;
    bottom: auto;
    margin: 0 auto;
    left: 7.5%;
    right: auto;
    top: 28%;
    text-align: left;
    color: #fff;
}
.new-news.project .banner-content span{
    font-size: 26px;
    line-height: 30px;
    display: block;
    padding-bottom: 4px;
    font-weight: 600;
}
.new-news.project .banner-content .link{
    padding-top: 17%;
    display: block;
    font-size: 14px;
    color: #c0aa83;
    text-decoration: underline;
}

/* module slideshow */
.slideshow-over .owl-wrapper-outer .item{
    position: relative;
}
.slideshow-over .owl-wrapper-outer .content{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: rgb(255, 255, 255);
    padding-top: 130px;
    text-align: center;
}
.slideshow-over .owl-wrapper-outer .content .title{
    position: relative;
    display: block;
    visibility: hidden;
    opacity: 0;
    margin-top: -20px;
    font-size: 100px;
    line-height: 1.5;
    font-weight: 500;
    transition: all 1s ease-in-out;
}
.slideshow-over .owl-wrapper-outer .owl-item.active .content .title{
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
}
.slideshow-over .owl-wrapper-outer .content .description {
    position: relative;
    display: block;
    visibility: hidden;
    opacity: 0;
    margin-top: -20px;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 400;
    transition: all 1.5s ease-in-out;
}
.slideshow-over .owl-wrapper-outer .owl-item.active .content .description{
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
}
.slideshow-over .owl-wrapper-outer .content .view-more {
    position: relative;
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    margin-top: 20px;
    z-index: 8;
    white-space: nowrap;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    background: transparent;
    cursor: pointer;
    transition: all 2s ease-in-out;
}
.slideshow-over .owl-wrapper-outer .owl-item.active .content .view-more{
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
}
.slideshow-over .owl-wrapper-outer .content .view-more a{
    color: #fff;
    transition: all 0.2s;
    display: block;
    padding: 10px 35px;
    border: 0;
    background-color: #f6b208;
    border-radius: 50px;
}
.slideshow-over .owl-wrapper-outer .content .view-more a:hover{
    background-color: #3a5501;
}
.slideshow-over #slideshow .owl-buttons [class *='owl-']{
    position: absolute;
    top: 50%;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -20);
    visibility: visible;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0;
    display: block;
    z-index: 100;
    transition: all 0.3s ease;
}
.slideshow-over:hover #slideshow .owl-buttons [class *='owl-']{
    opacity: 1;
    visibility: inherit;
}

.slideshow-over:hover #slideshow .owl-buttons .owl-prev{
    left: 10px;
}
.slideshow-over:hover #slideshow .owl-buttons .owl-next{
    right: 10px;
}
.slideshow-over #slideshow .owl-buttons [class *='owl-']:hover {
    background-color: transparent;
}

.slideshow-over #slideshow .owl-buttons [class *='owl-']:before {
    font-family: 'FontAwesome';
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: #fff;
}
.slideshow-over #slideshow .owl-buttons [class *='owl-']:hover:before {
    color: #fff;
}
.slideshow-over #slideshow .owl-buttons .owl-prev:before {
    content: '\f104';
}
.slideshow-over #slideshow .owl-buttons .owl-next:before {
    content: '\f105';
}
/* module support online*/
#support-online {
    background-color: #f8f8fa;
    padding: 30px;
    clear: both;
}
#support-online.column {
    background-color: unset;
    padding: unset;
    clear: both;
}
#support-online h2{
    text-align: center;
}

#support-online .box-inner{
    border: 1px solid #e8e8e8;
    padding: 10px;
    align-items: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: flex;
    background: #fff;
    margin-bottom: 30px;
}
#support-online.column .box-inner{
    display: block;
    border: none;
}
#support-online .box-inner .image{
    width: 30%;
    float: left;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    max-height: 100px;
    margin: 0;
    display: table-cell;
    position: relative;
    max-width: 320px;
}
#support-online.column .box-inner .image{
    width: 100%;
    float: unset;
    text-align: center;
    display: block;
}
#support-online .box-inner .description {
    width: 70%;
    float: left;
    max-width: unset;
    margin-left: 15px;
    display: table-cell;
    position: relative;
    vertical-align: top;
}
#support-online.column .box-inner .description{
    width: 100%;
    display: block;
    margin-left: 0;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
}
#support-online .box-inner .description h4{
    color: #333;
    line-height: 1em;
    font-weight: bold;
}
#support-online.column .box-inner ul{
    display: flex;justify-content: center;align-items: center;
}
#support-online .box-inner ul li{
    margin: 5px 15px 5px 0;
    line-height: 1;
    vertical-align: middle;
}
#support-online.column .box-inner ul li{
    display: inline-block;
    float: left;
}
#support-online .box-inner ul li i{
    width: 20px;
}
#support-online .box-inner .phone{
    color: #35AC19;
}
#support-online .box-inner .email{
    color: #D93025;
}
#support-online .box-inner .skype{
    color: #0C65A4;
}
#support-online .box-inner .facebook{
    color: #4267B2;
}
