@media (max-width: 550px) {
    .news_image .img-fluid {
        height: 5.5em;
    }
    .newPrice {
        margin-bottom: 10px;
    }

    .c-bgimage {
        height: 9em !important;
    }

    .image-avatar {
        margin-top: -5em;
    }

    .image-avatar > img {
        height: 150px !important;
        width: 150px !important;
    }
    .table-custom-res {
        margin: auto;
        overflow-x: auto;
        display: block;
        width: fit-content;
        max-width: 100%;
    }

    .text-xs-center {
        text-align: center;
    }

    .view img {
        width: 100%;
    }

    .hidetext {
        margin-top: 1em !important;
    }
}

@media (min-width: 1200px) {
    .c-content-client-logos-slider-1 .rotation {
        padding-left: 15em !important;
        padding-right: 5em;
    }
}

@media (min-width: 767px) {
    .c-content-client-logos-slider-1 .rotation {
        padding-left: 5em;
        padding-right: 5em;
    }
    .news_image .img-fluid {
        height: 8.5em;
    }
    .news_description {
        height: 120px !important;
    }
    .content_post img {
        width: auto !important;
        max-width: 70% !important;
    }
    .image-avatar {
        margin-top: -8em;
    }
}
.hidetext{
    max-height: 162px;
    overflow: hidden;
}
.list-roll-inner {
    height: 460px;
    overflow: overlay;
}
@-webkit-keyframes snowflakes-fall {
    0% {top:-10%}
    100% {top:100%}
  }
  @-webkit-keyframes snowflakes-shake {
    0%,100% {-webkit-transform:translateX(0);transform:translateX(0)}
    50% {-webkit-transform:translateX(80px);transform:translateX(80px)}
  }
  @keyframes snowflakes-fall {
    0% {top:-10%}
    100% {top:100%}
  }
  @keyframes snowflakes-shake {
    0%,100%{ transform:translateX(0)}
    50% {transform:translateX(80px)}
  }
  .snowflake {
    color: #fff;
    font-size: 1em;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 5px #000;
    position:fixed;
    top:-10%;
    z-index:9999;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    cursor:default;
    -webkit-animation-name:snowflakes-fall,snowflakes-shake;
    -webkit-animation-duration:10s,3s;
    -webkit-animation-timing-function:linear,ease-in-out;
    -webkit-animation-iteration-count:infinite,infinite;
    -webkit-animation-play-state:running,running;
    animation-name:snowflakes-fall,snowflakes-shake;
    animation-duration:10s,3s;
    animation-timing-function:linear,ease-in-out;
    animation-iteration-count:infinite,infinite;
    animation-play-state:running,running;
  }
  .snowflake:nth-of-type(0){
    left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s
  }
  .snowflake:nth-of-type(1){
    left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s
  }
  .snowflake:nth-of-type(2){
    left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s
  }
  .snowflake:nth-of-type(3){
    left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s
  }
  .snowflake:nth-of-type(4){
    left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s
  }
  .snowflake:nth-of-type(5){
    left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s
  }
  .snowflake:nth-of-type(6){
    left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s
  }
  .snowflake:nth-of-type(7){
    left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s
  }
  .snowflake:nth-of-type(8){
    left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s
  }
  .snowflake:nth-of-type(9){
    left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s
  }
  .snowflake:nth-of-type(10){
    left:25%;-webkit-animation-delay:2s,0s;animation-delay:2s,0s
  }
  .snowflake:nth-of-type(11){
    left:65%;-webkit-animation-delay:4s,2.5s;animation-delay:4s,2.5s
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.top-box{
    border: 2px solid #cccccc;
    border-radius: 3px;
    background: transparent;
}
.custom-nav-tabs li.active {
    background: transparent;
}

.custom-nav-tabs li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 41px;
    background: #343434;
}
.top-col-2 .top-box .carousel .carousel-inner .item img{
    height: 17.7em;
}
.custom-nav-tabs li.active a {
    color: #000000;
}
.custom-nav-tabs li a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}

.custom-nav-tabs {
    display: table;
    width: 100%;
    padding: 0;
}

@media (min-width: 992px){
    .top-col-2 {
        left: 30%;
        float: left;
        width: 70%;
        position: relative;
    }

    .top-col-1{
        float: left;
        width: 30%;
        position: relative;
        right: 70%;
    }
    .top-col-1 .top-box{
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .top-col-2 .top-box{
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-left: 0px;
    }
}
.form-control{
    padding: 0px 10px;
    border-radius: 0px;
}
.top-napthe{
    padding: 0 20px;
    list-style: none;
}

.top-napthe li {
    height: 15px;
    margin-bottom: 35px;
    position: relative;
}
.top-napthe li i {
    float: left;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #000;
    display: inline-block;
    text-align: center;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: #0ce3ac;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.top-napthe li span {
    margin: 0 140px 0 45px;
    padding-top: 3px;
    font-size: 15px;
    color: #000;
    display: block;
    height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.top-napthe li label {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 118px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    white-space: nowrap;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    background: #FCBF55;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
@media (max-width: 992px){
    .top-col-2 .top-box .carousel .carousel-inner .item img{
        height: 8em;
    }

    .top-col-1 .top-box{
        border-radius: 0 0 3px 3px;
        border-top: 1px solid #cccccc;
    }
    .top-col-2 .top-box{
        border-bottom: 1px solid #cccccc;
        border-radius: 3px 3px 0 0;
    }
}
.btn-top {
    text-align: center;
    margin-bottom: 30px;
}
.hide-result {
    display: none !important;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #f5f5f5;
}
.btn-top .btn {
    margin-bottom: 1em;
}
.c-margin-t-20 > .btn-top span,
.btn-top > .btn > i {
    font-size: 1.5em;
    text-transform: uppercase;
}
.p-r-5 {
    padding-right: 5px !important;
}
.p-l-5 {
    padding-left: 5px !important;
}
.p-b-0 {
    padding-bottom: 0 !important;
}
.p-t-0 {
    padding-top: 0 !important;
}
.c-content-client-logos-slider-1 .rotation {
    width: 100%;
}
.c-font-uppercase > a > i {
    font-size: 1em;
}
.rotation img {
    width: 100%;
}
a {
    color: #3f444a;
}
.c-content-ver-nav .c-menu.c-theme.c-arrow-dot > li:before {
    background: #32c5d2;
}
.c-content-ver-nav .c-menu.c-theme > li:before {
    color: #32c5d2 !important;
}
.c-theme-border {
    border-color: #32c5d2 !important;
}
.flipimg:hover {
    animation-name: spaceboots;
    animation-duration: 0.8s;
    transform-origin: 50% 50%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    cursor: pointer;
}

.flipimg img {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.image-map-container {
    position: relative;
    display: inline-block;
}

img.play {
    position: absolute;
    top: 58%;
    width: 25%;
    left: 50%;
    z-index: 1000;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.image-map-container .map-selector {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #546e7a00;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition-property: top, left, right, bottom, color;
    position: absolute;
    background-size: cover;
}

.box {
    position: relative;
    border-radius: 3px;
    width: 100%;
    min-width: 40px;
    min-height: 40px;
    padding: 10px;
}

.box .active {
    box-shadow: 0 0 5px 5px #ec2330;
}
@keyframes spaceboots {
    0% {
        transform: translate(2px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px) rotate(1deg);
    }

    30% {
        transform: translateY(2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(2px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(2px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}
.table-custom-res {
    margin: auto;
    overflow-x: auto;
    width: 100%;
}
.alert.alert-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 1.5rem 2rem;
}
.alert.alert-custom .alert-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.25rem 0 0;
}
.alert.alert-custom .alert-icon i {
    font-size: 2.4rem;
}
.alert.alert-custom .alert-text {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.alert.alert-custom .alert-close {
    padding: 0 0 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    line-height: 0;
}
.content_post img {
    display: block;
    margin: 15px auto;
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    height: auto !important;
}
.c-theme-font,
.c-theme-color {
    color: #32c5d2 !important;
}
.viewmore {
    cursor: pointer;
    color: #f1c40f;
    border: 1px solid #f1c40f;
    padding: 5px;
    text-align: center;
    font-size: 17px;
    margin: 20px 0;
}
.showtext {
    max-height: initial;
}
.item-list .classWithPad {
    border: 1px solid #ddd;
    padding: 1px;
}
.row-flex .classWithPad {
    height: 100%;
}
.row-flex [class*="col-"] {
    margin-bottom: 15px;
}
.oldPrice {
    text-decoration: line-through;
    color: #2f353b;
    border: 2px solid;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
}

h2 {
    color: #3f444a;
    font-size: 24px !important;
    margin: 10px 0;
}
.news_description {
    text-align: center;
    height: 115px;
    font-size: 15px;
    overflow: hidden;
}
.item-list .image img {
    width: 100%;
    height: 180px;
}

.item-list .image .ms {
    position: absolute;
    padding: 2px 7px;
    background-color: #a94442;
    top: 5px;
    right: 0;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}
.item-list .image {
    position: relative;
}
.row-flex {
    display: flex;
    flex-wrap: wrap;
}
.item-list .a-more .view a {
    color: #ffffff;
    display: block;
}

.item-list .description {
    border-radius: 0;
    display: block;
    padding: 8px;
    background-color: #8a6969;
    font-weight: 700;
    line-height: 1;
    font-size: 75%;
    color: #fff !important;
    text-align: center;
}

.item-list .attribute_info {
    margin-top: 10px;
    min-height: 93px;
}

.item-list .attribute_info .a_att {
    font-size: 15px;
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
}

.item-list .attribute_info .row {
    margin: 0;
}

.item-list .a-more .row {
    margin: 0;
}

.item-list .a-more .price_item {
    text-align: center;
    border: 1px solid red;
    padding: 5px;
    color: red;
}

.item-list .a-more .view {
    text-align: center;
    color: #ffffff;
    background: #32c5d2;
    border-color: #32c5d2;
    padding: 6px;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
}
.box-custom {
    padding: 20px;
}
.login-box-msg,
.register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.font-italic {
    font-style: italic !important;
    color: rgb(90, 90, 90);
}
.login-box,
.register-box {
    width: 400px;
    margin: 7% auto;
    padding: 20px;
}
.text-white {
    color: #fff !important;
}
@media (max-width: 767px) {
    .login-box-body {
        width: 100%;
    }
}
.alert-icon-left svg:not(.close) {
    color: #fff;
    width: 4rem;
    left: -4rem;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.alert-icon-left {
    border-left: 38px solid !important;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-light-success {
    color: #1abc9c !important;
    background-color: #ddf5f0 !important;
    border-color: #1abc9c !important;
}

.alert-light-danger {
    color: #e7515a !important;
    background-color: #fff5f5 !important;
    border-color: #e7515a !important;
}

.box-custom {
    border: 1px solid #ddd;
}

.c-layout-footer .container {
    border: none !important;
}
.c-layout-footer.c-layout-footer-3 .c-postfooter .container {
    margin-bottom: 0 !important;
}
.input-group {
    width: 100%;
}
.d-inline {
    display: inline !important;
}

.form-group {
    margin-bottom: 15px !important;
}
.text-center {
    text-align: center !important;
}
.float-none {
    float: none !important;
}
.btn.btn-lg {
    padding: 0.5rem 2rem !important;
    line-height: 2 !important;
}
.custom1243 > a {
    -webkit-user-modify: read-write-plaintext-only;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-radius: 40px !important;
}
.pagination > li > span,
.pagination > li > a {
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 17px;
    color: #5c6873;
    font-weight: 400;
    padding: 6px 4px 6px;
    border-radius: 40px;
    border: 1px solid #cacaca;
}
.pagination > li.active > span,
.pagination > li.active > a,
.pagination > .active > span {
    border-color: #32c5d2;
    background: #32c5d2;
    color: #fff;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 40px !important;
}
.pagination > li {
    display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
    margin-left: 5px;
}
.newPrice {
    border: 2px solid red;
    padding: 5px 10px;
    color: red;
    display: inline-block;
    border-radius: 5px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
}

.p-5 {
    padding: 5px !important;
}

.bgclassWithPad {
    position: absolute;
    top: -2px;
    z-index: 10;
    left: 4px;
    width: calc(100% + -7px);
    background-size: 100% 100%;
    height: calc(100% + 2px);
    padding: 12px;
}
.c-theme-btn.btn {
    color: #ffffff;
    background: #32c5d2;
    border-color: #32c5d2;
}
.c-btn-uppercase.btn {
    font-size: 14px;
    padding: 7px 20px 5px 20px;
}
.c-btn-uppercase {
    text-transform: uppercase;
}

.c-btn-bold {
    font-weight: bold !important;
}
#start-played1 {
    cursor: pointer;
}
.rotation .play-spin {
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.rotation .play-spin .ani-zoom {
    position: absolute;
    display: block;
    width: 110px;
    z-index: 5;
    top: calc(50% - 70px);
    left: calc(50% - 55px);
}
.ani-zoom {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.embed-responsive,
.modal,
.modal-open,
.progress {
    overflow: unset !important;
}
.play-spin > img {
    width: 100% !important;
    max-width: 100% !important;
    opacity: unset !important;
}
.btn.c-btn-border-2x.c-btn-uppercase {
    padding: 6px 20px 4px 20px;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.c-theme-btn.c-btn-border-2x {
    border-color: #32c5d2;
    border-width: 2px;
    color: #32c5d2 !important;
    background: none !important;
    border-color: #32c5d2;
}

.row-flex-safari .news_title a {
    color: #f7b03c;
    font-weight: bold;
    font-size: 16px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.2em;
}

.saleImage {
    position: absolute;
    max-width: 79px;
    height: auto;
    top: 0;
    right: 8px;
    z-index: 1122;
}
.c-btn-border-1x.c-btn-dark {
    border-color: #2f353b;
    color: #2f353b;
    background: none;
    border-color: #2f353b;
}

.row-flex-safari .news_title a:hover {
    color: #ea9a17 !important;
}
.c-layout-header.c-layout-header-4
    .c-navbar
    .c-mega-menu
    > .nav.navbar-nav
    > li:focus
    > a:not(.btn),
.c-layout-header.c-layout-header-4
    .c-navbar
    .c-mega-menu
    > .nav.navbar-nav
    > li:active
    > a:not(.btn),
.c-layout-header.c-layout-header-4
    .c-navbar
    .c-mega-menu
    > .nav.navbar-nav
    > li:hover
    > a:not(.btn) {
    color: #3a3f45;
    background: #fafafa;
}

.c-theme-nav li:focus > a:not(.btn),
.c-theme-nav li:active > a:not(.btn),
.c-theme-nav li:hover > a:not(.btn) {
    color: #32c5d2 !important;
}
.row-flex-safari .classWithPad {
    border: 1px solid #cccccc;
    padding: 2px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    height: auto;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.row-flex-safari .a-more .row {
    margin-left: 15px;
    margin-right: 15px;
}

.c-btn-circle {
    border-radius: 30px !important;
}

.c-btn-border-1x.c-btn-dark.c-btn-border-opacity-04 {
    border-color: rgb(105 105 105 / 60%);
}

.c-btn-border-1x.c-btn-dark.btn-no-focus:hover,
.c-btn-border-1x.c-btn-dark:hover,
.c-btn-border-1x.c-btn-dark.btn-no-focus:active,
.c-btn-border-1x.c-btn-dark:active,
.c-btn-border-1x.c-btn-dark.active,
.open > .c-btn-border-1x.c-btn-dark.dropdown-toggle {
    color: #ffffff;
    background: #2f353b;
    border-color: #2f353b;
}

.view > a:focus,
.view > a:hover,
.view > a:active {
    color: #fff !important;
}
a.active {
    color: #32c5d2 !important;
}
.row-flex-safari .a-more .view {
    text-align: center;
    padding: 5px;
    color: red;
    text-transform: uppercase;
    font-size: 15px;
}

.content_post img {
    max-width: 100%;
    width: 100% !important;
    height: auto !important;
}

.row-flex-safari .a-more .view a {
    display: block;
}

.row-flex-safari [class*="col-"] {
    margin-bottom: 15px;
}

.row-flex-safari .news_title {
    text-align: center;
    margin-top: 9px;
    color: #f7b03c;
    text-transform: uppercase;
}
