
/*
.
.
.
.
.
.
.KHÔNG CHỈNH SỬA FILE NÀY
.
.
.
.
.
.
.

*/

/* 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;
}
.box_module .banner a {
    display: block;
    position: relative;
    overflow: hidden;
}
.box_module .banner a:before{
     bottom: 0;
     content: "";
     left: 0;
     position: absolute;
     right: 0;
     top: 0;
     -webkit-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
     -o-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
     transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
     z-index: 1;
     border: 200px double transparent;
     opacity: 1;
     filter: alpha(opacity=100);
     visibility: visible;
}

.box_module .banner a:hover:before{
    opacity: 0;
    filter: alpha(opacity=0);
    border: 0 double rgba(255, 255, 255, 0.7);
    visibility: hidden;
}

/*module slideshow*/
.slideshow{
    border-radius: 10px;
    overflow: hidden;
}
.slideshow .owl-carousel {
    margin: 0px;
}
.slideshow img{
    width: 100%;
}

/* module carousel*/
.box.module-carousel {
    padding: 10px 0;
    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%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: all 0.2s
}
.box.module-carousel .owl-item .item:hover img {
    filter: unset;
    -webkit-filter: unset;
}

/* 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: #b09d7b;
}
.product-by-combo-categories .nav-tabs>li:hover:after,
.product-by-combo-categories .nav-tabs>li.active:after{
    position: absolute;
    content: "";
    top: 0;
    background: #b09d7b;
    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-image: url(../theme/aptech/image/wallpaper-4k.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.faq:before{
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    right: 0;
    background: rgba(10, 15, 28, 0.7);
    display: block;
    height: 100%;
}
.faq .box-heading h4, .faq .box-heading .about_desc{
    text-transform: uppercase;
    margin: 0 0 30px 0;
    font-weight: normal;
    font-size: 30px;
    color: #fff;
    text-align: center;
}
.faq .box-heading .about_desc{
    font-size: 20px;
    line-height: 30px;
    display: block;
}
.faq .faq_slide{
    background-color: transparent;
}

.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: #86bc42;
}
.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: 60px;
    width: 60px;
    text-align: center;
    line-height: 53px;
    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;
    color: #fff;
}

.faq .owl-controls .owl-buttons>div i{
    line-height: 53px;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: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: #b09d7b;
    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: 7px;
    height: 7px;
    border-radius: 50%;
}



/* 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;
}
/* module  news-latest*/
.box-news-latest{
    display: block;
    clear: both;
}
.box-news-latest .owl-item .item{
    margin: 0 15px;
}

/* box news content */

.box-news-content .image {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 16px;
}
.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: #b09d7b;
    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: #b09d7b;
    margin-bottom: 0;
    font-weight: 500;
}
.box-news-content .name a {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    text-align: left;
    line-height: 24px;
    letter-spacing: 0.8px;
}
.box-news-content .name a:hover{
    color: #b09d7b;
}
.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: #b09d7b;
    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: #b09d7b;
}
.our-team .box-team-content i, .our-team .box-team-content .image{
    font-size: 24px;
    height: 58px;
    width: 58px;
    color: #FFFFFF;
    background-color: #b09d7b;
    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 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 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);
}
.slideshow-over .owl-wrapper-outer .content .title{
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    left: 135px;
    top: 150px;
    margin-top: -20px;
    white-space: nowrap;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: -1px;
    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: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    left: 135px;
    top: 210px;
    margin-top: -20px;
    white-space: nowrap;
    font-size: 13px;
    line-height: 40px;
    font-weight: 400;
    transition: all 1s 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: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    left: 135px;
    top: 290px;
    margin-top: 20px;
    z-index: 8;
    white-space: nowrap;
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: rgb(176, 157, 123);
    border-radius: 50px;
    cursor: pointer;
    transition: all 1s ease-in-out;
    padding: 10px 25px;
    box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
}
.slideshow-over .owl-wrapper-outer .content .view-more:hover{
    background-color: #333333;
}
.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: rgb(255, 255, 255);
}
.slideshow-over #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;
}
.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: #ffc702;
}

.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 .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;
}