.module{
    clear: both;
}

/* 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: #451b1c;
    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*/
.module_banner .banner_content{
    margin: 0;
}
.banner a:before,
.banner a:after {
    position: absolute;
    content: '';
    z-index: 1;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    -ms-transition: opacity 0.35s, -ms-transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    opacity: 0;
}
.banner a:before {
    top: 15%;
    right: 7%;
    bottom: 15%;
    left: 7%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.banner a:after {
    top: 7%;
    right: 15%;
    bottom: 7%;
    left: 15%;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.banner a img {
    webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.banner a:hover:before,
.banner a:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.banner a:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    opacity: 0.7;
}

.box_module.banner{
    clear: both;
}
/*module formchange*/
#button-send-book{
    background: #451b1c;
    border: 0;
    outline: none;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    margin-top: 15px;
    border-radius: 4px;
}
/* module carousel*/
.box.module-carousel {
    padding: 80px 0 15px;
    margin: 0;
    border-top: solid 1px #f2f2f2;
    position: relative;
    clear: both;
}
.box.module-carousel:before{
    height: 42px;
    width: 42px;
    border: solid 1px #e3e3e3;
    border-radius: 50%;
    background: #fff;
    transition: 0.3s all ease 0s;
    position: absolute;
    top: -21px;
    left: 50%;
    margin-left: -21px;
    content: "\f00c";
    font-family: Fontawesome;
    font-size: 1.4rem;
    line-height: 42px;
    text-align: center;
    vertical-align: middle;
    z-index: 2;
}
}
.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: 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%;
    opacity: 0.5;
    filter: grayscale(10%);
    -webkit-filter: grayscale(10%);
    transition: all 0.2s
}
.box.module-carousel .owl-item .item:hover img {
    opacity: 1;
    filter: unset;
    -webkit-filter: unset;
}
.box.module-carousel .owl-carousel .owl-buttons .owl-prev{
    left: 0;
    right: unset;
    top: calc( 50% - 19px );
}
.box.module-carousel .owl-carousel .owl-buttons .owl-next{ 
    right: 0; 
    top: calc( 50% - 19px );
}
.box.module-carousel .owl-carousel:hover .owl-buttons .owl-prev,
.box.module-carousel .owl-carousel:hover .owl-buttons .owl-next{ 
   opacity: 1;
}

.box.module-carousel .owl-carousel .owl-buttons .owl-prev:hover i,
.box.module-carousel .owl-carousel .owl-buttons .owl-next:hover i{
    color: #333;
}
/* module categories combopro*/
.product-by-combo-categories .box-heading{
    padding: 0;
}
.product-by-combo-categories .box-heading h2{
    margin-bottom: -1px;
}
.product-by-combo-categories .box-content .row-tab> div{
    padding: 0;
}
.product-by-combo-categories ul.nav.nav-tabs {
    border: 1px solid #e6e6e6;
    border-left: 0;
    border-right: 0;
}
.product-by-combo-categories ul.nav.nav-tabs > li {
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    position: relative;
    margin: 0;
}

.product-by-combo-categories .nav-tabs>li>a{
    padding: 34px;
    display: block;
    overflow: hidden;
    text-align: left;
    font-weight: 500;
    position: relative;
    z-index: 6;
    cursor: pointer;
    color: #000;
    font-size: 16px;
    background-color: transparent;
    border-color: transparent;
}
.product-by-combo-categories .nav-tabs>li:hover,
.product-by-combo-categories .nav-tabs>li.active{
    background-color: #451b1c;
}
.product-by-combo-categories .nav-tabs>li:hover:after,
.product-by-combo-categories .nav-tabs>li.active:after{
    position: absolute;
    content: "";
    top: 0;
    background: #451b1c;
    right: -7px;
    height: 18px;
    width: 18px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    z-index: 1;
    bottom: 0;
    margin: auto;
}
.product-by-combo-categories .nav-tabs>li.active>a, 
.product-by-combo-categories .nav-tabs>li:hover>a{
    color: #fff;
}
.product-by-combo-categories .nav-tabs>li.active>a:focus,
.product-by-combo-categories .nav-tabs>li>a:hover{
    background: transparent;
    border-color: transparent;
}
.product-by-combo-categories .tab-content{
    border: 0;
    padding: 0;
}


.product-by-combo-categories .box-product_{
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    border-right: 0;
    border-bottom: 0;
}

/* module contact us*/
.contact_us_home {
    background-image: url('../theme/aptech/image/visitor/contact-banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 40px 0;
    color: #fff;
    width: 100%;
    float: left;
    position: relative;
}
.contact_us_home:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, .6);
}
.contact_us_home h3 {
    font-size: 30px;
    margin: 10px 0;
    color: #fff;
    line-height: 30px;
}

/* module faq: nhận xét khách hàng*/
.faq {
    width: 100%;
    float: left;
    padding: 60px 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    margin-bottom: 30px;
}
.faq:before{
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    right: 0;
    background: rgba(10, 15, 28, 0.7);
    display: block;
    height: 100%;
    z-index: -1
}
.faq h2.title{
    color: #fff;
}
.faq h2.title:before{
    background: #ddd; 
}
.faq p.desc{
    color: #bbb;
}
.faq .faq_slide{
    background-color: transparent;
}
.faq_slide.owl-carousel:before,.faq_slide.owl-carousel:after{
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    left: 100%;
    content: "";
    display: block;
    background-color: transparent;
}
.faq_slide.owl-carousel:after{
    left: unset;
    right: 100%;
}
.faq .media-body {
    cursor: pointer;
    padding: 30px;
    margin: 0 15px;
    position: relative;
    overflow: hidden;
    transition: all 0.8s ease;
    text-align: center;
    background-color: #fff;
}
.faq .media-body:hover{
    background-color: #451b1c;
}
.faq .media-body .testi-inner{
    width: 100%;
    height: 235px;
    overflow: hidden;
    transition: all 0.8s ease;
}
.faq .media-body .testi-content p {
    display: none;
    text-align: justify;
    font-size: 13px;
    line-height: 24px;
    height: 72px;
    color: #fff;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.8s ease;
}
.faq .media-body:hover .testi-content p {
    display: block;
}
.faq .media-body .testi-meta h4 {
    font-size: 18px;
    color: #49575f;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.faq .media-body:hover .testi-meta h4{
    color: #fff;
    margin-bottom: 10px;
}
.faq .media-body img.testi-thumb {
    border-radius: 50%;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 15px;
    transition: all 0.8s ease;
}
.faq .media-body:hover img.testi-thumb{
    max-width: 90px;
    margin-bottom: 10px;
}

.faq .media-body .testi-link a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    color: #fff;
    background-color: #a4abaf;
    display: inline-block;
    transition: all 0.5s ease;
}

.faq .media-body .testi-link a i{
    line-height: 30px;
}
.faq .media-body:hover .testi-link a{
    color: #a4abaf;
    background-color: #fff;
}
.faq .owl-controls .owl-buttons>div{
    position: absolute;
    font-size: 24px;
    border: 2px solid;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    opacity: 0;
    top: 50%;
    margin-top: -25px;
    padding: 0;
    transition: all 0.3s linear;
    cursor: pointer;
    z-index: 10;
    text-shadow: none;
    background-color: #f3f3f3;
    border-color: #f3f3f3;
    color: #333;
}

.faq .owl-controls .owl-buttons>div i{
    line-height: 34px;
    margin-top: 0;
}
.faq_slide.owl-carousel:hover .owl-buttons>div{
    opacity: 1;
}
.faq_slide.owl-carousel .owl-buttons .owl-prev{
    left: -30px;
}

.faq_slide.owl-carousel .owl-buttons .owl-next{
    right: -30px;
}
.faq_slide.owl-carousel .owl-buttons>div:hover{
    background-color: #ff4a00;
    border-color: #ff4a00;
}
.faq_slide.owl-carousel .owl-buttons div:hover i{
    color: #fff;
}
.faq_slide.owl-carousel:hover .owl-buttons .owl-prev{
    left: -50px;
}
.faq_slide.owl-carousel:hover .owl-buttons .owl-next{
    right: -50px;
}
/*module form_change*/
.form-change{
    width: 100%;
    float: left;
    background-position: center center;
    background-size: cover;
    padding: 80px 0;
}
.form-change .container {
    position: relative;
}
.form-change h2.block-action {
    margin: 20px auto 20px;
    float: left;
    max-width: 60%;
    text-align: left;
    overflow: hidden;
    color: #f9fbfc;
}

.form-change h2.block-action span.maintitle {
    display: block;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    text-shadow: 2px 2px 4px rgba(0,0,0,.4);
}
.form-change h2.block-action span.subtitle {
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    text-shadow: 2px 2px 4px rgba(0,0,0,.4);
    display: block;
    padding: 3px 0;
}
.form-change button.btn.btn-primary {
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -20px 0 0 0;
    padding: 18px 30px;
    background-color: #fc8400;
    outline: 0;
    border: 0;
    font-size: 16px;
    line-height: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,.4);
}
.form-change button.btn.btn-primary:hover{
    background-color: #404347;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
}
.form-change .box-content {
    width: 100%;
    display: inline-block;
}
.form-change input[type='text'], input[type='password'], textarea{
    margin-bottom: 10px;
}
[id *= column-] .form-change{
    padding: 30px 0;
}
[id *= column-] .form-change h2.block-action{
    margin-top: 0;
    width: 100%;
    max-width: 100%;
}
[id *= column-] .form-change h2.block-action span.maintitle{
    font-size: 30px;
    line-height: 30px;
}
[id *= column-] .form-change h2.block-action span.subtitle{
    font-size: 30px;
    line-height: 30px;
}

[id *= column-] .form-change button.btn.btn-primary{
    position: unset;
    padding: 10px 15px;
}

/*module google maps*/
.show_map iframe{
    display: block;
    margin: 0 auto;
}

.container_iframe iframe {
    width: 100%;
    height: 300px;
}
.container_iframe p{ margin: 0; }

/* module info_home */
.box-number-info {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding: 0px;
    position: relative;
    z-index: 2;
}
.box-number-info .about-content {
    text-align: justify;
    line-height: 25px;
    font-size: 13px;
    color: #333;
}
.box-number-info .viewmore {
    line-height: 30px;
    float: right;
}
.box-number-info .viewmore a{
    display: block;
    padding: 3px 15px;
    background-color: #23170e;
    color: #fff;
    font-style: italic;
    border-radius: 2px;
    font-size: 13px;
}
.box-number-info .viewmore a:hover{
    background: #451b1c;
    color: #23170e;
}
.slide-info.owl-carousel.owl-theme {
    margin: 0;
}
.slide-info.owl-carousel.owl-theme .owl-pagination{
    bottom: 0;
    top: auto;
    position: absolute;
    width: 100%;
}
.owl-controls .owl-page span{
    width: 8px;
    height: 8px;
    border-radius: 50%;
}



/* module news featured */

.box-news-featured.pos-content .box-news-content .image{
    float: left;
    width: 30%;
    padding: 10px;
    border: 2px solid #451b1c;
    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: #451b1c;
}
.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;
}
/* module  news-latest*/
.module_news_latest{
    display: block;
    padding-top: 30px;
    position: relative;
}
.module_news_latest:before{
    position: absolute;
    content: '';
    display: block;
    height: 250px;
    width: 100%;
    top: 0;
    left: 0;
    background: #451c1c;
    background-size: 100%;
    background-blend-mode: color;
}
.module_news_latest .box-heading h2{
    padding: 10px;
    margin-bottom: 0;
    color: #fff;
}
.module_news_latest .box-heading p{
    color: #fff;
}
.module_news_latest .owl-carousel{
    padding: 30px 15px;
}
.module_news_latest .owl-item .item{
    margin: 0 15px;
}

/* box news content */

.box-news-content .image {
    position: relative;
    overflow: hidden;
}
.box-news-content .image:before{
    position: absolute;
    display: block;
    content: "";
    background-color: #333;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease;
}
.box-news-content .image:hover:before{
    opacity: 0.5
}
.box-news-content .image img{
    width: 100%;
}
.box-news-content .image a{
    background-color: #451b1c;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    transform: scale(0);
    transition: all 0.5s ease;
}
.box-news-content .image:hover a{
    transform: scale(1);
}
.box-news-content .image a:hover{    
    background-color: #333;
}
.box-news-content img.img-responsive {
    width: 100%;
}
.box-news-content p.date {
    padding: 5px 0;
    color: #451b1c;
    margin-bottom: 0;
    font-weight: 500;
}
.box-news-content .name{
    padding: 10px 0;
}
.box-news-content .name a {
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    line-height: 25px;
    height: 50px;
    margin: 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.box-news-content .name a:hover{
    color: #451b1c;
}
.box-news-content .excerpt{
    height: 90px;
    font-size: 13px;
    line-height: 18px;

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.box-news-content .link-view{
    text-transform: capitalize;
    color: #b12f2f;
    margin-top: 30px;
    display: block;
}
.box-news-content .link-view i{
    animation-name: move;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
@keyframes move{
    from{ margin-left: 0px;}
    to{ margin-left: 20px;}
}
.box-news-content ul li {
    line-height: 19px;
}
/*column left + right*/
.box_news_latest .item{
    clear: both;
    width: auto;
    display: flow-root;
}
.box_news_latest .item .image.left{
    width: 100px;
    float: left;
    display: inline-block;
}

.box_news_latest .item .right{
    width: calc(100% - 100px);
    float: left;
    display: inline-block;
    padding-left: 20px;
    padding-top: 10px;
}
.box_news_latest .box-news-content .name{
    padding: 0;
}
.box_news_latest .box-news-content .name a{
    font-size: 16px;
    text-transform: capitalize;
}
.box_news_latest .box-news-content .date{
        font-size: 16px;
    color: #a33232;
    padding-top: 7px;
    font-weight: 600;
}
/* module our team */
.our-team {
    padding: 25px 0px;
    background-color: rgba(28,28,28,1);
    clear: both;
}
.our-team .box-team-content {
    overflow: hidden;
    border-color: #451b1c;
    border: 1px solid transparent;
    background-color: rgba(255,255,255,0.12);
    border-radius: 50px;
    padding: 10px;
}
.our-team .box-team-content:hover{
    border-color: #451b1c;
}
.our-team .box-team-content i, .our-team .box-team-content .image{
    font-size: 24px;
    height: 58px;
    width: 58px;
    color: #FFFFFF;
    background-color: #451b1c;
    line-height: 58px;
    text-align: center;
    transition: all 0.5s ease 0s;
    border-radius: 50%;
    display: inline-block;
    float: left;
    transform: rotate(0);
}
.our-team .box-team-content:hover i, .our-team .box-team-content:hover .image{
    transform: rotate(360deg);
}
.our-team .box-team-content img{
    width: 70%;
}
.our-team .box-team-content .inner-team-content{
    padding: 5px;
    display: inline-block;
    float: left;
}
.our-team .box-team-content h3{
    padding: 0;
    margin: 0;
    position: relative;
    line-height: 1.1;
    margin-top: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.our-team .box-team-content p {
    font-weight: 300;
    opacity: 0.8;
    margin-bottom: 0;
    margin-top: 5px;
    color: #D1D1D1;
    line-height: 24px;
    letter-spacing: 0.8px;
}

/*module product by category*/
.module_product_by_category{
    padding-bottom: 30px;
    padding-top: 85px;
    background-color: #fff;
    background-image: url(../theme/aptech/image/product_category_grey.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}
.module_product_by_category.has_background{
    background-color: #451c1c;
    background-image: url(../theme/aptech/image/product_category_white.png);
}

.module_product_by_category .box-heading h2{
    color: #451c1c
}
.module_product_by_category.has_background .box-heading h2{
    color: #fff
}

.module_product_by_category .row{
    margin: 0 -10px;
}
.module_product_by_category [class *= col-]{
    padding: 0 10px;
}
[class *= content-] .module_product_by_category .col-lg-8 > .row > div:nth-child(2n + 1){
    clear: both;
}
[id *= content_] .module_product_by_category .col-lg-9 > .row > div:nth-child(3n + 1){
    clear: both;
}
/*module product featured*/
.module_product_featured{
    padding-top: 40px;
}
.module_product_featured .box-heading h2{
    color: #451c1c
}
.module_product_featured .row{
    margin: 0 -10px;
}
.module_product_featured [class *= col-]{
    padding: 0 10px;
}
.module_product_featured .cat-left{
    position: relative;
    width: 100%;
}
.module_product_featured .cat-left .title{
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    background-color: rgba(78, 50, 49, 0.82);
    color: #fff500;
    font-weight: 600;
    font-size: 16px;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
}
/*module product by type*/
.module-product-by-type{
    text-align: center;
}
.module-product-by-type .nav-tabs{
    border: none;
    display: inline-block;
    margin: 0 auto;
}
.module-product-by-type .nav-tabs li{
    margin: 10px;
    display: inline-block;
    float: none;
}
.module-product-by-type .nav-tabs > li > a{
    padding: 12px 20px;
    color: #616161;
    transition: 0.3s all ease 0s;
    border: solid 1px #ebebeb;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 300;
    border-radius: 0;
}
.module-product-by-type .nav-tabs>li.active>a,
.module-product-by-type .nav-tabs>li.active>a:hover,
.module-product-by-type .nav-tabs>li.active>a:focus{
    background-color: #171717;
    color: #fff;
    border-color: #171717;
}
.module-product-by-type .tab-content{
    border: none;
    margin: 0;
}
/* 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 special*/
.product-by-type.box-pro-special {
    margin-top: 25px;
}
/*module project latest : banner 5 anh */
.project_latest{
    text-align: center;
    margin-bottom: 60px;
}
.project_latest .box_item {
    margin-bottom: 30px;
}
.project_latest .box_item a{
    position: relative;
    display: block;
}
.project_latest .box_item a:before{
    background: rgba(255, 255, 255, 0.5);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    transition: all 0.4s ease 0s;
    transform: scale(0) rotateX(-135deg);
    -ms-transform: scale(0) rotateX(-135deg);
    -webkit-transform: scale(0) rotateX(-135deg);
}
.project_latest .box_item:hover a:before{
    transform: scale(1) rotateX(0deg);
    -ms-transform: scale(1) rotateX(0deg);
    -webkit-transform: scale(1) rotateX(0deg);
}
/* module slideshow */
.module-slideshow{
    padding: 102px 0 70px;
    display: flex;
}
.module-slideshow .logo{
    display: inline-block;
    float: left;
    width: 25%;
}
.slideshow{
    display: inline-block;
    float: right;
    width: 75%;
}
.slideshow img{
    width: 100%;
}
.slideshow .owl-carousel {
    margin: 0px;
    background-color: transparent;
}
.slideshow .owl-carousel .owl-wrapper-outer {
    box-shadow: 0px 0px 6px 0px #ccc;
}
.slideshow .owl-controls .owl-page{
    margin: 0 2.5px;
}
.slideshow .owl-controls .owl-page span{
    background: #a5a5a5;
    box-shadow: none;
}
.slideshow .owl-controls .owl-page.active span{
    background: #431b1b;
}
.slideshow-over .owl-wrapper-outer .item{
    position: relative;
}
.slideshow-over .owl-buttons [class *='owl-']{
    position: absolute;
    top: 50%;
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, -20);
    visibility: hidden;
    width: 40px;
    height: 40px;
    background-color: #333;
    border-radius: 50%;
    display: block;
    z-index: 100;
    transition: all 0.3s ease;
}
.slideshow-over:hover .owl-buttons [class *='owl-']{
    opacity: 1;
    visibility: inherit;
}

.slideshow-over:hover .owl-buttons .owl-prev{
    left: 10px;
}
.slideshow-over:hover .owl-buttons .owl-next{
    right: 10px;
}
.slideshow-over .owl-buttons [class *='owl-']:hover {
    background-color: #451b1c;
}

.slideshow-over .owl-buttons [class *='owl-']:before {
    font-family: 'FontAwesome';
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: #fff;
}
.slideshow-over .owl-buttons .owl-prev:before {
    content: '\f104';
}
.slideshow-over .owl-buttons .owl-next:before {
    content: '\f105';
}


.slideshow-over .owl-pagination{
    text-align: right;
    top: 0;
    padding-top: 8px;
}
/* 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;
}

/* module visitor */
.module_visitor .list_visitor{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.module_visitor .list_visitor .data{
    color: #fff600;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 20px;
}
.module_visitor .list_visitor .text{
    color: #fff;
    font-size: 16px;
}