@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

.required:after {
  content: "*";
  color: red;
  padding-left: 5px;
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none;
  outline: none;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: avo_bi;
  src: url("/fonts/SVN-Avo bold italic.ttf?5a604d447346e8c1b8b8af8c537d1d90");
}

@font-face {
  font-family: avo_b;
  src: url("/fonts/SVN-Avo bold.ttf?6d9b743492c2de9547527df33d6edcf9");
}

@font-face {
  font-family: avo_i;
  src: url("/fonts/SVN-Avo italic.ttf?566596cdd0e8f505ddb8314db067d462");
}

@font-face {
  font-family: avo;
  src: url(/fonts/SVN-Avo.ttf?bcd6736a73b4d4815771844cf83b2869);
}

@font-face {
  font-family: robo_b;
  src: url(/fonts/Roboto-Black.ttf?ec4c9962ba54eb91787aa93d361c10a8);
}

@font-face {
  font-family: robo_m;
  src: url(/fonts/Roboto-Medium.ttf?d08840599e05db7345652d3d417574a9);
}

@font-face {
  font-family: robo_l;
  src: url(/fonts/Roboto-Light.ttf?fc84e998bc29b297ea20321e4c90b6ed);
}

body {
  font-family: "avo";
  overflow-x: hidden;
}

/* ----- header ------- */

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.wrap_top_header ._main_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 37px 0px 28px;
}

.wrap_top_header ._main_info .box_seach .form_group {
  border: 1px solid #cb1b16;
  display: flex;
  align-items: center;
}

.wrap_top_header ._main_info .box_seach .form_group input {
  width: 468px;
  font-size: 14px;
  border: 0;
  outline: none;
  background: white;
  padding: 10px 20px;
}

.wrap_top_header ._main_info .box_seach .form_group button {
  background: #cb1b16;
  border: 0;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  color: white;
  font-size: 18px;
  padding: 7px 30px;
}

.wrap_top_header ._main_info .login {
  position: relative;
  padding: 10px 0px;
}

.wrap_top_header ._main_info .login:hover .box_hover_login {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transition: 0.3s all;
}

.wrap_top_header ._main_info .login ul {
  margin-bottom: 0;
}

.wrap_top_header ._main_info .login ul li {
  list-style: none;
  display: inline-block;
}

.wrap_top_header ._main_info .login ul li::before {
  content: "|";
  color: #868686;
  font-size: 18px;
}

.wrap_top_header ._main_info .login ul li:first-child::before {
  content: none;
}

.wrap_top_header ._main_info .login ul li .btn_login {
  font-size: 16px;
  color: #525252;
  font-family: robo_m;
}

.wrap_top_header ._main_info .login .btn_login_success {
  color: #cb1b16;
  font-size: 17px;
}

.wrap_top_header ._main_info .login .btn_login_success i {
  font-size: 25px;
  padding-right: 5px;
}

.wrap_top_header ._main_info .login .box_hover_login {
  padding: 15px;
  box-shadow: 0px 0px 12px 3px #d3d3d3bf;
  border: 1px solid #feefef;
  position: absolute;
  top: 160%;
  background: white;
  z-index: 99;
  width: 180px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all;
}

.wrap_top_header ._main_info .login .box_hover_login ul {
  margin-bottom: 25px;
}

.wrap_top_header ._main_info .login .box_hover_login ul li {
  display: block;
  border-bottom: 1px solid #d9d9d9;
}

.wrap_top_header ._main_info .login .box_hover_login ul li:last-child {
  border-bottom: 0;
}

.wrap_top_header ._main_info .login .box_hover_login ul li::before {
  content: none;
}

.wrap_top_header ._main_info .login .box_hover_login ul li a {
  color: #414141;
  font-size: 15px;
  display: inline-block;
  padding: 10px 0px;
}

.wrap_top_header ._main_info .login .box_hover_login .sign_out {
  color: #cb1b16;
  font-size: 15px;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 5px;
  font-family: robo_b;
}

.wrap__menu {
  background: #cb1b16;
}

.open-nav {
  font-size: 22px;
  color: #ffdd00;
  z-index: 99;
  cursor: pointer;
  line-height: 1.1;
  display: none;
  padding: 5px 10px;
}

#menu-mobile nav.navbar {
  padding: 0;
}

#menu-mobile .header__mobile {
  display: none;
}

#menu-mobile ul.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

#menu-mobile ul.nav li {
  list-style: none;
  position: relative;
}

#menu-mobile ul.nav li:hover {
  background: #482172;
  transition: 0.3s all;
}

#menu-mobile ul.nav li:hover .sub_menu_2 {
  transition: all 0.5s;
  visibility: visible;
  opacity: 1;
  box-shadow: 0px 2px 4px #80808075;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

#menu-mobile ul.nav li a {
  font-size: 15px;
  color: white;
  padding: 19px 18px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-family: avo_b;
}

#menu-mobile ul.nav li .sub_menu_2 {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  background: white;
  min-width: 170px;
  left: 0;
  top: calc(100% - 0px);
  padding: 0;
  z-index: 99;
  border: 1px solid #E9E9E9;
}

#menu-mobile ul.nav li .sub_menu_2 li {
  border-bottom: 1px solid #c2c2c2;
}

#menu-mobile ul.nav li .sub_menu_2 li:hover a {
  background: #f0f0f0;
}

#menu-mobile ul.nav li .sub_menu_2 li:hover .sub_menu_2 {
  opacity: 1;
  visibility: visible;
  transition: 0.5s all;
}

#menu-mobile ul.nav li .sub_menu_2 li a {
  color: black;
  width: 100%;
  display: inline-block;
  padding: 10px 10px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: avo;
}

#menu-mobile ul.nav li .sub_menu_2 li a::before {
  content: none;
}

#menu-mobile ul.nav li .sub_menu_2 li .sub_menu_2 {
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 240px;
  background: white;
  z-index: 9;
  box-shadow: 2px 1px 5px #a4a4a4;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all;
}

#menu-mobile ul.nav li .sub_menu_2 li .sub_menu_2 li {
  border-bottom: 1px solid #c2c2c2;
}

#menu-mobile ul.nav li .sub_menu_2 li .sub_menu_2 li:hover a {
  background: #f0f0f0;
}

#menu-mobile ul.nav li .sub_menu_2 li .sub_menu_2 li a {
  color: black;
  background: white;
  width: 100%;
  display: inline-block;
  padding: 10px 10px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: avo;
}

#menu-mobile ul.nav li.active {
  background: #482172;
}

/* @media screen and (max-width: 991px) {

} */

.overlay_hide {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s;
  opacity: 0;
  display: none;
}

#menu-mobile.active ~ .overlay_hide {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, z-index 0s;
  z-index: 9;
}

#menu-mobile .accordion {
  display: none;
}

/* ----- End header ------- */

/* -------- Footer -------- */

.wrapper_main_footer {
  background-size: 100% 100%;
  width: 100%;
  padding: 40px 30px;
  background-position: center center;
  background-repeat: no-repeat;
}

.wrapper_main_footer .info_left .logo {
  margin: 15px 0px 90px;
}

.wrapper_main_footer .info_left ul {
  margin-bottom: 0;
}

.wrapper_main_footer .info_left ul li {
  list-style: none;
  color: white;
  font-size: 16px;
}

.wrapper_main_footer .info_left ul li span {
  display: block;
  padding-left: 25px;
  margin-top: -24px;
}

.wrapper_main_footer .info_right h3 {
  color: white;
  font-size: 29px;
  text-transform: uppercase;
  font-family: robo_m;
  margin-bottom: 30px;
  line-height: 1.1;
}

.wrapper_main_footer .info_right ul {
  margin-bottom: 0;
}

.wrapper_main_footer .info_right ul li {
  list-style: none;
  margin-bottom: 30px;
}

.wrapper_main_footer .info_right ul li:last-child {
  margin-bottom: 0;
}

.wrapper_main_footer .info_right ul li p {
  font-size: 19px;
  color: white;
  border-bottom: 1px solid #cfd1d9;
  margin-bottom: 5px;
}

.wrapper_main_footer .info_right ul li span {
  color: #fbfffb;
  font-size: 15px;
  display: block;
}

.scrolltop a {
  font-size: 25px;
  color: #cb1b16;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 42px;
  background: white;
  text-align: center;
  position: fixed;
  bottom: 10%;
  right: 28px;
  z-index: 9999;
  transition: 0.5s;
  cursor: pointer;
  display: none;
  box-shadow: 0px 0px 10px 2px #cb1b16bf;
}

.scrolltop a:hover {
  background: #cb1b16;
  color: white;
}

/* -------- End Footer -------- */

/* home */

.wrapper_slide_top .main_slide .custom_own_1 .owl-nav {
  display: none;
}

.wrapper_slide_top .main_slide .custom_own_1 .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.wrapper_global .sidebar_main .list_main {
  border: 1px solid #959595;
  margin-bottom: 25px;
}

.wrapper_global .sidebar_main .list_main h3 {
  color: white;
  font-size: 18px;
  background: #cb1b16;
  padding: 15px 0px;
  text-align: center;
  text-transform: uppercase;
  font-family: avo_b;
}

.wrapper_global .sidebar_main .list_main ul {
  margin-bottom: 0;
  padding: 15px 20px;
}

.wrapper_global .sidebar_main .list_main ul li {
  list-style: none;
  border-bottom: 1px solid #eaeaea;
}

.wrapper_global .sidebar_main .list_main ul li:last-child {
  border-bottom: 0;
}

.wrapper_global .sidebar_main .list_main ul li a {
  padding: 15px 0px;
  display: block;
  font-size: 16px;
  color: #515151;
}

.wrapper_global .sidebar_main .list_main ul li a span {
  color: #16a7cb;
}

.wrapper_global .sidebar_main .list_main ul li .view_more {
  text-align: center;
  padding-bottom: 0;
}

.wrapper_global .sidebar_main .list_main ul.order li {
  padding-bottom: 15px;
}

.wrapper_global .sidebar_main .list_main ul.order li span {
  color: black;
  font-size: 17px;
  font-family: avo_b;
}

.wrapper_global .sidebar_main .list_main ul.order li p {
  color: #16a7cb;
  font-size: 15px;
  padding-left: 30px;
}

.wrapper_global .sidebar_main .banner_sidebar {
  margin-bottom: 25px;
}

.wrapper_global ._main_global {
  padding-bottom: 25px;
}

.produt_detail {
  padding-top: 20px;
  margin-bottom: 30px;
}

.produt_detail .box_detail {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}

.produt_detail .box_detail .image_preview {
  width: 45%;
  height: 100%;
  border: 1px solid #c6c6c6;
}

.produt_detail .box_detail .image_preview img {
  width: 100%;
}

.produt_detail .box_detail .index_info {
  width: 55%;
  padding-left: 30px;
  padding-top: 10px;
}

.produt_detail .box_detail .index_info h4 {
  color: #404040;
  font-family: avo_b;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 20px;
}

.produt_detail .box_detail .index_info p {
  font-family: robo_l;
  color: #515151;
  font-size: 16px;
  margin-bottom: 25px;
}

.produt_detail .box_detail .index_info .group_btn .btn_action {
  padding: 8px 23px;
  font-size: 16px;
  color: #cb1b16;
  border: 1px solid #cb1b16;
  text-transform: uppercase;
  margin-right: 8px;
  display: inline-block;
}

.produt_detail .box_detail .index_info .group_btn .btn_action:hover {
  background: #cb1b16;
  color: white;
  transition: 0.2s all;
}

.title_repeat {
  border-bottom: 1px solid #e58d8a;
}

.title_repeat h3 {
  color: #cb1b16;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 11px;
}

ul.rating {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

ul.rating li {
  list-style: none;
  font-size: 19px;
  margin-right: 2px;
  color: #919191;
}

ul.rating li.active {
  color: #ff9c00;
}

._main_support {
  margin-bottom: 30px;
}

._main_support .title_repeat h3 {
  display: inline-block;
  background: #cb1b16;
  color: white;
  padding: 10px 28px;
}

._main_support .list_box {
  padding-top: 15px;
}

._main_support .list_box ul {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

._main_support .list_box ul li {
  list-style: none;
  width: 25%;
  padding-right: 15px;
  display: flex;
}

._main_support .list_box ul li:last-child {
  padding-right: 0;
}

._main_support .list_box ul li .box_info {
  border: 1px solid #bebebe;
  text-align: center;
  width: 100%;
  padding: 23px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

._main_support .list_box ul li .box_info i {
  color: #dc2430;
  font-size: 27px;
}

._main_support .list_box ul li .box_info span {
  color: #444444;
  text-transform: uppercase;
  font-size: 14px;
  text-align: left;
  padding-left: 20px;
  text-decoration: none !important;
  line-height: 1.3;
}

._main_support .list_box span {
  color: #16a7cb;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: underline;
}

.popup_info_one .modal-content {
  border-radius: 0;
}

.popup_info_one .modal-content .modal-header {
  padding: 15px 25px;
  background: #cb1b16;
  border-radius: 0;
  position: relative;
}

.popup_info_one .modal-content .modal-header h4.modal-title {
  text-transform: uppercase;
  font-size: 18px;
  font-family: avo_b;
  color: white;
  line-height: 1.1;
}

.popup_info_one .modal-content .modal-header .close {
  color: white;
  opacity: 1;
  border: 2px solid white;
  border-radius: 50%;
  padding: 0 !important;
  width: 25px;
  height: 25px;
  line-height: 10px;
  font-size: 13px;
  position: absolute;
  right: 2%;
  top: 22%;
  margin: 0 !important;
  outline: none;
}

.popup_info_one .modal-content .modal-header .close:hover {
  color: white;
}

.popup_info_one .modal-content .modal-body {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.popup_info_one .modal-content .modal-body ul {
  margin-bottom: 0;
}

.popup_info_one .modal-content .modal-body ul li {
  list-style: none;
  margin-bottom: 22px;
}

.popup_info_one .modal-content .modal-body ul li:last-child {
  margin-bottom: 22px;
}

.popup_info_one .modal-content .modal-body ul li p {
  color: #16a7cb;
  font-size: 15px;
}

.popup_info_one .modal-content .modal-body ul li p span {
  display: block;
  margin-top: -22px;
  padding-left: 20px;
}

.popup_info_one .modal-content .modal-body form {
  width: 100%;
}

.popup_info_one .modal-content .modal-body .form-group label {
  color: black;
  font-family: robo_l;
  font-size: 15px;
  display: block;
  margin-bottom: 3px;
}

.popup_info_one .modal-content .modal-body .form-group input,
.popup_info_one .modal-content .modal-body .form-group select {
  outline: none;
  padding: 8px;
  width: 100%;
  font-size: 15px;
  background: white;
  border: 1px solid #dadada;
}

.popup_info_one .modal-content .modal-body button {
  padding: 7px 15px;
  font-size: 16px;
  color: white;
  border: 1px solid #cb1b16;
  margin-right: 8px;
  background: #cb1b16;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

.list_guide {
  position: relative;
  padding-top: 25px;
  margin-bottom: 40px;
}

.list_guide .info_product {
  padding: 15px 20px;
  border: 1px solid #c7c7c7;
  height: 355px;
  margin-bottom: 15px;
}

.list_guide .info_product .info_name {
  margin-top: 15px;
}

.list_guide .info_product .info_name h4 {
  font-size: 16px;
  font-family: avo_b;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  line-height: 20px;
  max-height: 42px;
}

.list_guide .info_product .info_name h4 a {
  color: #482172;
}

.list_guide .info_product .info_name span.note {
  font-size: 12px;
  font-family: avo_i;
  color: #515151;
}

.list_guide .owl-dots {
  display: none;
}

.list_guide .owl-nav {
  margin-top: 0;
}

.list_guide .owl-nav .owl-prev,
.list_guide .owl-nav .owl-next {
  border: 1px solid #bababa !important;
  border-radius: 0 !important;
  width: 30px;
  height: 30px;
  line-height: 22px !important;
  color: #898989 !important;
  font-size: 22px !important;
  margin: 0;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: -68px;
  background: white;
  outline: none;
}

.list_guide .owl-nav .owl-prev:hover,
.list_guide .owl-nav .owl-next:hover {
  background: transparent;
  box-shadow: 1px 1px 8px 2px #cb1b165c;
  transition: 0.2s all;
}

.list_guide .owl-nav .owl-prev {
  right: 40px;
}

.main_standard .main_stan {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.main_standard .main_stan .info_table {
  border: 1px solid #c6c6c6;
  width: 50%;
}

.main_standard .main_stan .info_table h3 {
  border-bottom: 1px solid #c6c6c6;
  text-transform: uppercase;
  font-size: 18px;
  color: #cb1b16;
  text-align: center;
  padding: 12px 0px;
  font-family: serif!important;
}

.main_standard .main_stan .info_table ul {
  margin: 0;
  text-align: center;
  padding: 30px 0px;
}

.main_standard .main_stan .info_table ul li {
  list-style: none;
}

.main_standard .main_stan .info_table ul li a {
  color: #515151;
  font-size: 18px;
  font-family: serif!important;
  padding: 5px;
}

/* end home */

/* đặt hàng */

.section_cart ._main_support {
  margin-top: 51px;
}

.section_cart .main_order {
  padding-top: 10px;
}

.section_cart .main_order .info_main {
  padding: 40px 0px;
  width: 570px;
}

.section_cart .main_order .info_main .form-group label {
  color: #515151;
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
}

.section_cart .main_order .info_main .form-group input,
.section_cart .main_order .info_main .form-group textarea {
  border: 1px solid #bcbcbc;
  padding: 10px;
  font-size: 15px;
  outline: none;
  width: 100%;
  background: white;
  color: black;
}

.section_cart .main_order .info_main .form-group textarea {
  resize: none;
  height: 150px;
}

.section_cart .main_order .info_main button {
  background: #cb1b16;
  outline: none;
  box-shadow: none;
  border: 0;
  color: white;
  text-transform: uppercase;
  font-family: avo_b;
  font-size: 15px;
  padding: 10px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  margin-top: 30px;
}

.section_cart .main_order .info_main button:hover {
  opacity: 0.8;
  transition: 0.3s all;
}

.box_product_repeat .box_product {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.box_product_repeat .box_product .images {
  width: 26%;
  border: 1px solid #c6c6c6;
  text-align: center;
}

.box_product_repeat .box_product .images img {
  width: 100%;
}

.box_product_repeat .box_product .content {
  width: 70%;
  padding-left: 30px;
}

.box_product_repeat .box_product .content h4 {
  text-transform: uppercase;
  font-size: 16px;
  margin: 10px 0px 15px;
  font-family: avo_b;
}

.box_product_repeat .box_product .content h4 a {
  color: #cb1b16;
}

.box_product_repeat .box_product .content p {
  color: #515151;
  font-size: 15px;
  font-family: robo_l;
}

/* End đặt hàng */

/* Đại lý */

.section_agency .main_branch {
  padding-top: 10px;
}

.section_agency .main_branch .info_branch {
  padding: 40px 0px 25px;
}

.section_agency .main_branch .info_branch .box_list {
  border: 1px solid #d8d8d8;
  padding: 15px 20px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}

.section_agency .main_branch .info_branch .box_list span.left_info {
  width: 20%;
  font-size: 16px;
  color: #cb1b16;
  text-transform: uppercase;
}

.section_agency .main_branch .info_branch .box_list ul {
  margin-bottom: 0;
  width: 80%;
  padding-left: 15px;
}

.section_agency .main_branch .info_branch .box_list ul li {
  color: #515151;
  font-size: 15px;
  border-bottom: 1px solid #d8d8d8;
  padding: 5px;
}

.section_agency .main_branch .info_branch .box_list ul li:first-child {
  padding-top: 0;
}

.section_agency .main_branch .info_branch .box_list ul li:last-child {
  border-bottom: 0;
}

.section_agency .main_branch .info_branch .box_list ul li .name {
  font-size: 16px;
  color: #cb1b16;
  font-family: avo_b;
}

.section_agency ._main_support {
  margin-top: 51px;
}

.section_sale ._main_support {
  margin-top: 51px;
}

.section_sale .main_sale {
  padding-top: 10px;
}

.section_sale .main_sale .box_product_repeat {
  padding: 40px 0px;
}

.section_sale .main_sale .box_product_repeat .box_product .content h4 a {
  color: #404040;
}

.section_support ._main_support {
  margin-top: 51px;
}

.section_support .main_support {
  padding-top: 10px;
}

.section_support .main_support .list_guide {
  padding-top: 40px;
}

.section_support .main_support .list_guide .info_product {
  margin-bottom: 30px;
}

.section_blog ._main_support {
  margin-top: 51px;
}

.section_blog .main_blog {
  padding-top: 10px;
}

.section_blog .main_blog .list_blog {
  padding: 40px 0px;
}

.list_blog .box_block {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

.list_blog .box_block .images {
  width: 30%;
  border: 1px solid #b6b6b6;
  height: 100%;
}

.list_blog .box_block .content {
  width: 70%;
  padding-left: 25px;
}

.list_blog .box_block .content h3 {
  font-size: 19px;
  margin-bottom: 15px;
}

.list_blog .box_block .content h3 a {
  color: #282828;
}

.list_blog .box_block .content h3 a:hover {
  color: #dc2430;
}

.list_blog .box_block .content p {
  color: #515151;
  font-family: robo_l;
  font-size: 15px;
}

.section_blog_detail ._main_support {
  margin-top: 51px;
}

.section_blog_detail .main_blog_detail {
  padding-top: 10px;
}

.section_blog_detail .main_blog_detail .main_post_meta {
  padding: 30px 0px 69px;
}

.section_blog_detail .main_blog_detail .main_post_meta h3 {
  font-size: 26px;
  color: #282828;
  margin-bottom: 25px;
}

.section_blog_detail .main_blog_detail .main_post_meta p {
  color: #515151;
  font-size: 15px;
  font-family: robo_l;
  margin-bottom: 22px;
}

.section_blog_detail .main_blog_detail .main_post_meta p img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.section_blog_detail .main_blog_detail .conten_related .list_guide {
  margin-bottom: 0;
}

.section_video .list_blog .box_block .images {
  position: relative;
}

.section_video .list_blog .box_block .images::before {
  content: "\F01D";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 75px;
  cursor: pointer;
  z-index: 1;
  color: rgba(95, 95, 95, 0.7);
}

.section_video_detail .main_post_meta iframe {
  width: 100%;
  border: 0;
  height: 450px;
}

.section_contact ._main_support {
  margin-top: 51px;
}

.section_contact .main_contact {
  padding-top: 10px;
}

.section_contact .main_contact .info_address {
  padding: 30px 0px;
}

.section_contact .main_contact .info_address ul {
  margin-bottom: 30px;
}

.section_contact .main_contact .info_address ul li {
  list-style: none;
  font-size: 16px;
  color: #595959;
  margin-bottom: 6px;
}

.section_contact .main_contact .info_address ul li i {
  color: #d04341;
  font-size: 18px;
}

.section_contact .main_contact .info_address ul li span {
  display: block;
  padding-left: 30px;
  margin-top: -26px;
}

.section_contact .main_contact .info_address .form-group input,
.section_contact .main_contact .info_address .form-group textarea {
  width: 100%;
  background: white;
  border: 1px solid #999999;
  outline: none;
  padding: 10px;
  font-size: 15px;
}

.section_contact .main_contact .info_address .form-group textarea {
  resize: none;
  height: 150px;
}

.section_contact .main_contact .info_address .submit_btn {
  text-align: right;
}

.section_contact .main_contact .info_address .submit_btn button {
  background: #cb1b16;
  color: white;
  font-size: 15px;
  border: 0;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  padding: 10px 65px;
}

.section_contact .main_contact .map {
  margin-top: 40px;
}

.section_contact .main_contact .map iframe {
  width: 100%;
  border: 0;
  height: 350px;
}

.section_dowload ._main_support {
  margin-top: 51px;
}

.section_dowload .main_dowload {
  padding-top: 10px;
}

.section_dowload .main_dowload .info_down {
  padding: 40px 0px;
  width: 568px;
}

.section_dowload .main_dowload .info_down .form-group label {
  color: #515151;
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
}

.section_dowload .main_dowload .info_down .form-group input {
  width: 100%;
  background: white;
  border: 1px solid #999999;
  outline: none;
  padding: 10px;
  font-size: 15px;
}

.section_dowload .main_dowload .info_down .submit_btn {
  margin-top: 40px;
}

.section_dowload .main_dowload .info_down .submit_btn button {
  color: white;
  background: #cb1b16;
  cursor: pointer;
  border: 0;
  outline: none;
  box-shadow: none;
  padding: 10px;
  width: 100%;
  font-family: avo_b;
  text-transform: uppercase;
  font-size: 15px;
}

.section_dowload .main_dowload .info_down .submit_btn span {
  color: #515151;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

.section_dowload .main_dowload .info_down .submit_btn.btn_fix {
  margin-top: 50px;
}

.section_dowload .main_dowload .info_down .submit_btn.btn_fix button {
  background: #2e9fc0;
}

._main_info_account ._main_support {
  margin-top: 51px;
}

._main_info_account ._main_info_account .info_acc {
  padding: 25px;
  border: 1px solid #bebebe;
  margin: 30px 0px;
}

._main_info_account ._main_info_account .info_acc ul {
  margin-bottom: 0;
}

._main_info_account ._main_info_account .info_acc ul li {
  list-style: none;
  padding-bottom: 10px;
  font-size: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

._main_info_account ._main_info_account .info_acc ul li span.name {
  color: #838383;
  width: 20%;
}

._main_info_account ._main_info_account .info_acc ul li span.value {
  color: #515151;
  width: 80%;
}

._main_info_account ._main_info_account .info_acc .setting_info {
  padding: 5px 15px;
  font-size: 15px;
  color: #cb1b16;
  border: 1px solid #cb1b16;
  display: inline-block;
  background: white;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  margin-top: 40px;
}

._main_info_account ._main_info_account .info_acc .setting_info:hover {
  background: #cb1b16;
  color: white;
  transition: 0.2s all;
}

._main_order_info ._main_support {
  margin-top: 51px;
}

._main_order_info ._info_order .table_info {
  padding: 30px 0px;
}

._main_order_info ._info_order .table_info table tr th {
  border-bottom: 0;
  font-family: robo_b;
  color: black;
  font-size: 15px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
}

._main_order_info ._info_order .table_info table tr td {
  font-size: 14px;
  color: black;
  text-align: center;
  vertical-align: middle;
}

.panigation_bot {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 20px 0px;
}

.panigation_bot ul {
  margin-bottom: 0;
}

.panigation_bot ul li {
  list-style: none;
  display: inline-block;
}

.panigation_bot ul li a {
  color: #515151;
  padding: 5px 12px;
  border: 1px solid #ccc;
  font-size: 15px;
  display: inline-block;
}

.panigation_bot ul li a:hover {
  background: #cb1b162b;
}

.panigation_bot ul li.active a {
  color: white;
  background: #cb1b16;
  border: 1px solid #cb1b16;
}

/* Đại lý */

/* Sign in - sign up */

.wrap_main_login {
  margin: 50px 0px;
}

.wrap_main_login .main_info {
  padding: 25px 20px;
  width: 600px;
  margin: 0 auto;
  border: 1px solid #ddd;
}

.wrap_main_login .main_info h3 {
  margin-bottom: 10px;
  color: black;
  font-family: robo_b;
  text-transform: uppercase;
  font-size: 23px;
}

.wrap_main_login .main_info p {
  font-size: 15px;
  margin-bottom: 15px;
  color: black;
}

.wrap_main_login .main_info .form-group label {
  display: block;
  color: black;
  font-size: 15px;
  margin-bottom: 5px;
}

.wrap_main_login .main_info .form-group input {
  border: 1px solid #ccc;
  outline: none;
  padding: 8px;
  width: 100%;
  font-size: 15px;
  border-radius: 2px;
  background: white;
}

.wrap_main_login .main_info .form-group select {
  border: 1px solid #ccc;
  outline: none;
  padding: 8px;
  font-size: 15px;
  border-radius: 2px;
  background: white;
}

.wrap_main_login .main_info button {
  padding: 8px 30px;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  display: block;
  background: #cb1b16;
  border: 0;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  margin: 0 auto;
}

/* responsive // 1199 991 767 480 414 375 360 320 max-width */

@media screen and (max-width: 1199px) {
  .wrap_top_header ._main_info .box_seach .form_group input {
    width: 355px;
  }

  #menu-mobile ul.nav li a {
    font-size: 16px;
    padding: 15px 20px;
  }
}

@media screen and (max-width: 991px) {
  .wrap_top_header ._main_info {
    padding: 15px 0px 25px;
    flex-wrap: wrap;
  }

  .wrap_top_header ._main_info .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  #menu-mobile ul.nav li.active {
    background: transparent;
  }

  .open-nav {
    display: inline-block;
  }

  #menu-mobile ul.nav li a i {
    display: none;
  }

  #menu-mobile ul.nav li:hover a {
    color: black;
  }

  #menu-mobile {
    position: fixed;
    background: white;
    width: 300px;
    opacity: 0;
    left: -300px;
    visibility: hidden;
    transition: all 0.5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    top: 0;
    height: 100%;
    z-index: 9999;
    padding: 10px;
    overflow: scroll;
    display: inline-block;
  }

  #menu-mobile .header__mobile {
    display: block;
    width: 100%;
    border-bottom: 1px solid darkgray;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  #menu-mobile .header__mobile .btn_exit {
    position: absolute;
    right: -10px;
    top: 0;
    font-size: 16px;
    padding: 3px 15px;
    background: #ec3e5e91;
    color: white;
    border-bottom-left-radius: 40px;
    cursor: pointer;
    border-top-left-radius: 40px;
    z-index: 9;
    border: 0;
    outline: none;
    box-shadow: none;
  }

  #menu-mobile ul.nav li {
    width: 100%;
  }

  #menu-mobile ul.nav li a {
    display: inline-block;
    padding: 10px 40px 10px 0px;
    width: 100%;
    color: black;
  }

  #menu-mobile ul.nav li a::before {
    display: none;
  }

  #menu-mobile ul.nav li .sub-menu {
    display: none;
  }

  #menu-mobile ul.nav li .sub-menu li a {
    padding: 10px 40px 10px 20px;
  }

  #menu-mobile ul.nav li .sub-menu li .sub-menu li a {
    padding: 2px 40px 2px 40px;
  }

  #menu-mobile .accordion {
    color: #474747;
    cursor: pointer;
    border: none;
    text-align: center;
    font-size: 15px;
    transition: all 0.4s;
    position: absolute;
    top: 0;
    right: 0;
    background: #f2f2f2;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block !important;
  }

  #menu-mobile .accordion:focus {
    outline: none;
  }

  #menu-mobile .accordion::after {
    content: "\F107";
    font-family: "FontAwesome";
    color: #474747;
    font-weight: bold;
  }

  #menu-mobile .accordion.active::after {
    content: "\F106";
    font-family: "FontAwesome";
  }

  #menu-mobile.active {
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  #menu-mobile .header__mobile {
    display: block;
  }

  #menu-mobile.active ~ .overlay_hide {
    display: block;
  }

  .wrapper_slide_top {
    margin-bottom: 30px;
  }

  .scrolltop a {
    right: 5px;
  }

  .wrapper_global .sidebar_main .banner_sidebar img {
    width: 100%;
  }

  .wrapper_main_footer .info_left .logo {
    margin: 0px 0px 30px;
  }

  .wrapper_main_footer .info_left {
    margin-bottom: 30px;
  }

  .wrapper_main_footer .info_right h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .wrapper_main_footer .info_right ul li p {
    border-bottom: 0;
  }

  .wrapper_global .row {
    flex-flow: column-reverse;
  }

  .wrapper_global ._main_global {
    padding-bottom: 50px;
  }

  .wrapper_global .sidebar_main {
    margin-bottom: 55px;
  }

  #menu-mobile ul.nav li:hover {
    background: transparent;
  }

  .section_cart .main_order .info_main {
    padding: 30px 0px 50px;
    width: 100%;
  }

  .section_agency .main_branch .info_branch {
    padding: 25px 0px 10px;
    width: 100%;
  }

  .section_sale ._main_support {
    margin-top: 10px;
  }

  .main_support .list_guide .row {
    flex-flow: wrap;
  }
}

@media screen and (max-width: 767px) {
  .main_standard .main_stan .info_table {
    width: 100%;
    margin-bottom: 10px;
  }

  .wrap_top_header ._main_info .box_seach .form_group input {
    width: 100%;
  }

  .produt_detail .box_detail .index_info {
    width: 65%;
    padding-left: 20px;
  }

  .produt_detail .box_detail .image_preview {
    width: 35%;
    height: 100%;
  }

  ._main_support .list_box ul li {
    width: 50%;
    margin-bottom: 15px;
  }

  ._main_support .list_box ul li:nth-child(2) {
    padding-right: 0;
  }

  ._main_support .list_box ul {
    margin-bottom: 0;
  }

  .box_product_repeat .box_product .images {
    height: 100%;
  }

  .section_blog .main_blog .list_blog {
    padding: 25px 0px;
  }

  .list_blog .box_block .content {
    padding-left: 15px;
  }

  .list_blog .box_block {
    margin-bottom: 20px;
  }

  .section_video_detail .main_post_meta iframe {
    height: 280px;
  }

  .section_dowload .main_dowload .info_down {
    padding: 20px 0px;
    width: 100%;
  }

  .wrap_main_login .main_info {
    padding: 20px 10px;
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .wrap_top_header ._main_info {
    justify-content: center;
  }

  .wrapper_slide_top {
    margin-bottom: 0px;
  }

  .produt_detail .box_detail .index_info {
    width: 100%;
    padding-left: 0;
  }

  .produt_detail .box_detail .image_preview {
    width: 100%;
    height: 100%;
  }

  .produt_detail .box_detail .index_info ul.rating {
    margin-bottom: 10px;
  }

  ._main_support .list_box ul li {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }

  ._main_support .list_box span {
    font-size: 14px;
  }

  .title_repeat h3 {
    font-size: 15px;
    padding-right: 80px;
  }

  .list_guide .info_product .info_name {
    margin-top: 10px;
  }

  .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .info_product {
    height: 279px!important;
  }

  .main_standard .main_stan .info_table h3 {
    font-size: 16px;
  }

  .main_standard .main_stan .info_table ul {
    padding: 30px 3px;
  }

  .box_product_repeat .box_product .content {
    padding-left: 12px;
  }

  .box_product_repeat .box_product .content h4 {
    margin: 0px 0px 10px;
    font-family: avo_b;
  }

  .wrapper_global .sidebar_main .list_main ul {
    padding: 10px;
  }

  .section_cart .main_order .info_main .form-group textarea {
    height: 120px;
  }

  .section_cart .main_order .info_main button {
    margin-top: 0;
  }

  .section_agency .main_branch .info_branch .box_list {
    padding: 10px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
  }

  .section_agency .main_branch .info_branch .box_list span.left_info {
    width: 100%;
    margin-bottom: 5px;
    display: block;
  }

  .section_agency .main_branch .info_branch .box_list ul {
    margin-bottom: 0;
    width: 100%;
    padding-left: 0;
  }

  .section_agency .main_branch .info_branch .box_list ul li {
    font-size: 14px;
    list-style: none;
  }

  .section_sale ._main_support {
    margin-top: 30px;
  }

  .section_sale .main_sale .box_product_repeat {
    padding: 20px 0px;
  }

  ul.rating {
    margin-bottom: 10px;
  }

  .section_support .main_support .list_guide {
    padding-top: 20px;
  }

  .main_support .list_guide .row {
    margin: 0px -5px;
  }

  .main_support .list_guide .row [class*=col-] {
    padding: 0px 5px;
  }

  .section_support .main_support .list_guide .info_product {
    margin-bottom: 10px;
  }

  .list_guide .info_product {
    padding: 8px;
  }

  .section_blog_detail .main_blog_detail .main_post_meta {
    padding: 20px 0px 35px;
  }

  .section_video .list_blog .box_block .images::before {
    font-size: 30px;
  }

  ._main_support .list_box ul li .box_info {
    flex-wrap: wrap;
  }

  ._main_support .list_box ul li .box_info i {
    width: 30%;
    justify-content: flex-end;
    display: flex;
  }

  ._main_support .list_box ul li .box_info span {
    width: 50%;
  }

  .section_contact .main_contact .map {
    margin-top: 30px;
  }

  .section_contact .main_contact .map iframe {
    height: 290px;
  }

  ._main_info_account ._main_info_account .info_acc {
    padding: 10px;
    margin: 20px 0px 30px;
  }

  ._main_info_account ._main_info_account .info_acc ul li span.name,
  ._main_info_account ._main_info_account .info_acc ul li span.value {
    width: 100%;
  }

  .list_guide .info_product {
    height: 377px;
  }

  .list_activity .info_product {
    padding: 8px!important;
  }

  .list_activity .info_name{
    padding: 0px!important;
  }
}

/*show holine destop*/
.mobile-hotline{display:none}
.hotline {position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 9000;
  display: block;
  background: #03a84e;
  color: #fff;
  padding-top: 5px;padding-bottom:5px; padding-left:12px; padding-right: 12px;
  border-radius: 99px;}
.hotline .hotline-number{font-size:20px; color: #fff; font-weight: bold}

@media  (max-width: 767px) {
  .hotline{
    display :none;}
}
/*hotline mobile*/
@media  (max-width: 767px){.mobile-hotline{display: block; bottom: 0; width: 100%; height: 60px; position: fixed; z-index:9999999}
  .mobile-hotline .mobile-hotline-right{width: 45%; text-align: center; background: #03a84e; margin-left: 5px; margin-right: 10px; margin-top: 7px; height: 45px; border-radius: 4px}
  .mobile-hotline .mobile-hotline-right a{color: #fff; line-height: 46px; font-size: 16px; font-weight: bold}
}

._main_guide .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 150px;
}

.box_block .images a .img-fluid{
  height: 150px;
}

.list_blog .box_block .images a .img-fluid{
  height: 150px;
  width: 100%;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item .item .info_product{
  height: 270px;
}

.product .group_btn .btn_action {
  padding: 7px 13px;
  font-size: 12px;
  color: #cb1b16;
  border: 1px solid #cb1b16;
  text-transform: uppercase;
  margin-right: 8px;
  display: inline-block;
}

.product .btn_action:hover {
  background: #cb1b16;
  color: white;
  transition: 0.2s all;
}

.description {
  padding: 10px 0;
}

.description p{
  font-size: 17px!important;
}

.product .price{
  display: flex;
}

.product p.sale-price{
  color: red!important;
  font-weight: bold;
  font-size: 17px!important;
}

.product p.origin-price{
  font-size: 17px!important;
}

.product h3 a {
  text-transform: uppercase;
  color: blue!important;
  font-weight: 600;
}

.price .text-price {
  color: blue!important;
  font-size: 17px!important;
  font-weight: bold;
  margin-right: 20px
}

.images .activity {
  height: 150px;
  width: 100%;
}

.info_activity {
  margin-bottom: 12px!important;
}

.info_activity .info_name h4 a {
  color: #482172;
}

.info_activity .info_name h4 {
  font-size: 16px;
  font-family: avo_b;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  line-height: 20px;
  max-height: 42px;
}

.list_guide .info_activity .info_name span.note {
  font-size: 12px;
  font-family: avo_i;
  color: #515151;
}

.list_activity .info_product{
  padding: 0px;
}

.list_activity .info_name{
  padding: 0px 10px;
}

.title_repeat h3 a{
  color: #cb1b16;
}

.fb_iframe_widget_lift{
  width: 100%!important;
}




.wrapper_global .sidebar_main .list_main > p{
    color: white;
    font-size: 18px;
    background: #cb1b16;
    padding: 15px 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: avo_b;
}

.wrapper_main_footer .info_right p {
    color: white;
    font-size: 29px;
    text-transform: uppercase;
    font-family: robo_m;
    margin-bottom: 30px;
    line-height: 1.1;
}

._main_support .title_repeat p {
    display: inline-block;
    background: #cb1b16;
    color: white;
    padding: 10px 28px;
}

.title_repeat p {
    color: #cb1b16;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 11px;
}

.produt_detail .box_detail .index_info h1 {
    color: #404040;
    font-family: avo_b;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 20px;
}

.title_repeat h1, h2 {
    color: #cb1b16;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 11px;
}

.title_repeat p {
    color: #cb1b16;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 11px;
}

.title_repeat h2 a {
    color: #cb1b16;
}

.main_standard .main_stan .info_table h4 {
    border-bottom: 1px solid #c6c6c6;
    text-transform: uppercase;
    font-size: 18px;
    color: #cb1b16;
    text-align: center;
    padding: 12px 0px;
    font-family: serif!important;
}

.box_product_repeat .box_product .content h1 {
    text-transform: uppercase;
    font-size: 16px;
    margin: 10px 0px 15px;
    font-family: avo_b;
}

.box_product_repeat .box_product .content h1 a {
    color: #cb1b16;
}

.list_blog .box_block .content h1 a {
    color: #282828;
    font-size: 19px;
}

.section_blog_detail .main_blog_detail .main_post_meta h1 {
    font-size: 26px;
    color: #cb1b16;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.list_guide .info_product .info_name p {
    font-size: 16px;
    font-family: avo_b;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    line-height: 20px;
    max-height: 42px;
}

.list_guide .info_product .info_name p a {
    color: #482172;
}

.list_blog .box_block .content p {
    font-size: 19px;
    margin-bottom: 15px;
}

.list_blog .box_block .content p {
    color: #282828;
}


/*-----------------------*/
 .social-button{
     display: inline-grid;
     position: fixed;
     bottom: 15px;
     left: 45px;
     min-width: 45px;
     text-align: center;
     z-index: 99999;
 }
.social-button-content{
    display: inline-grid;
}
.social-button a {padding:8px 0;cursor: pointer;position: relative;}
.social-button i{
    width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
}
.social-button span{
    display: none;
}
.alo-circle {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: zoomIn;
    width: 50px;
    height: 50px;
    top: 3px;
    right: -3px;
    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);
    opacity: .1;
    border-color: #0089B9;
    opacity: .5;
}
.alo-circle-fill {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: pulse;
    width: 60px;
    height: 60px;
    top: -2px;
    right: -8px;
    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;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: .75;
}
.call-icon:hover > span, .mes:hover > span, .sms:hover > span, .zalo:hover > span{display: block}
.social-button a span {
    border-radius: 2px;
    text-align: center;
    background: rgb(103, 182, 52);
    padding: 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 9px;
    left: 40px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1;
}
@-webkit-keyframes "headerAnimation" {
    0% { margin-top: -70px; }
    100% { margin-top: 0; }
}
@keyframes "headerAnimation" {
    0% { margin-top: -70px; }
    100% { margin-top: 0; }
}
.social-button a span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent rgb(103, 182, 52) transparent transparent;
    position: absolute;
    left: -10px;
    top: 10px;
}