@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body {
  background: white;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  text-decoration: none;
  color: #ffc000;
}

.product_price_list {
  font-size: 16px;
}
.product_price_list span {
  color: red;
  font-weight: bold;
}

.product_price {
  font-size: 25px;
}
.product_price span {
  color: red;
  font-weight: bold;
}

.modal {
  z-index: 1000000000000;
}

.social-fix {
  position: fixed;
  right: 0;
  z-index: 1000;
  top: 50%;
  transform: translateY(-50%);
}
.social-fix ul {
  list-style: none;
}
.social-fix ul li a {
  color: #fff;
  font-size: 25px;
  width: 40px;
  height: 40px;
  background: #ed2027;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  margin-bottom: 3px;
  border-radius: 4px;
}

header {
  padding: 10px 0;
}
header .logo {
  padding-bottom: 10px;
}
header .logo img {
  height: 70px;
  width: auto;
}
header form {
  margin-top: 20px;
}
header form .form-control {
  border-right: 0;
  border-color: #ffc000;
}
header form .form-control:focus {
  box-shadow: none;
  border-color: #ed2027;
  outline: 0;
}
header form button {
  background: #ffc000;
  border: 0;
  padding: 0 20px;
  color: white;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
header form button:forcus {
  border: 0;
  outline: 0;
}
header .btn {
  background-color: #ffc000;
  margin-top: 20px;
  color: white;
}

.header_menu {
  background: #1a1a1a;
  position: sticky;
  top: 0;
  z-index: 100000000000;
}
.header_menu .menu {
  bottom: 0;
  right: 0;
}
.header_menu ul {
  padding: 0;
  margin: 0;
}
.header_menu ul .fa.fa-caret-down {
  float: right;
  padding-left: 5px;
  margin-top: 3px;
}
.header_menu ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  padding: 0 15px;
}
.header_menu ul li .accordion {
  color: white;
  cursor: pointer;
  width: 10px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: all 0.4s;
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 10px 0;
  background: none;
}
.header_menu ul li .accordion:after {
  content: "\f107";
  font-family: FontAwesome;
  color: white;
  font-weight: bold;
  margin-left: 5px;
}
.header_menu ul li .accordion.active:after {
  content: "\f106";
}
.header_menu ul li a {
  font-size: 15px;
  padding: 15px 5px;
  display: block;
  color: white;
  transition: all 0.3s;
  font-weight: 700;
}
.header_menu ul li a:hover {
  transition: all 0.3s;
  color: #ed2027;
}
.header_menu ul li:hover {
  background: #ffc000;
}
.header_menu ul li:hover > a {
  color: white;
  background: #ffc000;
}
.header_menu ul li:hover .sub_menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.header_menu ul li .sub_menu {
  position: absolute;
  width: 245px;
  text-align: left;
  top: 51px !important;
  left: 0;
  box-shadow: none;
  display: block;
  border-radius: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  background: white;
  transition: all 0.3s;
  background: #ffc000;
}
.header_menu ul li .sub_menu li {
  position: relative;
  margin: 0;
  display: block;
  padding: 0;
  padding: 5px;
}
.header_menu ul li .sub_menu li:last-child {
  border-bottom: 0px;
}
.header_menu ul li .sub_menu li a {
  width: 100%;
  display: block;
  text-transform: none;
  padding: 10px 15px;
  font-size: 14px;
}
.header_menu ul li .sub_menu li a:hover {
  color: #ed2027;
}
.header_menu ul li .sub_menu li:hover ul {
  transition: all 0.3s;
  display: block;
}
.header_menu ul li .sub_menu li ul {
  position: absolute;
  width: 245px;
  text-align: left;
  top: 0;
  left: 100%;
  display: none;
  border-radius: 0;
  z-index: 10;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}
.header_menu ul li .sub_menu li ul li {
  background: #ffc000;
}

.slider {
  position: relative;
}
.slider .item {
  position: relative;
}
.slider .item:hover .content {
  display: block;
  transition: all 0.3s;
}
.slider .item .content {
  transition: all 0.3s;
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.6);
}
.slider .item .content h3 {
  color: #ffc000;
  font-weight: bold;
}
.slider .item .content p {
  color: white;
}
.slider .item .content .more a {
  border: 2px solid #ffc000;
  background: transparent;
  color: #ffc000;
  transition: all 0.3s;
}
.slider .item .content .more:hover a {
  background: #ffc000;
  color: white;
}
.slider .item img {
  -o-object-fit: cover;
     object-fit: cover;
}
.slider .owl-nav {
  margin: 0;
}
.slider .owl-dots {
  position: absolute;
  right: 10%;
  transform: translateX(-50%);
  bottom: 10px;
}
.slider .owl-theme .owl-dots .owl-dot span {
  background: none;
  border: 1px solid #ffc000;
  border-radius: 50%;
}
.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ffc000;
  border-radius: 50%;
}
.slider:hover .owl-prev {
  left: 40px;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
.slider:hover .owl-next {
  right: 40px;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
.slider .owl-prev {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffc000 !important;
  width: 40px;
  height: 40px;
  line-height: 32px;
  font-size: 24px !important;
  margin: 0 !important;
  border: 1px solid #ffc000;
  background-color: transparent !important;
  border-radius: 50% !important;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}
.slider .owl-prev:hover {
  background-color: transparent !important;
  transition: all 0.3s;
}
.slider .owl-next {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffc000 !important;
  width: 40px;
  height: 40px;
  line-height: 32px;
  font-size: 24px !important;
  border-radius: 0% !important;
  margin: 0 !important;
  border: 1px solid #ffc000;
  border-radius: 50% !important;
  background-color: transparent !important;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}
.slider .owl-next:hover {
  background-color: transparent !important;
  transition: all 0.3s;
}

.cart-mobile {
  color: #ffc000 !important;
  margin: 0;
  margin-top: 20px;
}
.cart-mobile a {
  color: #ffc000 !important;
}

.cart {
  color: white;
  display: inline-block;
  float: right;
  position: relative;
  font-size: 25px;
}
.cart a {
  display: inline-block;
  color: white;
}
.cart span {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: red;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
}

.cta .row {
  margin: 0 -7px;
}
.cta .row [class*=col-] {
  padding: 0 7px;
}
.cta p a {
  font-size: 15px !important;
  font-weight: bold;
}

.pagegiohang, .thanhtoan {
  padding: 30px 0;
}
.pagegiohang h1, .thanhtoan h1 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.pagegiohang .soluong, .thanhtoan .soluong {
  width: 70px;
}

main .product-home {
  background: #f5f6f6;
  padding: 70px 0;
}
main .product-home .nav-tabs {
  margin-bottom: 50px;
  text-align: center;
  display: block;
  border: 0;
}
main .product-home .nav-tabs li {
  display: inline-block;
  height: 40px;
}
main .product-home .nav-tabs li a {
  padding: 10px;
  border-radius: 3px;
  background-color: #eee;
  color: black;
  /*display:none;*/
}
main .product-home .nav-tabs li .active {
  background-color: #ffc000;
  color: white;
  font-weight: bold;
  display: block;
}
main .product-home .pre, main .product-home .next {
  display: none;
}
main .product-home .row {
  margin: 0 -7px;
}
main .product-home .row [class*=col-] {
  padding: 0 7px;
}
main .product-home .item {
  position: relative;
  text-align: center;
  background: white;
  box-shadow: 0 0.0625rem 1rem 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  transition: all 0.3s;
  border-radius: 5px;
}
main .product-home .item .thumb {
  padding: 10px;
}
main .product-home .item .thumb img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
main .product-home .item:hover {
  transition: all 0.3s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
main .product-home .item .title {
  padding: 10px;
}
main .product-home .item h4 {
  font-weight: bold;
  font-size: 15px;
  color: #ed2027;
  margin: 5px 0;
}
main .product-home .item h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  height: 45px;
  overflow: hidden;
}
main .product-home .item h3 a {
  color: black;
}
main .product-home .item .price {
  color: #ed2027;
  font-size: 18px;
  font-weight: bold;
}
main .product-home .item ul {
  margin: 0;
  padding: 0;
}
main .product-home .item ul li {
  list-style: none;
  display: inline-flex;
  color: #ffc000;
  font-size: 17px;
}
main .product-home .item .more {
  margin-bottom: 20px;
  text-align: center;
}
main .product-home .item .more .btn {
  color: #555;
  background: #eef0f1;
  border: 0;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  transform: translateY(15px);
}
main .product-home .item:hover .more .btn {
  background: #ffc000;
  color: white;
}
main .product-home .item p {
  margin: 5px 0;
}

footer {
  padding-top: 40px;
  background-color: #1a1a1a;
  color: #999;
}
footer h3 {
  text-transform: uppercase;
  position: relative;
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: white;
}
footer h3:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: "";
  background-color: #ffc000;
  height: 2px;
  width: 50px;
}
footer ul {
  magin: 0;
  padding: 0;
}
footer ul li {
  margin-bottom: 10px;
  list-style: none;
  color: #999;
}
footer ul li a {
  color: #999;
}
footer ul li a:hover {
  color: #ffc000;
}

@media only screen and (min-width: 768px) {
  .d-md-block {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 768px) {
  header .row {
    margin: 0 -10px;
  }
  header .row [class*=col-] {
    padding: 0 10px;
  }
  .intro .left {
    margin-bottom: 15px;
  }
  .intro .right .item {
    margin-bottom: 15px !important;
  }
  .intro .right .item h3 {
    margin: 10px 0;
    font-size: 15px;
  }
  .slider img {
    min-height: 350px;
  }
  .slider .content {
    padding: 15px !important;
    width: 90% !important;
    text-align: center;
  }
  .slider .content h3 {
    font-size: 15px;
  }
  .slider .content p {
    font-size: 13px;
  }
  .home .title > p {
    margin: 15px 0 !important;
  }
  .home .nav-tabs {
    margin-bottom: 20px !important;
  }
  main .product {
    padding: 40px 0;
  }
  main .product-home .nav-tabs {
    position: relative;
  }
  main .product-home .nav-tabs li a {
    display: none;
  }
  main .product-home .nav-tabs li .active {
    display: block;
  }
  main .product-home .nav-tabs .pre {
    position: absolute;
    left: 0;
    display: inline-block;
    top: 15px;
  }
  main .product-home .nav-tabs .next {
    position: absolute;
    right: 0;
    display: inline-block;
    top: 15px;
  }
  main .duan .nav-tabs {
    position: relative;
  }
  main .duan .nav-tabs .nav-item a {
    display: none;
  }
  main .duan .nav-tabs .nav-item .active {
    display: block;
  }
  main .duan .nav-tabs .pre {
    position: absolute;
    left: 0;
    display: inline-block;
    top: 15px;
  }
  main .duan .nav-tabs .next {
    position: absolute;
    right: 0;
    display: inline-block;
    top: 15px;
  }
  main .why {
    padding: 40px 0;
  }
  main .duan .tab-content {
    margin-top: 20px !important;
  }
  main .duan img {
    min-height: 160px !important;
  }
  main .new_home .featured {
    margin-bottom: 20px;
  }
  main .new_home .featured p {
    margin-bottom: 0;
  }
  main .new_home .item {
    margin-bottom: 15px;
  }
  main .counter .item {
    margin-bottom: 30px;
    text-align: center;
  }
  main .counter .item .left {
    width: 100%;
    float: none;
  }
  main .counter .item .left span {
    text-align: center;
  }
  main .counter .item .left b {
    text-align: center;
    padding-right: 0;
  }
  main .counter .item .left b:after {
    right: 15px;
  }
  main .counter .item .right {
    width: 100%;
    float: none;
  }
  .partner {
    padding: 15px 0 !important;
  }
  .logo {
    position: relative;
  }
  .logo img {
    height: 45px !important;
    width: auto;
    max-width: 80%;
  }
  .logo .open-nav {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 5px;
    /*background: #ed2027;*/
    color: #ffc000;
    font-size: 10px;
    border-radius: 3px;
  }
  .logo .open-nav .fa-bars {
    font-size: 25px;
  }
}
.click_out {
  position: absolute;
  z-index: 1022;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

#menu-mobile {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1022;
  width: 300px;
  height: 100%;
  transform: translateX(-300px);
  transition: all 0.4s;
  overflow: auto;
}
#menu-mobile .far.fa-window-close {
  color: #F4911B !important;
  font-size: 28px !important;
  cursor: pointer;
}
#menu-mobile .nav_mobile {
  padding: 20px 15px;
}
#menu-mobile .nav_mobile .logo-side {
  color: #333;
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}
#menu-mobile .nav_mobile .logo-side img {
  max-height: 38px;
}
#menu-mobile .nav_mobile .logo-side i {
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  right: 0;
  color: #ed2027;
}
#menu-mobile .nav_mobile ul {
  list-style: none;
  padding: 0;
  overflow: auto;
}
#menu-mobile .nav_mobile ul li {
  clear: both;
  border-top: 1px solid #e9e9e9;
  position: relative;
}
#menu-mobile .nav_mobile ul li:first-child {
  border: none;
}
#menu-mobile .nav_mobile ul li a {
  text-decoration: none;
  color: #000;
  padding: 10px 0;
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
#menu-mobile .nav_mobile ul li a:hover {
  opacity: 0.8;
  color: #ed2027;
}
#menu-mobile .nav_mobile ul li .sub-menu {
  padding: 0;
  max-height: 0;
  transition: all 0.5s;
  overflow: hidden;
}
#menu-mobile .nav_mobile ul li .sub-menu li:first-child {
  border-top: 1px solid #e9e9e9;
}
#menu-mobile .nav_mobile ul li .sub-menu li a {
  padding-left: 20px;
  display: inline-block;
}
#menu-mobile .nav_mobile ul li .sub-menu .sub-menu {
  max-height: 0;
  overflow: hidden;
}
#menu-mobile .nav_mobile ul li .sub-menu .sub-menu a {
  padding-left: 40px;
}
#menu-mobile .nav_mobile ul .active a {
  font-weight: 700;
}
#menu-mobile .nav_mobile .user-nav-mb span {
  width: 50%;
  float: left;
}
#menu-mobile .nav_mobile .user-nav-mb span i {
  margin-right: 10px;
  color: white;
}
#menu-mobile .nav_mobile .user-nav-mb span a {
  color: white;
}
#menu-mobile .accordion {
  color: #000;
  cursor: pointer;
  width: 10%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 0;
  background: none;
}
#menu-mobile .accordion:after {
  content: "\f107";
  font-family: FontAwesome;
  color: #000;
  font-weight: bold;
  margin-left: 5px;
}
#menu-mobile .accordion.active:after {
  content: "\f106";
}

.phone_center .alo-phone {
  background-color: transparent;
  cursor: pointer;
  height: 130px;
  position: fixed;
  left: -20px;
  bottom: -20px;
  transition: visibility 0.5s ease 0s;
  visibility: hidden;
  width: 150px;
  z-index: 20;
}
.phone_center .alo-phone.alo-show {
  visibility: visible;
}
.phone_center .fadeOutRight {
  animation-name: fadeOutRight;
}
.phone_center .alo-phone.alo-static {
  opacity: 0.6;
}
.phone_center .alo-phone.alo-hover,
.phone_center .alo-phone:hover {
  opacity: 1;
}
.phone_center .alo-phone.alo-hover .alo-ph-text,
.phone_center .alo-phone:hover .alo-ph-text {
  background-color: #75eb50;
}
.phone_center .alo-ph-circle {
  animation: 1.2s ease-in-out 0s normal none infinite running alo-circle-anim;
  background-color: transparent;
  border: 2px solid rgba(117, 235, 80, 0.4);
  border-radius: 100%;
  height: 100px;
  left: 30px;
  opacity: 0.1;
  position: absolute;
  top: -10px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 100px;
}
.phone_center .alo-phone.alo-active .alo-ph-circle {
  animation: 1.1s ease-in-out 0s normal none infinite running alo-circle-anim !important;
}
.phone_center .alo-phone.alo-static .alo-ph-circle {
  animation: 2.2s ease-in-out 0s normal none infinite running alo-circle-anim !important;
}
.phone_center .alo-phone.alo-hover .alo-ph-circle,
.phone_center .alo-phone:hover .alo-ph-circle {
  border-color: #cd3121;
  opacity: 0.5;
}
.phone_center .alo-phone.alo-green.alo-hover .alo-ph-circle,
.phone_center .alo-phone.alo-green:hover .alo-ph-circle {
  border-color: #75eb50;
  opacity: 0.5;
}
.phone_center .alo-phone.alo-green .alo-ph-circle {
  border-color: #f58b33;
  opacity: 0.5;
}
.phone_center .alo-phone.alo-gray.alo-hover .alo-ph-circle,
.phone_center .alo-phone.alo-gray:hover .alo-ph-circle {
  border-color: #ccc;
  opacity: 0.5;
}
.phone_center .alo-phone.alo-gray .alo-ph-circle {
  border-color: #75eb50;
  opacity: 0.5;
}
.phone_center .alo-ph-circle-fill {
  animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim;
  background-color: #75eb50;
  border: 2px solid transparent;
  border-radius: 100%;
  height: 70px;
  left: 45px;
  opacity: 0.1;
  position: absolute;
  top: 4px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 70px;
}
.phone_center .alo-phone.alo-active .alo-ph-circle-fill {
  animation: 1.7s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important;
}
.phone_center .alo-phone.alo-static .alo-ph-circle-fill {
  animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important;
  opacity: 0 !important;
}
.phone_center .alo-phone.alo-hover .alo-ph-circle-fill,
.phone_center .alo-phone:hover .alo-ph-circle-fill {
  background-color: rgba(233, 59, 53, 0.5);
  opacity: 0.75 !important;
}
.phone_center .alo-phone.alo-green.alo-hover .alo-ph-circle-fill,
.phone_center .alo-phone.alo-green:hover .alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}
.phone_center .alo-phone.alo-green .alo-ph-circle-fill {
  background-color: rgba(233, 59, 53, 0.5);
  opacity: 0.75 !important;
}
.phone_center .alo-phone.alo-gray.alo-hover .alo-ph-circle-fill,
.phone_center .alo-phone.alo-gray:hover .alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}
.phone_center .alo-phone.alo-gray .alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}
.phone_center .alo-ph-img-circle {
  animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim;
  border: 2px solid transparent;
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  height: 40px;
  left: 60px;
  opacity: 0.7;
  position: absolute;
  top: 20px;
  transform-origin: 50% 50% 0;
  width: 40px;
}
.phone_center .alo-ph-text {
  background-color: #f58b33;
  color: #fff;
  border-radius: 4px;
  padding: 3px 5px;
  bottom: 30px;
  display: block;
  font-size: 0.875rem;
  margin-right: -50px;
  position: absolute;
  left: 20%;
  text-align: center;
  text-transform: uppercase;
  width: 115px;
  font-size: 15px;
  font-weight: 600;
}
.phone_center .alo-phone.alo-active .alo-ph-img-circle {
  animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim !important;
}
.phone_center .alo-phone.alo-static .alo-ph-img-circle {
  animation: 0s ease-in-out 0s normal none infinite running alo-circle-img-anim !important;
}
.phone_center .alo-phone.alo-hover .alo-ph-img-circle,
.phone_center .alo-phone:hover .alo-ph-img-circle {
  background-color: #cd3121;
}
.phone_center .alo-phone.alo-green.alo-hover .alo-ph-img-circle,
.phone_center .alo-phone.alo-green:hover .alo-ph-img-circle {
  background-color: #75eb50;
}
.phone_center .alo-phone.alo-green .alo-ph-img-circle {
  background-color: #f58b33;
}
.phone_center .alo-phone.alo-gray.alo-hover .alo-ph-img-circle,
.phone_center .alo-phone.alo-gray:hover .alo-ph-img-circle {
  background-color: #ccc;
}
.phone_center .alo-phone.alo-gray .alo-ph-img-circle {
  background-color: #75eb50;
}
.phone_center .bg-eee {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 15px;
}
.phone_center .bg-eee .row {
  margin: 0px;
  background: #75eb50;
}
.phone_center .bg-eee .row:last-child {
  padding-bottom: 30px;
}
.phone_center .bg-eee .title {
  background: #46be8a;
  color: #fff;
  margin: 0px -15px 15px -15px;
  padding: 15px 15px;
}
.phone_center .panel-title i {
  margin-right: 10px;
}
.phone_center .panel-body {
  font-size: 15px;
  line-height: 25px;
}
@keyframes alo-circle-anim {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}
@keyframes 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 fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
  }
}
@keyframes alo-circle-anim {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.1;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes alo-circle-anim {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.1;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes 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);
  }
}
@keyframes 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);
  }
}
@keyframes 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);
  }
}

.copyright {
  position: relative;
  background-color: black;
}
.copyright:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  background-color: #ffc000;
  background-image: url("../images/copyright.png");
  background-repeat: repeat-x;
  background-position: center top;
  height: 5px;
  width: 100%;
}
.copyright p {
  text-align: center;
  padding: 20px 0;
  margin: 0;
  color: white;
  font-size: 13px;
  color: #787878;
}

.pagination {
  margin-top: 20px;
}
.pagination li {
  border-radius: 0;
  margin: 0 5px;
}
.pagination li a {
  padding: 10px 15px;
  color: black;
}
.pagination .active a {
  background-color: #ffc000 !important;
  border-color: #ffc000 !important;
  color: white;
}

.home .title {
  text-align: center;
}
.home .title h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #1a1a1a;
  margin: 0;
  text-transform: uppercase;
}
.home .title > p {
  margin: 30px 0;
}
.home .title .wt-separator-outer {
  overflow: hidden;
}
.home .title .wt-separator-outer .wt-separator.style-square {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-width: 3px;
  border-style: solid;
  border-color: #2d3239;
  display: inline-block;
  position: relative;
}
.home .title .wt-separator-outer .wt-separator.style-square .separator-left {
  height: 3px;
  position: absolute;
  top: 50%;
  width: 70px;
  margin-top: -1px;
  background-color: #fdc236;
  left: -80px;
}
.home .title .wt-separator-outer .wt-separator.style-square .separator-right {
  height: 3px;
  position: absolute;
  top: 50%;
  width: 70px;
  margin-top: -1px;
  background-color: #fdc236;
  right: -80px;
}

.intro {
  padding: 70px 0;
  position: relative;
  background-color: #f5f6f6;
}
.intro:before {
  position: absolute;
  content: url("../images/rule.png");
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  opacity: 0.4;
  overflow: hidden;
}
.intro .row {
  margin: 0 -10px;
}
.intro .row [class*=col-] {
  padding: 0 10px;
}
.intro .item {
  text-align: center;
  background: white;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
}
.intro .item:hover:before {
  width: 50%;
  height: 50%;
  background: #fdc236;
}
.intro .item:hover:after {
  width: 50%;
  height: 50%;
  background: #fdc236;
}
.intro .item:before {
  right: 0;
  top: -2px;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.intro .item:after {
  left: 0;
  bottom: -2px;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.intro .item .wrap {
  background: white;
  margin: 2px;
  padding: 15px;
}
.intro .item img {
  height: 80px;
}
.intro .item h3 {
  margin-top: 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #1a1a1a;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.intro .item p {
  margin-bottom: 5px;
}

.why {
  padding: 70px 0;
}
.why .item {
  text-align: center;
}
.why .item .thumb {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.why .item .thumb:hover {
  border-color: #ffc000;
}
.why .item .thumb img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: auto;
}
.why .item .ornament {
  position: relative;
  width: 1px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 13px;
  background: #e5e5e5;
  top: -7px;
}
.why .item .ornament:after {
  content: "";
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 10px);
}
.why .item h3 {
  margin-top: 35px;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 10px;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}
.why .item h3:after {
  display: block;
  content: "";
  background: #ffc000;
  width: 40px;
  height: 2px;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
}

.counter {
  background: #ffc000;
  padding: 50px 0;
}
.counter .item .left {
  width: 70%;
  float: left;
  padding-right: 15px;
}
.counter .item .right {
  width: 30%;
  float: right;
}
.counter .item .right i {
  font-size: 55px;
  margin-top: 8px;
}
.counter .item b {
  display: block;
  font-size: 30px;
  text-align: right;
  position: relative;
  padding-right: 25px;
}
.counter .item b:after {
  position: absolute;
  top: 0px;
  right: 0;
  content: "+";
  /*font-family: 'FontAwesome';*/
}
.counter .item span {
  text-align: right;
  display: block;
  text-transform: uppercase;
}

.partner {
  padding: 15px 0;
  background-color: #ffc000;
  background-image: url("../images/partner.png");
  background-position: center top;
}
.partner .item {
  text-align: center;
  padding: 10px;
}
.partner .item a {
  display: block;
}
.partner .item img {
  height: 60px;
  display: inline-block;
  width: auto;
}
.partner .owl-nav {
  margin: 0;
}
.partner .owl-dots {
  position: absolute;
  right: 10%;
  transform: translateX(-50%);
  bottom: 10px;
}
.partner .owl-theme .owl-dots .owl-dot span {
  background: none;
  border: 1px solid #ffc000;
  border-radius: 50%;
}
.partner .owl-theme .owl-dots .owl-dot.active span,
.partner .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ffc000;
  border-radius: 50%;
}
.partner:hover .owl-prev {
  left: 40px;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
.partner:hover .owl-next {
  right: 40px;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
.partner .owl-prev {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffc000 !important;
  width: 40px;
  height: 40px;
  line-height: 32px;
  font-size: 24px !important;
  margin: 0 !important;
  border: 1px solid #ffc000;
  background-color: transparent !important;
  border-radius: 50% !important;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}
.partner .owl-prev:hover {
  background-color: transparent !important;
  transition: all 0.3s;
}
.partner .owl-next {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffc000 !important;
  width: 40px;
  height: 40px;
  line-height: 32px;
  font-size: 24px !important;
  border-radius: 0% !important;
  margin: 0 !important;
  border: 1px solid #ffc000;
  border-radius: 50% !important;
  background-color: transparent !important;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}
.partner .owl-next:hover {
  background-color: transparent !important;
  transition: all 0.3s;
}

.new_home {
  padding: 50px 0;
}
.new_home .container > .row {
  margin: 0 -10px;
}
.new_home .container > .row [class*=col-] {
  padding: 0 10px;
}
.new_home .featured {
  position: relative;
}
.new_home .featured img {
  width: 100%;
}
.new_home .featured .content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  border-bottom: 3px solid #ffc000;
  width: 100%;
}
.new_home .featured .content h3 {
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
}
.new_home .featured .content h3 a {
  color: white;
}
.new_home .featured .content .meta {
  font-size: 13px;
}
.new_home .featured .content p {
  margin-bottom: 0;
}
.new_home .item {
  margin-bottom: 5px;
}
.new_home .item .thumb {
  position: relative;
}
.new_home .item .thumb .date {
  position: absolute;
  top: 0;
  left: 10px;
  background: black;
  color: white;
  text-align: center;
}
.new_home .item .thumb .date span {
  padding: 3px 5px;
  display: block;
  font-size: 12px;
}
.new_home .item .thumb .date b {
  background: #ffc000;
  display: block;
  padding: 3px 5px;
  font-size: 15px;
}
.new_home .item .thumb img {
  border-bottom: 3px solid #ffc000;
}
.new_home .item .row {
  margin: 0 -10px;
}
.new_home .item .row [class*=col-] {
  padding: 0 10px;
}
.new_home .item h3 {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  margin: 0;
}
.new_home .item h3 a {
  color: black;
}
.new_home .item .meta {
  font-size: 13px;
}
.new_home .item p {
  margin-bottom: 5px;
}

.xemthem a {
  background: #ffc000;
  color: white;
  text-transform: uppercase;
  padding: 7px 10px;
  border-radius: 0;
  font-size: 13px;
  border-left: 5px solid #ed2027;
}

.duan {
  padding: 70px 0;
  position: relative;
}
.duan:before {
  position: absolute;
  content: url("../images/rule.png");
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
  opacity: 0.4;
  overflow: hidden;
}
.duan:after {
  position: absolute;
  content: url("../images/rule2.png");
  left: 0;
  bottom: -14px;
  width: 100%;
  height: 50px;
  opacity: 0.4;
  overflow: hidden;
}
.duan .nav-tabs {
  text-align: center;
  display: block;
  border: 0;
  margin: 0 auto;
}
.duan .nav-tabs li {
  height: 40px;
  display: inline-flex;
  /*margin: 0 5px;*/
}
.duan .nav-tabs li a {
  padding: 10px;
  background-color: #eee;
  color: black;
  border-radius: 5px;
}
.duan .nav-tabs li .active {
  background: #ffc000;
  color: white;
}
.duan .nav-tabs .pre, .duan .nav-tabs .next {
  display: none;
}
.duan .tab-content {
  margin-top: 50px;
}
.duan .tab-content .row {
  margin: 0;
}
.duan .tab-content .row [class*=col-] {
  padding: 0;
}
.duan .tab-content .item {
  position: relative;
}
.duan .tab-content .item:hover .hover {
  opacity: 1;
  transition: all 0.4s;
  text-decoration: none;
}
.duan .tab-content .item img {
  min-height: 250px;
}
.duan .tab-content .item .hover {
  opacity: 0;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  color: #ffc000;
}
.duan .tab-content .item .hover div {
  display: table;
  width: 100%;
  height: 100%;
}
.duan .tab-content .item .hover div h3 {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  padding: 0 20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
}

.breadcrumb {
  border-radius: 0;
}
.breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb ol li {
  margin-right: 10px;
  position: relative;
  display: inline-block;
  color: #ffc000;
}
.breadcrumb ol li:after {
  position: absolute;
  top: 0;
  right: -10px;
  content: "\f105";
  font-family: "Fontawesome";
  color: #333;
}
.breadcrumb ol li:last-child:after {
  content: "";
}
.breadcrumb ol li a {
  color: #333;
}

.lang {
  margin-top: 20px;
  background-color: #ffc000;
  padding: 7px;
  display: inline-block;
  float: right;
}
.lang span {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 18px;
  vertical-align: middle;
  width: 25px;
  margin: 0 5px;
  cursor: pointer;
}
.lang .vi {
  background-position: -138px -99px;
}
.lang .en {
  background-position: -83px -99px;
}

.marquee {
  background-color: #1a1a1a;
  padding: 15px 0;
}
.marquee marquee {
  color: #999;
}
.marquee marquee a {
  color: #999;
}
.marquee marquee a:hover {
  text-decoration: none;
  color: #ffc000;
}
.marquee marquee * {
  margin: 0 20px;
  padding: 0;
  font-size: 14px;
  color: #999;
  display: inline-block;
}

article a {
  font-weight: bold;
}
article h2 {
  font-size: 18px;
}
article img {
  max-width: 100%;
  height: auto;
}
article figure {
  max-width: 100%;
}
article table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
article iframe {
  max-width: 100% !important;
}
article table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
article table tbody tr:nth-child(odd) {
  background: #ccc;
}
article table tbody tr:nth-child(even) {
  background: #fff;
}
article table tr {
  border: 1px solid #e1e1e1;
}
article table tr td {
  border: 1px solid #e1e1e1;
  padding: 10px 5px 10px 10px;
}
article table tr th {
  border: 1px solid #e1e1e1;
  padding: 10px 5px;
  text-align: center;
}

.contact {
  margin: 20px 0;
}
.contact .item h3 {
  text-transform: uppercase;
  position: relative;
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.contact .item h3:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: "";
  background-color: #ffc000;
  height: 2px;
  width: 50px;
}
.contact .item ul {
  padding: 0;
}
.contact .item ul li {
  list-style: none;
  margin: 7px 0;
}/*# sourceMappingURL=landing.css.map */