html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

body::-webkit-scrollbar {
	width: 10px;
}

body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
	background-color: var(--color-hightlight);
	outline: 1px solid var(--color-hightlight);
	border-radius: 10px;
}

b, strong {
    font-weight: 600;
}
.opacity-1{
    opacity: 1 !important;
}
.bg-transparent{
    background-color: transparent !important;
}

.overflow-hidden{
    overflow: hidden;
}
.hidden{
    display: none;
}

.bg-red{
    background-color: var(--red);
}

.bg-orange{
    background-color: var(--orange);
}

.active.d-none{
    display: block !important;
}

/*.logo-section img {*/
/*    max-height: 80px;*/
/*}*/

/*Module search san pham*/
#form_search{
    border-radius: 5px;
}
.search-section__categories {
    width: 170px;
    height: 40px;
    padding: 0 10px;
    color: var(--gray);
    border: 0;
    border-right: 1px solid #dee2e6;
    border-radius: 5px 0 0 5px;
}

.search-section .btn-submit {
    background: #fff;
    color: var(--black);
    font-size: 18px;
    border-radius: 0 5px 5px 0;
}

/*Module search san pham*/

.bg-menu .container > .row {
    margin: 0;
    background-color: var(--color-main);
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}
.bg-menu .container > .row > div {
    padding: 0;
}
.menu-section > ul > li > a {
    line-height: 45px;
    height: 45px;
    color: #52555c;
    text-transform: uppercase;
    text-align: center;
    padding: 0 18px;
    display: inline-block;
}
/*Menu danh muc san pham doc*/
.title-category{
    font-size: 17px;
    line-height: 45px;
    padding: 0 15px;
    color: var(--white);
    display: flex;
    align-items: center;
    background: var(--color-hightlight);
}
.category-vertical .list-category{
    position: absolute;
    top: 100%;
    left: 0px;
    display: none;
    background-color: var(--white);
    width: 100%;
    z-index: 100;
}
.category-vertical .list-category > ul > li:last-child > a{
    border-bottom: 0 !important;
}
.category-vertical .list-category a {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.category-vertical .list-category > li:last-child a {
    border-bottom: 0 !important;
}
.category-vertical .list-category a img{
    width: 25px;
    height: 25px;
}

body:not(.home) .category-vertical:hover .list-category{
    display: block;
}
    
body.home .category-vertical .list-category{
    display: block;
}
.title-category:hover{
    cursor: pointer;
}

.position-right{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 1;
}

.sub-category{
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100%);
    background-color: var(--white);
    display: table;
    width: 100%;
    height: 100%;
    box-shadow: 3px 2px 8px rgb(0 0 0 / 15%);
    transform: translateY(30px);
    opacity: 0;
    transition: all .4s;
    pointer-events: none
}

.sub-category-2{
    width: 200%;
}
.border-transparent{
    border-bottom: 1px solid transparent;
}

.list-category > ul > li:hover .sub-category{
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

/*Menu danh muc san pham doc*/

/*Header*/

.bg-slide .container > .row {
    margin: 0;
    padding-bottom: 15px;
    border-radius: 0 0 5px 5px;
    background-color: var(--white);
    box-shadow: 0 2px 3px rgb(136 136 136 / 30%);
    -moz-box-shadow: 0 2px 3px rgba(136, 136, 136, 0.3);
    -webkit-box-shadow: 0 2px 3px rgb(136 136 136 / 30%);
}
.bg-slide .container > .row > div:nth-child(2){
    padding: 0;
}

.header-main>.container>.row {
    align-items: center;
}

/*End Header*/

/*Banner right*/
.collection-banner {
    position: relative;
    overflow: hidden;
}
.collection-banner .contain-banner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
}
.collection-banner.text-right .contain-banner {
    justify-content: flex-end;
}

.contain-banner h4 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
}

.collection-banner .contain-banner h2 {
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.3;
    font-size: 25px;
}

.contain-banner-btn {
    padding: 5px 10px;
    color: var(--white);
    border: none;
    font-size: 12px;
    background-color: var(--black);
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
}

.collection-banner img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100%;
    max-height: 210px;
    object-fit: cover;
    border-radius: 5px;
}

.collection-banner:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/*Banner right*/

/*Module san pham khuyen mai*/
.box-product-small .title-section{
    background: var(--red);
    display: inline-block;
    left: 50%;
    transform: translateX(-50%) translateY(-22px);
    padding: 3px 20px;
    border-radius: 20px;
    color: var(--white);
    margin-bottom: 0;
    font-size: 18px;
}

/*Module san pham khuyen mai*/

/*Module san pham theo danh muc*/
.box-product{
    border-top: 3px solid var(--red) !important;
}
.no-line:before{
    content: none;
}
.list-small .product-item:last-child{
    border-bottom: 0 !important;
}
/*Module san pham theo danh muc*/


/*Products Tabs Slider*/
.product-tab-slider {
    
}

/*End Products Tabs Slider*/

.product-detail-head .product-image-detail .inner-image {
    padding-top: 100%;
}

/*Module danh muc san pham trang chu*/
.menu-grid .item-category .img{
    border-radius: 5px;
    overflow: hidden;
}
.title-parent a{
    font-size: 16px !important;
    font-weight: 600;
}
.menu-grid ul{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--light-orange);
    width: 100%;
    height: auto;
    padding: 5px 15px;
    border-radius: 0 0 5px 5px;
    /* text-align: center; */
}
.menu-grid .item-category:hover ul{
    background-color: rgb(225 31 37);
}
.menu-grid ul > li > a{
    color: var(--white);
    font-size: 13px;
}

.menu-grid > div .view-all{
     background-color: var(--orange);
    text-align: center;
    padding: 7px 15px;
    border-radius: 5px;
    margin-top: 5px;
    color: var(--white);
}
.menu-grid > div .view-all:hover{
    background-color: var(--color-hightlight);
}
.menu-grid > div:nth-child(1) ul{
    background-color: rgb(33 152 138 / 0.85);
}
.menu-grid > div:nth-child(2) ul{
    background-color: rgb(60 60 60 / 85%);
}
.menu-grid > div:nth-child(4) ul{
    background-color: var(--light-red);
}
.menu-grid > div:nth-child(1) a.view-all{
    background-color: rgb(33 152 138 / 0.85);
}
.menu-grid > div:nth-child(2) a.view-all{
    background-color: rgb(60 60 60 / 85%);
}
.menu-grid > div:nth-child(4) a.view-all{
    background-color: var(--color-hightlight);
}

/*End Module danh muc san pham trang chu*/

/*Products Flash sale*/
.rti-35{
    padding-top: 35% !important;
}
.products-slider-small .slick-slider {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    border-right: 0;
}

.products-slider-small .slick-list,
.products-slider-small .slick-slide {
    margin: 0;
    border-right: 1px solid #e5e5e5;
}
.products-slider-small .slick-slide > div:first-child {
    /*border-bottom: 1px solid #e5e5e5;*/
}
.products-slider-small .product-item {
    display: flex!important;
    align-items: center;
}

.products-slider-small .product-item .inner-image {
    margin-bottom: 0;
    width: 35%;
    padding-top: 30%;
}

.products-slider-small .product-item .inner-content {
    flex: 1;
    padding: 10px;
}

.products-slider-small .price-amount.old-price {
    display: inline-block;
    margin-left: 5px;
}

.products-slider-small .product-item .inner-content .product-title {
    line-height: 1.3;
}

.products-slider-small .product-item .inner-content .product-title a {
    color: var(--black);
}

.products-slider-small .product-item .inner-content .product-title a:hover {
    color: var(--color-main);
}

.time_counter{
    direction: flex;
    align-items: center;
    justify-content: center;
}
.time_counter li{
    direction: inline-block;
    margin-right: 5px;
    text-align: center;
    font-weight: 500;
    float: left;
    padding: 2px 5px;
    border-radius: 5px;
    background-color: var(--orange);
    color: var(--white);
    min-width: 35px;
    font-size: 12px;
}
/*End Products Flash sale*/

/*Module danh muc san pham - anh - san pham*/
.box-product-home{
    border-top: 3px solid var(--red)
}
.catalog-title .title-section{
    background-color: var(--red);
    color: var(--white);
    font-weight: 500;
    transform: translateY(-3px);
    padding: 2px 0 2px 15px;
    font-size: 18px;
}
.catalog-title > a {
    position: absolute;
    top: 0;
    right: 15px;
    color: #fff;
    font-size: 20px;
    z-index: 1;
}

.box-product-home .view-all{
    border: 2px solid var(--red);
    text-align: center;
    display: block;
    padding: 3px 5px;
    font-weight: 600;
}
.box-product-home .product-item{
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0 !important;
}


.box-product-home .product-item .inner-content{
    padding: 0 10px 10px;
}
.box-product-home .product-item .star-rating{
    display: none;
}
.box-product-home .product-item .price-amount.old-price{
    margin-left: 5px;
}

/*Module danh muc san pham - anh - san pham*/

/*Brands*/
.brand-section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.brand-section .brand-item {
    width: calc(100%/6);
    text-align: center;
    margin: 10px 0;
}
/*End Brands*/

/*Form - dang ky nhan tin*/
.deal-section:before{
/*     content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5); */
}
.box-register .title-section{
    color: var(--white);
}
#register_email .btn-submit{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border-radius: 0 4px 4px 0;
    height: 50px;
    line-height: 50px !important;
}
#register_email input{
    height: 50px;
}
/*Form - dang ky nhan tin*/

/*Module mang xa hoi - footer*/
.social-footer-section ul li a{
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    background-color: var(--color-main);
    color: var(--white);
    font-size: 20px;
    display: block;
    transition: all .4s;
}
.social-footer-section ul li a:hover{
    background-color: var(--color-hightlight);
    color: var(--white);
}
/*Module mang xa hoi - footer*/


.modal-dialog{
    top: 30%;
    transform: translateY(-30%) !important;
}

/*Module fix dat hang - chi tiet san pham*/
.fix_button{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: block !important;
    z-index: 10;
}
@media (min-width: 1680px){
    #fix_button{
        width: 80%;
    }
}
    
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*Module fix dat hang - chi tiet san pham*/

@media (min-width: 1024px){
    .menu-section > ul > li > a{
        color: var(--white);
    }
    
    /*Module cate - anh - san pham*/
    .box-product-home .img-cate{
        flex: 0 0 30%;
        max-width: 30%;
    }
    .box-product-home .box-product-item{
        flex: 0 0 53.33%;
        max-width: 53.33%;
    }
    .box-product-home .list-product div:nth-child(3n) .product-item{
        border-right: 1px solid transparent !important;
    }
    .box-product-home .list-product div:nth-child(4) .product-item,
    .box-product-home .list-product div:nth-child(5) .product-item,
    .box-product-home .list-product div:nth-child(6) .product-item{
        border-bottom: 0 !important;
    }
    /*Module cate - anh - san pham*/
    
    
    /*Module san pham khuyen mai*/
    .box-product-small .list-product-small > div:nth-child(3),
    .box-product-small .list-product-small > div:nth-child(6){
        border-right: 0 !important;
    }
    .box-product-small .list-product-small > div:nth-child(1) .product-item,
    .box-product-small .list-product-small > div:nth-child(2) .product-item,
    .box-product-small .list-product-small > div:nth-child(3) .product-item{
        border-bottom: 1px solid #dee2e6;
    }
        .box-product-small .list-product-small > div:nth-child(n+4) .product-item {
        margin: 0;
    }
    /*Module san pham khuyen mai*/
}

@media (min-width: 992px) and (max-width: 1024px){
    .entry-order-review .entry-table{
        max-height: inherit;
        overflow: hidden;
    }
    .cart-item{
        width: 100%;
        margin-bottom: 10px;
        display: table;
    }
    .cart-item .item-total{
        text-align: left;
    }
    .entry-order-review thead th.text-right{
        opacity: 0;
    }
    .entry-order-review tfoot th,
    .entry-order-review td{
        padding: 5px 0;
        float: left;
        width: 100%;
        text-align: left !important;
    }
    .cart-item .item-name{
        padding-bottom: 0;
    }
    
}

@media (max-width: 768px){
    .container, .container-md, .container-sm{
        max-width: 768px;
    }
    
    .box-product-home .view-all{
        margin: 0 15px;
    }
    
    .catalog-title .title-section{
        margin-bottom: 15px !important;
    }
    
}

@media (min-width: 577px) and (max-width: 768px){
    .box-product-small .list-product-small > div:nth-child(2),
    .box-product-small .list-product-small > div:nth-child(4),
    .box-product-small .list-product-small > div:nth-child(6){
        border-right: 0 !important;
    }
    .box-product-small .list-product-small > div:nth-child(5) .product-item,
    .box-product-small .list-product-small > div:nth-child(6) .product-item{
        border-bottom: 0 !important;
    }
    
    .box-product-small .list-product-small .product-item{
        border-bottom: 1px solid #dee2e6;
    }
    
}

@media (max-width: 576px){
    .box-product-home .price{
        min-height: 50px;
    }
    
    .box-product-small .list-product-small > div{
        border-right: 0 !important;
    }
    .box-product-small .list-product-small > div .product-item{
        border-bottom: 1px solid #dee2e6;
    }
    .box-product-small .list-product-small > div:last-child .product-item{
        border-bottom: 0;
    }
    
    
}

 /*CSS BY HIEUTX*/
 .product-tab-slider .inner-image img {
    object-fit: contain;
    transition: 1.5s;
}
.product-tab-slider .inner-image:hover img {
    transform: scale(1.1);
}
.product-right-light .title-light {
    line-height: 40px;
    background: linear-gradient(45deg, #d9282f, #f55525);
}
.product-right-light {
    border-radius: 8px;
    overflow: hidden;
}

.product-right-light.commit-light .entry-content>.item-left {
    flex: 0 0 42px;
    max-width: 42px;
    padding-top: 5px;
}
.product-right-light.commit-light .entry-content>.item-left>.inner-icon img {
    height: 30px;
    object-fit: contain;
    width: 28px;
}
.product-right-light.commit-light .entry-content:last-child {
    margin-bottom: 0 !important;
}
.rounded-10{
    border-radius: 10px;
}
span.discount_percent {
    padding-top: 2px;
    padding-bottom: 2px;
}
.avatar>img {
    height: 32px;
}
 /*CSS BY HIEUTX*/
.category-vertical .title-category {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}
.category-vertical .list-category a span{
    text-transform: uppercase;
}
.category-vertical .list-category a span::first-letter{
    text-transform: uppercase;
} 
.slider-section .slick-dots {
    bottom: 20px;
}

.menu-grid ul > li.title-parent > a{
    position:relative;
}
.menu-grid ul > li.title-parent > a:before{
    content: '';
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 0%;
    transition: 0.3s ease all .3s;
    -webkit-transition: 0.3s ease all .3s;
    -moz-transition: 0.3s ease all .3s;
}
.menu-grid ul > li.title-parent > a:hover:before{
    width: 100%;
}
.list_img.row {
    margin-right: -5px;
    margin-left: -5px;
}

.list_img.row>a {
    padding-right: 5px;
    padding-left: 5px;
}
body:not(.home) .bg-menu {
    background: var(--color-main) !important;
}
.comment-section .list-comment:empty{
    margin: 0;
    padding: 0;
    border: 0;
}
.comment-section .list-comment:empty+.total-comment{
    display: none;
}
.box-table-fixed {
    right: 0;
}
#fix_button .thumb-item img {
    width: 65px;
    height: 50px;
    object-fit: scale-down;
}
.product-image-detail .slider-thumbs .thumb-item img {
    height: 100%;
}
.slider-thumbs .thumb-item.slick-current {
    border-color: var(--color-hightlight);
}
.is-mobile footer {
    padding-bottom: 60px;
}
.box-product-small .list-product-small .product-item {
    margin-bottom: 10px;
    padding-bottom: 20px;
}
#socials{
    display: inline-block;
    position: fixed;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 100;
    width: 40px;
}
#socials a{
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 10px;
}
#socials a.phone{
    padding: 5px;
    border-radius: 50%;
    background-color: #f34532;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}

#socials a.phone img{
    padding: 5px;
}

@-webkit-keyframes quick-alo-circle-img-anim{
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
.hotline-top {
    display: inline-block;
    background: var(--orange);
    line-height: 35px;
    float: right;
}
.product-time>.container>.row {
    margin: 0;
    border: 1px solid #ddd;
    margin-top: 35px;
    border-radius: 8px;
}
.title-time {
    margin-top: -25px;
}
.title-time>.rounded{
    border-radius: 20px !important;
}
#time_sale_right p:last-child:before {
    display: none;
}

#time_sale_right p.hour {
    background: var(--white);
    color: var(--red);
    float: left;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    padding: 0 !important;
    line-height: 30px;
    font-size: 18px;
    position: relative;
    min-width: auto;
    margin: 0 10px;
    text-align: center;
    font-weight:bold;
}

#time_sale_right p.hour:before {
    content: ":";
    position: absolute;
    color: var(--white);
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
 }

#time_sale_right {
    margin: 0 -15px;
    display: block;
    position: relative;
}
.quicklinks-inner a:last-child span {
    display: none;
}
.is-mobile .menu-container {
    padding: 15px 0;
}
@media (max-width:992px) {
    .logo-section img {
        max-height: 75px;
    }
    .product-content-detail .price .price-amount {
        font-size: 18px;
    }
}

@media (max-width:768px) {
    .slider-section, .slider-section .item img {
        height: 76vw;
    }
    #time_sale_right p.hour{
        font-size: 14px;
    }
}
@media (max-width:767px) {
    .title-time {
        margin-top: -40px;
    }
}

.entry-content{
    border:1px solid #fff
}
.entry-content:hover{
    border: 1px solid #e01222;
}

.box-product-small .row .col-7  {
    display: flex;
    align-items: center;
}
.bg-hot>a, .bg-new>a {
    position: relative;
}
.bg-hot>a:before, .bg-new>a:before {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 22px;
    background-repeat: no-repeat;
    top: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    color: transparent;
}
.bg-hot>a:before {
    background: url(../../assets/media/template/custom-hot-icon.png) no-repeat;
}
.bg-new>a:before {
    background: url(../../assets/media/template/custom-new-icon.png) no-repeat;
}
.block-breadcrumb {
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
}
.breadcrumb-box {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.block-breadcrumb .title-main h1 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    margin-bottom: 10px;
}
.breadcrumb {
    margin: 0;
    padding: 0;
    background: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    align-items: center;
    justify-content: center;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb>li a {
    color: #fff;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb>li+li:before {
    content: "|";
    font-family: FontAwesome;
}
.banner-counter {
    padding: 55px 0;
    background-size: cover;
    background-position: center;
}
.animate-1-top .counter-value {
    font-size: 40px;
}
.position-ralative {
    position: relative;
}
.wrap-team-item .wrap-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    opacity: 0;
    visibility: hidden;
    background: rgba(0,0,0,.5);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}
.wrap-team:hover .wrap-content {
    opacity: 1;
    visibility: visible;
}
.wrap-team-item .wrap-content .social-item i {
    color: #fff;
    font-size: 18px;
    padding: 0 3px;
}
.wrap-info {
    background: #f5f5f5;
    padding: 15px 0 10px;
    visibility: hidden;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    text-align: center;
}
.wrap-team:hover .wrap-info {
    visibility: visible;
}
.progress-group .progress {
    overflow: unset;
    background: #fff;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ebebeb;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 48px;
    margin-bottom: 21px;
}
.progress-group span.bar-label {
    font-weight: 500;
    text-transform: uppercase;
    color: #666666;
}
.progress-bar {
    display: block;
    position: absolute;
    height: 100%;
    background-color: #e01222;
    width: 0;
    top: 0;
    left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: width 1s linear;
    -moz-transition: width 1s linear;
    -webkit-transition: width 1s linear;
    -o-transition: width 1s linear;
    box-shadow: none;
}


.tab-content img{
    width: 100% !important;
    height: auto !important;
}
@media(max-width: 768px) {
    .wrap-about-item>.row>div {
        text-align: center;
    }
}
@media (min-width:1200px){
    .menu-section > ul > li {
        margin-right: 0;
    }
}
@media (min-width:1000px) and (max-width:1200px){
    .menu-section > ul > li {
        margin-right: 0;
    }
    
    .menu-section > ul > li > a {
        padding: 0 9px;
        font-size: 12px;
    }
}
.header-main {
    padding: 30px 0;
}
.logo-section {
    text-align: left;
}
.custom-dropdown {
	margin-top: 5px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	border: 1px solid rgba(0,0,0,.1);
	max-width: 100%;
	overflow: hidden;
	margin-left: 2px;
	border-radius:5px;
}
.browse-tags .custom-dropdown{
	width:180px;
	margin-top:0px;
	margin-bottom:10px;
}
.custom-dropdown::before {
	width: 2em;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 0 3px 3px 0;
}
.custom-dropdown::before,
.custom-dropdown::after {
	content: "";
	position: absolute;
	pointer-events: none;
}
.custom-dropdown--white::before {
	background-color: #fff;
	border-left: 1px solid rgba(0,0,0,.1);
}
.custom-dropdown__select {
	font-size: inherit;
	padding: .5em;
	margin: 0;
	width:100%;
}
.custom-dropdown__select--white {
	background-color: #fff;
	color: #444;
}
.custom-dropdown__select {
	padding-right: 2.5em;
	border: 0;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
.custom-dropdown::after {
	content: "\25BC";
	height: 1em;
	font-size: .625em;
	line-height: 1;
	right: 1.2em;
	top: 50%;
	margin-top: -.5em;
}
.custom-dropdown--white::after {
	color: rgba(0,0,0,.9);
}
.menu-vertical-custom {
    max-height: 450px;
    overflow-y: auto;
}