/* 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: #f0b250;
    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*/
.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: #ff9e04;
    border: 0;
    outline: none;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    margin-top: 15px;
    border-radius: 4px;
}
/* module carousel*/
.box.module-carousel {
    padding: 50px 0 15px;
    margin: 0;
    position: relative;
    clear: both;
}
.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: #f0b250;
}
.product-by-combo-categories .nav-tabs>li:hover:after,
.product-by-combo-categories .nav-tabs>li.active:after{
    position: absolute;
    content: "";
    top: 0;
    background: #f0b250;
    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:after{
    height: 42px;
    width: 42px;
    border: solid 1px #e3e3e3;
    border-radius: 50%;
    background: #fff;
    transition: 0.3s all ease 0s;
    position: absolute;
    bottom: -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;
}
.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: 20px;
    margin: 0 15px;
    position: relative;
    overflow: hidden;
    transition: all 0.8s ease;
    text-align: center;
    background-color: #fff;
}
.faq .testi-content .icon {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 30px;
    padding: 0 10px;
}
.faq .testi-content .icon .icon1 {
    float: left;
    font-size: 30px;
    color: #053c8f;
    line-height: 1;
}
.faq .testi-content .icon .icon2 {
    float: right;
    color: #feab07;
    margin-top: 5px;
}
.faq .testi-content p {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.faq .testi-info {
    display: flex;
    align-items: center;
}
.faq .testi-info .img {
    width: 65px;
    overflow: hidden;
    border-radius: 100%;
}
.faq .testi-info .inner-testi-info {
    width: calc(100% - 65px);
    padding-left: 20px;
    text-align: left;
}
.faq .testi-info .inner-testi-info h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}
.faq .testi-info .inner-testi-info a {
    font-style: italic;
    font-size: 12px;
}
.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;
}
[id *= column-] .box-number-info {
    margin-top: 0;
}
.box-number-info .box-heading {
    margin-bottom: 0;
}
.box-number-info .list-info {
    background: #f7f8fa;
    padding: 30px 5px 20px 20px;
}
.box-number-info .list-info .item-info {
    margin-bottom: 10px;
}
.box-number-info .list-info p {
    margin: 0;
    white-space: pre-line;
}
.box-number-info .list-info .item-info a {
    font-weight: 600;
    font-style: italic;
    color: #feab07;
}

/* module news featured */

.box-news-featured.pos-content .box-news-content .image{
    float: left;
    width: 30%;
    padding: 10px;
    border: 2px solid #f0b250;
    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: #f0b250;
}
.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*/
.box-news-latest{
    display: block;
    margin-bottom: 30px;
    clear: both;
}
.box-news-latest .owl-item .item{
    margin: 0 15px;
}
.item-news-column {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.item-news-column:last-child {
    margin-bottom: 0;
}
.item-news-column .image {
    width: 80px;
    float: left;
}
.item-news-column .name {
    width: calc(100% - 80px);
    float: left;
    padding-left: 10px;
}
.item-news-column .name h4 {
    margin: 0 0 5px;
    font-size: 14px;
}
.item-news-column .name p.date-add {
    font-size: 11px;
    font-style: italic;
    margin: 0;
}
.item-news-column .name p.desc-short {
    font-size: 12px;
    margin: 0;
}
.item-news-column a.btn {
    background: #feab07;
    color: #fff;
    font-size: 11px;
}
/* box news content */
.box-news-latest .box-news-content {
    border: 1px solid #e4e5e7;
}
.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: #f0b250;
    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: #0b311c;
}
.box-news-content img.img-responsive {
    width: 100%;
}
.box-news-content .info-p{
    padding: 20px;
}
.box-news-content p.date {
    padding: 5px 0;
    color: #0b311c;
    margin-bottom: 0;
    font-weight: 500;
}
.box-news-content .name a {
    font-weight: 600;
    font-size: 15px;
    text-transform: none;
    color: #232323;
    line-height: 25px;
    height: 50px;
    margin-bottom: 10px;

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.box-news-content .name a:hover{
    color: #0b311c;
}
.box-news-content .excerpt{
    height: 70px;
    font-size: 15px;
    line-height: 20px;
    padding-top: 10px;

    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
}
.box-news-content .excerpt:before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 20%;
    background-color: #848484;
    height: 1px;
    display: inline-block;

}
.box-news-content ul li {
    line-height: 19px;
}


/* 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: #f0b250;
    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: #f0b250;
}
.our-team .box-team-content i, .our-team .box-team-content .image{
    font-size: 24px;
    height: 58px;
    width: 58px;
    color: #FFFFFF;
    background-color: #f0b250;
    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*/
.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 by type*/
.product-slide-module.owl-carousel.owl-theme {
    margin: 0;
}
.product-slide-module.owl-carousel.owl-theme .item {
    padding: 0 15px;
}
.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 #0b311c;
    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: #0b311c;
    color: #fff;
    border-color: #0b311c;
}
.module-product-by-type .tab-content{
    border: none;
    margin: 0;
}
/* module product featured */
.banner-featured {
    margin-top: 30px;
}
.banner-featured .item-banner-featured {
    margin-bottom: 20px;
}
.banner-featured a{
    position: relative;
    display: block;
}
.banner-featured 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);
}
.banner-featured .item-banner-featured:hover a:before{
    transform: scale(1) rotateX(0deg);
    -ms-transform: scale(1) rotateX(0deg);
    -webkit-transform: scale(1) rotateX(0deg);
}

/* 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 */
.slideshow img{
    width: 100%;
}
.slideshow .owl-carousel {
    margin: 0px;
}
.slideshow .owl-controls .owl-pagination{
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: -30px;
    top: auto;
    transform: translateX(-50%);
    z-index: 9;
}
.slideshow .owl-controls .owl-page{
    margin: 0 5px;
}
.slideshow .owl-controls .owl-page span{
    background: #d1cdce;
    width: 12px;
    height: 12px;
    border-radius: 0;
    box-shadow: unset;
}
.slideshow .owl-controls .owl-page.active span{
    background: #fed48c;
}
.slideshow .owl-wrapper-outer .item{
    position: relative;
}
.slideshow .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;
    border: 0;
}
.slideshow .owl-carousel .owl-buttons div i {
    text-shadow: none;
    line-height: 38px;
}
.slideshow:hover .owl-buttons [class *='owl-']{
    opacity: 1;
    visibility: inherit;
}
.slideshow .owl-buttons .owl-prev {
    left: 0;
    right: auto;
}
.slideshow:hover .owl-buttons .owl-prev{
    left: 10px;
}
.slideshow .owl-buttons .owl-next{
    right: 0;
    left: auto;
}
.slideshow:hover .owl-buttons .owl-next{
    right: 10px;
}
.getInfoCustomer{
    width: 100%;
    background-color: #226e47;
    float: left;
    color: #f0b250;
    font-size: 13px;
    margin-bottom: 30px;
    position: relative;
}
.getInfoCustomer button{
    background-color: #feab07;
    border: none;
    padding: 0px 10px;
    margin: 3px 0;
    float: right;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #ffffff;
}
.getInfoCustomer input{
    margin: 3px 0;
    padding: 0 10px;
    float: right;
    height: 30px;
    width: 320px;
    line-height: 30px;
    color: #333;
    text-transform: uppercase;
    border: 0;
}
.getInfoCustomer p{
    float: right;
    text-transform: uppercase;
    margin: 0;
    height: 40px;
    line-height: 40px;
}
.getInfoCustomer .time-open {
    position: absolute;
    background: #fff;
    color: #333;
    font-weight: 400;
    font-size: 13px;
    top: 5px;
    left: 0;
    height: 31px;
    line-height: 30px;
    padding: 0 20px;
}
.getInfoCustomer .time-open:after {
    content: '';
    position: absolute;
    right: -16px;
    top: 0px;
    border-top: 31px solid transparent;
    border-left: 16px solid #fff;
}

/* 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;
}
/* popup */
.md-popup .modal-open .modal {
    text-align: center;
}
.md-popup .modal-content { 
    background: transparent; 
    box-shadow: none;
    border: 0;
}
.md-popup .modal-content button.close {
    color: #fff;
    opacity: 1;
    text-shadow: none;
}
.md-popup .over-btn {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 60px;
}
.md-popup .over-btn a {
    font-size: 20px;
}
/* video */
.video .col-xs-12 + .col-xs-12 {
    margin-top: 10px;
}