.ui.vertical.menu .active.item {
  color: #ff1467;}
/*hotline make by phuc*/
.mobile-only {display: none;}
@media (max-width: 767px) {
	.mobile-only {display: block;}
	.pc-only {display: none;}
}
.color-cs a{
  color:#0000ff !important;
}

.suntory-alo-phone {
  background-color: transparent;
  cursor: pointer;
  height: 160px;
  position: fixed;
  transition: visibility 0.5s ease 0s;
  width: 120px;
  z-index: 200000 !important;
}
.wm-module.wm-search {
    padding-top: 30px;
}
.suntory-alo-phone.suntory-alo-phone-0 {left: 0; bottom: 0;}
.suntory-alo-phone.suntory-alo-phone-1 {right: 0px; bottom: 0px;}
.suntory-alo-ph-circle {
  animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
  background-color: transparent;
  border: 2px solid rgba(30, 30, 30, 0.4);
  border-radius: 100%;
  height: 160px;
  width: 160px;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0.1;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
}
.suntory-alo-ph-circle-fill {
  animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
  border: 2px solid transparent;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 30px;
  top: 30px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
}
.suntory-alo-ph-img-circle {
  animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
  border: 2px solid transparent;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50px;
  top: 50px;
  opacity: 1;
  transform-origin: 50% 50% 0;
  z-index: 1;
}
.suntory-alo-phone.suntory-alo-hover, .suntory-alo-phone:hover { opacity: 1;}
.suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle {
  animation: 1.1s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}
.suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle {
  animation: 2.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone:hover .suntory-alo-ph-circle {
  border-color: #00aff2;
  opacity: 0.5;
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {
  border-color: #608727;
  opacity: 1;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
  border-color: #e6140f69;
  opacity: 1;
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone:hover .suntory-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.9);
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill { background-color: #608727;}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill { background-color: #e6140f;} /* màu đỏ */

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone:hover .suntory-alo-ph-img-circle { background-color: #00aff2;}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle { background-color: #608727;} /* màu xanh lá */
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle { background-color: #e6140f;} /* màu đỏ */
@keyframes suntory-alo-circle-anim {
  0% {
      opacity: 0.1;
      transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
      opacity: 0.5;
      transform: rotate(0deg) scale(0.6) skew(1deg);
  }
  100% {
      opacity: 0.6;
      transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}
@keyframes suntory-alo-circle-img-anim {
  0% {
      transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
      transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
      transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
      transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
      transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
      transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
      transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes suntory-alo-circle-fill-anim {
  0% {
      opacity: 0.2;
      transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
      opacity: 0.2;
      transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
      opacity: 0.2;
      transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}
.suntory-alo-ph-img-circle i {
  animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
  font-size: 40px!important;
  line-height: 58px!important;
  padding-left: 10px;
  color: #fff;
}
.phone-pc {
  background: #e6140f; /* màu đỏ */
  color: #fff;
  padding: 5px;
  font-size: 16px;
  top: 65px;
  left: 98px;
  position: relative;
  width: 160px;
  text-align: center;
  border-radius: 0 10px 10px 0;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;

}
.suntory-alo-phone:hover .phone-pc { background: #608727;}
.show-phone {
  visibility: visible;
  opacity: 1;
  width: 200px;
}
/*het*/

/**/
.face:hover {
  animation: shake 1s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
/**/
/**/
.ui.pagination.menu .active.item {
    background-color: rgb(0, 178, 45);
    color: rgb(255, 255, 255);
}
.ui.menu a.item:hover {
    background: rgb(255, 20, 103);
    color: rgb(255, 255, 255);
}
.viet .gioithieu .content {
  margin: 30px;
  line-height: 1.2;
}
.hinh .logo img.ui.rounded.centered.image {
    width: 60%;
    margin-bottom: 10px;
}
.ui.cards a.card:hover, .ui.link.card:hover, .ui.link.cards .card:hover, a.ui.card:hover{
    box-shadow: 0 4px 22px 0 #ff1467, 0 0 0 1px #ff1467;
}
.ui.button:hover {
    background-color: #0055ff;
    color: white;
}
.ui.button {
    background: #10bb03;
    color: white;
}
.a h2.ui.header {
    color: #ff1467;
    text-transform: uppercase;
}
.wm-module.wm-map {
    margin-top: 15px;
}
.ui.cards a.card:hover{
    box-shadow: 0 5px 11px 0 #ff1467, 0 0 0 1px #ff1467;
}
.ui.primary.button{
    background-color: #ff1467;
}
.ui.primary.button:hover{
    background-color: #10bb03;
}
/**/
.unpadded{padding:0!important}
.wm-menu.nav-main{margin:0;}
#row-fotter-one .ui.menu{
  background:transparent;
}
#row-fotter-one .ui.menu .item,#row-fotter-one .ui.menu .item:hover{
   color:#000;
}
#end-row{margin-bottom:15px!important}

.owl-carousel .owl-item img{
  max-width:100%;
  margin:auto;
  width:initial!important;
}
.top-banner.wm-mobile.column {
    background-image: url(/shop/images/hatrinhcholon/cssweb/background-header2.png);
}
.taikhoan .ui.menu, .taikhoan .ui.menu .item:before {
    border: none;
    box-shadow: none;
    background: none;
}
.auto-top .ui.menu, .auto-top .ui.vertical.menu .item:before {
    border: none;
    box-shadow: none;
    background: none;
    margin-left: 10px;
    margin-top: 10px;
}
.auto-top .ui.menu .item {
    padding: 5px 0px;
    color: #fff;
}
.taikhoan .ui.menu .item {
    padding: 0;
    color: #fff;
}
.logo {
    margin-top: 3px;
}
/*.auto-top .ui.vertical.menu {
    width: 100%;
}*/
.slider .ui.segment {
   border: none;
   box-shadow: none;
   padding: 0!important;
}
.wm-module.wm-image.hinh2 {
   padding-top: 20px;
}
.slider .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.wm-module.wm-slider.ui.segment img {
    width: 100%;
}
.in-stock {
    display: none !important;
}
.menu-main.wm-mobile.column {
    background-image: url(/shop/images/quatet/product/bg-img-navbar.png);
    background-color: #FFFFFF;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.slider-qc.wm-mobile.column {
    background-image: url(/shop/images/quatet/product/bg-img-navbar.png);
    background-color: #FFFFFF;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}
.menu-main .ui.inverted.menu {
    background: none!important;
}
.menu-main .ui.inverted.menu .item, .menu-main .ui.inverted.menu > .item > a:not(.ui) {
    color: #000!important;
    background: none!important;
    font-size: 15px;
    padding: 0px 20px;
}
.menu-left .ui.vertical.menu {
    width: 100%;
}
.menu-left .ui.menu {
    box-shadow: none!important;
    border-radius: 0;
}
.menu-left .ui.menu .item {
    padding: 17px 30px;
}
.menu-left .ui.menu .item:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    top: 20px;
    left: 15px;
    background: #ff1467!important;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-left h4.header.item {
    overflow: hidden;
    background: #ff1467!important;
    text-transform: uppercase;
    color: #FFF!Important;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 0!important;
}
.wm-module.wm-product.spnb .ui.dividing.header {
    overflow: hidden;
    background: #ff1467!important;
    text-transform: uppercase;
    color: #FFF!Important;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 0!important;
    border-bottom: none;
    padding: 5px 25px;
    font-size: 16px;
}
.taikhoan .ui.menu .dropdown.item:hover, .taikhoan .ui.menu a.item:hover {
    background: none;
}
.auto-top .ui.menu a.item:hover {
    background: none;
    color: #fff;
}
.menu-main .ui.inverted.menu .active.item:hover, .menu-main .ui.inverted.menu .active.item, .menu-main .ui.inverted.menu a.item:hover, .menu-main .ui.inverted.menu .dropdown.item:hover, .menu-main .ui.inverted.menu .dropdown.item a:hover, .menu-main .ui.wm.active.simple.dropdown.autooff.item a:active  {
    color: #ff1467!important;
}
.menu-main .ui.inverted.menu .active.item a {
    color: #ff1467!important;
}
.menu-left .ui.menu a.item:hover {
    background: none;
    color: #ff1467;
}
.blurring.dimmed.dimmable>:not(.dimmer) {
    -webkit-filter: none!important;
    filter: none!important;
}
.sanpham .ui.dimmer, .tintuc .ui.dimmer {
    background: none;
}
.sanpham .ui.cards>.card>.image, .tintuc .ui.cards>.card>.image, .tintuc .ui.cards>.card {
    border-radius: 0!important;
    background: none;
}
.sanpham .ui.cards>.card {
    border-radius: 0;
    margin-bottom: 20px;
}
.wm-module.wm-product.spnb {
    border: 1px solid #ddd;
}
.menu-left .ui.items>.item>.image:not(.ui) {
    width: 100px;
}
.menu-left .content h2 {
    font-size: 13px!important;
}
.sanpham .content h2 {
    font-size: 14px!important;
}
.sanpham .content h2:hover, .menu-left .content h2:hover {
    color: #eb1c23;
}
.menu-left .ui.red.header, .sanpham .ui.red.header {
    color: #ff1467!important;
}
.sanpham .ui.cards>.card>.content {
    text-align: center;
    border-top: none;
}
.sanpham .ui.cards>.card [class*="left floated"] {
    float: none;
}
.sanpham .ui.button {
    border: 2px solid #ff1467;
    padding: 10px 20px;
    border-radius: 2px;
    color: #ff1467;
    background: #fff;
    font-weight: 800;
    text-transform: uppercase;
    border-left: 2px solid #ff1467!important;
}
.sanpham .ui.cards>.card:hover .ui.button {
    color: #fff;
    background: #ff1467!important;
}
.sanpham .button-group.ui.buttons.bottom.two.attached {
    width: 150px!important;
    margin: auto;
    margin-bottom: 10px;
}
.sanpham .ui.dividing.header, .tintuc.wm-mobile.column .ui.dividing.header {
    position: relative;
    border-bottom: 1px #ff1467 solid;
    padding: 3px 0px;
    line-height: 38px;
    color: #ff1467;
    text-transform: uppercase;
}
.sanpham .ui.dividing.header:before, .tintuc.wm-mobile.column .ui.dividing.header:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 33px;
    height: 3px;
    background: #ff1467;
}
.menu-left .ui.items>.item>.image+.content {
    padding-left: 5px;
}
.sanpham .owl-prev {
    position: absolute;
    top: 30px;
    left: 0px;
    font-size: 0px;
}
.sanpham .owl-next {
    position: absolute;
    top: 30px;
    right: -5px;
    font-size: 0px;
}
.sanpham .owl-controls .owl-prev:before {
    content: "\f104";
}
.sanpham .owl-controls .owl-next:before {
    content: "\f105";
}
.sanpham .owl-controls .owl-nav>div:before {
    display: inline-block;
    opacity: 1;
    margin: 0 .25rem 0 0;
    width: 1.18em;
    height: 1em;
    font-family: Icons;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    text-align: center;
    speak: none;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-size: 24px;
}
.sanpham .owl-carousel .owl-controls .owl-nav .owl-next, .sanpham .owl-carousel .owl-controls .owl-nav .owl-prev {
    background: #ff1467;
}
.owl-controls .owl-nav>div {
    width: 30px!important;
    height: 30px!important;
    border-radius: 5px!important;
    line-height: 30px!important;
    border-bottom: 2px solid #c2c2c2!important;
    color: #fff!important;
    display: inline-block!important;
    zoom: 1!important;
    margin: 0 5px 0 0!important;
    padding: 0!important;
    font-size: 0px!important;
    text-align: center;
}
.footer-top.wm-mobile.column {
    background-image: url(/shop/images/hatrinhcholon/cssweb/footer-background2.png);
    padding: 65px 0 20px 0!important;
    color: #fff;
}
.footer-top.wm-mobile.column:before {
    background: url(/shop/images/hatrinhcholon/12.png);
    background-repeat: repeat-x;
    content: "";
    top: 2px;
    width: 100%;
    height: 50px;
    position: absolute;
}
.footer-bottom.wm-mobile.column {
    /**background-image: url(/shop/images/quatet/bg-img-topheader.png);*/
    background-color: #ff1467;
    margin-top: 0px;
    padding: 0!important;
}
.footer-top.wm-mobile.column h4.header.item {
    text-transform: uppercase;
    font-size: 17px;
}
.footer-top.wm-mobile.column .ui.menu .item {
    padding: 10px;
}
.slider-qc.wm-mobile.column .owl-nav {
    display: none;
}
.footer-bottom.wm-mobile.column .column {
    border-top: 1px #ffffff solid;
}
.footer-bottom.wm-mobile.column .content {
    color: #fff;
}
.mxh-f h4.header.item {
    display: none!important;
}
.mxh-f .ui.menu, .mxh-f .ui.menu .item:before, .mxh-f .ui.menu a.item:hover {
    background: none;
    border: none;
    box-shadow: none;
    float: right;
}
.mxh-f .ui.menu .item {
    color: #fff!important;
}
.tintuc.wm-mobile.column h2.header {
    font-size: 15px!important;
}
.tintuc .ui.cards>.card:hover h2.header {
    color: #eb1c23;
}
.tintuc.wm-mobile.column .description {
    font-style: italic;
}
.list-name .ui.segment {
    border: none;
    box-shadow: none;
}
.list-name .ui.breadcrumb a, .list-name .ui.breadcrumb .active.section {
    color: #ff1467;
}
.ui.green.button:active, .ui.green.buttons .button:active, .ui.green.button:hover, .ui.green.buttons .button:hover {
    background-color: #c80d14!important;
}
.ct-sp .ui.grey.header {
    color: #000!important;
    font-size: 22px;
}
.spnb .ui.dividing.header {
    padding: 5px 25px!important;
}
.ui.cards>.card [class*="right floated"] {
    float: none;
}
.top-banner.wm-mobile.column div#first-row {
    /*background: url(/shop/images/quatet/posts/img-before-footer.png);*/
    background-repeat: no-repeat;
}
.wm-module.wm-product .content .header h2 {font-size: 1.1em;}
@media (max-width:768px){
 /**/
  .sanpham .owl-prev {
    position: absolute;
    top: 58px;
    left: 0px;
    font-size: 0px;
}
.sanpham .owl-next {
    position: absolute;
    top: 58px;
    right: -5px;
    font-size: 0px;
}
.sanpham .owl-controls .owl-prev:before {
    content: "\f104";
}
.sanpham .owl-controls .owl-next:before {
    content: "\f105";
}
.sanpham .owl-controls .owl-nav>div:before {
    display: inline-block;
    opacity: 1;
    margin: 0 .25rem 0 0;
    width: 1.18em;
    height: 1em;
    font-family: Icons;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    text-align: center;
    speak: none;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-size: 24px;
}
.sanpham .owl-carousel .owl-controls .owl-nav .owl-next, .sanpham .owl-carousel .owl-controls .owl-nav .owl-prev {
    background: #ff1467;
}
.owl-controls .owl-nav>div {
    width: 30px!important;
    height: 30px!important;
    border-radius: 5px!important;
    line-height: 30px!important;
    border-bottom: 2px solid #c2c2c2!important;
    color: #fff!important;
    display: inline-block!important;
    zoom: 1!important;
    margin: 0 5px 0 0!important;
    padding: 0!important;
    font-size: 0px!important;
    text-align: center;
}
/**
/**/
div#row-fotter-one {
    padding: 30px;
}
  /**/
  .wm-widget.wm-cart:after {
    display: block;
    clear: both;
    content: "";
    margin-bottom: 15px;
	}
  .sixteen.wide.large.three.wide.computer.sixteen.wide.tablet.sixteen.wide.mobile.column.taikhoan.middle.aligned, .sixteen.wide.large.five.wide.computer.sixteen.wide.tablet.sixteen.wide.mobile.column.auto-top {
    width: 50%!important;
    float: left;
	}
  .logo, .timkiem {
    padding: 0!important;
	}
  .menu-header .ui.basic.button {
     background: #f00!important;
     color: #fff!important;
  }
  .menu-main.wm-mobile.column .ui.menu {
     background: none!important;
  }
}
@media (max-width:480px){
  .sixteen.wide.large.three.wide.computer.sixteen.wide.tablet.sixteen.wide.mobile.column.taikhoan.middle.aligned, .sixteen.wide.large.five.wide.computer.sixteen.wide.tablet.sixteen.wide.mobile.column.auto-top {
    width: 100%!important;
	}
  .ui.menu:not(.vertical) .right.menu {
    margin: 0!important;
  }
  .auto-top {
    margin-top: -30px;
    margin-left: 10px;
	}
  .taikhoan {
    margin-left: 10px;
  }
  .footer-top.wm-mobile.column .content {
    padding: 0px 10px;
	}
  .wm-module.wm-slider.ui.segment img {
    height: 350px;
	}
}
@media (max-width:320px){
  .wm-module.wm-slider.ui.segment img {
    height: auto;
	}
}