.pages{
    min-height: 300px;
}
#banner .box-thumbnail{
    padding-top: 8.85%;
}
#banner_solution .box-thumbnail{
    padding-top: 13%;
}
#banner .desc{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}
#banner .desc h1{
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 32px;
}
/*--------------- About page style ----------------*/
#community{
    text-align: center;
    color: var(--black-color-1);
    padding: 100px 0 130px 0;
    background: url("/public/uploads/images/background/product_bg_bg.jpg") repeat top left;
}
#community h2{
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 30px 0;
}
#community p{
    font-size: 16px;
    line-height: 1.5em;
    width: 90%;
    margin: 0 auto;
    font-weight: 600;
    text-align: justify;
    text-align-last: center;
}
.js .cd-h-timeline__event{
     padding: 0;
 }
.js .cd-h-timeline__event-description{
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    text-align: justify;
}
.js .cd-h-timeline__event-title{
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    text-align: left;
    margin-bottom: 25px;
}
.js .cd-h-timeline__date{
    padding-bottom: 11px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}
.js .cd-h-timeline__date--selected::after, .js .cd-h-timeline__date:hover::after{
    background-color: var(--orange-color);
    border-color: var(--orange-color);
}
.js .cd-h-timeline__date--older-event::after{
    border-color: var(--orange-color);
}
.js .cd-h-timeline__filling-line{
    background-color: var(--orange-color);
}
.js .cd-h-timeline__container{
    margin: 0;
    max-width: 100%;
}
#history{
    background: url("/public/uploads/images/background/timeline_bg.png") no-repeat center;
    padding: 100px 0;
    color: #fff;
    text-align: center;
    background-size: cover;
}
#history .head h2{
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 25px 0;
}
#history .head p{
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.js .cd-h-timeline__event-content{
    max-width: 640px;
    margin: 0 auto;
}
#officers{
    padding: 100px 0;
    background: url("/public/uploads/images/background/product_bg_bg.jpg") repeat top left;
}
#officers h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 15px 0;
    text-align: center;
}
#officers .description{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #7d7d7d;
    width: 75%;
    margin: 0 auto 40px auto;
}
#officers .box-thumbnail{
    padding-top: 107.78%;
    border-radius: 5px;
}

#officers .box-thumbnail .desc{
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    text-align: left;
    padding: 20px;
    font-size: 14px;
    width: 100%;
    height: 0;
    opacity: 0;
    transition: height 0.5s ease, opacity 0.5s ease;
}
#officers .box-thumbnail:hover .desc{
    height: 100%;
    opacity: 1;
}
#officers .item h4{
    font-weight: 700;
    margin: 15px 0 5px 0;
}
#officers .item p{
    font-size: 14px;
    color: var(--orange-color);
    font-style: italic;
}
#officers .box-thumbnail .desc p{
    font-style: normal;
}
#about{
    padding-bottom: 30px;
}
.about-pages .heading{
    padding-top: 10px;
}
.about-pages .heading ul{
    display: inline-flex;
    width: 100%;
    list-style-type: none;
    position: relative;
}
.about-pages .heading ul li:nth-child(6){
    position: absolute;
    width: 93%;
    height: 100%;
    text-align: center;
    z-index: -1;
}
.about-pages .heading ul li:nth-child(6) h3{
    color: #3d3d3d;
    font-size: 33px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.about-pages .heading ul li {
    width: 19%;
}
.about-pages .heading ul li:nth-child(2) {
    margin-top: -135px;
}
.about-pages .heading ul li:nth-child(4) {
    margin-top: -135px;
}
.about-pages .heading ul li:nth-child(3) {
    width: 24%;
    margin-top: -250px;
}
.about-pages .heading ul li:nth-child(3) a{
    width: 227px;
    height: 227px;
    line-height: 227px;
}
.about-pages .heading ul li a{
    width: 169px;
    height: 169px;
    line-height: 169px;
    border: 1px solid #e59b28;
    border-radius: 5px;
    background-color: #fcf5e9;
    transition: all 0.5s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.about-pages .heading ul li a:hover{
    background-color: #e59b28;
}
.about-pages .heading ul li a img{
    transition: all 0.5s;
}
.about-pages .heading ul li a > img:nth-child(2){
    opacity: 0;
    visibility: hidden;
    height: 0 !important;
}
.about-pages .heading ul li a:hover > img:nth-child(1){
    opacity: 0;
    visibility: hidden;
    height: 0 !important;
}
.about-pages .heading ul li a:hover > img:nth-child(2){
    opacity: 1;
    visibility: visible;
    height: auto !important;
}
/*END HEADING*/
.about-pages .content .text{
    padding: 0 120px;
    padding-top: 20px;
}
.about-pages .content .text span{
    color: #e59b28;
    font-weight: bold;
}
.about-pages .content .text p{
    font-size: 18px;
    color: #3d3d3d;
    text-align-last: center;
    line-height: 1.5em;
    text-align: justify;
    padding: 25px 0;
}
.about-pages .content .p-0{
    padding: 0;
}
.about-pages .content .logo{
    text-align: center;
    padding: 30px 0;
}
.about-pages .content .logo .img a{
    position: relative;
}
.about-pages .content .logo .img a img:nth-child(2){
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -54px;
    margin-top: -55.5px;
}
.about-pages .content .logo img:first-child{
    animation: rotateImage 5s infinite linear;
    -moz-animation: rotateImage 5s infinite linear;
    -webkit-animation: rotateImage 5s infinite linear;
    -o-animation: rotateImage 5s infinite linear;
}
@keyframes rotateImage {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@-moz-keyframes rotateImage {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@-webkit-keyframes rotateImage {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@-o-keyframes rotateImage {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
/*--------------- Contact page style ----------------*/
.contact-page .map{
    border-bottom: 3px solid #b26628;
    display: flex;
}
.page-contact-information{
    padding: 50px 0;
}
.title-4 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.small{
    font-size: 1.2em !important;
}
.contact-page{
    font-size: 1.1em;
}
.contact-page .contact-info p{
    margin-bottom: 20px;
    line-height: 30px;
}
.contact-page .contact-info i{
    color: #d9354e;
    background: #f2f2f2;
    height: 30px;
    width: 30px;
    float: left;
    margin: 0 15px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.contact-page .contact-form label{
    font-weight: normal;
    font-size: 13px;
}
.contact-page .contact-form .btn-website{
    background-color: #d9354e;
    color: white;
    padding: 10px 30px;
    border: 1px solid #d9354e;
}
.contact-page .contact-form .btn-website:hover{
    background-color: white;
    color: #d9354e;
}
.contact-page .row .col-sm-6 .bg{
    background-color: #f8bc13;
    padding: 50px;
    width: 100%;
    height: 100%;
}
.contact-page .row .col-sm-6 .bg .heading{
    border-bottom: 1px solid #ffffff36;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.contact-page .row .col-sm-6 .bg .heading .heading-title h3{
    color: #fff;
    font-size: 38px;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
}
.contact-page .row .col-sm-6 .bg .heading .heading-title p{
    color: #fff;
    font-size: 16px;
    font-style: italic;
    margin: 15px 0;
}
.contact-page .row .col-sm-6 .bg .heading .heading-icon{
    margin-bottom: 15px;
}
.contact-page .row .col-sm-6 .bg .heading .heading-icon a{
    margin-left: 15px;
}
.contact-page .row .col-sm-6 .bg .heading .heading-icon a .zmdi-facebook{
    background: #3b5999;
}
.contact-page .row .col-sm-6 .bg .heading .heading-icon a .zmdi-twitter{
    background: #1dcaff;
}
.contact-page .row .col-sm-6 .bg .heading .heading-icon a .zmdi-youtube-play{
    background: #ea4237;
}
.contact-page .row .col-sm-6 .bg .heading .heading-icon a:first-child{
    margin-left: 0;
}
.contact-page .row .col-sm-6 .bg .heading .heading-icon i{
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    transition: 0.3s all;
}
.contact-page .row .col-sm-6 .bg .heading .heading-icon i:hover{
    font-size: 1.1em;
}
.contact-page .row .col-sm-6 .bg .content form{
    margin-top: 30px;
}
.pages .form-group label{
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.contact-page .row .col-sm-6 .bg .content form .form-group textarea{
    height: 160px;
}
.contact-page .row .col-sm-6 .bg .content form .form-control{
    border: 0 !important;
    border-radius: 4px !important;
}
.contact-page .row .col-sm-6 .bg .content form .form-control:focus{
    background-color: #ffe59c;
    color: #b26628;
}
.contact-page .row .col-sm-6 .bg .content form button{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 4px;
    padding: 8px 30px;
    margin-top: 20px;
    transition: 0.5s all;
}
.contact-page .row .col-sm-6 .bg .content form button:hover{
    background-color: #fff;
    color: #b26628;
}
.contact-page .row .col-sm-6 .bg .heading .heading-title h3 span {
    color: #b26628;
}
.page-contact-information .content > p {
    font-size: 16px;
    color: #7d7d7d;
    margin: 0 0 5px 0;
}
.page-contact-information .row{
    margin-top: 80px;
}
.page-contact-information [class*=col-], .page-contact-us [class*=col-] {
    padding: 0;
}
.page-contact-information [class*=col-] p {
    font-size: 15px;
    color: #676767;
}
.page-contact-information [class*=col-] h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 25px 0;
}
.page-contact-information [class*=col-] .img{
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #bfb8b8;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    transition: 0.5s all;
}
.page-contact-information [class*=col-] .img:after{
    position: absolute;
    content: "";
    top: -5px;
    left: -5px;
    width: 110px;
    height: 110px;
    border: 1px dashed #bfb8b8;
    border-radius: 50%;
}
.page-contact-information [class*=col-]:hover .img{
    background-color: #b26628;
}
.page-contact-information [class*=col-]:hover .img:after{
    border-color: #b26628;
}
.page-contact-us .row{
    margin: 0;
}
.page-contact-us form [class*=col-]{
    padding: 0 10px;
}
.page-contact-us form [class*=col-].left{
    padding-left: 0;
}
.page-contact-us form [class*=col-].right{
    padding-right: 0;
}
.vtc-box-new .item{
    margin-bottom: 50px;
}
.vtc-box-new .item .detail{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: var(--orange-color);
    border: 1px solid var(--orange-color);
    border-radius: 4px;
    color: #fff;
    transition: background-color 0.5s ease, color 0.5s ease;
    padding: 10px 30px;
    margin-top: 20px;
    display: inline-block;
}
.vtc-box-new .item .detail:hover{
    background-color: #fff;
    color: #b26628;
}
.vtc-box-new .item:last-child{
    margin-bottom: 0;
}
.vtc-box-new .item .description p{
    -webkit-line-clamp: 5;
    line-clamp: 5;
}
.sidebar-news{
    padding-left: 50px;
}
.sidebar-news .box{
    margin-bottom: 50px;
}
.sidebar-news .box h2{
    margin: 0 0 20px 0;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.sidebar-news ul li a{
    font-size: 14px;
    text-transform: uppercase;
    color: #939393;
    padding: 5px 0;
    display: block;
    transition: color 0.5s ease;
}
.sidebar-news ul li a:hover{
    color: var(--orange-color);
}
.sidebar-news ul li a img {
    margin-right: 10px;
}
.sidebar-news .vtc-box-new .item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 10px;
    transition: 0.5s all;
    padding: 10px 0;
}
.sidebar-news .vtc-box-new .item:hover{
    background-color: var(--orange-color);
}
.sidebar-news .vtc-box-new .item:hover .title{
    color: var(--white-color);
}
.sidebar-news .vtc-box-new .item .image{
    width: 30%;
}
.sidebar-news .vtc-box-new .item .title{
    width: 70%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 10px;
}
/*============ products page ===========*/
.vtc-box-product{
    float: left;
    width: 100%;
}
.products-page{
    background-color: #fbfbfb;
    padding: 50px 0;
}
.list_products .information{
    height: 75%;
    padding: 20px;
}
.list_products .thumbnails {
    height: 25%;
}
.list_products .information .action{
    margin-bottom: 30px;
}
.list_products .information h3 a{
    line-height: 1.3em;
    margin-bottom: 15px;
    font-size: 17px;
}
.list_products .read-more{
    margin-top: 10px;
}
.input-hidden{
    position: absolute;
    left: -9999px;
}
.input-hidden + label{
    padding-left: 0 !important;
    color: #eeeeee !important;
    font-size: 24px !important;
}
.input-hidden + label:after, .input-hidden + label:before{
    display: none;
}
.input-hidden:checked + label > i {
    color: #000000 !important;
}
.product-breadcrumb{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.product-breadcrumb:before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    background: #eeeeee;
    content: "";
    width: 100%;
    display: block;
    z-index: 0;
}
.product-breadcrumb .title{
    font-size: 16px;
    text-transform: uppercase;
    color: #ccc;
    padding-right: 20px;
    background-color: #fbfbfb;
    position: relative;
    z-index: 1;
}
.view-mode{
    background-color: #fbfbfb;
    position: relative;
    z-index: 2;
    padding-left: 20px;
}
.view-mode label{
    margin: 0 !important;
    padding: 0 10px !important;
    border-left: 1px solid #eaeaea !important;
}
.view-mode label:first-child{
    border-left: 0 !important;
}
.view-mode label:last-child{
    padding-right: 0 !important;
}
.product-breadcrumb .breadcrumb{
    background-color: #fbfbfb;
    margin: 0;
    position: relative;
    z-index: 3;
}
.product-breadcrumb .breadcrumb>.active,.product-breadcrumb .breadcrumb a{
    color: var(--orange-color);
    font-size: 14px;
}
.product-head{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 40px 0;
}
.product-head > span{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #eeeeee;
    padding: 7px 25px;
    border-radius: 4px;
    color: #606060;
}
.product-head select{
    background: transparent !important;
    border: 1px solid #eeeeee !important;
    box-shadow: none !important;
    border-radius: 4px !important;
}
#wrap-search{
    width: 210px;
}
#wrap-search #wrap input[type="text"]{
    left: 0;
    padding: 5px 15px 5px 30px;
    border-radius: 4px !important;
}
.product-box {
    background-color: var(--white-color);
    border: 1px solid #eeeeee;
    margin-bottom: 30px;
    padding: 15px;
}
.product-box h3 {
    margin: 15px 0 20px 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.product-box li{
    position: relative;
    padding: 15px 0;
    cursor: pointer;
}
.product-box li label{
    cursor: pointer;
}
.product-box li:hover{
    color: var(--orange-color);
}
.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
}
.control--radio .control__indicator {
    border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}
.control input:checked ~ .control__indicator {
    background: var(--orange-color) !important;
    border-color: var(--orange-color) !important;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: var(--orange-color) !important;
}
.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control__indicator:after {
    display: block;
}
.control--checkbox .control__indicator:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}
.product-box li .control--checkbox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
.product-box li .control--checkbox input{
    display: none;
}
.product-box li .control--checkbox .control__indicator{
    position: relative;
    background: transparent;
    border: 2px solid #e6e6e6;
    height: 22px;
    width: 22px;
}
.products-page .grid_view_mode .item{
    border: 1px solid #ccc !important;
}
.products-page .grid_view_mode .item:hover{
    border: 1px solid var(--orange-color) !important;
}
.list__cat{
    width: 100%;
    overflow: hidden;
}
.list__cat ul{
    padding: 0 0 1px 1px;
    overflow: hidden;
}
.list__cat ul a {
    float: left;
    width: calc((100% - 6px)/6);
    border: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    position: relative;
    margin: 0 0 -1px -1px;
    color: #288ad6;
    text-align: center;
}
.list__cat ul a img {
    max-height: 70%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.list__category__1{
    margin: 20px 0 30px 0;
}
.list__category__1 ul li{
    width: 25%;
    float: left;
}
.list__category__1 .item{
    text-align: center;
}
.list__category__1 .item > div{
    padding: 0 40px;
}
.list__category__1 .box-thumbnail{
    padding-top: 129.43%;
}
.list__category__1 .thumbnail-lazy{
    border: 0;
}
.list__category__1 .title{
    font-size: 16px;
    font-weight: bold;
    color: var(--letter-color);
    margin: 20px 0 0 0;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1.5em;
}
/*============ product detail page ===========*/
.product-page-detail{
    padding: 50px 0;
}
.image-preview{
    background-color: #f5f5f5;
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
    margin-bottom: 20px;
}
.xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5{
    background-color: transparent !important;
    border: 0 !important;
}
.xactive{
    border: 0 !important;
}
.details-pro h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0 20px 0;
}
.product-page-detail .owl-carousel .owl-nav [class*=owl-]{
    position: absolute;
    top: 43% !important;
    margin: 1px;
    width: 35px;
    height: 30px;
    line-height: 29px;
    border-radius: 0;
    color: #fff;
    background-color: var(--orange-color) !important;
}
.product-page-detail .owl-carousel .owl-nav [class*=owl-].disabled{
    background-color: var(--gray-color-3) !important;
}
.product-page-detail .owl-carousel .owl-nav .owl-prev{
    left: -16px;
}
.product-page-detail .owl-carousel .owl-nav .owl-next{
    right: -16px;
}
.product-page-detail .owl-theme .owl-nav{
    margin: 0;
}
.product-page-detail .right .vtc-box h3{
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.details-pro .list {
    margin: 10px 0;
    font-size: 14px;
    font-weight: 600;
}
.details-pro .list span{
    color: var(--orange-color);
}
.button-add-cart > a{
    display: inline-flex;
    justify-content: start;
    align-items: center;
    color: var(--orange-color);
    margin-top: 10px;
}
.button-add-cart > a > span{
    width: 30px;
    height: 30px;
    position: relative;
    border: 1px solid var(--orange-color);
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
    margin-right: 10px;
    font-size: 18px;
    color: var(--orange-color);
    display: inline-block;
    transition: background-color 0.5s ease, color 0.5s ease;
}
.button-add-cart > a:hover > span{
    background-color: var(--orange-color);
    color: var(--white-color);
}
.product-detail-box{
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    padding: 25px 0;
    margin: 25px 0;
}
.product-detail-box h3{
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 700;
}
.product-detail-box .product-detail{
    margin-bottom: 50px;
}
.product-detail-box .vtc-box h3{
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 600;
}
.product-detail{
    margin-bottom: 50px;
}
.product-info .tab-content{
    background-color: #fbfbfb;
    padding: 20px;
    min-height: 300px;
    max-height: 1000px;
    overflow: auto;
}
.product-info .nav-tabs{
    border-bottom: 1px solid var(--orange-color);
}
.product-info .nav-tabs>li>a{
    font-weight: 600;
    font-size: 16px;
    color: var(--gray-color-3);

}
.product-info .nav-tabs>li.active>a,.product-info .nav-tabs>li.active>a:focus,.product-info .nav-tabs>li>a:hover{
    background: var(--orange-color);
    border-color: var(--orange-color);
    color: var(--white-color);
}
.vtc-product-related{
    margin-top: 80px;
}
.vtc-product-related > h3{
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 30px 0;
    color: #535353;
    position: relative;
}
.vtc-product-related > h3:before{
    position: absolute;
    right: 0;
    width: 78%;
    top: 50%;
    height: 1px;
    background: #eeeeee;
    content: "";
    display: block;
}
.vtc-product-related .grid_view_mode .information h3{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.vtc-product-related .item{
    margin: 0;
}
.details-pro .footer{
    margin-top: 40px;
}
.details-pro .footer a{
    background-color: #e9e9e9;
    color: var(--gray-color-3);
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 4px;
    margin-right: 20px;
}
.details-pro .footer a img {
    margin-right: 10px;
}
.details-pro .footer a:hover{
    background-color: var(--orange-color);
    color: var(--white-color);
}
.details-pro .social-media{
    margin-top: 20px;
}
.details-pro .social-media label{
    font-size: 16px;
    font-weight: 600;
}
.details-pro .social-media a{
    display: inline-flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    color: var(--gray-color-3);
    border: 1px solid var(--gray-color-3);
    border-radius: 50%;
    margin: 0 10px;
    font-size: 16px;
    transition: 0.5s all;
}
.details-pro .social-media a:hover {
    background-color: var(--orange-color);
    color: var(--white-color);
    border-color: var(--orange-color);
}
.details-pro .quantity{
    margin: 25px 0 25px 0;
    overflow: hidden;
    width: 100%;
    float: left;
}
.details-pro .quantity .btn-website-1{
    height: 40px;
    width: 180px;
    background-color: var(--orange-color);
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    transition: 0.5s all;
    border: 1px solid var(--orange-color);
}
.details-pro .quantity .btn-website-1:hover{
    background-color: var(--white-color);
    color: var(--orange-color);
}
.page-cart{
    padding: 50px 0;
    background-color: #fbfbfb;
}
.page-cart thead{
    background-color: #fff;
}
.page-cart table>tbody>tr>td, .page-cart table>thead>tr>th{
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}
.page-cart td>h5{
    color: var(--orange-color);
    font-weight: 600;
}
.page-cart td>.btn-remove{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--white-color);
    color: var(--orange-color);
    border: 1px solid var(--orange-color);
    display: block;
    margin: 0 auto;
    line-height: 30px;
    font-size: 20px;
    transition: 0.5s all;
}
.page-cart td>.btn-remove:hover{
    background-color: var(--orange-color);
    color: var(--white-color);
}
.page-cart .btn-website-1{
    height: 40px;
    width: 180px;
    background-color: var(--white-color);
    color: var(--orange-color);
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    transition: 0.5s all;
    border: 1px solid var(--orange-color);
}
.page-cart .btn-website-1:hover{
    background-color: var(--orange-color);
    color: #fff;
}
.pages .modal-content{
    background-color: #f8bc13;
}
.pages .modal-header{
    border: 0;
    text-align: center;
}
.pages .modal-title{
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0 5px 0;
}
.pages .modal-header p{
    font-size: 15px;
    color: #878585;
}
.pages .modal-footer{
    border: 0;
    text-align: center;
}
.pages .modal-footer button{
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 30px;
}
.pages .modal-footer button:hover{
    border-color: var(--orange-color);
    color: var(--orange-color);
}
.pages .modal-body{
    padding: 0 15px;
}
.pages .modal-header .close{
    background: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
    opacity: 1;
}

/*============ news page ===========*/
.news-page, .new-detail-page{
    padding: 80px 0 100px 0;
}
/*============ news detail page ===========*/
.new-detail-title{
    font-weight: 700;
    font-size: 22px;
    margin: 0;
}
.new-detail-page .actions{
    margin: 20px 0;
}
.new-detail-page .actions > span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    font-size: 12px;
    color: var(--orange-color);
}
.new-detail-page .actions > span img{
    margin-right: 10px;
}
.page_solution{
    padding: 80px 0;
}
/*===== Shops pages =====*/
.shops-page .vtc-box{
    padding: 30px 20px;
}
.shops-page iframe{
    width: 100%;
    height: auto !important;
    min-height: 440px;
    border: 1px solid #ccc !important;
    overflow: hidden;
}
.shops-page .title-1{
    width: 100%;
}
.shops-page .filter-header,.shops-page .nav-tabs{
    width: 25%;
    float: left;
    margin-right: 75%;
}
.shops-page .nav-tabs li{
    width: 100%;
}
.shops-page .filter-header{
    background-color: var(--orange-color);
    color: white;
    padding: 20px;
}
.shops-page .filter-header h3{
    font-size: 18px;
    text-align: center;
    margin: 0 0 15px;
}
.shops-page .filter-header .form-control{
    border-radius: 0;
    box-shadow: none;
}
.shops-page .vtc-box-sales{
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 450px;
}
.shops-page .tab-content{
    position: absolute;
    top: 0;
    right: 0;
    width: calc(75% - 1px);
}
.shops-page .nav-tabs>li>a{
    border-radius: 0;
    background-color: #f8f8f8;
    border: 1px solid #d7d7d7 !important;
    width: 100%;
    margin: 0;
}
.shops-page .nav-tabs>li.active>a,.shops-page .nav-tabs>li.active>a:focus,.shops-page .nav-tabs>li.active>a:hover,.shops-page .nav-tabs>li>a:hover{
    background-color: #fff;
}
.shops-page .nav-tabs>li>a h4{
    font-size: 16px;
    font-weight: bold;
}
.shops-page .nav-tabs>li>a h4 i{
    float: right;
    font-weight: bold;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.5s all;
}
.shops-page .nav-tabs>li.active>a h4 i{
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.shops-page .nav-tabs>li>a ul{
    max-height: 0;
    opacity: 0;
    overflow: hidden;
}
.shops-page .nav-tabs>li>a ul{
    max-height: 0;
    opacity: 0;
    transition: 0.5s all ease;
    padding: 0 2px;
}
.shops-page .nav-tabs>li.active> a ul{
    max-height: 1000px;
    opacity: 1;
}
.shops-page .nav-tabs>li>a ul li{
    font-size: 13px;
    line-height: 1.5em;
    margin: 5px 0;
    display: flex;
    justify-content: start;
    align-items: center;
}
.shops-page .nav-tabs>li>a ul li i{
    color: var(--orange-color);
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
}
.shops-page .nav-tabs>li>a ul li span{
    width: calc(100% - 30px);
}
.shops-page .nav-tabs>li.active>a h4,.shops-page .nav-tabs>li>a:hover h4{
    color: var(--orange-color);
}
.shops-page .nav-tabs {
    height: 332px;
    overflow-y: auto;
    border: 1px solid #d7d7d7 !important;
}
.flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.crl7WW {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
    margin: 0;
    width: 100%;
}
.items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-variation {
    cursor: pointer;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 35px;
    padding: 0 20px;
    line-height: 1;
    margin: 2px 8px 2px 0;
    text-align: center;
    white-space: nowrap;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,.09);
    position: relative;
    background: #fff;
    outline: 0;
}
.product-variation--selected {
    color: #ee4d2d;
    border-color: #ee4d2d;
}
.product-variation__tick {
    width: 20px;
    height: 20px;
    position: absolute;
    overflow: hidden;
    right: 0;
    bottom: 0;
    display: none;
}
.product-variation--selected .product-variation__tick{
    display: block;
}
.product-variation__tick>.icon-tick-bold {
    position: absolute;
    right: 0;
    bottom: 2px;
    fill: #fff;
    width: 10px;
}
.product-variation__tick:before {
    border: 20px solid transparent;
    border-bottom-color: #ee4d2d;
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
}
.product-head .form-group{
    margin: 0 !important;
}
@media screen and (max-width: 480px){
    #banner .box-thumbnail{
        padding-top: 100px;
    }
    #banner .box-thumbnail img{
        height: 100%;
        width: auto;
        max-width: initial !important;
    }
    #banner .desc h1{
        margin-top: 0;
        font-size: 20px;
    }
    #about{
        padding: 30px 0 20px 0;
    }
    #officers{
        padding: 40px 0 20px 0;
    }
    #officers h2, #history .head h2, #community h2{
        font-size: 28px;
    }
    #officers .description, #history .head p, #community p{
        width: 100%;
        text-align: justify;
        font-size: 14px;
        font-weight: 500;
    }
    #officers .item h4{
        font-weight: 500;
        font-size: 14px;
    }
    .js .cd-h-timeline__event-description{
        font-size: 14px;
    }
    #community{
        padding: 50px 0 80px 0;
    }
    #history{
        padding: 50px 0;
    }
    .page-contact-information .row{
        margin-top: 40px;
    }
    .page-contact-information [class*=col-]{
        margin-bottom: 30px;
    }
    .page-contact-information{
        padding-bottom: 0;
    }
    .contact-page .row .col-sm-6 .bg{
        padding: 20px 15px 50px 15px;
    }
    .contact-page .row .col-sm-6 .bg .heading{
        flex-direction: column;
        align-items: start;
    }
    .contact-page .row .col-sm-6 .bg .heading .heading-icon a:first-child{
        margin-left: 0;
    }
    .contact-page .row .col-sm-6 .bg .heading .heading-icon{
        margin-bottom: 20px;
    }
    .page-contact-us form [class*=col-]{
        padding: 0;
    }
    .shops-page .tab-content{
        position: relative;
        width: 100%;
    }
    .shops-page .filter-header, .shops-page .nav-tabs{
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .shops-page .nav-tabs{
        height: auto;
    }
    .shops-page .vtc-box-sales{
        margin: 0px 0 20px 0 !important;
    }
    .news-page, .new-detail-page{
        padding: 20px 0 30px 0;
    }
    .vtc-page-left{
        margin-bottom: 40px;
    }
    .sidebar-news{
        padding-left: 15px;
    }
    .vtc-box-new .item .detail{
        font-size: 13px;
        padding: 7px 25px;
        margin-top: 10px;
    }
    .product-breadcrumb .breadcrumb, .product-head #wrap-search{
        display: none;
    }
    .vtc-page-left{
        margin-bottom: 0;
    }
    .product-page-detail{
        padding: 10px 0 50px 0;
    }
    .details-pro .footer a img {
        margin-right: 5px;
        width: 18px;
    }
    .details-pro .footer a {
        font-weight: 600;
        padding: 10px 20px;
        margin-right: 2px;
        font-size: 10px;
    }
    .product-detail{
        margin-bottom: 20px;
    }
    .vtc-product-related{
        margin-top: 20px;
    }
    .vtc-product-related > h3:before{
        width: 30%;
    }
    .page_solution{
        padding: 20px 0 50px 0;
    }
    .list__cat ul a {
        width: calc((100% - 2px) / 2);
    }
}