body {
    background: #f4f4f4;
    padding-top: 70px;
    overflow-x: hidden;
}

body.login {
    background: #fff;
    padding-top: unset;
}

body.error {
    background-color: #1a202c;
}

.aevn_loading {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.aevn_loading:after {
    content: " ";
    display: block;
    width: 16px;
    height: 16px;
    margin: 2px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: aevn_loading 0.5s linear infinite;
}

.logo {
    height: 32px;
    vertical-align: middle;
    margin-top: -3px;
}

@keyframes aevn_loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.aevn-error {
    display: none;
}

.aevn-hide {
    cursor: pointer;
}

a.button.w-full {
    display: inline-block;
}

.btn-inline-block {
    display: inline-block;
}

#top-bar {
    background: #a71919f0;
    box-shadow: 0 0 10px rgba(27, 27, 27, 0.48);
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
}

#__search {}

.index .search .search__input {
    background-color: #ffffff;
}

.bg-white {
    background-color: #ffffff;
}

.btn-inline-block>svg {
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    margin-top: -2px;
}

.user-guest {
    padding-top: 10px;
}

.user-guest .bg-theme-4 {
    color: #fff;
}

#nav-menu {
    margin-left: 25px;
}

#nav-menu>ul {}

#nav-menu>ul>li {
    float: left;
}

#nav-menu>ul>li>a {
    font-size: 16px;
    color: #fff;
    display: block;
    padding: 3px 13px;
    text-transform: uppercase;
}

#nav-menu>ul>li>a:hover,
#nav-menu>ul>li:hover>a {
    background: #d91515f0;
    border-radius: 30px;
}

#nav-menu>ul>li>a.active {
    background: #fff;
    color: #333;
    border-radius: 30px;
}

#nav-menu>ul>li .menu-sub {
    display: none;
    position: absolute;
    width: 500px;
    padding: 10px 0;
}

#nav-menu>ul>li .menu-sub:after {
    bottom: 100%;
    left: 70px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 8px;
    margin-left: -8px;
}

#nav-menu>ul>li:hover .menu-sub {
    display: block;
}

#nav-menu>ul>li .menu-sub>li {
    float: left;
    width: 50%;
}

#nav-menu>ul>li .menu-sub>li>a {
    padding: 5px 15px;
    display: block;
}

#nav-menu>ul>li .menu-sub>li>a:hover {
    background: #f9f9f9;
}

footer {
    background-color: #fff;
    padding-top: 20px;
    margin-top: 30px;
    padding-bottom: 20px;
    margin-bottom: -15px;
}

footer .title {
    margin: 0 0 10px;
    font-size: 24px;
    color: #d50000;
    font-weight: 700;
    text-transform: uppercase;
}

footer p.title {
    font-size: 18px;
}

footer .aevn-content {
    background: #fff;
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

footer p {
    margin-bottom: 5px;
}

main {
    min-height: 500px;
}

footer a:hover {
    color: #d50000;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-price {
    color: red;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 5px grey;
}

.__hang {
    margin-bottom: 30px;
}

.__hang .header {
    border-top: 1px solid #a71919f0;
}

.__hang .header .title {
    position: relative;
    height: 32px;
    margin: 0;
    line-height: 32px;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    padding: 0 8px;
    text-transform: uppercase;
    background: #a71919f0;
    color: #fff;
}

.__hang .header .title:after {
    content: '';
    position: absolute;
    border-top: 32px solid;
    border-right: 16px solid transparent;
    left: 100%;
    top: 0;
    border-top-color: #a71919f0;
}

.__hang .blog .blog__preview {
    height: unset;
    overflow: hidden;
    /* padding-top: 124%; */
    min-height: 300px;
    max-height: 300px;
}

.__hang .blog .blog__preview img {
    width: 100%;
    max-height: 350px;
    overflow: hidden;
    min-height: 350px;
}

.__hang .blog .blog__preview:before {
    content: "";
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}

.__hang .blog .blog__preview>a {
    position: initial;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 11;
    /* overflow: hidden; */
}

.__icon .feather {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -2.5px;
    display: inline-block;
}

ul.__khuvuc>li>a {
    display: block;
    border-bottom: 1px solid #dfdfdf;
    padding: 8px 15px;
}

ul.__khuvuc>li>a:hover {
    color: #d50000;
}

.__thumbs {
    float: left;
    width: 66px;
    max-height: 350px;
    overflow: hidden;
}

.__previews {
    float: left;
    width: calc(100% - 71px);
    margin-left: 5px;
}

.__thumbs a[data-zoom-id] {
    margin-bottom: 5px;
}

.__thumbs a[data-zoom-id],
.__thumbs .mz-thumb,
.mz-thumb:focus {
    display: block;
}

.product-description-content h1 {
    font-size: 24px;
    line-height: 34px;
    color: #a71a1a;
    font-weight: 500;
}

.meta-post {
    color: #a71919f0;
    border: 1px solid #dcdcdc;
    background-color: #ffffff;
    margin: 8px 0;
    padding: 8px;
    border-radius: 3px;
}

.product-meta-post {
    margin-right: 8px;
}

.ft-ghoh {
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    color: #eb0000;
    position: relative;
    padding: 8px;
    margin-bottom: 10px;
    border-radius: 2px;
    background-color: #fff9fa;
    border: solid 1px #fdd;
    text-align: center;
}

.fk-tit {
    margin-top: 10px;
    padding: 4px 10px;
    font-weight: 700;
    color: #fff;
    background: #34a105;
    font-size: 16px;
}

.summary-product {
    border: 1px dashed #cecece;
    border-radius: 5px;
    padding: 8px 10px;
    margin-top: 10px;
}

.summary-product ul li {
    list-style: outside;
    margin-left: 25px;
}

.insDailyPurchase {
    color: #257c00;
    border: 1px solid #257c00;
    background-color: #f7ffef;
    margin-top: 8px;
    padding: 8px;
    border-radius: 3px;
}

.entry-content figure {
    max-width: 100%;
    height: auto;
    margin-top: 1em;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 1em;
    margin-bottom: 10px;
}

.entry-content figure img {
    max-width: 100%;
    height: auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}

.entry-content figure figcaption {
    padding: .3em;
    font-size: .8em;
    font-style: italic;
    text-align: center;
    background-color: #deb887;
    color: #b22222;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.out-of-stock-label {
    color: red;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background: #fff;
    text-align: center;
    opacity: .9;
    z-index: 11;
    line-height: 40px;
    margin-top: -20px;
}

.rateit {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.rateit .rateit-range {
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    background: url(star.gif);
    height: 16px;
    outline: none;
}

.rateit .rateit-range * {
    display: block;
}


/* for IE 6 */

* html .rateit,
* html .rateit .rateit-range {
    display: inline;
}


/* for IE 7 */

*+html .rateit,
*+html .rateit .rateit-range {
    display: inline;
}

.rateit .rateit-hover,
.rateit .rateit-selected {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
}

.rateit .rateit-hover-rtl,
.rateit .rateit-selected-rtl {
    left: auto;
    right: 0;
}

.rateit .rateit-hover {
    background: url(star.gif) left -32px;
    color: rgb(239, 197, 41);
}

.rateit .rateit-hover-rtl {
    background-position: right -32px;
}

.rateit .rateit-selected {
    background: url(star.gif) left -16px;
    color: rgb(191, 66, 66);
}

.rateit .rateit-selected-rtl {
    background-position: right -16px;
}

.rateit .rateit-preset {
    background: url(star.gif) left -48px;
    color: rgb(239, 107, 34);
}

.rateit .rateit-preset-rtl {
    background: url(star.gif) left -48px;
}

.rateit button.rateit-reset {
    background: url(delete.gif) 0 0;
    width: 16px;
    height: 16px;
    display: -moz-inline-box;
    display: inline-block;
    float: left;
    outline: none;
    border: none;
    padding: 0;
}

.rateit .rateit-reset span {
    display: none;
}

.rateit button.rateit-reset:hover,
.rateit button.rateit-reset:focus {
    background-position: 0 -16px;
}

.rateit-font {
    font-size: 34px;
    line-height: 1em;
}

.rateit-font .rateit-range {
    background: none;
    height: auto;
}

.rateit-font .rateit-empty {
    color: #ccc;
}

.rateit-font .rateit-range>div,
.rateit-font .rateit-range>span {
    background: none;
    overflow: hidden;
    cursor: default;
}

.rateit.rateit-font .rateit-reset {
    font-size: inherit;
    background: none;
    width: 0.6em;
    height: 0.6em;
    margin-top: 0.2em;
    background: gray;
    border-radius: 50%;
    position: relative;
    display: none !important;
}

.rateit.rateit-font .rateit-reset span {
    display: block;
    font-weight: bold;
    color: white;
    height: calc(50% - 0.045em);
    top: 0;
    position: absolute;
    border-bottom: 0.09em solid white;
    width: 72%;
    margin-left: 14%;
}

.rateit.rateit-font .rateit-reset:hover,
.rateit.rateit-font button.rateit-reset:focus {
    background: #e6574b;
    /* Old browsers */
    background: radial-gradient(ellipse at center, #e6574b 55%, #f6836b 77%, #f9d3cc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-position: 0 0;
}

.table.table-info td,
.table.table-info th {
    padding: 6px 8px;
}

#mobile-menu {
    width: 70px;
    margin: 0;
    height: 70px;
    text-align: center;
    background-color: #a71919f0;
    margin-left: -33px;
    margin-right: 15px;
    display: none;
}

#mobile-menu button {
    height: 70px;
    outline: 0
}

@media only screen and (max-width: 1000px) {
    #mobile-menu {
        display: unset
    }
}

@media only screen and (max-width: 1455px) {
    .search.hidden {
        margin-left: 15px;
    }
    .user-login,
    .user-guest {
        position: absolute !important;
        right: 0;
        top: 7px;
    }
    .user-login {
        top: 20px
    }
}

.btn-block {
    display: block;
    width: 100%
}

.comment-list {
    padding: 8px 10px;
}

.comment-list .ml-2.overflow-hidden {
    width: 100%;
}

body.bg-outlight:after {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 99;
    content: "";
    width: 100%;
}

ul.mobile-menu-dropdown {
    position: fixed;
    background-color: #fff;
    width: 300px;
    left: 0;
    top: 0;
    z-index: 100;
    height: 100%;
    bottom: 0;
    box-shadow: 0 1px 4px #000000;
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    overflow: auto;
}

ul.mobile-menu-dropdown.active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

ul.mobile-menu-dropdown>li>a {
    display: block;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 17px;
    font-size: 16px;
}

ul.mobile-menu-dropdown .menu-sub {
    display: none;
}

ul.mobile-menu-dropdown .menu-sub.active {
    display: block;
}

ul.mobile-menu-dropdown .menu-sub>li {
    border-bottom: 1px solid #dfdfdf;
    padding: 12px 35px;
}

ul.mobile-menu-dropdown>li {
    position: relative
}

ul.mobile-menu-dropdown .click-drop {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 44px;
    width: 44px;
    text-align: center;
    border-left: 1px solid #efefef;
    font-size: 20px;
    cursor: pointer;
    outline: 0;
    display: block;
}

ul.mobile-menu-dropdown .click-drop.active .fa-angle-down:before {
    content: "\f106";
}

#filter-mobile {
    margin-top: 15px;
}

#filter-mobile .title {
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

#filter-mobile a.item {
    display: inline-block;
    margin: 0 4px 10px 0;
    padding: 4px 5px;
    border-radius: 3px;
    font-size: 12px;
}

#filter-mobile a.item.tag {
    color: #288ad6;
    border: 1px solid #288ad6;
}

.rateit-font {
    vertical-align: middle;
}

.show-1024 {
    display: none
}

@media only screen and (max-width: 1024px) {
    .hide-1024 {
        display: none;
    }
    .show-1024 {
        display: block
    }
}

.info-web h2 {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.info-web h2:before,
.info-web h2:after {
    height: 3px;
    background: #333;
    width: 100px;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    margin-left: -185px;
    top: 36px;
}

.info-web h2:after {
    margin-left: unset;
    margin-right: -185px;
    left: unset;
    right: 50%;
}

.info-web .title {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
}

.info-web svg {
    color: #ff1a2b;
    width: 55px;
    height: 35px;
}

.info-web .col-item {
    min-height: 110px;
}

@media only screen and (max-width: 768px) {
    .info-web .col-span-6 {
        grid-column: span 12/span 12;
    }
    .info-web .col-item {
        min-height: auto;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 430px) {
    .info-web h2:before,
    .info-web h2:after {
        width: 50px;
        margin-left: -135px;
    }
    .info-web h2:after {
        margin-right: -135px;
    }
}

.ringing-bell {
    background-color: var(--col-bg3);
    text-align: center
}

.ringing-bell a {
    display: block;
    text-decoration: none;
    color: var(--orange, #ff0)
}

.ringing-bell a:hover {
    color: #ff0
}

.ringing-bell a .bell {
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    transform-origin: 50% 4px
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    1% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    3% {
        -webkit-transform: rotate(-28deg);
        transform: rotate(-28deg)
    }
    5% {
        -webkit-transform: rotate(34deg);
        transform: rotate(34deg)
    }
    7% {
        -webkit-transform: rotate(-32deg);
        transform: rotate(-32deg)
    }
    9% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    11% {
        -webkit-transform: rotate(-28deg);
        transform: rotate(-28deg)
    }
    13% {
        -webkit-transform: rotate(26deg);
        transform: rotate(26deg)
    }
    15% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    17% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }
    19% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }
    21% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    23% {
        -webkit-transform: rotate(-16deg);
        transform: rotate(-16deg)
    }
    25% {
        -webkit-transform: rotate(14deg);
        transform: rotate(14deg)
    }
    27% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    29% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    31% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }
    33% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg)
    }
    35% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
    37% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    39% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg)
    }
    41% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg)
    }
    43% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    1% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    3% {
        -webkit-transform: rotate(-28deg);
        transform: rotate(-28deg)
    }
    5% {
        -webkit-transform: rotate(34deg);
        transform: rotate(34deg)
    }
    7% {
        -webkit-transform: rotate(-32deg);
        transform: rotate(-32deg)
    }
    9% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }
    11% {
        -webkit-transform: rotate(-28deg);
        transform: rotate(-28deg)
    }
    13% {
        -webkit-transform: rotate(26deg);
        transform: rotate(26deg)
    }
    15% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    17% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }
    19% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }
    21% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }
    23% {
        -webkit-transform: rotate(-16deg);
        transform: rotate(-16deg)
    }
    25% {
        -webkit-transform: rotate(14deg);
        transform: rotate(14deg)
    }
    27% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    29% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    31% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }
    33% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg)
    }
    35% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
    37% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    39% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg)
    }
    41% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg)
    }
    43% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes shine {
    0% {
        left: -100%
    }
    to {
        left: 110%
    }
}

@keyframes shine {
    0% {
        left: -100%
    }
    to {
        left: 110%
    }
}

.ring {
    position: fixed;
    z-index: 999;
    left: -7vw;
    bottom: -7vw;
    display: none;
}

@media screen and (max-width: 768px) {
    .ring {
        display: block;
    }
}

.coccoc-alo-ph-circle {
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, .4);
    opacity: .1;
    -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    transition: all .5s
}

.coccoc-alo-phone {
    display: block;
    background-color: transparent;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-transition: visibility .5s;
    transition: visibility .5s
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
    background-color: rgb(191, 18, 147);
    opacity: .75 !important
}

.coccoc-alo-ph-circle-fill {
    background-color: #000;
    opacity: .1;
    -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    transition: all .5s
}

.coccoc-alo-ph-circle-fill,
.coccoc-alo-ph-img-circle {
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent
}

.coccoc-alo-ph-img-circle {
    background: rgba(30, 30, 30, .1) url(../images/phone.png) no-repeat 50%;
    opacity: .7;
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
    background-color: #a71919f0
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
    border-color: #a71919f0;
    opacity: .5
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle {
    border-color: #75eb50;
    opacity: .5
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle-fill,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, .5);
    opacity: .75 !important
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-img-circle,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-img-circle {
    background-color: #75eb50
}

@-webkit-keyframes coccoc-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    to {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes coccoc-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    to {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-webkit-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    to {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes coccoc-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    to {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
    to {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes coccoc-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
    to {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

.coccoc-alo-phone {
    width: 30vw;
    height: 30vw
}

.coccoc-alo-ph-circle {
    width: 25vw;
    height: 25vw;
    top: 2.5vw;
    left: 2.5vw
}

.coccoc-alo-ph-circle-fill {
    width: 15vw;
    height: 15vw;
    top: 7.5vw;
    left: 7.5vw
}

.coccoc-alo-ph-img-circle {
    width: 9vw;
    height: 9vw;
    top: 10.5vw;
    left: 10.5vw;
    background-size: 7vw
}

@media only screen and (max-width: 500px) {
    #top-bar>div>a.-intro-x>span {
        display: none;
    }
    #user-auth {
        right: 0px;
        overflow: unset;
    }
}

@media only screen and (max-width: 420px) {
    #user-auth a[href="/register/"] {
        display: none;
    }
}


/*FIX CSS*/

a.block.font-semibold {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.girl-block {
    position: absolute;
    top: 0;
    right: 5px;
}

.local-block {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#amung {
    display: none;
}

.filter-box {
    overflow: auto;
}

.filter-body {
    margin-left: -1%;
}

.filter-body:after {
    content: "";
    clear: both;
    display: block;
}

#filter-mobile a.item.tag {
    width: 19%;
    height: 45px;
    overflow: hidden;
    float: left;
    margin: 0;
    margin-left: 1%;
    margin-bottom: 1%;
}

.filter-price>a {
    border: 1px solid;
    padding: 0 10px;
    border-radius: 5px;
    color: #a71919f0;
    display: inline-block;
    margin-bottom: 5px;
    float: left;
    margin-right: 5px;
    line-height: 37px;
}

@media only screen and (max-width: 650px) {
    #filter-mobile a.item.tag {
        width: 32.33%;
    }
}

@media only screen and (max-width: 450px) {
    #filter-mobile a.item.tag {
        width: 49%;
    }
}

.clear:after {
    content: "";
    clear: both;
    display: block;
}

#form_filter {
    float: right;
}

.filter-price-box {
    float: left;
}

@media only screen and (max-width: 1280px) {
    #form_filter {
        width: 100%;
        margin-top: 10px;
    }
    #form_filter>input,
    #form_filter>select {
        width: 50%;
    }
}

@media only screen and (max-width: 500px) {
    .filter-price>a {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
}

.floating-action {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    border-top-left-radius: 100%;
    color: #fff;
    z-index: 999;
    -webkit-transition: width 0.3s, height 0.3s, background 0.3s;
    transition: width 0.3s, height 0.3s, background 0.3s;
}

.floating-action a {
    color: #fff;
}

.floating-action .action-item {
    position: absolute;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: bottom 0.3s, right 0.3s, opacity 0.3s, background 0.3s;
    transition: bottom 0.3s, right 0.3s, opacity 0.3s, background 0.3s;
}

.floating-action .action-toggle {
    background: #00aff2;
    opacity: 0.7;
    z-index: 1;
}

.floating-action .action-toggle span {
    position: absolute;
    z-index: 999;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.floating-action .action-toggle span:first-of-type {
    width: 25%;
    height: 25%;
    background-color: #fff;
}

.floating-action .action-toggle span:nth-of-type(2) {
    width: 50%;
    height: 50%;
    border: 0.5vw solid #fff;
    background: 0 0;
}

.floating-action .action-home {
    background: #00aff2;
}

.floating-action .action-menu {
    background: #239924;
}

.floating-action .action-user {
    background: #fe9900;
}

.floating-action .action-top {
    background: #2196f3;
}

.floating-action.activated {
    background: rgba(0, 0, 0, 0.2);
}

.floating-action.activated .action-item {
    opacity: 1;
}

.floating-action.activated .action-toggle {
    background: #999;
}

.floating-action.activated .action-toggle span {
    left: 50%;
    width: 45%;
    height: 0.5vw;
    border-radius: 0;
    border: none;
}

.floating-action.activated .action-toggle span:first-of-type {
    top: 50%;
    -webkit-transform: translate(-50%) rotate(45deg);
    transform: translate(-50%) rotate(45deg);
}

.floating-action.activated .action-toggle span:nth-of-type(2) {
    background-color: #fff;
    top: 50%;
    -webkit-transform: translate(-50%) rotate(-45deg);
    transform: translate(-50%) rotate(-45deg);
}

@media only screen and (max-width: 575px) {
    .floating-action {
        display: block;
        font-size: 4.5vw;
    }
    .floating-action .action-item {
        bottom: 2.3vw;
        right: 2.3vw;
        width: 11.5vw;
        height: 11.5vw;
        line-height: 11vw;
    }
    .floating-action .action-top i {
        font-size: 6vw;
    }
    .floating-action.activated {
        width: 46vw;
        height: 46vw;
    }
    .floating-action.activated .action-home {
        right: 30.8vw;
    }
    .floating-action.activated .action-menu {
        right: 25vw;
        bottom: 15.05vw;
    }
    .floating-action.activated .action-user {
        right: 15.05vw;
        bottom: 25vw;
    }
    .floating-action.activated .action-top {
        bottom: 30.8vw;
    }
}

li.mobile_search {
    border-bottom: 1px solid #e2e8f0;
    position: relative;
}

li.mobile_search input {
    width: 90%;
    margin-left: 15px;
    font-size: 16px;
    margin-top: 15px;
    border-radius: 3px;
}

li.mobile_search input:focus {
    box-shadow: none
}

li.mobile_search button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 69px;
    width: 36px;
}

#reviews,
#comments {
    font-family: Arial;
}

form[action="/auth/add-comment/"] {
    position: relative;
}

form[action="/auth/add-comment/"] button[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 5px 5px 0;
    height: 58px;
}

#reviews .comment-left,
#comments .comment-left {
    width: 30px;
    height: 30px;
    float: left;
}

#reviews .comment-right,
#comments .comment-right {
    float: left;
    width: calc(100% - 38px);
    margin-left: 8px;
}

#reviews .rlist,
#comments .rlist {
    margin: 0 -10px;
}

span[data-like="0"] {
    display: none;
}

.comment-list:after {
    content: "";
    clear: both;
    display: block;
}

.zoom-btn {
    text-align: center;
    background-color: #ececec;
    line-height: 30px;
    cursor: pointer;
}

@media only screen and (max-width:1024px) {
    #zoom-fig {
        margin: -15px;
    }
}

.w-btn>span {
    cursor: pointer;
}

.w-btn>span:hover {
    color: #a71919f0;
}

.w-btn>span.active {
    color: #00a1d2
}

.modal {
    z-index: 10000!important;
}

.modal-hide {
    top: 13px;
    right: 13px;
}

.modal-content {
    padding: 15px;
}

.modal-title {
    border-bottom: 1px solid #dfdfdf;
    line-height: 50px;
    font-size: 18px;
    padding-left: 15px;
    text-align: center;
}

.modal-login .login__input {
    width: 100%;
}

.comment-pd {
    padding: 0 10px 10px 10px;
}

.news p {
    text-indent: unset;
    margin-bottom: 5px;
}

.fr-view blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    color: #333
}

.fr-view blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

.fr-view blockquote p {
    display: inline;
}

.fr-view h1,
.fr-view h2,
.fr-view h3 {
    font-weight: bold;
}

.fr-view h1 {
    font-size: 20px;
}

.fr-view h2 {
    font-size: 18px;
}

.fr-view h3 {
    font-size: 16px;
}

.ae-faq {
    margin-top: 20px;
    margin-left: 40px;
}

h3.ae-faq-title {
    font-size: 1rem;
    padding-left: 40px;
    margin-bottom: 1rem;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}

h3.ae-faq-title:before {
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #a71919f0;
    font-size: 28px;
}

h3.ae-faq-title:before {
    content: "\f101";
}

h3.ae-faq-title:hover {
    color: #a71919f0;
}

.ae-faq-content {
    margin-bottom: 20px;
    display: none;
}

.jconfirm-modern .container {
    max-width: 500px;
}

.jconfirm .jconfirm-box {
    border-radius: 0 !important;
}

@media only screen and (max-width:550px) {
    .jconfirm-modern .container {
        max-width: 90%;
    }
}

.jconfirm-modern .input:focus {
    outline: 0;
    box-shadow: none;
}

.rating {
    display: inline-block;
    unicode-bidi: bidi-override;
    color: #888888;
    font-size: 50px;
    width: auto;
    margin: 0;
    position: relative;
    padding: 0;
}

.rating-upper {
    color: #bf4242;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: flex;
    top: -10px;
    left: 0;
    overflow: hidden;
}

.rating-lower {
    padding: 0;
    display: flex;
    z-index: 0;
    margin-top: -10px;
}

.rating .rating-submit input[type="radio"] {
    display: none;
}

.rating .rating-submit span {
    cursor: pointer;
}

.rating .rating-submit:after {
    display: block;
    content: "";
    clear: both;
}

.rating .rating-submit label {
    float: right;
}

.rating .rating-submit label:hover~label span,
.rating .rating-submit label:hover span,
.rating .rating-submit label.checked span,
.rating .rating-submit label.checked~label span {
    color: #bf4242;
}

.jconfirm-modern input[type="file"] {
    display: none;
}

.jconfirm-modern button.upload {
    width: 100%;
    background-color: #3498db;
    color: #fff;
    cursor: pointer;
    height: 35px;
    border-radius: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jconfirm-modern .alert {
    margin-top: 15px;
    padding: 10px;
    border-radius: 3px;
    display: none;
}

.jconfirm-modern .alert.alert-danger {
    background-color: #ff7a7a;
    color: #fff;
}

.rating-submit {
    margin-top: -20px;
}

.reviews-data {
    text-align: center;
}

.rating-title {
    margin-top: 20px;
    font-size: 16px;
}

.rating-title>span {
    display: block;
    font-size: 28px;
    color: #bf4242;
}

.vote {
    position: relative;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    width: 84px;
    display: block;
}

.vote .stars-text {
    position: absolute;
    top: 0px;
    left: 0px;
    color: lightgrey;
}

.vote .stars-show {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #bf4242;
    z-index: 1;
    width: 33%;
    overflow: hidden;
}

.rating-title.rating-title-mini {
    font-size: 14px;
}

.rating-title.rating-title-mini>span {
    display: inline;
    font-size: 16px;
}

#rating-popup {
    text-align: left;
    color: #333;
}

.rating-pop {
    text-align: left;
}

.rating-pop .rating-title {
    display: inline-block;
    vertical-align: top;
    margin-top: 14px;
    width: 45px;
    color: #333;
}

.rating-pop .rating {
    font-size: 32px;
}

.rating-pop .rating-submit {
    margin-top: 0;
}

.rating-pop-title {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
}

.vradio {
    margin-left: 15px;
}

.vinput>input {
    border: 2px solid #a51b82;
    vertical-align: middle;
    color: #333;
    text-align: center;
    outline: 0;
    min-width: 70px;
    margin-right: 8px;
    height: 30px;
}

.container2 {
    margin: 0 auto;
}

@media (min-width: 1360px) {
    .container2 {
        max-width: 1360px;
    }
}

.box-review-content {
    padding: 15px;
}

.box-review-title {
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 15px;
}

.emhang {
    padding: 15px;
}

.emhang:after {
    clear: both;
    display: block;
    content: "";
}

.emhang>.thumb {
    float: left;
    width: 100px;
}

.emhang>.info {
    float: left;
    margin-left: 15px;
    width: calc(100% - 115px);
}

.box-review-content .rating-title>span {
    font-size: 16px;
    display: inline-block;
}

.box-review-content .rating-title {
    margin-top: 0;
}

.box-review-content #Zoom-1 {
    display: none;
}

.box-review-content ul.thumbnail>li {
    position: relative;
}

ul.thumbnail:after {
    content: "";
    clear: both;
    display: block;
}

ul.thumbnail>li {
    float: left;
    width: 23%;
    margin-left: 2%;
    margin-bottom: 2%;
}

ul.thumbnail {
    margin-left: -2%;
    margin-bottom: -20px;
}

button.like,
button.dislike {
    border-radius: 3px;
    margin-right: 5px;
    width: 30px;
    line-height: 26px;
    box-shadow: 0 5px 5px #6f6f6f;
    color: #fff;
    background-color: #5d5d5d;
}

button.like:hover,
button.dislike:hover {
    background-color: #050607;
}

button.like.active {
    background-color: #a71919f0;
}

button.dislike.active {
    background-color: #d32929;
}

button.like span,
button.dislike span {
    display: none;
}

.user-star>div>.fa {
    margin-right: 5px;
}

.reply form[action="/auth/add-comment/"] button[type="submit"] {
    height: 36px;
}

@media only screen and (min-width: 1255px) {
    #mobile-menu {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {
    #nav-menu {
        display: none;
    }
}

.container-demo {
    margin-bottom: 30px;
    margin-top: 30px;
}

.topbar .right-header__languages {
    width: 70px;
    float: right;
    position: relative;
    margin-left: 15px;
    right: 0px;
}

.right-header__languages ul {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 20px;
    width: 140px;
    padding: 5px 0;
    list-style: none;
    text-align: left;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    background-color: #ffffff;
    z-index: 9;
}

.right-header__destinations ul.open,
.right-header__languages ul.open {
    margin-top: 0;
    transition: all 0.3s;
    opacity: 1;
    visibility: visible;
    padding-left: 9px;
    padding-right: 9px;
    margin-left: -90px;
}

.right-header__languages img {
    width: 30px;
    margin-top: 10px;
    border: 1px solid #fff;
}

.right-header__languages ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.right-header__languages ul.open li a img {
    width: 28px;
    margin-top: 2px;
    margin-right: 5px;
}

.text-tuoi {
    position: absolute;
    left: 0;
    padding-left: 5px;
    padding-top: 10px;
}

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

.text-price {
    position: absolute;
    top: 45px;
    right: 5px;
}

.text-nickname {
    top: 10px;
    text-align: center;
    right: 35%;
}

.header-info-container {
    font-weight: bold;
}

@media only screen and (max-width: 780px) {
    .header-info-container {
        font-size: 11px;
    }
}

.icon-show-hide {
    float: right;
    margin-left: 8px;
    margin-top: -30px;
    position: relative;
    font-size: 18px !important;
    cursor: pointer;
    z-index: 9999;
}

.register-success i {
    color: #ac2627;
    margin-right: 8px;
}

.register-success li {
    padding-bottom: 5px;
}

.register-success .title {
    margin: 0 0 10px;
    font-size: 24px;
    color: #d50000;
    font-weight: 700;
    text-transform: uppercase;
}

.title-filter {
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    color: #d50000;
}

.btn-submit-filter {
    display: block;
    margin: auto;
    margin-top: 20px;
    max-width: 70%;
    color: #fff;
}

.phan-trang {
    display: block;
    margin: auto;
    max-width: 200px;
}

.country-info {
    font-size: 10px;
}

.text-nickname {
    right: 22%;
    color: #ac2627;
    font-size: 15px;
}

@media only screen and (max-width: 780px) {
    .text-nickname {
        top: 21px;
        text-align: center;
        right: 22%;
        color: #ac2627;
        font-size: 13px;
    }
    .__hang .blog .blog__preview {
        min-height: unset;
    }
    .__hang .blog .blog__preview img {
        width: 100%;
        max-height: 250px;
        overflow: hidden;
        min-height: 250px;
    }
    .__hang .blog .blog__preview {
        height: unset;
        overflow: hidden;
        min-height: 246px;
        max-height: 250px;
    }
}

body {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.social-icon {
    max-width: 35px;
    padding-right: 5px;
}

.social-icons {
    display: flex;
    margin-left: 0px !important;
}

.site-message {
    background-color: #000;
    color: #fff;
    text-align: center;
    margin-left: -32px;
    margin-right: -32px;
}

.ads-home {
    margin-top: 30px;
}

.package-item {
    border: 1px solid #ac2627;
    padding: 15px;
    border-radius: 15px;
}

.package-item a.btn {
    max-width: 200px;
    display: block;
    margin: auto;
    margin-top: 15px;
}

.link-buy-package {
    text-decoration: underline;
    color: red;
}

.login-container .mobile_search select.input,
select.input.input--lg,
select.input.input--sm {
    margin-top: 5px;
}

.lable-text span {
    color: red;
}

.lable-text {
    margin-top: 15px;
}

.login-container .input:not(textarea).input--lg {
    /* padding-top: 0px; */
    margin-top: 5px;
}

.register-row {
    margin-top: 15px;
}

.register-row .error {
    color: red;
    font-size: 10px;
}

.iti .error {
    position: absolute;
    color: red;
    font-size: 10px;
}

.dropdown ul.open {
    display: block !important;
}

.fone {
    font-size: 19px;
    /* chÃƒÂ¡Ã‚Â»Ã‚Â¯ cÃƒÂ¡Ã‚ÂºÃ‚Â¡nh nÃƒÆ’Ã‚Âºt gÃƒÂ¡Ã‚Â»Ã‚Âi */
    color: #f00;
    line-height: 40px;
    font-weight: bold;
    padding-left: 48px;
    /* cÃƒÆ’Ã‚Â¡ch bÃƒÆ’Ã‚Âªn trÃƒÆ’Ã‚Â¡i cho chÃƒÂ¡Ã‚Â»Ã‚Â¯ */
    margin: 0 0;
}

.fix_tel {
    position: fixed;
    bottom: 15px;
    right: 0px;
    z-index: 999;
}


/* left 18px lÃƒÆ’Ã‚Â  cÃƒÆ’Ã‚Â¡ch bÃƒÆ’Ã‚Âªn trÃƒÆ’Ã‚Â¡i 18px. nÃƒÂ¡Ã‚ÂºÃ‚Â¿u muÃƒÂ¡Ã‚Â»Ã¢â‚¬Ëœn cho nÃƒÆ’Ã‚Âºt gÃƒÂ¡Ã‚Â»Ã‚Âi sang phÃƒÂ¡Ã‚ÂºÃ‚Â£i thay lÃƒÆ’Ã‚Â  right */

.fix_tel a {
    text-decoration: none;
    display: block;
}

.tel {
    background: #eee;
    width: 205px;
    height: 40px;
    position: relative;
    overflow: hidden;
    background-size: 40px;
    border-radius: 28px;
    border: none
}

.ring-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 80px;
    position: absolute;
    transition: visibility 0.5s ease 0s;
    visibility: hidden;
    width: 80px;
    z-index: 200000 !important;
}

.ring-alo-phone.ring-alo-show {
    visibility: visible;
}

.ring-alo-phone.ring-alo-hover,
.ring-alo-phone:hover {
    opacity: 1;
}

.ring-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 70px;
    left: 10px;
    opacity: 0.1;
    position: absolute;
    top: 12px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 70px;
}

.ring-alo-phone.ring-alo-active .ring-alo-ph-circle {
    animation: 1.1s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}

.ring-alo-phone.ring-alo-static .ring-alo-ph-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}

.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle,
.ring-alo-phone:hover .ring-alo-ph-circle {
    border-color: #009900;
    opacity: 0.5;
}

.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle,
.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle {
    border-color: #baf5a7;
    opacity: 0.5;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
    border-color: #009900;
    opacity: 0.5;
}

.ring-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running ring-alo-circle-fill-anim;
    background-color: #000;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 30px;
    left: 30px;
    opacity: 0.1;
    position: absolute;
    top: 33px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 30px;
}

.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle-fill,
.ring-alo-phone:hover .ring-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}

.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle-fill,
.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: 0.75 !important;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}

.ring-alo-ph-img-circle {
    animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 30px;
    left: 30px;
    opacity: 1;
    position: absolute;
    top: 33px;
    transform-origin: 50% 50% 0;
    width: 30px;
}

.ring-alo-phone.ring-alo-hover .ring-alo-ph-img-circle,
.ring-alo-phone:hover .ring-alo-ph-img-circle {
    background-color: #009900;
}

.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-img-circle,
.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-img-circle {
    background-color: #75eb50;
}

.ring-alo-phone.ring-alo-green .ring-alo-ph-img-circle {
    background-color: #009900;
}

@keyframes ring-alo-circle-anim {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }
    30% {
        opacity: 0.5;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    100% {
        opacity: 0.6;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

.comment-input {
    width: 98%;
    margin-top: 10px;
    margin-left: 10px;
    padding-right: 10px;
    border-radius: 0px;
    border: 1px solid #33333324;
}

.submit_comment {
    float: right;
    margin-top: 20px;
}

#comments {
    margin-top: 50px;
}

.group-loc-mobile {
    margin-left: -32px;
    margin-right: -32px;
    /* text-align: right; */
    height: 20px;
    margin-top: 5px;
}

.group-loc-mobile a {
    color: #fff;
    font-weight: bold;
    text-align: right;
    padding-right: 15px;
    /* float: right; */
    position: absolute;
    right: 0px;
    /* min-height: 100px; */
    margin-top: 5px;
    cursor: pointer;
    border: 1px dotted;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

@media only screen and (max-width: 580px) {
    .group-loc-mobile {
        display: block !important;
    }
}


/* .modal-backdrop {
    background-color: #fff !important;
 } */

.select2-container--open {
    z-index: 9999999999999999 !important;
}

.container {
    margin-top: 50px;
}

.center {
    text-align: center;
}

.button-center {
    max-width: 200px;
    display: block;
    margin: auto;
}

.bottom-30 {
    margin-bottom: 30px;
}
.get_profile_epm {
    margin-top: 50px;
}
.logo-menu {
    max-width: 50px; 
    height: auto;
}
@media only screen and (max-width: 680px) {
    #mobile-menu {
        width: 53px;
        margin: 0;
        height: 41px;
        text-align: center;
        background-color: unset;
        margin-left: -33px;
        margin-right: 15px;
        margin-top: -24px;
    }
    .logo-menu {
        max-width: auto !important;
        height: auto;
        margin-left: -57px !important;
        margin-top: -58px;
        max-height: 35px !important;
    }
}
@media only screen and (max-width: 980px) {
    #mobile-menu {
        width: 53px;
        margin: 0;
        height: 41px;
        text-align: center;
        background-color: unset;
        margin-left: -33px;
        margin-right: 15px;
        margin-top: -24px;
    }
    .logo-menu {
        max-width: 100px;
        height: auto;
        margin-left: -8px;
        max-height: 50px;
    }
}

@media only screen and (min-width: 1000px) {
    #mobile-menu {
        width: 53px;
        margin: 0;
        height: 41px;
        text-align: center;
        background-color: unset;
        margin-left: -33px;
        margin-right: 15px;
        margin-top: -24px;
    }
    .logo-menu {
        max-width: 80px;
        height: auto;
        margin-left: 0px;
        max-height: 50px;
    }
}
