/* CSS for scrollbar */

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

::-webkit-scrollbar-track {
    background: #eaeaea !important; 
}

::-webkit-scrollbar-thumb {
    background: #d4d3d3 !important; 
}

::-webkit-scrollbar-thumb:hover {
    background: #afaeae !important; 
}

@font-face {font-family: "Myriad Pro";
    src: url("a89cf050c859a23e4b6d9cf5989acf9e.eot"); /* IE9*/
    src: url("a89cf050c859a23e4b6d9cf5989acf9e.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("a89cf050c859a23e4b6d9cf5989acf9e.woff2") format("woff2"), /* chrome、firefox */
    url("a89cf050c859a23e4b6d9cf5989acf9e.woff") format("woff"), /* chrome、firefox */
    url("a89cf050c859a23e4b6d9cf5989acf9e.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("a89cf050c859a23e4b6d9cf5989acf9e.svg#Myriad Pro") format("svg"); /* iOS 4.1- */
}

body{
    /* font-family: "Open Sans",sans-serif,"Khmer OS Siemreap","Khmer OS System" !important; */
    font-size: 14px !important;
    user-select: none !important;
}

body.bg-login{
    background-color: #e6ecf7 !important;
}

div.container-fluid {
    padding-right: 8% !important;
    padding-left: 8% !important;
}

@media (min-width: 768px){
    .navbar-nav > li > a {
        padding-top: 14px;
        padding-bottom: 14px;
        color: #f5ea14 !important;
    }
}

nav > li:hover {
    background-color: #367fa9 !important;
}

.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
    background: none !important;
    background-color: none !important;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: none !important;
    background-color: none !important;
    background-color: #367fa9 !important;
}   

.navbar-nav > li:hover {
    background-color: #367fa9;
}

.main-sidebar, .left-side {
    background: #181f23 !important;
}

.main-header .navbar {
    background: #3c8dbc !important;
    color: #fff !important;
}

.main-header .sidebar-toggle {
    color: #fff !important;
    padding: 14px 14px !important;
}

.main-header .sidebar-toggle:hover {
    background-color: #367fa9;
}

.logo {
    text-align: center;
    color: #fff !important;
    width: 90px;
    /* padding-top: 10px; */
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.section{
    position: relative;
    padding: 30px 20px;
}

.loader{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    background: url('/Image/default-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}


#cart_button{
    background: none;
    border: none;
    background-color: red;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    margin-top: 0px;
    color: white;
    font-size: 17px;
    cursor: pointer;
    text-align: center;
}

.cd-cart-trigger .count {
    position: absolute;
    top: -10px;
    right: -10px;
    height: 28px;
    width: 28px;
    background: #e94b35;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 50%;
    text-indent: 0;
    -webkit-transition: -webkit-transform .2s .5s;
    transition: -webkit-transform .2s .5s;
    transition: transform .2s .5s;
    transition: transform .2s .5s, -webkit-transform .2s .5s;
}


#foo
{
    position: fixed;
    bottom: 0;
    right: 10px;
    z-index: 100;
    width: 70px;
    height: 60px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    background: url("/Image/cart_icon.png") center center no-repeat;
    background-size: 50px;
    cursor: pointer;

}

#product_cart_list{
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 100;
    min-width: 220px;
    width: auto;
    min-height: 60px;
    height: auto;
    background: #E9E9E9;
    z-index: 999;
    padding: 20px;
    display: none;

}

.video-play-button{
    position: absolute;
    top: 75px;
    left: 165px;
    right: 0;
    bottom: 0;
    transition: background-color 0.5s;
    background: transparent url(/Image/video-play-button.png) center center no-repeat;
    height: 91px;
    width: 94px;
    z-index: 999;
    color: white;
}
.video-play-button h3 a{
    color: white;
}
.banner{
    display: block;
    position: relative;

}
img{
    vertical-align:top;
}
.bannerText{
    position:relative;
    right: 0px;
    left: 0px;
    bottom: 0px;
    padding: 0;
    color: black;
    z-index: 1;
}
.bannerText h4{
    font-size: 16px;
}


.require
{
    font-weight: bold;
    color:red;
}

.margin-10{
    margin-top: 5px;
}

.frame_image{
    height:50px;
    width: 50px;
    border: 1px solid aliceblue;
}

.footer{
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #212121;
    padding-top: 15px;
    color: white;
    font-size: 11px;
}

.footer-content{
    bottom: 0;
    width: 100%;
    min-height: 250px;
    height:auto;
    background-color: #E4E4E4;
    padding-top: 20px;
    color: #303030;
    font-size: 11px;
    margin-top: 60px;
}

.footer_content_header
{
    font-weight: 900;
    text-transform: uppercase;
    font-size: 17px;
    color: #A60404;
    padding-bottom: 10px;
}

.footer_content_list
{
    color: black;
    text-transform: uppercase;
}

a:hover
{
    text-decoration:none;
}

.banner_title{
    padding-top: 1px;
    padding-bottom: 10px;
    background: #E9E9E9;
    color: #8B0304;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.navbar{
    margin-bottom: 0px;
    min-height: 0px!important;
}

.custom_detail_button
{
    background-color: #EFD07A!important;
    border-color: #EFD07A!important;
    border-radius: 0px!important;
}

.glyphicon glyphicon-chevron-left{
    color:#F8D87E!important;
}

.custom_courosel{
    background: #fff;
    color: #ffffff;
}

.frame_product_home_page
{
    padding: 0px;
    margin:0px;
}

.frame_product_home_page a{
    display: block;
    position: relative;
    width: 100%;
}

.frame_product_home_page .banner{
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    border-radius: 3px;
}

.frame_product_home_page .banner a::after{
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 0px;
    background: rgba(0,0,0,0.2);
    bottom: 0;
    left: 0;
    right: 0;
    transition: height 0.44s ease;
}

.frame_product_home_page .banner a:hover::after{
    height: 100%;
}


.header_text{
    text-transform: uppercase;
    color: #A60505;
    font-weight: 900;
}

.advertising{
    background-color: #E0E0E0;
    padding: 40px;
}

.media-ads__link{
    display: block;
    overflow: hidden;
}

.media-ads__link img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: transform 0.25s ease-out, opacity 0.2s ease;
    opacity: 1;
}

.media-ads__link:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.8;
}

.frame_advertising_home_page{
    background-color: #ffffff;
    padding: 10px;
    margin-top: -12px;
}

.frame_advertising_home_page a{
    color: #2a2a2a;
    text-decoration: none;
    font-size: 16px;
}

.frame_advertising_home_page a:hover{
    text-decoration: none;
}

.media-video-gallery{
    background-color: #fff;
    line-height: 10px;
    margin-bottom: 20px;
}
.media_title{
    color: white;
    font-weight: bold;
}

.button_our_partner{
    border-radius: 0px!important;
    margin-bottom: 30px;
    min-width: 150px;
    text-transform: uppercase
}
.carousel-caption, .carousel-control{
    text-shadow: unset;
}
.carousel-control{
    text-shadow: unset;
}

.header_panel{
    text-transform: uppercase;
    font-weight: bold;
}

.CarouselImg{
    width: auto;
    min-height: 450px;
    max-height: 450px;
}

.carousel {
    max-height: 700px;
    overflow: hidden;
}

.item img {
    height: auto;
}

a.carousel-control-prev {
    background: url(/Image/common/back.png) no-repeat 0px 50% !important;
    /* opacity: 1 !important; */
}

a.carousel-control-next {
    background: url(/Image/common/next.png) no-repeat 0px 50% !important;
    /* opacity: 1 !important; */
}

div.carousel-item {
    left: -12px !important;
}


.relate_product{
    background: #F1F1F1;
    margin-top: 20px;
    min-height: 120px;
    padding-right: 10px;
    padding-left: 10px;
}

.price_hightlight
{
    color: #A60404;
    font-weight: 900;
}

.custom_button{
    border-radius: 0px!important;
    margin-top: 10px!important;

}

div.navbar-front-menu {
    background-color: #454343 !important;
}

.navbar-inverse .navbar-toggle {
    border: none;
}

.navbar-nav-front > li:hover {
    background-color: #252525;
}

@media only screen and (min-width: 768px) {
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover
    {
        background-color: #a21f1f!important;
        color:white;
    }

    .navbar-default{
        background-color: #A60404 !important;
        border-color:unset!important;
        border-radius: 0px!important;
    }

    div.navbar-front-menu {
        background-color: #A60404!important; 
    }
    
    .navbar-inverse .navbar-toggle {
        border: none;
    }
    
    .navbar-nav-front > li:hover {
        background-color: #8e1818 !important
    }
}

.navbar{
    border: 0px!important;
}
.navbar-default .navbar-nav>li>a
{
    color: #ffffff!important;
    height: 80px !important;
}

.navbar{
    margin-bottom: 0px!important;
}

/* .nav-menu > li:hover {
    background-color: rgb(204, 0, 0)!important;
} */

.nav-menu > li:hover {
    background-color: #bd0800 !important;
}

.carousel-control{
    width: 5%!important;;
}

/* .carousel-control.left, .carousel-control.right{
    margin-right: 15px;
} */



.text-red{
    color: red;
}

/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index:999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    max-width: 700px;
    height: 90%;
}


/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
.carousel-showmanymoveone .carousel-control {
    width: 4%;
    background-image: none;
}

.carousel-showmanymoveone .carousel-control.left {
    margin-left: 0;
}

.carousel-showmanymoveone .carousel-control.right {
    margin-right: 0;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
    display: none;
}

.partner_carousel .carousel-control.left{
    margin: 0 0 0 -20px;
}

.partner_carousel .carousel-control.right{
    margin: 0 -20px 0 0;
}

.carousel .item .col-xs-12 {
    padding: 15px 0 15px 15px;
}

.news-box a{
    text-decoration: none;
    color: #3a3a3a;
    font-size: 1.8rem;
    display: block;
    overflow: hidden;
     -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.325s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.news-box a:hover{
    text-decoration: none;
}

.news-box a > img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 1;
}

.news-box a:hover > img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .carousel .item .col-xs-12:nth-last-child(-n+2) {
        display: none;
    }
}

@media all and (min-width: 768px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -50%;
    }
    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 50%;
    }
    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block;
    }
}

@media all and (min-width: 768px) and (transform-3d),
all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

@media all and (min-width: 992px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -16.6%;
    }
    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 16.6%;
    }
    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
        display: block;
    }
}

@media all and (min-width: 992px) and (transform-3d),
all and (min-width: 992px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(16.6%, 0, 0);
        transform: translate3d(16.6%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-16.6%, 0, 0);
        transform: translate3d(-16.6%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.dot-indicator{
    position: relative;
    width: auto;
    text-align: center;
    list-style-type: none;
    padding: 0;
    display: inline-block;
    margin: 0 0 0 50%;
    -webkit-transform: traslateX(-50%);
    -moz-transform: traslateX(-50%);
    -ms-transform: traslateX(-50%);
    transform: traslateX(-50%);
}

.dot-indicator li{
    /* float: left; */
    display: inline-block;
    width: 50px!important;
    height: 6px!important;
    margin: 0 1px;
    background-color: #fff!important;
    border-radius: 0px!important;
    border-color: #fff;
}

.dot-indicator button{
    display: none;
    visibility: hidden;
    opacity: 0;
}

.dot-indicator li.slick-active{
    background-color: #890A34!important;
    border-radius: 0px!important;
    border-color: #890A34;
}

.carousel-indicators .active{
    width: 50px!important;
    height: 6px!important;
    margin: 0px!important;
    background-color: #890A34!important;
    border-radius: 0px!important;
    border-color: #890A34;
}

.carousel-indicators li{
    width: 50px!important;
    height: 6px!important;
    margin: 0px!important;
    background-color: #fff!important;
    border-radius: 0px!important;
    border-color: #fff;
}

.carousel-control{
    text-shadow: unset;
    color: #A60404!important;
}

.products-feature{
  float: left;
}

.products-feature{
    background: #eee;
    padding: 0 35px
}

.products-feature .see-all__link{
    position: relative;
    display: inline-block;
    /* float: right; */
    background: #E53A40;
    color: #fff;
    opacity: 0.9;
    padding: 4px 7px;
}

.products-feature .morediv{
    position: relative;
    width: 100%;
    float: left;
    padding-right: 10px;
}

.products-feature .heading-title{
    position: relative;
    width: 100%;
    float: left;
    padding-left: 10px;
}

.heading-title .title{
    display: inline-block;
    padding: 6px 18px;
    background: #E53A40;
    opacity: 0.9;
    font-size: 16px;
    margin: 0;
    color: #fff;
}

.products-feature .feature-inner{
    padding: 0;
    float: left;
}

.products-feature,
.feature-inner,
.features-slider,
.slideset{
  position: relative;
  width: 100%;
}

.dot-indicator::after,
.dot-indicator::before,
.products-feature::after,
.products-feature::before,
.feature-inner::after,
.feature-inner::before,
.features-slider::after,
.features-slider::before,
.slideset::after,
.slideset::before{
  display: table;
  content: "";
}

.products-feature::after,
.feature-inner::after,
.features-slider::after,
.slideset::after,
.dot-indicator::after{
  clear: both;
}

/* Slick slider scss */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 0;
    margin: 0;
}

.slick-list:focus{
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    padding: 15px 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-track .slick-loading {
    visibility: hidden;
}

.slick-slide {
    float: left;
    min-height: 1px;
    margin:0 10px;

}

.slick-slide img {
    display: block;
}

.slick-slide .slick-loading img {
    display: none;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-slide .slick-vertical{
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-slide .slick-loading{
    visibility: hidden;
}

.slick-slide .dragging img {
    pointer-events: none;
}

.slick-slide .slick-initialized{
    display: block;
    display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
}

.slick-slide [dir="rtl"]{
    float: right;
}

/* Slide controller */
.slide-control{
  font-size: 28px;
    line-height: 1;
    font-weight: 100;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: lighten(#2a2a2a,10%);
    border: 0;
    outline: 0;
    background: transparent;
    z-index: 10;

}

.products-feature .slide-control.prev,
.products-feature .slide-control.next{
    background: none;
    position: absolute !important;

}

.products-feature .slide-control.prev span,
.products-feature .slide-control.next span{
    color: #A60404!important;
    opacity: 0.6;
}

.products-feature .slide-control:hover span{
    opacity: 1;
}

.slide-control.prev{
  height: 100%;
  width: 30px;
  left: -25px;
  margin-top: 0;
  background: url(/Image/common/back.png) no-repeat 0px 50%;

}

.slide-control.next{
  margin-top: 0;
  height: 100%;
  right: -25px;
  width: 30px;
  background: url(/Image/common/next.png) no-repeat 0px 50%;
}

.img-box{
    position: relative;
    width: 100%;
}

.img-box::after,
.img-box::before{
    display: table;
    content: "";
}

.img-box::after{
    clear: both;
}

.img-box .inner{
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;

}
.img-box .img-caption{
    position: absolute;
    display: block;
    float: left;
    width: 100%;
    bottom: 0;
    padding: 10px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    left: 0;
    right: 0;
    text-align: left;
}

.img-box img{
    cursor: pointer;
}

.img-box .img-caption p{
    margin: 0;
    font-size: 15px;
}

.tab-list{
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;

}

.tab-list li{
    width: 100%;
    display: block;
    margin-bottom: 10px;

}

.tab-list li.active{
    border-left: 6px #E0E3DA solid;
}

.tab-list a{
    position: relative;
    text-decoration: none;
    display: inline-block;
    padding: 0px 0 0px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #3e3e3e;
}

.tab-list a:hover,
.tab-list a:visited,
.tab-list a:focus{
    text-decoration: none;
    color: #5e5e5e;
}

.fb-header{
    width: 22px;
    display: inline-block;
    height: 22px;
    margin-left: 5px;
    line-height: 1;
    border-radius: 50%;
    background: #00008b;
    color: #fff;
    text-align: center;
    padding: 4px;
}

.fb-header:hover,
.fb-header:visited,
.fb-header:focus{
    text-decoration: none;
    color: #f5f5f5;
}

label {
    font-weight: normal !important;
}

.btn-header {
    margin-top: -4px !important;
}

.pointer {
    cursor: pointer !important;;
}

.input-group-search {
    background-color: #006699 !important;
    color: #fff !important;
    border-color: #006699 !important;

}

.input-group-search:hover {
    background-color: #005383 !important;
    color: #fff !important;
    border-color: #005383 !important;
}

.mt-20 {
    margin-top: 20px !important;
}

table.datatable {
    width: 100% !important;
}

table.datatable > tbody > tr > td {
    vertical-align: middle !important;
}

span.label {
    font-size: 12px !important;
}

.swal2-popup {
    font-size: 1.5rem !important;
}

body.bg-login{
    background-color: #e6ecf7 !important;
}

.carousel .thumb-wrapper {
    text-align: -webkit-center;
}

div.row-item-carousel {
    margin-right: 0px !important;
    margin-left: 15px !important;
    padding-bottom: 15px;
    padding-top: 15px;
}

div.item-shadow:hover {
    box-shadow: 0 4px 13px 6px rgba(203, 200, 200, 0.18), 0 3px 11px 3px rgba(154, 154, 154, 0.3);
    border-radius: 2px;
}

a.btn-detail {
    color: #fff !important;
    background: #bf48cc !important;
    border-color: #bf48cc !important;
    box-shadow: none;
}

a.btn-detail:hover {
    color: #fff !important;
    background: #9b1fa8 !important;
    border-color: #9b1fa8 !important;
    box-shadow: none;
    /* font-weight: bold; */
}

button.btn-detail {
    color: #fff !important;
    background: #bf48cc !important;
    border-color: #bf48cc !important;
    box-shadow: none;
}

button.btn-detail:hover {
    color: #fff !important;
    background: #9b1fa8 !important;
    border-color: #9b1fa8 !important;
    box-shadow: none;
    /* font-weight: bold; */
}

img.image-partner{
    cursor: default !important;
}

.text-green {
    color: green !important;
}
 
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 300px;
    margin: auto;
    text-align: center;
    font-family: arial;
}
  
.price {
    color: grey;
    font-size: 22px;
}

.category-info > h4 {
    color: #bf48cc;
}

.category-info > h5 {
    color: #bf48cc;
}

.category-info > small {
    color: #bf48cc;
}

.card-category {
    box-shadow: none !important;
    padding-top: 20px;
    border: solid 1px #c269cc;
    border-radius: 2px;
}

.card-category:hover {
    box-shadow: 0 4px 8px 1px rgba(208, 11, 202, 0.6) !important;
    padding-top: 20px;
    border: solid 1px #c269cc78;
    border-radius: 2px;
}

.category-text {
    background-color: #f2ac0d;
    color: #fff;
    width: 250px;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 2px;
}
#dv-hotline .footer-phone{
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
}
#dv-footer-sitemap>h5{
    font-size: 16px;
    line-height: 1.3;
}
