*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Roboto-Regular";
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff;
  position: relative;
  top: 0 !important;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul, dl {
  margin: 0;
  padding: 0;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"], input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  /* min-width: 0; padding: 0; margin: 0; border: 0; */
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

h2, h3 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::-webkit-scrollbar {
  background: #fff;
  width: 5px;
  height: 11px
}

::-webkit-scrollbar-thumb {
  background: #BBB
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

@font-face {
  font-family: "Roboto-Bold";
  font-style: normal;
  font-display: block;
  font-weight: normal;
  src: url("FontFace/Roboto-Bold.woff2") format("woff2"), url("FontFace/Roboto-Bold.woff") format("woff");
}

@font-face {
  font-family: "Roboto-Regular";
  font-style: normal;
  font-display: block;
  font-weight: normal;
  src: url("FontFace/Roboto-Regular.woff2") format("woff2"), url("FontFace/Roboto-Regular.woff") format("woff");
}

@font-face {
  font-family: "RobotoCondensed-Bold";
  font-style: normal;
  font-display: block;
  font-weight: normal;
  src: url("FontFace/RobotoCondensed-Bold.woff2") format("woff2"), url("FontFace/RobotoCondensed-Bold.woff") format("woff");
}

@font-face {
  font-family: "Roboto-Italic";
  font-style: normal;
  font-display: block;
  font-weight: normal;
  src: url("FontFace/Roboto-Italic.woff2") format("woff2"), url("FontFace/Roboto-Italic.woff") format("woff");
}

@font-face {
  font-family: "Roboto-Medium";
  font-style: normal;
  font-display: block;
  font-weight: normal;
  src: url("FontFace/Roboto-Medium.woff2") format("woff2"), url("FontFace/Roboto-Medium.woff") format("woff");
}

@font-face {
  font-family: "UTMBeautifulCaps";
  font-style: normal;
  font-display: block;
  font-weight: normal;
  src: url("FontFace/UTM Beautiful Caps.woff2") format("woff2"), url("FontFace/UTMBeautifulCaps.woff") format("woff");
}

@font-face {
  font-family: "UTMFuturaExtra";
  font-style: normal;
  font-display: block;
  font-weight: normal;
  src: url("FontFace/UTMFuturaExtra.woff2") format("woff2"), url("FontFace/UTMFuturaExtra.woff") format("woff");
}

@font-face {
  font-family: "UTMHelvetIns";
  font-style: normal;
  font-display: block;
  font-weight: normal;
  src: url("FontFace/UTMHelvetIns.woff2") format("woff2"), url("FontFace/UTMHelvetIns.woff") format("woff");
}


.middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}

.hover_sang3 {
  overflow: hidden;
  position: relative;
}

.hover_sang3:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.hover_sang3:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.hover_sang3:hover:before, div.item .hover_sang3:hover:before {
  right: 50%;
  left: 50%;
  width: 0;
  background: rgba(255, 255, 255, 0.5);
}

.hover_sang3:hover:after, div.item .hover_sang3:hover:after {
  height: 0;
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.menu-grid a, .product-nav li, .product-items__name a, .news-items__name a, .contact-form input, .contact-form textarea, .post-items, .post-items__name a, .post-box__body h3 a, .post-related a, .post-related li, .post-related li:after, .effect-img img, .effect-img:before, .effect-img:after, .effect-zoom img, .effect-rotate-360 img, .effect-rotate img {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.d-none {
  display: none;
}

.menu-category__body__inner {}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.w-img {
  display: block;
}

.w-img img {
  display: block;
  max-width: 100%;
}

.wr-product, .footer-copyright .center-layout, .m-about, .top-head .center-layout, .m-head .center-layout, .menu .center-layout, .news .center-layout, .video-wrapper, .post-flex, .loading, .slider .custom-owl-prev, .slider .custom-owl-next, .newsletter-right, .app-figure #Zoom-1, .pd-detail__price, .post-date, .m-footer .center-layout, .contact-top, .pd-detail, .header-social, .menu .center-layout, .product-nav, .newsletter-mid, .footer-statistic__row, .breadcrumb .center-layout, .pagination, .product-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-head .center-layout, .m-head .center-layout, .menu .center-layout, .footer-copyright .center-layout, .post-flex, .loading, .slider .custom-owl-prev, .slider .custom-owl-next, .newsletter-right, .app-figure #Zoom-1, .pd-detail__price, .post-date {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wr-product, .footer-copyright .center-layout, .top-head .center-layout, .m-about, .about .center-layout, .m-head .center-layout, .news .center-layout, .menu .center-layout, .video-wrapper, .post-flex, .m-footer .center-layout, .contact-top, .pd-detail, .product-m {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grecaptcha-badge {
  display: none;
}

.fa-street-view:before, .fa-whatsapp:before {
  content: "";
}

.loading {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.5);
  z-index: 999999999;
}

video {
  display: block;
}

button {
  outline: none !important;
}

.top {
  width: 50px;
  height: 50px;
  background: url(../images/back_to_top.png) no-repeat;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  cursor: pointer;
  z-index: 1234;
}

.top.active {
  display: block;
}

#popup1 {
  width: 100%;
  max-width: 600px;
}

.fancybox-content {
  padding: 0 !important;
}

div.close-popup {
  position: absolute;
  top: 5px;
  right: 0px;
  width: 40px;
  height: 35px;
  cursor: pointer;
  z-index: 999;
  background: url(../images/fancybox_sprite.png) center top;
}

#container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: #fff;
}

.center-layout {
  width: 1200px;
  margin: auto;
  position: relative;
}

.header {
  position: relative;
  background: #fff;
}

.header-logo {
  width: 13%;
  background: #fff;
  padding: 15px 0px
}

.header-logo img {
  max-width: 100%;
  max-height: 104px;
  transition: 0.3s all;
}

.header-banner {
  width: 61%;
}

.header-banner img {
  max-width: 100%;
  max-height: 92px;
}

.r-head {
  text-align: center;
}

.top-head {
  background: #006ac7;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
}

.top-head marquee {
  line-height: 14px;
}

.hotline {
  background: url(../images/hotline.png) no-repeat center left;
  padding-left: 30px;
  font-size: 14px;
  color: #1e1e1e;
  font-family: Roboto-Bold;
  margin-top: 5px;
}

.hotline span {
  font-size: 22px;
  color: #ed1c24;
}

.menu {
  width: 100%;
  background: url(../images/bg_menu.jpg)repeat-x;
  position: relative;
  z-index: 12;
}

.menu-button {
  display: none;
}

.menu-category {
  width: 22%;
  position: relative;
}

.menu-category__header {
  background: #0F4DAA url(../images/bar.png) no-repeat center right 20px;
  line-height: 51px;
  font-family: "Roboto-Bold";
  font-size: 17px;
  color: #fff;
  padding-left: 20px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}

.menu-category__header img {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

.menu-category__body {
  width: 100%;
  z-index: 999;
  background: #fff;
}

.menu-category__list {
  list-style-type: none;
  min-height: 410px;
  overflow: auto;
  padding: 2px 0;
  border: 2px solid #0F4DAA;
  border-top: 0;
  background: #F3F3F3;
}

.menu-category__list.hide {
  display: none;
}

.menu-category__list.active {
  display: block;
}

.menu-category__list::-webkit-scrollbar {
  width: 1px;
}

.menu-category__list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.menu-category__list::-webkit-scrollbar-thumb {
  background: #fc7886;
}

.menu-category__list::-webkit-scrollbar-thumb:hover {
  background: #f75b6c;
}

.menu-category__list li:nth-child(even) {}

.menu-category__list .icon {
  float: left;
  width: 30px;
}

.menu-category__list .icon img {
  max-width: 20px;
  max-height: 20px;
}

.menu-category__list a {
  display: block;
  font-size: 14px;
  color: #3e3e3e;
  padding: 14px 10px 15px 15px;
  border-bottom: 1px solid #CACACA;
  position: relative;
}

.menu-category__list li:last-child a {
  border-bottom: 0;
}

.menu-category__list a span {
  position: absolute;
  width: 5px;
  height: 23px;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

.menu-category__list>li>ul a {
  padding: 11px 10px 11px 35px;
}

.menu-category__list ul {
  display: none;
  list-style-type: none;
  position: absolute;
  width: 936px;
  height: 90%;
  left: 100%;
  top: 51px;
  z-index: 9999;
  background: #fff;
  border: 1px solid #ececec;
  padding: 10px;
}

.menu-category__list li:hover>ul {
  display: block;
}

.menu-category__list li:hover>a {
  color: #d90000;
}

.menu-category__list ul li {
  display: inline-block;
  vertical-align: top;
  width: 22%;
  margin: 0 1%;
}

.menu-category__list ul li a {
  border: 0;
  padding: 5px 0px;
}

.menu-category__inner .menu-category__body, .menu-category__hover .menu-category__body {
  top: 100%;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(8, auto);
  width: 78%;
  list-style-type: none;
}

.menu-grid ul {
  display: none;
  list-style-type: none;
  position: absolute;
  width: 220px;
  left: 100%;
  top: 0;
  z-index: 9999;
}

.menu-grid>li>ul {
  left: 0;
  top: 100%;
  transform: skew(20deg, 0deg);
  -moz-transform: skew(20deg, 0deg);
  -webkit-transform: skew(20deg, 0deg);
  -o-transform: skew(20deg, 0deg);
  -ms-transform: skew(20deg, 0deg);
}

.menu-grid li {
  position: relative;
  text-align: center;
}

.menu-grid a {
  display: block;
  font-size: 15px;
  color: #fff;
}

.menu-grid>li>a {
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto-Bold";
}

.menu-grid>li>ul li {
  background: #2B3DF4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
}

.menu-grid>li>ul a {
  padding: 7px;
}

.menu-grid li:hover>ul {
  display: block;
}

.menu-grid li>ul>li:hover>a {
  background: #C80104;
}

.menu-grid>li.c1:hover, .menu-grid>li.c1.active {
  background: #C80104;
  transform: skew(-20deg, 0deg);
  -moz-transform: skew(-20deg, 0deg);
  -webkit-transform: skew(-20deg, 0deg);
  -o-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
}

.menu-grid>li.c1:hover>a.a1, .menu-grid>li.c1.active>a.a1 {
  transform: skew(20deg, 0deg);
  -moz-transform: skew(20deg, 0deg);
  -webkit-transform: skew(20deg, 0deg);
  -o-transform: skew(20deg, 0deg);
  -ms-transform: skew(20deg, 0deg);
}

.menu.active {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-animation: fadeInDown .5s;
  animation: fadeInDown .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 999;
}

#search {
  width: 19%;
  height: 37px;
  background: url(../images/bg_search.png) no-repeat;
  display: flex;
  background-size: 100% 100%;
  margin-top: 7px;
}

#search input {
  border: 0;
  padding: 0px 15px;
  font-size: 12px;
  background: transparent;
  width: 79%;
  color: #979797;
  height: 28px;
}

#search button {
  border: 0;
  background: transparent;
  cursor: pointer;
  width: 20%;
  text-align: center;
  height: 26px;
}

#search input::placeholder {
  color: #979797;
}

.slider {
  position: relative;
}

.slider .custom-owl-prev {
  position: absolute;
  border: 0;
  width: 45px;
  height: 45px;
  background: url(../images/prev_a.png) no-repeat;
  left: 20px;
  z-index: 12;
  top: 45%;
  cursor: pointer;
}

.slider .custom-owl-next {
  position: absolute;
  border: 0;
  width: 45px;
  height: 45px;
  background: url(../images/next_a.png) no-repeat;
  right: 20px;
  z-index: 12;
  top: 45%;
  cursor: pointer;
}

.tt_dknt {
  font-size: 18px;
  color: #fff;
}

p.note_ {
  color: #fff;
  margin: 10px 0px 5px 0px;
}

.newsletter-form {
  position: relative;
}

.newsletter-form input, .newsletter-form textarea {
  background: #fff;
  border: 0;
  font-family: "Roboto-Italic";
  font-size: 13px;
  color: #909090;
  padding: 6px 10px;
  width: 100%;
  margin-bottom: 3px;
}

.newsletter-form textarea {
  margin-bottom: 0;
}

.newsletter-form input::placeholder, .newsletter-form textarea::placeholder {
  color: #7f7f7f;
}

.newsletter-form button {
  font-family: "RobotoCondensed-Bold";
  font-size: 25px;
  color: #fff;
  background: #ED1C24;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  position: absolute;
  bottom: 5px;
  right: 0;
  padding: 4px 12px;
}

.hover_sang2:before {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 10;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.hover_sang2:hover:before {
  transition: 1s;
  left: 100%;
}

.hover_sang3 {
  overflow: hidden;
  position: relative;
}

.hover_sang3:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.hover_sang3:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.hover_sang3:hover:before, div.item .hover_sang3:hover:before {
  right: 50%;
  left: 50%;
  width: 0;
  background: rgba(255, 255, 255, 0.5);
}

.hover_sang3:hover:after, div.item .hover_sang3:hover:after {
  height: 0;
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.body.pd-inner {
  padding: 50px 0px;
}

#left {
  width: 23%;
  position: relative;
  z-index: 12;
}

#right {
  width: 75%;
}

#danhmuc {
  border: 1px solid #B7B7B7;
}

.tieude {
  font-family: Roboto-Bold;
  line-height: 46px;
  background: #016ed5;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  position: relative;
}

#danhmuc ul {
  list-style: none;
}

#danhmuc ul li {
  position: relative;
}

#danhmuc ul li a {
  display: block;
  color: #242424;
  font-size: 15px;
  padding: 12px 0px 12px 25px;
  background: url(../images/icondmcap1.png) no-repeat left center;
}

#danhmuc ul li a:hover {
  color: #ff0000;
}

#danhmuc ul li ul li a {
  padding: 12px 0px 12px 40px;
  background: url(../images/icondmcap2.png)no-repeat left 20px center;
}

.content_httt {
  background: #F7F7F7;
  padding: 15px 20px;
}

.desc_htt {
  font-family: "UTMAlterGothic";
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
}

.desc_htt a {
  margin-right: 5px;
}

span.sdt {
  font-size: 12px;
  color: #777777;
}

p.phone {
  font-size: 16px;
  color: #474747;
  border-top: 1px solid #E5E5E5;
  padding: 10px 0px;
  margin-top: 5px;
}

p.phone span {
  font-family: "Roboto-Bold";
  font-size: 17px;
  color: #ca0000;
}

.product {
  padding-top: 50px;
}

.wrr {
  margin-bottom: 35px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 20px;
}

.product-grid.prr {
  grid-template-columns: repeat(3, 1fr);
}

.album-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 20px;
}

.product-items {
  transition: all 0.5s;
  position: relative;
}

.product-items .w-img {
  position: relative;
  overflow: hidden;
  padding: 7px;
  background: url(../images/line.png) no-repeat center;
}

.product-items .w-img img {
  max-width: 100%;
  height: auto;
}

.product-items__info {
  text-align: center;
  background: url(../images/bong.png) no-repeat center top;
  padding-top: 15px;
}

.product-items__name {
  font-weight: normal;
  margin: 0;
}

.product-items__name a {
  display: block;
  font-family: "Roboto-Bold";
  font-size: 16px;
  color: #3c3c3c;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  max-height: 45px;
  line-height: 22px;
}

.product-items:hover .product-items__name a {
  color: #ff0000;
}

.product-items__desc {
  color: #7f7f7f;
  font-size: 14px;
  font-family: "Arial";
  line-height: 25px;
}

.title {
  margin-bottom: 30px;
  position: relative;
  position: relative;
  text-align: center;
}

.title span {
  display: inline-block;
  font-family: "UTMHelvetIns";
  font-size: 22px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  background: url(../images/bg_menu.jpg)repeat-x;
  line-height: 45px;
  padding: 0 20px;
}

.title span:before {
  position: absolute;
  content: "";
  width: 56px;
  height: 45px;
  background: url(../images/bf_title.png) no-repeat;
  top: 0;
  left: -56px;
}

.title span:after {
  position: absolute;
  content: "";
  width: 54px;
  height: 45px;
  background: url(../images/af_title.png) no-repeat;
  top: 0;
  right: -54px;
}

.about {
  padding: 55px 0px 65px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-col:first-child {
  width: 56%;
}

.about-col:last-child {
  width: 41%;
}

.about-col:last-child img {
  max-width: 100%;
  height: auto;
}

.tt_about span {
  font-family: "UTMFuturaExtra";
  font-size: 35px;
  color: #ed1c24;
  text-transform: uppercase;
  padding: 0 20px;
  display: inline-block;
}

.tt_about {
  font-family: "UTMBeautifulCaps";
  font-size: 35px;
  color: #111111;
}

.mota_ab {
  font-family: "Arial";
  font-size: 14px;
  color: #5b5b5b;
  margin: 10px 0px 20px 0px;
  line-height: 27px;
}

.owl-tieuchi {
  margin-top: 10px;
}

.box-tieuchi {
  background: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 10px #ccc;
  margin: 11px 0px;
}

.box-tieuchi h3 {
  font-family: "Roboto-Bold";
  font-size: 14px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 5px;
}

a.xthemm {
  font-family: Arial;
  color: #fff;
  padding: 9px 24px;
  background: url(../images/bg_xemthem.jpg) no-repeat;
  display: inline-block;
  font-size: 13px;
}

.ul_tab {
  margin-bottom: 25px;
  border: 1px solid #ECEBEB;
}

.ul_tab li {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  color: #464646;
  cursor: pointer;
  transition: all 0.5s;
  padding: 0px 15px;
  line-height: 43px;
}

.ul_tab li.li_first {
  font-family: "Roboto-Bold";
  font-size: 20px;
  padding: 0px 40px 0px 15px;
  background: #005DAC;
  color: #fff !important;
  text-transform: uppercase;
  position: relative;
  line-height: 43px;
  margin-right: 40px;
}

.ul_tab li.li_first:after {
  position: absolute;
  content: "";
  width: 23px;
  height: 43px;
  background: url(../images/bf_t.png) no-repeat;
  top: 0;
  right: -23px;
}

.ul_tab li.act, .ul_tab li:hover {
  color: #ff0000;
}

.service {
  padding: 50px 0px 55px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.box_service {
  background: #fff;
  position: relative;
}

.img_service {
  position: relative;
  overflow: hidden;
  display: block;
}

.img_service img {
  transition: all 0.5s;
}

.box_service:hover img {
  transform: scale(1.1);
}

.service_info {
  padding: 10px 20px 25px 10px;
}

.box_service h3 a {
  display: block;
  font-family: "Roboto-Medium";
  font-size: 17px;
  color: #2c2c2c;
  text-transform: uppercase;
  line-height: 25px;
  margin-bottom: 5px;
  height: 25px;
  position: relative;
  overflow: hidden;
}

.box_service h3 a:hover {
  color: #ff0000;
}

.box_service p {
  color: #2c2c2c;
  font-size: 14px;
  line-height: 25px;
}

.m-service {
  position: relative
}

.m-service .custom-owl-prev1 {
  position: absolute;
  border: 0;
  width: 19px;
  height: 35px;
  background: url(../images/prev_btn.png) no-repeat;
  left: -40px;
  z-index: 12;
  top: 30%;
  cursor: pointer;
}

.m-service .custom-owl-next1 {
  position: absolute;
  border: 0;
  width: 19px;
  height: 35px;
  background: url(../images/next_btn.png) no-repeat;
  right: -40px;
  z-index: 12;
  top: 30%;
  cursor: pointer;
}

.news {
  padding: 35px 0px 50px 0px;
}

.new-owl:first-child {
  width: 51%;
}

.new-owl:first-child img {
  width: 100%;
}

.new-owl:last-child {
  width: 46%;
}

.box-hinhanh a {
  display: block;
}

.tt_media {
  font-family: "UTMHelvetIns";
  color: #005dac;
  font-size: 22px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #A5A7A0;
  position: relative;
}

.tt_media:after {
  position: absolute;
  content: "";
  width: 120px;
  height: 5px;
  bottom: -1px;
  left: 0;
  background: #A5A7A0;
}

.ct_media, #video {
  background: #F5F5F5;
  padding: 20px 10px;
}

.news-items {
  position: relative;
  margin-bottom: 20px;
}

.img_tt {
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}

.img_tt img {
  max-width: 100%;
  height: auto;
  transition: all 0.5s;
}

.img_tt:hover img {
  transform: scale(1.1);
}

.news-items__info {}

.news-items__name a {
  display: block;
  font-weight: bold;
  font-family: "Arial";
  font-size: 14px;
  color: #181818;
  line-height: 20px;
  position: relative;
  overflow: hidden;
  height: 40px;
}

.news-items__name a:hover {
  color: #2B3DF4;
}

.news-items__desc {
  color: #6f6f6f;
  font-family: Arial;
}

.owl-video {
  height: 330px;
  width: 25%;
  padding-right: 5px;
  overflow-y: auto;
}

.vert {
  width: 25%;
  height: 330px;
}

.vert .simply-scroll-clip {
  width: 100%;
  height: 100%;
}

#video {
  position: relative;
}

#video iframe {
  display: block;
}

#clickvideo {
  width: 100%;
  border: 1px solid #BDBDC1;
  padding: 8px 15px;
  color: #000;
  font-size: 14px;
  font-family: Arial;
  margin-top: 5px;
}

.item-vi h2 {
  font-family: "Roboto-Bold";
  font-size: 14px;
  color: #1b1b1b;
  margin-top: 15px;
  line-height: 22px;
}

.item-vi {
  margin-bottom: 10px;
}

a.m-vi {
  width: 73%;
  position: relative
}

a.m-vi:after {
  position: absolute;
  content: "";
  width: 63px;
  height: 63px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/play.png) no-repeat;
}

.m-hinhanh {
  position: relative;
}

.owl-hinhanh {
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.doitac {
  padding: 20px 0px;
  background: #EBEBEB;
}

.owl-doitac {
  padding: 0 30px;
}

.it_doitac {
  height: 100px;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.it_doitac img {
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
}

.footer {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.m-footer {
  padding: 55px 0px;
}

.footer-col:nth-child(1) {
  width: 33%;
}

.footer-col:nth-child(2) {
  width: 15%;
}

.footer-col:nth-child(3) {
  width: 23%;
}

.footer-title {
  font-family: "RobotoCondensed-Bold";
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li a {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}

.footer-col ul li a:hover {
  color: #fff200;
}

.footer-content h2 {
  font-size: 30px;
  color: #fff;
  font-family: "SFUHelveticaCompressed";
  margin-bottom: 20px;
  line-height: 28px;
}

.footer-content p {
  font-family: "Roboto-Regular";
  font-size: 15px;
  color: #fff;
  margin-bottom: 25px;
}

.bando iframe {
  width: 100% !important;
  height: 380px !important;
  display: block;
}

.social {}

.social a {
  transition: all 0.5s;
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
}

.social a img {
  max-width: 60px;
  max-height: 60px;
}

.social a:hover {
  transform: rotate(20deg);
}

.footer-copyright {
  color: #fff;
  background: #0258F1;
  padding: 10px 0px;
  font-size: 13px;
  font-family: Arial
}

.footer-statistic {
  font-size: 14px;
}

a.bct {
  display: inline-block;
  margin-top: 20px;
}

.footer-statistic div {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}

.coccoc-alo-phone {
  display: none;
}

#footer1 {
  display: none;
}

#footer1 img {
  width: 30%;
  max-width: 30px !important;
  vertical-align: middle;
  float: left;
  padding: 9px 0px;
}

#footer1 a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 40px;
}

.blink_me {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

@keyframes blinker {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

.wrap-content img, .wrap-content iframe {
  max-width: 100% !important;
  height: auto !important;
}

.breadcrumb {
  background: #ddf4ff;
  padding: 8px 10px;
}

.breadcrumb .center-layout {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
}

.breadcrumb a {
  color: #777;
}

.breadcrumb i {
  font-style: normal;
  color: #777;
  padding: 0 5px;
}

.breadcrumb i:last-child {
  display: none;
}

.breadcrumb a:hover span {
  color: #007bff;
}

.breadcrumb li:last-child a span {
  color: #333;
}

.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
  list-style-type: none;
  font-weight: 500;
}

.pagination li {
  margin: 3px;
  line-height: 23px;
}

.pagination li a {
  display: block;
  background: #EEEEEE;
  min-width: 25px;
  text-align: center;
  color: #000;
  font-size: 13px;
  border: 1px solid #E8E8E8;
  transition: all 0.5s;
  font-family: "Arial";
  border-radius: 50%;
}

.pagination li a.current, .pagination li a:hover {
  background: #006CD4;
  color: #fff;
  border-color: #005DAC;
}

.contact-top {
  margin-bottom: 30px;
}

.contact-left {
  width: 49%;
}

.contact-right {
  width: 49%;
}

.contact-title {
  font-family: "Roboto-Bold";
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 5px;
  position: relative;
}

.contact-title:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: #000;
  left: 0;
  bottom: 0;
}

.contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.contact-form__row:last-child {
  grid-column: 1 / 3;
}

.contact-form input {
  display: block;
  width: 100%;
  height: 40px;
  border: 0;
  border-bottom: 1px solid #ced4da;
  background: transparent;
  position: relative;
  z-index: 5;
}

.contact-form input::-webkit-input-placeholder {
  font-size: 13px;
}

.contact-form input:-ms-input-placeholder {
  font-size: 13px;
}

.contact-form input::-ms-input-placeholder {
  font-size: 13px;
}

.contact-form input::placeholder {
  font-size: 13px;
}

.contact-form textarea {
  display: block;
  width: 100%;
  height: 100px;
  border: 0;
  border-bottom: 1px solid #ced4da;
  background: transparent;
  position: relative;
  z-index: 5;
  resize: none;
  padding: 10px 0;
  font-size: 13px;
  margin-bottom: 10px;
}

.contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
  color: #666;
}

.contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
  color: #666;
}

.contact-form input::-ms-input-placeholder, .contact-form textarea::-ms-input-placeholder {
  color: #666;
}

.contact-form input::placeholder, .contact-form textarea::placeholder {
  color: #666;
}

.contact-form input:focus, .contact-form textarea:focus {
  -webkit-box-shadow: 0 2px #cf0000;
  box-shadow: 0 2px #cf0000;
  border-bottom: 1px solid #cf0000;
}

.contact-form input:focus::-webkit-input-placeholder, .contact-form textarea:focus::-webkit-input-placeholder {
  color: #cf0000;
}

.contact-form input:focus:-ms-input-placeholder, .contact-form textarea:focus:-ms-input-placeholder {
  color: #cf0000;
}

.contact-form input:focus::-ms-input-placeholder, .contact-form textarea:focus::-ms-input-placeholder {
  color: #cf0000;
}

.contact-form input:focus::placeholder, .contact-form textarea:focus::placeholder {
  color: #cf0000;
}

.contact-form button[type="submit"] {
  display: inline-block;
  width: 120px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #0258F1;
  border: 0;
  cursor: pointer;
}

.contact-form button[type="reset"] {
  display: inline-block;
  width: 120px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #5a5a5a;
  border: 0;
  cursor: pointer;
}

.contact-map {
  height: 400px;
}

.contact-map iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}

.app-figure .selectors {
  width: 100%;
  background: #f1f1f1;
  padding: 5px;
}

.app-figure .selectors .w-img {
  border: 2px solid #999;
  margin-bottom: 10px;
}

.app-figure .selectors .w-img:last-child {
  margin-bottom: 0;
}

.app-figure .selectors .mz-thumb, .app-figure .selectors .mz-thumb:focus {
  display: block;
}

.app-figure .selectors .mz-thumb-selected {
  border-color: #333;
}

.app-figure .selectors .mz-thumb-selected img {
  -webkit-filter: none;
  filter: none;
}

.app-figure #Zoom-1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background: #f1f1f1;
}

.pd-detail {
  margin-bottom: 20px;
}

.pd-detail__left {
  width: 45%;
}

.pd-detail__right {
  width: 55%;
  padding-left: 20px;
}

.pd-detail__name {
  font-family: "Roboto-Bold";
  font-size: 18px;
  color: #000;
  letter-spacing: 1px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  position: relative;
  text-transform: uppercase;
}

.pd-detail__name:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: #000;
  left: 0;
  bottom: 0;
}

.pd-detail__row {
  background: #f9f9f9;
  margin-bottom: 10px;
}

.pd-detail__price {
  font-family: "Roboto-Bold";
}

.pd-detail__price--new {
  font-size: 16px;
  color: #ff0000;
  margin-right: 10px;
}

.pd-detail__price--old {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}

.pd-detail__content {
  margin-bottom: 20px;
}

.fotorama__wrap {
  margin: auto;
}

.line-left {
  padding-bottom: 5px;
  position: relative;
}

.line-left:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background: #000;
  left: 0;
  bottom: 0;
}

.post-left {
  width: 67%;
}

.post-right {
  width: 31%;
}

.post-text {
  margin-bottom: 15px;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}

.post-items {}

.post-items .w-img {
  display: block;
  position: relative;
  overflow: hidden;
}

.post-items .w-img img {
  width: 100%;
}

.post-items__info {
  background: #fff;
  padding: 10px;
}

.post-items__name {
  font-weight: normal;
  margin: 0;
}

.post-items__name a {
  display: block;
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
  color: #333;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  margin-bottom: 10px;
  max-height: 40px;
  line-height: 21px;
}

.post-items__desc {
  font-family: "Arial";
  font-size: 14px;
  color: #666;
}

.post-items:hover {
  -webkit-transform: translatey(-6px);
  transform: translatey(-6px);
}

.post-items:hover .post-items__name a {
  color: #ff0000;
}

.post-box {
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
}

.post-box__header {
  font-family: "Roboto-Bold";
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  text-transform: uppercase;
  position: relative;
}

.post-box__header:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  bottom: -1px;
  left: 0;
  background: #333;
}

.post-box__body {
  margin-top: 20px;
  border-top: 1px solid #eee;
  list-style: none;
}

.post-box__body li {
  border-bottom: 1px solid #eee;
  padding: 15px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.post-box__body li a.img_s {
  float: left;
  margin-right: 5px;
}

.post-box__body h3 {
  font-weight: normal;
  margin: 0;
}

.post-box__body h3 a {
  display: block;
  font-size: 14px;
  color: #333;
  font-family: "Roboto-Bold";
  position: relative;
  height: 45px;
  overflow: hidden;
  text-transform: uppercase;
}

.post-box__body h3 a:hover {
  color: #ff0000;
}

.post-box__body li p {
  font-size: 13px;
  color: #000;
  margin-top: 5px;
}

.post-title {
  font-family: Arial;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}

.post-flex {
  margin-bottom: 20px;
}

.post-date {
  font-size: 13px;
  color: #999;
}

.post-date svg {
  width: 16px;
  margin-right: 10px;
}

.post-date svg path {
  fill: #999;
}

.post-content {
  margin-bottom: 40px;
}

.post-related {
  list-style-type: none;
}

.post-related a {
  font-weight: normal;
  color: #111;
  font-size: 14px;
  line-height: 25px;
}

.post-related li {
  padding-left: 10px;
  position: relative;
}

.post-related li:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 2px;
  background: #999;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.post-related li:hover {
  padding-left: 30px;
}

.post-related li:hover:after {
  width: 20px;
  background: #ff0000;
}

.post-related li:hover a {
  color: #ff0000;
}

.grid {
  max-width: 100% !important;
  margin-top: 0px;
}

.hamburger {
  font: inherit;
  overflow: visible;
  margin: 0;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger-box {
  position: absolute;
  display: block;
  width: 40px;
  height: 24px;
  top: 3px;
  left: 5px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 3px;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
  background-color: #fff;
}

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
  left: 0;
}

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.hamburger--slider .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner:before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.mm-listitem>a, .mm-listitem>span, .mm-navbar__title {
  font-size: 15px;
}

.effect-img {
  position: relative;
  overflow: hidden;
}

.effect-img:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 15px;
  top: 15px;
  z-index: 33;
  background: transparent;
  border-top: 0 solid #fff;
  border-left: 0 solid #fff;
}

.effect-img:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 15px;
  bottom: 15px;
  z-index: 33;
  background: transparent;
  border-bottom: 0 solid #fff;
  border-right: 0 solid #fff;
}

.effect-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.effect-img:hover:before {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border-top-width: 1px;
  border-left-width: 1px;
}

.effect-img:hover:after {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border-bottom-width: 1px;
  border-right-width: 1px;
}

.effect-zoom {
  overflow: hidden;
}

.effect-zoom:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.effect-rotate-360 {
  overflow: hidden;
}

.effect-rotate-360:hover img {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.effect-rotate {
  overflow: hidden;
}

.effect-rotate:hover img {
  -webkit-transform: rotate(720deg);
  transform: rotate(720deg);
}

@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.ripple {
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: -1;
  left: 50%;
  top: 50%;
  opacity: 0;
  margin: -50px 0 0 -50px;
  border-radius: 100px;
  -webkit-animation: ripple 1.8s infinite;
  animation: ripple 1.8s infinite;
}

.ripple:nth-child(2) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.ripple:nth-child(3) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}

.shake {
  -webkit-animation: shake 1s infinite ease-in-out;
  animation: shake 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.custom-radio {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  font-size: 14px;
  margin: 15px;
}

.custom-radio-mask {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #c8ccd4;
  border-radius: 50%;
  -webkit-tap-highlight-color: transparent;
}

.custom-radio-mask:after {
  position: absolute;
  content: '';
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #225cff;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  opacity: .08;
  pointer-events: none;
}

.custom-radio:hover .custom-radio-mask:after {
  -webkit-transform: scale(3.6);
  transform: scale(3.6);
}

.custom-radio input {
  display: none;
}

.custom-radio input[type="radio"]:checked+.custom-radio-mask {
  border-color: #225cff;
}

.custom-radio input[type="radio"]:checked+.custom-radio-mask:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1;
}

.wrap-tag {
  background: #f2f2f2;
  padding: 20px 0px;
}

.wrap-tag li {
  list-style: none;
  width: 16.5%;
  float: left;
}

.wrap-tag li a {
  color: black;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: underline;
}

.tag-footer {
  height: 100%;
}

.wrap-tag ul {
  display: flex;
}