@charset "utf-8"; /* CSS Document */
@import url("fonts.css"); * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
    margin: 0;
}

body {
    font-family: 'Mulish', sans-serif;
    line-height: 1.5;
    padding: 0;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

iframe {
    max-width: 100%;
}

.grecaptcha-badge {
    display: none !important;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover,a:focus {
    color: unset;
    outline: none;
}

ul {
    visibility: visible;
}

.clearfix {
    float: none;
    clear: both;
}

.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    content: "";
    clear: both;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
/* load */
div.wap_load{background: #ffffffe3;backdrop-filter: blur(7px);position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999999999}
.cssload-thecube{width: 65px;height: 65px;margin:0 auto;margin-top:49px;position:relative;transform:rotateZ(45deg);-o-transform:rotateZ(45deg);-ms-transform:rotateZ(45deg);-webkit-transform:rotateZ(45deg);-moz-transform:rotateZ(45deg);position:absolute;top:50%;left:50%;margin-left:-25px;margin-top:-25px;}.cssload-thecube .cssload-cube{position:relative;transform:rotateZ(45deg);-o-transform:rotateZ(45deg);-ms-transform:rotateZ(45deg);-webkit-transform:rotateZ(45deg);-moz-transform:rotateZ(45deg);}.cssload-thecube .cssload-cube{float:left;width:50%;height:50%;position:relative;transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);}.cssload-thecube .cssload-cube:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color: #4e240b;animation:cssload-fold-thecube 2.76s infinite linear both;-o-animation:cssload-fold-thecube 2.76s infinite linear both;-ms-animation:cssload-fold-thecube 2.76s infinite linear both;-webkit-animation:cssload-fold-thecube 2.76s infinite linear both;-moz-animation:cssload-fold-thecube 2.76s infinite linear both;transform-origin:100% 100%;-o-transform-origin:100% 100%;-ms-transform-origin:100% 100%;-webkit-transform-origin:100% 100%;-moz-transform-origin:100% 100%;}.cssload-thecube .cssload-c2{transform:scale(1.1) rotateZ(90deg);-o-transform:scale(1.1) rotateZ(90deg);-ms-transform:scale(1.1) rotateZ(90deg);-webkit-transform:scale(1.1) rotateZ(90deg);-moz-transform:scale(1.1) rotateZ(90deg);}.cssload-thecube .cssload-c3{transform:scale(1.1) rotateZ(180deg);-o-transform:scale(1.1) rotateZ(180deg);-ms-transform:scale(1.1) rotateZ(180deg);-webkit-transform:scale(1.1) rotateZ(180deg);-moz-transform:scale(1.1) rotateZ(180deg);}.cssload-thecube .cssload-c4{transform:scale(1.1) rotateZ(270deg);-o-transform:scale(1.1) rotateZ(270deg);-ms-transform:scale(1.1) rotateZ(270deg);-webkit-transform:scale(1.1) rotateZ(270deg);-moz-transform:scale(1.1) rotateZ(270deg);}.cssload-thecube .cssload-c2:before{animation-delay:0.35s;-o-animation-delay:0.35s;-ms-animation-delay:0.35s;-webkit-animation-delay:0.35s;-moz-animation-delay:0.35s;}.cssload-thecube .cssload-c3:before{animation-delay:0.69s;-o-animation-delay:0.69s;-ms-animation-delay:0.69s;-webkit-animation-delay:0.69s;-moz-animation-delay:0.69s;}.cssload-thecube .cssload-c4:before{animation-delay:1.04s;-o-animation-delay:1.04s;-ms-animation-delay:1.04s;-webkit-animation-delay:1.04s;-moz-animation-delay:1.04s;}@keyframes cssload-fold-thecube{0%,10%{transform:perspective(136px) rotateX(-180deg);opacity:0;}25%,75%{transform:perspective(136px) rotateX(0deg);opacity:1;}90%,100%{transform:perspective(136px) rotateY(180deg);opacity:0;}}@-o-keyframes cssload-fold-thecube{0%,10%{-o-transform:perspective(136px) rotateX(-180deg);opacity:0;}25%,75%{-o-transform:perspective(136px) rotateX(0deg);opacity:1;}90%,100%{-o-transform:perspective(136px) rotateY(180deg);opacity:0;}}@-ms-keyframes cssload-fold-thecube{0%,10%{-ms-transform:perspective(136px) rotateX(-180deg);opacity:0;}25%,75%{-ms-transform:perspective(136px) rotateX(0deg);opacity:1;}90%,100%{-ms-transform:perspective(136px) rotateY(180deg);opacity:0;}}@-webkit-keyframes cssload-fold-thecube{0%,10%{-webkit-transform:perspective(136px) rotateX(-180deg);opacity:0;}25%,75%{-webkit-transform:perspective(136px) rotateX(0deg);opacity:1;}90%,100%{-webkit-transform:perspective(136px) rotateY(180deg);opacity:0;}}@-moz-keyframes cssload-fold-thecube{0%,10%{-moz-transform:perspective(136px) rotateX(-180deg);opacity:0;}25%,75%{-moz-transform:perspective(136px) rotateX(0deg);opacity:1;}90%,100%{-moz-transform:perspective(136px) rotateY(180deg);opacity:0;}}
.loader {
    position: relative;
    width: 2.5em;
    height: 2.5em;
    transform: rotate(165deg);
   }
   
   .loader:before, .loader:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-radius: 0.25em;
    transform: translate(-50%, -50%);
   }
   
   .loader:before {
    animation: before8 2s infinite;
   }
   
   .loader:after {
    animation: after6 2s infinite;
   }
   
   @keyframes before8 {
    0% {
     width: 0.5em;
     box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
   
    35% {
     width: 2.5em;
     box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    }
   
    70% {
     width: 0.5em;
     box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    }
   
    100% {
     box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
   }
   
   @keyframes after6 {
    0% {
     height: 0.5em;
     box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
   
    35% {
     height: 2.5em;
     box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    }
   
    70% {
     height: 0.5em;
     box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    }
   
    100% {
     box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
   }
   
   .loader {
    position: absolute;
    top: calc(50% - 1.25em);
    left: calc(50% - 1.25em);
   }
/* end load */
#main {
    width: 100%;
    position: relative;
}

#info {
    width: 100%;
    position: relative;
    padding: 15px 0;
}

.noidung_detail {
    display: block;
    width: 100%;
}

.box_fotorama {
    margin: auto;
    text-align: center;
    width: 90%;
}

#info .noidung_detail .ngaydang {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    background: url(../images/calender.png) no-repeat left center;
    padding: 0 0 0 20px;
}

#info .noidung_detail .noidung * {
    max-width: 100%;
    height: auto;
}

#info .noidung_detail .noidung {
    margin: 10px 0;
}

.addthis_inline_share_toolbox {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 20px 0 0 0;
}

.margin_auto {
    max-width: 1208px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

#container {
    position: relative;
    transition: 0.5s all;
    background: #ffffff;
    margin: 0 auto;
    min-width: 1366px;
    max-width: 1920px;
}

main {
    position: relative;
    z-index: 1;
}

.bando iframe {
    width: 100%;
    display: block;
}

#popup {
    display: none;
    padding: 0;
    max-width: 95%;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
    z-index: 1;
}

.updating {
    width: 100%;
    text-align: center;
    color: #000000;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 0;
}

.updating.white {
    color: #ffffff;
}

.khung_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.khung_flex.flex_center {
    align-items: center;
}

.khung_flex.flex_end {
    align-items: flex-end;
}

.khung_flex.flex_star {
    align-items: flex-start;
}

.khung_flex.justify_star {
    justify-content: start;
}

.khung_detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#info .khung_detail .noidung_detail {
    width: calc(100% - 330px);
}

#info .khung_detail .bvlienquan {
    width: 300px;
}

#info .khung_detail .bvlienquan h4 {
    background: #0983b7;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
}

#info .khung_detail .bvlienquan ul {
    list-style: none;
    padding: 0;
}

#info .khung_detail .bvlienquan ul li {
    border-bottom: 1px dashed #dddddd;
    padding: 10px 0;
}

#info .khung_detail .bvlienquan ul li a {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
}

.ml-auto {
    margin-left: auto;
}

#info .khung_detail .bvlienquan ul li:hover a {
    color: #0983b7;
}

/* Zalo */
.zalo {
    display: block;
    width: 41px;
    height: 41px;
    position: fixed;
    left: calc(100% - 60px);
    bottom: 250px;
    z-index: 99;
}

.zalo.zalo2 {
    bottom: 330px;
}

.zalo img {
    position: relative;
    z-index: 1;
}

.kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #0294e0;
    opacity: .75;
    right: -10px;
}

.kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #0294e0;
    opacity: .1;
    opacity: .5;
}

/* Facebook */
.js-facebook-messenger-container.closed,.js-facebook-messenger-tooltip.closed {
    display: none!important
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px
}

.js-facebook-messenger-tooltip {
    color: #404040;
    background: #fff
}

.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-tooltip {
    display: none;
    position: fixed;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: rgba(0,0,0,0.15) 0 2pt 10pt;
    z-index: 1.0E+30
}

.js-facebook-messenger-close-tooltip {
    width: 10px;
    height: 10px;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px
}

.js-facebook-messenger-box.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

.js-facebook-messenger-box.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.js-facebook-messenger-box {
    /* bottom: 70px; */
    /* right: 10px; */
}

.js-facebook-messenger-box {
    background: #1182fc
}

.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-box {
    width: 60px;
    height: 60px;
    display: block;
    position: fixed;
    cursor: pointer;
    text-align: center;
    line-height: 60px;
    background: #1182FC;
    border-radius: 100%;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.3);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.3)
}

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
    transform: rotate(0deg)
}

.js-facebook-messenger-box svg#fb-msng-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    left: 15px;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
    -moz-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
    -o-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out,transform 160ms ease-in-out
}

.js-facebook-messenger-box.rotate svg#close-icon {
    transform: rotate(-45deg)
}

.js-facebook-messenger-box svg#close-icon {
    opacity: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    left: 20px;
    -webkit-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
    -moz-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
    -o-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out,transform 160ms ease-in-out
}

.js-facebook-messenger-container {
    transform: translateY(50px);
    bottom: 110px;
    right: 35px
}

.js-facebook-messenger-container,.js-facebook-messenger-container-button {
    z-index: 1000
}

.js-facebook-messenger-container {
    position: fixed;
    opacity: 0;
    display: none;
    width: 300px;
    border-radius: 10px;
    pointer-events: none;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06),0 2px 32px rgba(0,0,0,0.16);
    -webkit-transition: transform 160ms ease-in-out,opacity 160ms ease-in-out;
    -moz-transition: transform 160ms ease-in-out,opacity 160ms ease-in-out;
    -o-transition: transform 160ms ease-in-out,opacity 160ms ease-in-out;
    transition: transform 160ms ease-in-out,opacity 160ms ease-in-out
}

.js-facebook-messenger-top-header {
    width: 300px;
    line-height: 25px;
}

.js-facebook-messenger-top-header {
    color: #fff;
    background: #1182fc
}

.js-facebook-messenger-top-header {
    display: block;
    position: relative;
    width: 300px;
    background: #1182FC;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 10px;
    font-size: 14px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.js-facebook-messenger-container iframe,.js-facebook-messenger-container-button iframe {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-container,.js-facebook-messenger-container-button {
    z-index: 1000
}

.js-facebook-messenger-top-header {
    color: #fff;
    background: #1182fc
}

.js-facebook-messenger-box {
    background: #1182fc
}

.js-facebook-messenger-top-header {
    width: 300px
}

.js-facebook-messenger-tooltip {
    color: #404040;
    background: #fff
}

.js-facebook-messenger-box {
    /* bottom: 170px; */
    /* right: 10px; */
}

.js-facebook-messenger-container {
    transform: translateY(50px);
    bottom: 150px;
    right: 50px;
}

.js-facebook-messenger-container.open {
    transform: translateY(0px);
    opacity: 1;
    pointer-events: all;
    display: block;
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px
}

.js-facebook-messenger-box.open svg#fb-msng-icon {
    opacity: 0
}

.js-facebook-messenger-box.rotate.open svg#close-icon {
    transform: rotate(0deg)
}

.js-facebook-messenger-box.open svg#close-icon {
    opacity: 1
}

/* Goi dien */
.toolbar {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999999;
    height: auto;
    display: none;
    height: 50px;
    background-image: linear-gradient(to bottom , #a50f0f, #d51818);
}

.toolbar ul {
    list-style: none;
    padding: 0;
}

.toolbar ul li {
    position: relative;
    text-align: center;
    float: left;
    width: calc(100% / 4);
    line-height: 1;
}

.toolbar ul li a {
    display: block;
    width: 100%;
}

.toolbar ul li a span {
    font-weight: 500;
    color: #ffffff;
    font-size: 13px;
    display: block;
    font-family: Muli, sans-serif;
    text-transform: capitalize;
}

.toolbar ul li a img {
    height: 15px;
    width: auto;
    margin-bottom: 5px;
}

.toolbar ul li.actived .wrap_multiphone {
    display: block;
}

.wrap_multiphone {
    width: 150px;
    display: none;
    position: absolute;
    bottom: 60px;
    left: 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 5px 20px;
    background: #fff;
}

.wrap_multiphone a {
    color: #333 !important;
    display: block;
    line-height: 25px !important;
}

/* MXH */
.mangxh {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
}

.mangxh label {
    font-size: 12px;
    text-transform: uppercase;
}

.mangxh a {
    margin: 0 0 0 10px;
}

.lienket {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    font-style: italic;
}

.lienket label {
    font-family: SheliaVNF;
    font-size: 30px;
    font-weight: 100;
}

.lienket a {
    display: inline-block;
    margin-left: 10px;
}

.lienket a:first-child {
    margin-left: 0;
}

.lienket a:hover img {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transition: all 1s;
}

/* Header */
#header {
    width: 100%;
    z-index: 2;
    position: relative;
}

#header .header {
    display: block;
    position: relative;
    width: 100%;
    /* background: url(../images/bghead.png) no-repeat right center; */
}

#header .header .khung_flex {
    position: relative;
}

#header #logo {
    display: block;
    position: relative;
    z-index: 1;
}

#banner {
    text-align: center;
    max-width: 700px;
}

#banner h3 {
     font-family: UTMEdwardianBold;
  font-weight: 100;
  font-size: 54px;
  color: #c94116;
  line-height: 1;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

#banner p {
    font-size: 20px;
    color: #c94116;
    font-weight: 100;
    font-family: UTMAvo;
}

.hotline {
    background: url(../images/hotline.png) no-repeat center left;
    padding: 6px 0 6px 35px;
    margin: 0 60px 0 0;
}

.hotline span {
    display: block;
    font-size: 22px;
    color: #ff1616;
    font-family: SVN-ProductSans;
    font-weight: 100;
    line-height: 1;
}

.cart {
    width: 40px;
    height: 36px;
    background-size: 40px;
    position: absolute;
    /* filter: brightness(0) invert(1); */
    right: 0;
}

.cart span {
    position: absolute;
    content: attr(data-cart);
    width: 20px;
    height: 15px;
    border-radius: 20px;
    background: #df2323;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
    color: #fff;
    right: -10px;
    z-index: 12;
    top: -5px;
}

.cart.fixed {
    position: fixed;
    right: 20px;
    bottom: 410px;
}

/* Main menu */
#mainmenu {
    width: 100%;
    position: relative;
    background: #c94116;
    font-family: SVN-ProductSans;
}

#mainmenu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    box-shadow: 0 1px 5px #00000052;
}

.menubar {
    width: 100%;
}

nav.menu_top > ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.menu_top > ul > li.icon > a {
    font-size: 16px;
    position: relative;
    display: block;
    z-index: 1;
    font-weight: 100;
    color: #ffffff;
    line-height: 50px;
    text-transform: uppercase;
}

nav.menu_top > ul > li.icon > a img {
    margin: -5px 10px 0 0;
}

nav.menu_top > ul > li.icon {
    position: relative;
    list-style: none;
    text-align: center;
    flex: auto;
}

nav.menu_top > ul > li.icon.active > a, nav.menu_top > ul > li.icon:hover > a {
    background: #ffffff24;
}

nav.menu_top > ul > li.search {
    z-index: 2;
    width: 240px;
}

nav.menu_top > ul > li ul li a, nav.menu_top > ul > li ul li {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

nav.menu_top > ul > li > ul > li:hover>a,nav.menu_top > ul > li > ul > li > ul > li:hover>a,nav.menu_top > ul > li > ul > li > ul > li > ul > li:hover>a {
    color: #c94116;
}

nav.menu_top > ul > li ul {
    visibility: hidden;
    list-style: outside none none;
    margin: 0;
    min-width: 230px;
    padding: 0;
    position: absolute;
    z-index: 999;
    top: 100%;
    left: 0;
    text-indent: 0;
    font-weight: 400;
}

nav.menu_top > ul > li ul li ul {
    left: calc(100% - 1px);
    top: 0;
}

nav.menu_top > ul > li.end ul li ul {
    left: unset;
    right: calc(100% - 1px);
    ;}

nav.menu_top > ul > li:hover > ul, nav.menu_top > ul > li ul li:hover > ul {
    visibility: visible
}

nav.menu_top > ul > li ul li {
    display: table;
    padding: 0;
    width: 100%;
    opacity: 0;
    z-index: 999;
    line-height: 20px;
    position: relative;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    background: #0078d7;
}

nav.menu_top > ul li:hover > ul > li, nav.menu_top > ul > li ul li:hover > ul li {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

nav.menu_top > ul > li ul li a {
    color: #000;
    font-size: 14px;
    height: auto;
    margin: 0px;
    text-align: left;
    width: 100%;
    font-weight: 100;
    padding: 8px 10px;
    display: inline-block;
    border: 1px solid #0003;
    background: #ffffff;
    border-bottom: 0;
    text-transform: uppercase;
}

nav.menu_top > ul > li:hover ul li {
    color: #fff;
}

nav.menu_top > ul li:last-child > a {
    border-bottom: 1px solid #0003;
}

/* Title */
.title {
    width: 100%;
    position: relative;
    margin: 0 0 20px 0;
    text-align: center;
}

.title h4,.title h2 {
    font-size: 30px;
    position: relative;
    font-weight: 100;
    text-transform: uppercase;
    font-family: SVN-ProductSans;
    text-align: center;
    color: #c94116;
    line-height: 1;
    background: url(../images/title.png) no-repeat top center;
    padding: 45px 0 0 0;
    margin: 0 0 25px 0;
}

.title p {
    font-size: 16px;
    color: #464646;
    font-weight: 400;
}

.title.white h4,.title.white h2 {
    color: #fcd20c;
    background: url(../images/title2.png) no-repeat bottom center;
}

/* Slider */
#slider {
    width: 100%;
    position: relative;
    margin: 0;
    overflow: hidden;
    z-index: 1;
}

#slider .amazingslider-button-1 button {
    background: none;
    border: none;
}

#slider .amazingslider-button-1 button a {
    display: table;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 20px;
    background: #0983b7;
}

/* Quang Cao */
#quangcao {
    display: block;
}

.slick_qc {
    display: none;
}

.slick_qc img {
    width: 100%;
}

/*  */
#sp_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.frame_images {
    padding: 0;
    width: 50%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.MagicZoom {
    width: 100%;
    text-align: center;
    background: #ffffff;
}

.app-figure {
    width: calc(100% - 65px);
}

.selectors {
    width: 60px;
}

.list_carousel {
    width: 100%;
    position: relative;
}

.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.list_carousel #foo3 {
    margin: -2px 0;
}

.list_carousel .slick-slide {
    margin: 2px 0;
}

.foo3_l {
    position: absolute;
    top: calc(50% - 20px);
    left: 5px;
    z-index: 99;
    cursor: pointer;
    background: #ffffff7a;
    padding: 5px;
    width: 25px;
}

.foo3_r {
    position: absolute;
    top: calc(50% - 20px);
    right: 0;
    z-index: 99;
    cursor: pointer;
    background: #ffffff7a;
    padding: 5px;
    width: 25px;
}

.list_carousel li {
    display: none;
    border: 1px solid #dddddd !important;
}

.list_carousel li img {
    display: block;
}

.list_carousel li a {
    text-decoration: none;
}

.list_carousel li a h3 {
    color: #835410;
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.list_carousel.responsive {
    width: auto;
    margin-left: 0;
}

.pager {
    width: 320px;
    text-align: center;
}

.pager a {
    margin: 0 5px;
    text-decoration: none;
}

.pager a.selected {
    text-decoration: underline;
}

.timer {
    background-color: #999;
    height: 6px;
    width: 0px;
}

.prev13 {
    width: 12px;
    height: 19px;
    position: absolute;
    z-index: 10;
    background: url(../images/left_ow.html) no-repeat;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}

.next13 {
    width: 12px;
    height: 19px;
    position: absolute;
    z-index: 10;
    background: url(../images/right_ow.html) no-repeat;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
}

.caroufredsel_wrapper {
    width: 100% !important;
}

/* Khung thong tin */
.product_ct {
    width: 100%;
}

.khung_product_detail {
    margin-bottom: 30px;
}

#container_product {
    /* margin: 20px 0 0 0; */
    width: 100%;
}

#container_product .noidung_tab {
    width: 100%;
    display: block;
}

div#container_product #tabs {
    overflow: hidden;
    display: flex;
    border: 1px solid #ebebeb;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #ffffff;
}

div#container_product #tabs.fixed {
    position: fixed;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    max-width: 1200px;
}

div#container_product #tabs li {
    text-transform: uppercase;
}

div#container_product #tabs li.active {
    background: #ffffff;
    border-bottom: none;
    position: relative;
    border-top: 2px solid #c94116;
    top: 0px;
}

div#container_product #tabs li {
    padding: 8px 20px;
    list-style: none;
    text-align: center;
    border-right: 1px solid #dddddd;
    font-weight: 400;
}

div#container_product #tabs li a {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700;
}

.noidung_ta {
    padding: 10px;
}

.khung_thongtin {
    width: calc(50% - 20px);
}

.khung_thongtin > a {
    background: #70eea0;
    color: #ffffff;
    padding: 5px 30px;
    display: inline-block;
    margin: 10px 0;
    text-transform: uppercase;
    cursor: pointer;
}

.khung_thongtin .addthis_inline_share_toolbox {
    width: 100%;
}

.khung_thongtin > .it_detail {
    font-weight: 500;
    font-size: 14px;
    padding: 5px 0;
    width: 100%;
    border-top: 1px dashed #dddddd;
    position: relative;
}

.khung_thongtin > .it_detail label {
    color: #333333;
}

.khung_thongtin h1 {
    font-size: 18px;
    color: #dd0000;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 900;
}

.khung_thongtin b {
    font-weight: 100;
    margin: 0 10px 0 0;
    font-weight: 500;
}

.khung_thongtin span.giacu {
    text-decoration: line-through;
    color: #808080;
}

.khung_thongtin span.giaban,.khung_thongtin span.giaban a {
    color: #e21616;
    font-size: 17px;
    font-weight: 700;
}

.khung_thongtin .dathang {
    color: #fff;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
}

.khung_thongtin .dathang img {
    width: 300px;
}

.plugin a {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    margin: 0 20px 0 0;
}

.plugin a:hover {
    color: #f03495;
}

#social-air-sp {
    display: inline-flex;
}

#social-air-sp img {
    display: inline-block !important;
}

.zalo-share-button {
    position: relative;
    margin: -3px 5px 0 0;
}

.zalo-share-button img {
    width: 30px !important;
}

/* buy product detail */
.input-number {
    padding: 5px 8px;
    border: 1px solid #c9c9c9;
    width: 50px;
    margin: 0 0 0 7px;
}

.add_to_cart {
    width: 100%;
    margin: 5px 0 0 0;
}

.add_to_cart a {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 400;
}

.add_to_cart a.buy {
    background: #326e52 url(../images/icon_add_cart_white.svg) no-repeat 10px center;
    background-size: 30px;
    padding: 8px 10px 8px 40px;
}

.add_to_cart a.muangay {
    background: #ff6600 url(../images/icon_buy_now.svg) no-repeat 10px center;
    background-size: 20px;
    padding: 8px 10px 8px 40px;
}

.add_to_cart a.tragop {
    background: #d60c0c url(../images/tragop.html) no-repeat 10px center;
    background-size: 20px;
    padding: 8px 10px 8px 40px;
}

/* Search */
#timkiem {
    flex: unset;
    position: relative;
    width: 180px;
    margin: 0 0 0 20px;
    max-width: 80%;
}

.frm_timkiem input {
    color: #808080;
    padding: 10px 10px;
    text-indent: 10px;
    transition: opacity 0.5s, width 0.5s;
    outline: none;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 13px;
    background: #ffffff;
    border: 1px solid #E6E6E6;
    border-radius: 40px;
    width: 0;
    visibility: hidden;
    right: 0;
    top: 5px;
    font-style: italic;
}

.frm_timkiem input.show {
    width: 100%;
    z-index: 1;
    visibility: visible;
}

.frm_timkiem button {
    cursor: pointer;
    outline: none;
    border: none;
    display: inline-block;
    background: url('../images/search.png') no-repeat center;
    position: absolute;
    right: 4px;
    top: 4px;
    padding: 15px;
    z-index: 1;
    border-radius: 50%;
}

.frm_timkiem input::-webkit-input-placeholder {
    color: #808080;
}

.frm_timkiem input:-moz-placeholder {
    color: #808080;
}

.frm_timkiem input::-moz-placeholder {
    color: #808080;
}

.frm_timkiem input:-ms-input-placeholder {
    color: #808080;
}

/* Menu left */
.isfixed {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 60px;
}

#left h4 {
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    display: block;
    font-weight: 500;
    color: #ffffff;
    background: #00a8eb;
    text-align: center;
    padding: 0;
    font-size: 15px;
    line-height: 40px;
}

#left h4 a {
    color: #ffffff;
}

.danhmuc_l {
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
    position: relative;
    background: #FFFFFF;
}

.danhmuc_l .title_dm {
    line-height: 45px;
    background: #3188ef url(../images/danhmuc.html) no-repeat 20px center;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

.danhmuc_l > ul.sanpham_l {
    list-style: none;
    padding: 0;
    border-top: 0;
}

.danhmuc_l > ul.sanpham_l::-webkit-scrollbar {
    width: 3px;
}

.danhmuc_l > ul.sanpham_l::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.danhmuc_l > ul.sanpham_l::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.danhmuc_l > ul.sanpham_l li {
    position: relative;
}

.danhmuc_l > ul.sanpham_l > li i {
    position: absolute;
    right: 5px;
    top: 10px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
}

.danhmuc_l > ul.sanpham_l li.active > a {
    /* background: #eeeeee; */
}

.danhmuc_l > ul.sanpham_l li:hover > a,.danhmuc_l > ul.sanpham_l > li.active > a {
    color: #00a8eb;
}

.danhmuc_l > ul.sanpham_l li > a {
    font-size: 14px;
    color: #000000;
    display: block;
}

.danhmuc_l > ul.sanpham_l > li > a {
    font-weight: 500;
    padding: 10px;
    border-top: 1px solid #ededed;
    text-transform: uppercase;
}

.danhmuc_l > ul.sanpham_l > li > ul li a {
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.danhmuc_l > ul.sanpham_l > li:first-child > a {
    border-top: 0;
}

.danhmuc_l > ul.sanpham_l > li > ul > li > ul > li {
    /* text-indent: 10px; */
}

.danhmuc_l > ul.sanpham_l > li ul {
    top: 0;
    list-style: outside none none;
    border: none;
    display: none;
    border-left: 1px solid #dddddd;
}

.danhmuc_l > ul.sanpham_l > li.active ul {
    display: block;
}

.danhmuc_l > ul.sanpham_l > li > ul li {
    border: none;
    color: #333333;
    padding: 8px 5px 8px 10px;
    left: -1px;
    border-left: 1px solid transparent;
}

.danhmuc_l > ul.sanpham_l > li > ul li:last-child {
    margin-bottom: 15px;
}

.danhmuc_l > ul.sanpham_l > li > ul li:hover {
    border-left: 1px solid #00a8eb;
}

.danhmuc_l > ul.sanpham_l > li > ul li a {
    text-transform: uppercase;
}

.danhmuc_l > ul.sanpham_l > li > ul li a span {
    color: #858585;
}

.danhmuc_l > ul.sanpham_l ul {
    list-style: none;
    padding: 0;
}

.danhmuc_l > ul.sanpham_l > li:hover > ul {
    visibility: visible;
}

.baiviet_khac {
    list-style: none;
    padding: 0;
    max-height: 320px;
    overflow: auto;
    padding: 0 5px 0 0;
    margin: 10px 0 0 0;
}

.baiviet_khac::-webkit-scrollbar {
    width: 3px;
}

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

.baiviet_khac::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.baiviet_khac li:first-child {
    margin: 0;
}

.baiviet_khac li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 0 0;
}

.baiviet_khac li .noidung {
    width: calc(100% - 110px);
}

.baiviet_khac li .noidung h3 a {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.baiviet_khac li .noidung p {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 12px;
    color: #333333;
    font-weight: 400;
    text-align: justify;
}

.baiviet_khac li:hover h3 a {
    color: #dd0000;
}

.hotro {
    width: 100%;
    border: 1px solid #dddddd;
    padding: 10px;
    text-align: center;
}

.hotro .phone {
    font-size: 18px;
    color: #dd0000;
    font-weight: 700;
    background: url(../images/bg_h.html) no-repeat left center;
    padding: 0 0 0 100px;
    margin: 10px 0;
}

.hotro ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.hotro ul li {
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
}

.hotro ul li label {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
}

.hotro ul li .lk_hotro {
    margin: 5px 0;
}

.hotro ul li .lk_hotro a {
    display: inline-block;
    margin-right: 5px;
}

.hotro ul li p {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}

.hotro ul li:last-child {
    border: none;
    padding-bottom: 0;
}

/* Menu danh muc */
#menu_danhmuc:hover .list_danhmuc {
    display: block !important;
}

#menu_danhmuc {
    width: 300px;
    position: relative;
}

#menu_danhmuc h4 a {
    font-size: 16px;
    color: #ffffff;
    line-height: 42px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    background: url(../images/dm.png) no-repeat 20px center, url(../images/arrow.png) no-repeat calc(100% - 20px) center;
    background-color: #0D3C00;
    text-align: center;
}

#menu_danhmuc .list_danhmuc {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 2;
    display: none;
}

#menu_danhmuc ul {
    list-style: none;
    padding: 0;
    background: #ffffff;
    border: none;
    box-shadow: 0 0 5px 0px #00000073;
}

#menu_danhmuc ul > li {
}

#menu_danhmuc ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #0d3c00;
    display: block;
    border-bottom: 1px solid #E9E9E9;
    position: relative;
    padding: 8px 15px;
}

#menu_danhmuc ul li a:after {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    right : 10px;
    top: 8px;
    display: inline-block;
    font-size: 15px;
    text-align: center;
}

#menu_danhmuc ul li a > img {
    margin-right: 10px;
}

#menu_danhmuc ul li:hover > a {
    background: #186d00;
    color: #ffffff;
}

#menu_danhmuc ul li .list_child {
    position: absolute;
    left: 100%;
    display: none;
}

#menu_danhmuc ul li:hover > .list_child {
    width: 230px;
    transition: visibility 0.5s;
    display: block;
}

#menu_danhmuc ul li:last-child a {
    border-bottom: 0;
}

#menu_danhmuc ul::-webkit-scrollbar {
    width: 3px;
}

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

#menu_danhmuc ul::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

/* Tin khac */
.visit_hidden {
    visibility: hidden;
    height: 0;
    font-size: 0;
}

.tinkhac {
    width: 100%;
    margin: 0;
}

.tinkhac ul {
    margin: 0;
    padding: 0;
}

.tinkhac ul li {
    width: 100%;
    /* line-height: 30px; */
    list-style: none;
    display: inline-flex;
    align-items: baseline;
}

.tinkhac li a {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    text-indent: 0px;
    display: inline-block;
    transition: all 0.5s;
}

.tinkhac li a img:hover {
    opacity: 0.5;
}

.tinkhac li a i {
    margin-right: 10px;
}

.tinkhac li:hover a {
    color: #d70000;
    text-indent: 10px;
}

ul.pagination {
    text-align: center;
    color: #829994;
    margin-top: 30px;
}

ul.pagination li {
    display: inline;
    padding: 0 3px;
}

ul.pagination a {
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #c94116;
    text-decoration: none;
    /* background: #333333; */
    font-size: 12px;
}

ul.pagination a:hover, ul.pagination a.current {
    background: #0d7963;
    color: #fff;
}

.page_info {
    display: none !important;
}

/* ========== Content pagination ========== */
.paging {
    width: 100%;
    text-align: center;
    margin: 20px 0px 0px 0px;
}

.paging .pagination {
    margin: auto;
    float: unset;
    width: auto !important;
    text-align: center;
    margin: 0;
    padding: 0;
}

.pages li.prev {
    margin-right: 15px;
}

.pages li.next {
    margin-left: 15px;
}

.pages li {
    display: inline-block;
    margin: 5px 2px;
}

.pages li a {
    height: 25px;
    padding: 4px 8px;
    text-decoration: none;
    color: #666666;
    font-weight: bold;
    background: url(../images/backgrounds/pagingBg.html) repeat-x 0 0;
    border: 1px solid #d5d5d5;
    font-size: 11px;
}

.pages li a:hover {
    background: #f6f6f6;
}

.pages li .active {
    background: url(../images/backgrounds/sideGradient.html) repeat-x;
    color: #fff;
    border-color: #424852;
}

.pages li .active:hover {
    background: #2a313d;
}

/* Thong ke */
.thongke {
    list-style: none;
    padding: 0;
    display: block;
    width: 300px;
}

.thongke ul {
    list-style: none;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    background: url(../images/thongke.png) no-repeat left center;
    padding: 0 0 0 30px;
    line-height: 35px;
}

/* Thanh title */
.thanh_title {
    width: 100%;
    position: relative;
    margin: 0 0 30px 0;
    text-align: center;
    font-family: 'Barlow Semi Condensed', sans-serif;
    padding: 0 0 20px 0;
}

.thanh_title h2,.thanh_title h4 {
    font-size: 36px;
    font-weight: 700;
    display: block;
    color: #333333;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

.thanh_title p {
    font-size: 15px;
    color: #5c5c5c;
    font-weight: 400;
}

.thanh_title:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 3px;
    background: #0068BD;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/*Tin tức*/
.box_news {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
}

.box_news .news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0 0 5px #00000040;
}

.box_news .news .img a {
    display: table;
    margin: 0 auto;
}

.box_news .news .noidung {
    width: calc(100% - 160px);
}

.box_news .news:hover h3 a {
    color: #dd0000;
}

.box_news .news h3 a {
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 23px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
}

.box_news .news p {
    font-size: 14px;
    color: #4c4c4c;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
    margin-top: 5px;
}

.box_news .news .ngaydang {
    font-weight: 400;
    font-size: 14px;
    color: #a7a0a0;
    font-style: italic;
}

/*Điều hướng*/
#banner_detail img {
    width: 100%;
}

.dieuhuong {
    width: 100%;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.dieuhuong a {
    color: #000;
    font-size: 15px;
    padding: 0px 10px;
    position: relative;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
}

.dieuhuong a:first-child {
    padding: 0 10px 0 0;
}

.dieuhuong a:first-child i {
    margin-right: 5px;
    font-size: 16px;
    color: #191919;
    font-weight: 100;
}

.dieuhuong a:before {
    /* font-family: FontAwesome; */
    position: absolute;
    content: '/';
    right: -5px;
    top: 0;
}

.dieuhuong a:last-child,.dieuhuong a:hover {
    color: #c94116;
}

.dieuhuong a:last-child:before {
    display: none;
}

.noidung_tt {
    width: calc(100% - 380px);
}

.noidung_tt .hinhanh {
    margin-bottom: 20px;
}

/*Tab*/
.khung_tab {
    width: 100%;
    display: none;
}

.khung_tab.active {
    display: block;
}

.tags_sp a {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    padding: 5px 10px;
    border: 1px solid #dddddd;
    margin: 0 0 5px 0;
}

.tags_sp a:hover {
    color: #ed1c24;
    border-color: #ed1c24;
}

/* sp noi bat  */
.khung_other {
    margin: 30px 0;
    width: 100%;
}

#sanpham {
    display: block;
    padding: 40px 0;
}

.khung_sp {
    margin-bottom: 30px;
}

.khung_sp:last-child {
    margin: 0;
}

.title_sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
    margin: 0 0 30px 0;
}

.title_sp h2:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #c94116;
    bottom: -1px;
    left: 0;
}

.title_sp h2 {
    font-size: 30px;
    color: #c94116;
    font-weight: 100;
    font-family: SVN-ProductSans;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0px;
}

.title_sp .view {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.title_sp .view a {
    font-size: 15px;
    color: #333333;
    font-weight: 500;
    margin: 0 20px 0 0;
}

.title_sp .page {
}

.title_sp .page i {
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #CCCCCC;
    cursor: pointer;
}

.title_sp .page i.enabel {
    border-color: #eee;
    color: #eee;
}

.slick_sp,.slick_spkhac {
    display: none;
    margin: 0 calc(-23px / 2);
}

.slick_sp .slick-slide,.slick_spkhac .slick-slide {
    margin: 0 calc(23px / 2);
}

/* Nhận tin */
#nhantin {
    padding: 50px 0;
    background: url(../images/bgnhantin.html) no-repeat center;
    background-size: cover;
}

.nhantin {
    position: relative;
    width: 400px;
    margin: 0 0 0 auto;
}

.title_nt {
    text-align: left;
    margin: 0 0 20px 0;
}

.title_nt h4 {
    font-size: 30px;
    font-weight: 100;
    font-family: UTMHelvetIns;
    color: #ffffff;
    text-transform: uppercase;
}

.title_nt p {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.dknhantin {
    position: relative;
    display: block;
}

.dknhantin p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 20px;
    grid-column: 1 / 3;
}

.dknhantin .input {
    width: 100%;
    padding: 10px 20px;
    font-size: 13px;
    color: #ffffff;
    background: #ffffff;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    border: 1px solid #797979;
    margin-bottom: 10px;
    background: transparent;
    line-height: 25px;
}

.dknhantin textarea.input {
    width: 100%;
    grid-row: 2 / 5;
    grid-column: 2;
}

.dknhantin input[type=submit] {
    color: #019ab8;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Mulish', sans-serif;
    border: none;
    text-align: center;
    text-transform: uppercase;
    background: #ffffff;
    width: 100%;
    display: table;
    padding: 10px 0;
    grid-column: 2;
}

.dknhantin input[type=submit]:hover {
    background: #019ab8;
    color: #fff;
}

.dknhantin .input::-webkit-input-placeholder {
    color: #ffffff;
}

.dknhantin .input:-moz-placeholder {
    color: #ffffff;
}

.dknhantin .input::-moz-placeholder {
    color: #ffffff;
}

.dknhantin .input:-ms-input-placeholder {
    color: #ffffff;
}

/* Footer */
#footer {
    width: 100%;
    position: relative;
}

#footer .tieude_f {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    position: relative;
}

#footer .tieude_f:after {
    position: absolute;
    content: '';
    width: 45px;
    height: 1px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7231267507002801) 60%, rgba(255,255,255,0) 100%);
    bottom: 0;
    left: 0;
}

#footer .footer {
    padding: 40px 0;
    background: #c94116;
}

#footer .thongtin_ct {
    width: 420px;
    color: #ffffff;
    list-style: none;
    padding: 0;
}

#footer .facebook {
    width: 340px;
}

/* Chi nhanh */
.chinhanh {
    width: 100%;
    position: relative;
}

.chinhanh .ten {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    top: 30px;
    left: calc((100% - 1188px)/2);
    z-index: 2;
}

.chinhanh .ten label {
    background: #fff;
    text-transform: uppercase;
    color: #c94116;
    padding: 8px 30px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 100;
    font-family: SVN-ProductSans;
    box-shadow: 0 0 5px #0000004d;
}

.chinhanh .ten label:last-child {
    margin: 0;
}

.chinhanh .ten label.active,.chinhanh .ten label:hover {
    background: #c94116;
    color: #fff;
}

.chinhanh .iframe {
    display: block;
}

.chinhanh .iframe iframe {
    display: block;
    width: 100%;
    max-height: 60vw;
}

.chinhanh .iframe > div {
    display: none;
}

.chinhanh .iframe .active {
    display: block;
}

.box_chinhanh {
    display: flex;
    flex-wrap : wrap;
    justify-content: space-between;
}

.box_chinhanh ul {
    list-style: none;
    padding: 0;
    width: 50%;
}

.box_chinhanh ul.thongtin {
    background: #eee;
    max-height: 500px;
    overflow: auto;
}

.box_chinhanh ul.thongtin::-webkit-scrollbar {
    width: 3px;
}

.box_chinhanh ul.thongtin::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.box_chinhanh ul.thongtin::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.box_chinhanh ul.thongtin li {
    padding: 10px 20px;
    cursor: pointer;
}

.box_chinhanh ul.thongtin li.active {
    background: #ddd;
}

.box_chinhanh ul.thongtin li label {
    font-size: 15px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}

.box_chinhanh ul.thongtin li .mota {
}

.box_chinhanh ul.iframe li {
    display: none;
}

.box_chinhanh ul.iframe li.active {
    display: block;
}

.box_chinhanh ul.iframe li iframe {
    display: block;
    height: 500px;
}

/* Chinh sach */
.chinhsach {
    width: 200px;
    color: #ffffff;
}

.chinhsach:nth-child(3) {
    width: 120px;
}

.chinhsach ul {
    width: 100%;
    margin: 0 0 20px 0;
    list-style: none;
    padding: 0;
}

.chinhsach ul li {
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
}

.chinhsach ul li a {
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    display: block;
}

.chinhsach ul li:hover a {
    text-decoration: underline;
}

/* coppy */
.coppy {
    font-weight: 400;
    font-size: 13px;
    color: #ffffff;
    position: relative;
    background: #002565;
    padding: 15px 0;
}

.coppy a {
    text-transform: uppercase;
    color: #ffffff;
}

.coppy ul {
    list-style: none;
    padding: 0;
    color: #ffffff;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0px;
}

.coppy ul li {
    padding: 0 10px;
    border-right: 1px solid #ffffff;
    line-height: 1;
}

.coppy ul li span {
    color: #ffffff;
}

.coppy ul li:last-child {
    border-right: 0;
    padding-right: 0;
}

/* back to top  */
#back-to-top {
    width: 55px;
    height: 55px;
    cursor: pointer;
    z-index: 2;
    position: fixed;
    bottom: 105px;
    right: 12px;
    background: #c94116;
    border-radius: 50%;
    box-shadow: 0 0 5px #00000087;
}

#back-to-top:before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f102";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 25px;
    color: #ffffff;
}

/* Mang XH*/
.mang_xh {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0 0 0;
}

.mang_xh label {
    font-size: 14px;
    font-weight: 300;
}

.mang_xh a {
    margin: 0 0 0 10px;
    display: inline-block;
}

.mang_xh a img {
    vertical-align: middle;
    display: block;
}

.mang_xh a:hover img {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transition: all 1s;
}

/* contact */
.khung_contact {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
}

.khung_contact .noidung_detail {
    margin-bottom: 20px;
}

.khung_contact .bando {
    width: 100%;
    margin-top: 20px;
}

.khung_trai {
    width: 450px;
}

.khung_phai {
    width: calc(100% - 500px);
}

.title_contact {
    position: relative;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
}

.title_contact:after {
    position: absolute;
    content: '';
    width: 55px;
    height: 2px;
    background: #c94116;
    bottom: 0;
    left: 0;
}

.title_contact h4 {
    font-size: 18px;
    color: #c94116;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form input,.contact-form textarea {
    padding: 10px;
    width: 100%;
    border: none;
    border: 1px solid #dddddd;
    font-size: 14px;
    font-weight: 400;
    border-radius: unset;
    font-family: 'Mulish', sans-serif;
    border-radius: 5px;
    margin-bottom: 10px;
}

.contact-form input {
    width: calc(50% - 5px);
}

.contact-form button {
    border: 0px;
    background: #c94116;
    padding: 10px 35px;
    border-radius: 40px;
    margin: 0;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Mulish', sans-serif;
    display: table;
    margin: 0 auto;
}

.contact-form button:hover {
    background: #c60700;
}

.box_map {
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.tab_map {
    list-style: none;
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 10px;
    z-index: 1;
}

.iframe_map .iframe {
    display: none;
    width: 100%;
}

.iframe_map .iframe iframe {
    display: block;
    width: 100%;
}

.iframe_map .iframe.active {
    display: block;
}

/*--------------tags---------------------*/
#tags {
    padding: 10px 0;
}

.tags {
    width: 100%;
    margin: 20px 0 0 0;
}

.tags label {
    font-size: 14px;
    font-weight: 700;
}

.tags a {
    color: #000000;
    font-size: 13px;
    padding: 4px 10px;
    margin: 0 0 6px 5px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    display: inline-block;
    font-weight: 400;
}

.tags a:hover {
    background: #1d54a5;
    color: #ffffff;
}

/*-----------------end tags-----------------------*/
/*++++++++++LEFT+++++++++++*/
.sp_index {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div#left {
    width: 270px;
    position: relative;
    z-index: 1;
}

.product_detail {
    width: calc(100% - 300px);
    position: relative;
    z-index: 0;
}

#right {
    width: 280px;
}

.item_r {
    margin-bottom: 10px;
}

.item_r:last-child {
    margin: 0;
}

.item_r label {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background: #c94116;
    padding: 10px;
}

.visao_r {
    list-style: none;
    padding: 0;
    border: 1px solid #ddd;
    padding: 10px;
    border-top: 0;
}

.visao_r li {
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

.visao_r li:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

.box_dichvu {
    list-style: none;
    padding: 10px;
    border: 1px solid #ddd;
}

.box_dichvu li {
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

.box_dichvu li:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

.box_dichvu li h3 {
    margin-top: 5px;
}

.box_dichvu li h3 a {
    font-size: 15px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 700;
}

.box_dichvu li:hover h3 a {
    color: #d90000;
}

/* product */
.sanpham {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 23px;
}

.product_detail .sanpham {
    grid-template-columns: repeat(3,1fr);
}

.item .img {
    position: relative;
    -webkit-backface-visibility: a hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    z-index: 0;
    display: block;
    border: 1px solid #EBEBEB;
}

.item .img .icon {
    width: 50px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
}

.item .img .icon.hot:before {
    position: relative;
    content: "HOT";
    background: #339933;
    display: block;
    padding: 5px 0;
    margin: 0 0 5px 0;
}

.item .img .icon.new:after {
    position: relative;
    content: "new";
    background: #339933;
    display: block;
    padding: 5px 0;
}

.item .img[data-sale]:before {
    position: absolute;
    content: attr(data-sale);
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    z-index: 1;
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    right: 10px;
    top: 10px;
    background: url(../images/sale.png) no-repeat center;
    font-family: SVN-ProductSans;
}

.item .img img {
    display: table;
    margin: 0 auto;
}

.item {
    transition: 0.5s all;
    position: relative;
    transition: border 1s;
}

.item .noidung {
    background-size: 100%;
    position: relative;
    margin: 10px 0 0 0;
}

.item.chan .noidung {
    background: url(../images/bg2.html) no-repeat top center;
    background-size: 100%;
}

.item h3 {
    position: relative;
    width: 100%;
    /* margin: 0 0 5px 0; */
}

.item h3 a {
    color: #333333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 700;
}

.item .gia {
    font-size: 16px;
    position: relative;
    font-weight: 600;
    color: #333333;
    font-style: italic;
    margin: 5px 0;
}

.item .gia span {
    display: inline-block;
    font-style: normal;
}

.item .giaban {
    color: #e31b25;
    font-weight: 100;
    font-size: 20px;
    font-family: SVN-ProductSans;
}

.item .giacu {
    text-decoration: line-through;
    color: #666666;
    margin: 0 0 0 5px;
    font-size: 16px;
    font-weight: 500;
}

.item:hover h3 a {
    color: #ed1c24;
}

.item .mota {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    margin: 0 0 5px 0;
}

.item .mota b {
    font-weight: 700;
}

.item .mota p:nth-child(2) {
    position: relative;
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
}

.item .mota p:nth-child(2):before {
    position: absolute;
    content: '-';
    left: 0;
    top: 0;
}

.item a.buy {
    display: inline-block;
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    background: #c94116;
    cursor: pointer;
    padding: 6px 20px;
    border-radius: 20px;
}

.item a.buy:hover {
    background-color: #d70000;
}

/* Tab product */
.tab_show {
    display: block !important;
    border: 1px solid #ebebeb;
    border-top: 0;
    padding: 10px;
    width: 100%;
    background: #ffffff;
    position: relative;
    z-index: 1;
}

.tab_hidden {
    display: none;
}

.tabct {
    border: 1px solid #ebebeb;
    border-top: 0;
    padding: 10px;
    width: 100%;
    background: #ffffff;
    position: relative;
    padding: 0;
}

.tabct h4 {
    padding: 10px;
    border-bottom: 1px solid #dddddd;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.tabct .noidung_ta {
    padding: 10px;
}

/*.tab_hidden{}*/
/*Hover images*/
.hover_img {
    overflow: hidden;
    position: relative;
}

.hover_img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff5e;
    content: '';
    z-index: 10;
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s;
    -webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
    transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
}

.hover_img:hover:before {
    webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
    transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
}

/* Zoom In #1 */
.hover_zoom {
    position: relative;
    overflow: hidden;
    display: block;
}

.hover_zoom img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: relative;
}

.hover_zoom:hover img {
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
}

.hover1 {
    display: block;
    position: relative;
}

.hover1:before {
    z-index: 1;
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.hover1:after {
    z-index: 1;
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(0, 1);
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.hover1:hover:before, .hover1:hover:after {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
}

/* Service detail */
.box_service {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
}

.service {
    display: block;
}

.service .img {
    overflow: hidden;
    display: block;
}

.service img {
    display: inline-block;
}

.service .noidung {
    border: 1px solid #d4d4d4;
    border-top: 0;
    padding: 10px;
}

.service h3 {
    width: 100%;
    position: relative;
    margin: 0 0 10px 0;
}

.service h3 a {
    font-size: 15px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 700;
}

.service:hover h3 a {
    color: #D60C0C;
}

.service p {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    width: 100%;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 3;
    max-height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.owl_tinkhac {
    margin: 0 -10px;
}

.owl_tinkhac .slick-slide {
    margin: 0 10px;
}

.owl_tinkhac .service {
    display: none;
}

/* Video */
.box_video {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
}

.video h3 {
    text-align: center;
    margin-top: 10px;
}

.video h3 a {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.video:hover h3 a {
    color: #019ab8;
}

/* bottom */
#tintuc {
    padding: 40px 0;
}

.slick_tintuc {
    display: none;
    margin: 0 -15px;
}

.slick_tintuc .slick-slide {
    margin: 0 15px;
}

.tintuc {
    display: block;
}

.tintuc .noidung {
    position: relative;
}

.tintuc .ngaydang {
    width: 65px;
    line-height: 35px;
    position: absolute;
    left: 0;
    top: 0;
    background: #002565;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: 100;
    font-family: SVN-ProductSans;
}

.tintuc .ngaydang span {
    display: block;
    background: #c94116;
    font-size: 20px;
    padding: 5px 0;
}

.tintuc h3 {
    padding: 15px 0 15px 80px;
}

.tintuc h3 a {
    font-size: 17px;
    color: #333333;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.tintuc .mota {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 10px 0 0 0;
    text-align: justify;
}

.tintuc:hover h3 a,.tintuc .noidung a.xemthem:hover {
    color: #dd0000;
}

/* Hotline */
.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

/*phone*/
.quick-alo-phone.quick-alo-show {
    visibility: visible;
}

.quick-alo-phone {
    position: fixed;
    visibility: hidden;
    background-color: transparent;
    /* width: 200px;height: 200px;*/
    width: 100px;
    height: 100px;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    left: 20px;
    bottom: 50px;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle {
    border-color: #FF0400;
    border-color: #bfebfc 9;
    opacity: .5;
}

.quick-alo-ph-circle {
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,0.4);
    border: 2px solid #bfebfc 9;
    opacity: .1;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill {
    background-color: #ff0400;
    background-color: #a6e3fa 9;
    opacity: .75 !important;
}

.quick-alo-ph-circle-fill {
    width: 80px;
    height: 80px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
    /*background-color: #00aff2;background-color: #00aff2;*/
}

.quick-alo-ph-img-circle {
    width: 50px;
    height: 50px;
    top: 25px;
    color: #FF0400;
    font-size: 20px;
    font-family: Roboto,sans-serif;
    left: 25px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: none;
    /*opacity: .7;*/
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@-moz-keyframes quick-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }

    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

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

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes quick-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }

    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

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

    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

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

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

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

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes quick-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.ui-slider-horizontal {
    height: 3px !important;
    background: #fff;
}

.ui-slider .ui-slider-handle {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -3px !important;
    margin-left: 0px !important;
}

.contain_slider_number {
    padding: 7px 0px;
    position: relative;
}

.num_before {
    position: absolute;
    right: 100%;
    margin-right: 5px;
    font-size: 13px;
    color: #fff;
    line-height: 20px;
    top: 0px;
    font-weight: bold;
}

.num_after {
    position: absolute;
    left: 100%;
    margin-left: 5px;
    font-size: 13px;
    color: #fff;
    line-height: 20px;
    top: 0px;
    font-weight: bold;
}

.ui-slider-handle {
}

.tooltip_slider {
    position: absolute;
    bottom: 100%;
    white-space: nowrap;
    padding: 3px;
    display: block;
    color: #fff;
    background: rgba(0,0,0,0.5);
    margin-bottom: 5px;
    left: 50%;
    margin-left: -7px;
    display: none;
}

.quick-alo-phone > img {
    position: absolute;
    top: 5px;
    left: 20px;
    z-index: 2;
}

.quick-alo-phone > p {
    position: absolute;
    background: #FF0400;
    padding: 8px 30px 8px 40px;
    min-width: 160px;
    line-height: 25px;
    border-radius: 30px;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.quick-alo-phone > p a {
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    display: block;
}

/* Vi sao */
#visao {
    padding: 20px 0;
    position: relative;
}

#visao:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    background: url(../images/line.png) repeat-x center;
    top: 0;
    left: 0;
}

.slick_visao {
    display: none;
    margin: 0 -5px;
}

.slick_visao .slick-slide {
    margin: 0 5px;
}

.box_visao {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
}

.visao {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.visao img {
    display: inline-block !important;
}

.visao .noidung {
    width: calc(100% - 65px);
}

.visao h3 a {
    font-size: 13px;
    color: #323232;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.visao .mota {
    font-size: 13px;
    color: #808080;
    font-weight: 400;
}

.visao:hover img {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transition: all 1s;
}

.visao:hover h3 a {
    color: #c94116;
}

/* Cam Nhan */
#camnhan {
    padding: 40px 0;
    background: #D3EBE2;
}

.slick_camnhan {
    display: none;
    margin: 0 -12px;
}

.slick_camnhan .slick-slide {
    margin: 0 12px;
    margin-bottom: 20px;
}

.box_camnhan {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 24px;
}

.camnhan {
    background: #fff;
    border-radius: 10px;
    position: relative;
}

.camnhan:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid #FFFFFF;
    border-right: 30px solid transparent;
    top: 100%;
    left: 45px;
}

.camnhan .noidung {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
}

.camnhan .noidung .img {
    border-radius: 50%;
    overflow: hidden;
}

.camnhan .noidung .thongtin {
    width: calc(100% - 90px);
}

.camnhan .noidung .thongtin h3 a {
    font-size: 15px;
    color: #343434;
    font-weight: 700;
    text-transform: uppercase;
}

.camnhan .noidung .thongtin p {
    font-size: 14px;
    color: #343434;
    font-weight: 400;
}

.camnhan .mota {
    padding: 20px 30px 10px 30px;
    border-top: 1px solid #EBEBEB;
}

.camnhan .mota p {
    font-size: 14px;
    color: #343434;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 5;
    min-height: 80px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.camnhan .ngaydang {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding: 20px 30px;
    background: url(../images/face.png) no-repeat 20px center;
    text-indent: 50px;
    display: none;
}

.box_camnhan .camnhan {
    border: 1px solid #ddd;
}

.box_camnhan .camnhan:before {
    display: none;
}

/*-----CART-------*/
.box_cart {
    display: block;
    width: 700px;
    max-width: 95%;
    position: fixed;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999;
    transition: right 0.5s;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px #00000080;
    display: none;
    background: #ffffff;
}

.box_cart.active {
    display: block;
}

/*.cart{width: 50px;height: 50px;line-height: 50px;text-align: center;border-radius: 50%;background: #ffffff url(../images/cart.png) no-repeat center;color: #2ca21d;z-index: 999;position: relative;cursor: pointer;position: fixed;right: 15px;bottom: 270px;box-shadow: 0 0 5px #00000085;}
.cart:before{position: absolute;content: attr(data-cart);width: 20px;height: 20px;line-height: 20px;text-align: center;font-size: 10px;color: #ffffff;background: #ff9801;bottom: 9px;right: 9px;border-radius: 50%;z-index: 99;}*/
.content_cart {
    width: 100%;
    background: #ffffff;
    box-shadow: -1px 1px 2px #00000069;
}

.head_cart {
    padding: 10px;
    border-bottom: 1px solid #dddddd;
    background: #c94116;
}

.head_cart h4 {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    position: relative;
    margin: 0;
    padding: 0;
}

.head_cart h4 span {
    margin: 0 5px;
    color: #fff000;
}

.head_cart > i {
    position: absolute;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    right: 5px;
    top: 5px;
    font-size: 13px;
    cursor: pointer;
    background: #ffffff;
    color: #000;
}

.body_cart {
    padding: 10px 5px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #dddddd;
}

.body_cart ul::-webkit-scrollbar {
    width: 3px;
}

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

.body_cart ul::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.body_cart ul {
    list-style: none;
    padding: 0;
    width: 100%;
    max-height: calc(100vh - 250px);
    overflow: auto;
    margin: 0;
}

.body_cart ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dddddd;
    padding: 5px 0;
}

.body_cart ul li .img {
    width: 100px;
    text-align: center;
}

.body_cart ul li .img span {
    display: block;
    text-align: center;
    font-size: 13px;
    text-decoration: underline;
    color: #dd0000;
    margin-top: 5px;
    cursor: pointer;
}

.body_cart ul li:first-child {
    padding-top: 0;
}

.body_cart ul li:last-child {
    padding-bottom: 0;
    border: 0;
}

.body_cart ul li .noidung {
    width: calc(100% - 120px);
}

.body_cart ul li .noidung a {
    font-size: 13px;
    color: #000000;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.body_cart ul li:hover .noidung a {
    color: #dd0000;
}

.body_cart ul li .noidung p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0;
    padding: 0;
}

.body_cart ul li .noidung p.gia {
    font-weight: 700;
    color: #d70000;
}

.body_cart ul li .noidung p.soluong_cart span {
}

.body_cart .empty {
    width: 100%;
    text-align: center;
}

.soluong_cart input {
    width: 40px;
    background: #E1E8EE;
    text-align: center;
    border-radius: 2px;
    border: none;
    outline: none;
    padding: 2px 0;
    margin: 0 5px;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
}

.soluong_cart input::-webkit-outer-spin-button, .soluong_cart input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.soluong_cart input[type=number] {
    -moz-appearance: textfield;
}

.minius_cart {
    width: 20px;
    height: 20px;
    background-color: #E1E8EE;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

.plus_cart {
    width: 20px;
    height: 20px;
    background-color: #E1E8EE;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

.body_cart ul li .noidung p.soluong_cart .xoa {
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
    background: #d70000;
    color: #ffffff;
    padding: 3px 6px;
    line-height: 1;
    border-radius: 30px;
}

.bottom_cart .total_cart {
    display: block;
}

.bottom_cart .total_cart p {
    font-size: 15px;
    color: #000000;
    margin-bottom: 10px;
}

.bottom_cart .total_cart p span {
    color: #d70000;
    font-weight: 700;
}

.bottom_cart .total_cart a {
    display: inline-block;
    padding: 5px 20px;
    background: #c94116;
    color: #ffffff;
    border-radius: 5px;
    text-decoration: none;
    font-size: 13px;
}

.bottom_cart .total_cart a:nth-child(2) {
    background: #000000;
}

.bottom_cart .total_cart a:hover {
    background: #d90000;
}

.bottom_cart {
    text-align: right;
    padding: 10px 20px;
    width: 100%;
}

.bottom_cart h4 {
    font-family: 'Roboto-Bold';
    font-size: 18px;
    color: #dd0000;
    margin: 10px 0 20px 0;
}

.item .sp_1:before {
    position: absolute;
    content: "Hot";
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    z-index: 1;
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    left: 10px;
    top: 10px;
    background: url(../images/sale.png) no-repeat center;
    font-family: SVN-ProductSans;
}

.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 12px;
    right: 0;
    z-index: 999;
    min-width: 355px;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #c94116;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 26px;
    left: 26px;
    position: absolute;
    background-color: #c94116;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
    background-color: #c94116;
    width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px;
}

.hotline-bar {
    position: absolute;
    background: #c94116;
    height: 40px;
    width: max-content;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 15px 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    border: 2px solid white;
    left: 33px;
    bottom: 37px;
}

.hotline-bar > a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-indent: 40px;
    display: block;
    letter-spacing: 1px;
    line-height: 35px;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

.cart.fixed:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background: #1182fc;
    left: -8px;
    top: -15px;
    border-radius: 50%;
}

.cart.fixed img {
    max-width: 24px;
    position: relative;
    z-index: 10;
    filter: brightness(0) invert(1);
    margin-left: 6px;
}

.cart.fixed:before {
    right: -5px;
}
