@charset "UTF-8";
.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block; }

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden; }

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  top: 0;
  left: 0; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ""; }

.slick-track:after {
  clear: both; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots, .slick-next, .slick-prev {
  position: absolute;
  display: block;
  padding: 0; }

.slick-loading .slick-list {
  background: url(./ajax-loader.gif) center center no-repeat #fff; }

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(./fonts/slick.eot);
  src: url(./fonts/slick.eot?#iefix) format("embedded-opentype"), url(./fonts/slick.woff) format("woff"), url(./fonts/slick.ttf) format("truetype"), url(./fonts/slick.svg#slick) format("svg"); }
.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0; }

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0; }

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1; }

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: 0.25; }

.slick-next:before, .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff; }

.slick-prev {
  left: -25px; }

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: "←"; }

.slick-next:before, [dir=rtl] .slick-prev:before {
  content: "→"; }

.slick-next {
  right: -25px; }

[dir=rtl] .slick-next {
  right: auto;
  left: -25px; }

[dir=rtl] .slick-next:before {
  content: "←"; }

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  bottom: -25px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0; }

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0; }

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000; }

/*style*/
@font-face {
  font-family: Segoe-ui;
  src: url(../f/Segoe-ui.TTF); }
@font-face {
  font-family: UTM-Cooper-Black;
  src: url(../f/utm-cooper-black.ttf); }
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.clear {
  clear: both; }

.center {
  text-align: center; }

.cxs1,
.csm1,
.cmd1,
.clg1,
.cxs2,
.csm2,
.cmd2,
.clg2,
.cxs3,
.csm3,
.cmd3,
.clg3,
.cxs4,
.csm4,
.cmd4,
.clg4,
.cxs5,
.csm5,
.cmd5,
.clg5,
.cxs6,
.csm6,
.cmd6,
.clg6,
.cxs7,
.csm7,
.cmd7,
.clg7,
.cxs8,
.csm8,
.cmd8,
.clg8,
.cxs9,
.csm9,
.cmd9,
.clg9,
.cxs10,
.csm10,
.cmd10,
.clg10,
.cxs11,
.csm11,
.cmd11,
.clg11,
.cxs12,
.csm12,
.cmd12,
.clg12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.cxs1,
.cxs2,
.cxs3,
.cxs4,
.cxs5,
.cxs6,
.cxs7,
.cxs8,
.cxs9,
.cxs10,
.cxs11,
.cxs12 {
  float: left; }

.cxs12 {
  width: 100%; }

.cxs11 {
  width: 91.66666667%; }

.cxs10 {
  width: 83.33333333%; }

.cxs9 {
  width: 75%; }

.cxs8 {
  width: 66.66666667%; }

.cxs7 {
  width: 58.33333333%; }

.cxs6 {
  width: 50%; }

.cxs5 {
  width: 41.66666667%; }

.cxs4 {
  width: 33.33333333%; }

.cxs3 {
  width: 25%; }

.cxs2 {
  width: 16.66666667%; }

.cxs1 {
  width: 8.33333333%; }

@media (min-width: 768px) {
  .csm1,
  .csm2,
  .csm3,
  .csm4,
  .csm5,
  .csm6,
  .csm7,
  .csm8,
  .csm9,
  .csm10,
  .csm11,
  .csm12 {
    float: left; }

  .csm12 {
    width: 100%; }

  .csm11 {
    width: 91.66666667%; }

  .csm10 {
    width: 83.33333333%; }

  .csm9 {
    width: 75%; }

  .csm8 {
    width: 66.66666667%; }

  .csm7 {
    width: 58.33333333%; }

  .csm6 {
    width: 50%; }

  .csm5 {
    width: 41.66666667%; }

  .csm4 {
    width: 33.33333333%; }

  .csm3 {
    width: 25%; }

  .csm2 {
    width: 16.66666667%; }

  .csm1 {
    width: 8.33333333%; } }
@media (min-width: 992px) {
  .cmd1,
  .cmd2,
  .cmd3,
  .cmd4,
  .cmd5,
  .cmd6,
  .cmd7,
  .cmd8,
  .cmd9,
  .cmd10,
  .cmd11,
  .cmd12 {
    float: left; }

  .cmd12 {
    width: 100%; }

  .cmd11 {
    width: 91.66666667%; }

  .cmd10 {
    width: 83.33333333%; }

  .cmd9 {
    width: 75%; }

  .cmd8 {
    width: 66.66666667%; }

  .cmd7 {
    width: 58.33333333%; }

  .cmd6 {
    width: 50%; }

  .cmd5 {
    width: 41.66666667%; }

  .cmd4 {
    width: 33.33333333%; }

  .cmd3 {
    width: 25%; }

  .cmd2 {
    width: 16.66666667%; }

  .cmd1 {
    width: 8.33333333%; } }
.csm25 {
  width: 20%; }

.csm15 {
  width: 12.5%; }

/*html, body {
  overflow-x: hidden
}*/
body, div, ul, li, ol, dl, dt, dd, input, h1, h2, h3, h4, h5, h6, span, strong, img, p {
  margin: 0;
  padding: 0;
  border: none;
  text-align: justify; }

ul, li, ol, dl, dt, dd {
  list-style: none; }

* {
  transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  -webkit-transition: color .3s; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  color: inherit; }

a:hover, a:focus {
  text-decoration: none;
  color: #ea0000; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7a6f6f;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7a6f6f; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7a6f6f; }

body {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  font-family: 'Segoe-ui';
  overflow-x: hidden;
  max-width: 1920px;
  margin: 0 auto; }

.ctn-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.ctn {
  max-width: 1000px;
  width: 100%;
  margin: auto; }

/*hieu ung*/
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0); }
  100% {
    opacity: 1;
    -moz-transform: scale(1); } }
@-ms-keyframes zoomIn {
  0% {
    opacity: 0;
    -ms-transform: scale(0); }
  100% {
    opacity: 1;
    -ms-transform: scale(1); } }
@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -o-transform: scale(0); }
  100% {
    opacity: 1;
    -o-transform: scale(1); } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  -moz-animation-name: zoomIn;
  -ms-animation-name: zoomIn;
  -o-animation-name: zoomIn;
  animation-name: zoomIn;
  animation-duration: 1s;
  animation-fill-mode: both; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  70% {
    opacity: 1;
    -webkit-transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1); }
  70% {
    opacity: 1;
    -moz-transform: scale(0.9); }
  100% {
    opacity: 1;
    -moz-transform: scale(1); } }
@-ms-keyframes bounceIn {
  0% {
    opacity: 0;
    -ms-transform: scale(0); }
  50% {
    opacity: 1;
    -ms-transform: scale(1.1); }
  70% {
    opacity: 1;
    -ms-transform: scale(0.9); }
  100% {
    opacity: 1;
    -ms-transform: scale(1); } }
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0); }
  50% {
    opacity: 1;
    -o-transform: scale(1.1); }
  70% {
    opacity: 1;
    -o-transform: scale(0.9); }
  100% {
    opacity: 1;
    -o-transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  70% {
    opacity: 1;
    transform: scale(0.9); }
  100% {
    opacity: 1;
    transform: scale(1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -ms-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
  animation-duration: 1s;
  animation-fill-mode: both; }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  animation-duration: 1s;
  animation-fill-mode: both; }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  animation-duration: 1s;
  animation-fill-mode: both; }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.visible {
  visibility: visible !important; }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-duration: 1.3s; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-duration: 1.3s; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 1.3s; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-duration: 1.3s; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
  animation-duration: 1.3s; }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
  animation-duration: 1.3s; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes fadeInUpSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpSlow {
  -webkit-animation-name: fadeInUpSlow;
  animation-name: fadeInUpSlow;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInLeftSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftSlow {
  -webkit-animation-name: fadeInLeftSlow;
  animation-name: fadeInLeftSlow;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInRightSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightSlow {
  -webkit-animation-name: fadeInRightSlow;
  animation-name: fadeInRightSlow;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/*end hieu ung*/
nav .btndathen:before {
  content: "";
  display: inline-block;
  background: url(../i/ic.png);
  background-size: 900px 600px; }

#top {
  align-items: center;
  display: flex; }
  #top .ctn {
        display: flex;
    align-items: center;
      
  }
  #top input {
    border: 1px solid #198288;
    width: 180px;
    height: 25px;
    color: #000;
    padding: 5px 12px;
    border: none;
    box-shadow: 0px 0px 2px #906710;
    border-radius: 5px;
    padding: 5px;
    outline: none; }
  #top .cmd4 {
    
    position: relative;
    width: 32%; }
    #top .cmd4:before {
      /*content: "";*/
      position: absolute;
      height: 100%;
      background: #916810;
      top: 0;
      width: 1000px;
      right: 100%; }
  #top .cmd8 {
    padding: 0 15px 0 0;
    width: 68%; }

.s_frm {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 5px 0;
  height: 50%; }
  .s_frm button {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 30px;
    height: 22px;
    transform: translateY(-50%);
    border: none;
    background: url(../i/ic.png);
    background-size: 900px 600px;
    background-position: -19px -28px; }

#menud {
  background: #F0E8D3;
  height: 50%; }

nav {
  margin: 10px auto 10px;
  display: flex;
  position: relative;
  justify-content: flex-end; }
  nav:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 10000px;
    background: #f0e8d3;
    top: 0;
    left: 100%;
    z-index: 1; }

nav > ul > li {
  float: left;
    font-size: 17px;
    text-transform: uppercase;
    padding: 8px 8px;
    display: block;
    position: relative;}
  nav > ul > li:hover {
    background: #916810;
    color: white; }
    nav > ul > li:hover a {
      color: #fff; }
  nav > ul > li:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #198288;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  nav > ul > li:hover:before {
    left: 0;
    right: 0; }

nav > ul > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 42px;
  transform: rotateX(0); }

nav > ul > li > ul > li .sub-menu {
  position: absolute;
  right: -150%;
  top: 0;
  left: unset;
  border-left: 1px solid #fff; }

nav > ul > li > ul > li:hover .sub-menu {
  right: -100%;
  opacity: 1;
  visibility: visible; }

nav .sub-menu li:hover a {
  color: yellow; }

nav .sub-menu li:before {
  content: "»";
  display: inline-block;
  position: absolute;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%); }

nav .sub-menu {
  background: #916810;
  color: #fff;
  top: 65px;
  width: 280px;
  left: 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  z-index: 111; }

nav .sub-menu li {
  padding: 10px 5px 10px 25px;
  transition: all 0.5s;
  border-bottom: 1px solid #fff;
  position: relative;
  font-size: 15px;
  text-transform: capitalize; }

nav .sub-menu li:hover {
  padding-left: 28px; }

nav .sub-menu li:last-child {
  border-bottom: none; }

nav .btndathen {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #d15307;
  color: #222222;
  font-weight: bold;
  padding: 8px 18px 8px 28px;
  border-radius: 12px;
  position: relative;
  font-family: FiraSansBlack;
  text-transform: uppercase;
  font-size: 18px;
  color: #db5000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0; }
  nav .btndathen:before {
    width: 46px;
    height: 46px;
    background-position: -327px -24px;
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0; }

#banner {
  position: relative;
  overflow: hidden;
  max-height: 695px; }
  #banner img {
    display: block;
    margin: auto; }

div#banner-bt {
  background: #F4EACE;
  padding: 20px 0; }

.banner-bt {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.banner-bt-item {
  display: flex;
  align-items: center; }

.banner-bt-item img {
  margin-right: 1rem; }

.banner-bt-item p {
  font-size: 18px;
  line-height: 1.3; }

.banner-bt-item p span {
  font-weight: bold; }

/*gioi thieu phong kham*/
.gioithieu {
  position: relative;
  overflow: hidden; }

@font-face {
  font-family: UTM;
  src: url(../f/UTMHELVETINS.TTF); }
@font-face {
  font-family: SVN;
  src: url(../f/SVN-Lobster.ttf); }
.gt-l {
  width: 49%; }

.gt-r {
  width: 49%; }

.gt-l h3 {
  font-size: 21px;
  color: #a9812b;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-family: UTM-Cooper-Black; }

.gt-l p {
  margin-bottom: 1rem;
  color: #000; }

.gt-l .btn {
  display: inline-block;
  /*background: var(--bg-btn);*/
  /*color: white;*/
  border-radius: 5px;
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: bold; }

.p-40 {
  padding: 40px 0; }

.btn {
  display: inline-block;
  border-radius: 5px;
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: bold;
  background: white;
  color: #a9812b;
  border: 1px solid; }

.btn:hover {
  background: #a9812b;
  color: white; }

.style {
  color: #a9812b;
  text-transform: uppercase;
  font-family: UTM-Cooper-Black; }

.mb-2 {
  margin-bottom: 2rem; }

.title {
  font-size: 28px;
  font-family: UTM;
  color: #222222;
  font-weight: 100;
  text-transform: uppercase;
  display: table;
  margin: auto;
  position: relative;
  padding-bottom: 10px;
  text-align: center; }

.title:before {
  content: "";
  width: 255px;
  height: 15px;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: url(../i/line.png) center no-repeat; }

.title span {
  display: block;
  font-size: 24px;
  font-family: SVN;
  text-transform: initial;
  margin: 0px auto 10px;
  color: #956d2e;
  text-align: center; }

.seemore {
  background: #956d2e;
  color: #fff;
  padding: 2px 17px;
  position: relative;
  border-radius: 20px;
  display: table;
  margin: auto;
  transition: all .5s;
  margin: 15px auto;
  padding: 7px 20px;
  border-radius: 20px;
  font-size: 15px;
  font-style: italic; }
  .seemore:hover {
    color: #fff703; }

#gioithieu {
  padding: 30px 0; }
  #gioithieu p {
    font-size: 15px;
    font-weight: bold;
    color: #555555;
    text-align: center; }
  #gioithieu .gioithieu > div {
    position: relative;
    display: flex; }
  #gioithieu .cmd6:first-child {
    width: 678px;
    height: 451px;
    background: url(../i/bg1.png) center no-repeat;
    padding: 35px 100px;
    display: flex;
    line-height: 1.7; }
    #gioithieu .cmd6:first-child img {
      display: block;
      margin: 15px auto; }
    #gioithieu .cmd6:first-child label {
      color: #f53838; }
  #gioithieu .cmd6:nth-child(2) {
    position: absolute;
    right: 0;
    z-index: -1;
    top: 10%;
    }
/*strengths*/
.strengths .title label{
    color: #9c6f2e;
}
.strengths .cmd3 div{
    background: url(https://annamchiropractic.com/wp-content/uploads/2022/05/bg-strengthes-item.png) no-repeat center;
    padding: 10px 25px;
    border-radius: 10px;
    color: #fff;
    margin: 15px 0 0 0;
    background-size: cover;
}
.strengths .cmd3 img{
    display: block;
    margin: 0 0 15px 0;
}
.strengths .cmd3 div h3{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.strengths{
    position: relative;
    overflow: hidden;
    padding: 0 0 40px 0;
}

/*end*/
/*benh ly*/
div#benhly {
  background: url("../i/bg-2.jpg") no-repeat;
  background-attachment: fixed;
  background-size: cover; }

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

.benhly-item {
  width: 49%;
  display: flex;
  margin-bottom: 2%;
  justify-content: space-between; }

.bl-l {
  width: calc(100%/3); }

.bl-r {
  width: 65%; }

.bl-r h3 {
  font-weight: bold;
  font-size: 21px; }

/*bai viet*/
.bv-noibat {
  display: flex;
  justify-content: space-between; }

.bv-noibat-r {
  width: 50%; }

.bv-noibat-l {
  width: 48%; }

.bv-noibat-l h3 {
  padding: 1rem 0; }

.bv-noibat-l p {
  font-size: 18px; }

.bv-noibat-r-item {
  padding-bottom: 1rem;
  border-bottom: 1px solid gray;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between; }

.bv-noibat-r-item-img {
  width: 45%;
  overflow: hidden; }

.bv-noibat-r-item-r {
  width: 52%;
  position: relative; }

.bv-noibat-r-item-r .btn {
  position: absolute;
  font-size: 12px;
  padding: 3px 15px;
  text-transform: capitalize;
  right: 0; }

.bv-noibat-r-item-r h3 {
  text-align: left;
  font-size: 17px; }

.bv-noibat-r-item:last-child {
  border-bottom: none; }

/*cam nhan benh nhan*/
div#camnhan {
  background: #F4EACE; }

.cn-top {
  display: flex;
  justify-content: space-around; }

.cm-img {
  width: 35%; }

.cn-top p {
  width: 62%; }

.camnhan-item {
  padding-right: 1rem; }

.cn-bt h3 {
  text-transform: uppercase; }

.cn-bt {
  margin-top: 1rem;
  font-weight: bold; }

/*moi truong*/
.moitruong-more {
  background: #F4EACE;
  margin-top: 2rem;
  padding: 1rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.moitruong-more-item {
  display: flex;
  align-items: center; }

.moitruong-more-item p {
  margin-left: 1rem;
  font-size: 18px; }

.moitruong-more-item p span {
  font-weight: bold; }

div#moitruong {
  padding-bottom: 0;
  position: relative; }

/*footer*/
footer {
  background: #906710;
  margin-top: -50px;
  padding-top: 80px !important;
  padding-bottom: 70px !important; }

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

.ft-l {
  width: 30%;
  color: white; }

.ft-r {
  width: 68%; }

.ft-r h2 {
  font-size: 21px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 2rem;
  position: relative; }

.ft-r h2::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 130px;
  background: #fff;
  top: calc(100% + 5px);
  left: 0; }

ul.ft-l-1 li {
    align-items: center;
  display: flex;
  margin-bottom: 1rem; }

ul.ft-l-1 {
  padding-left: 2rem;
  margin: 1rem 0; }

ul.ft-l-1 li img {
  margin-right: 10px; }

ul.ft-social {
  display: flex;
    align-items: center; }

/*tu van*/
.tuvan {
  display: flex; }

.tuvan-l {
  width: 70%;
  padding-top: 2rem; }

div#tuvan {
  background: url("../i/bg-3.jpg") no-repeat; }

.tuvan-l p {
  text-align: justify;
  margin-bottom: 1rem;
  color: white; }

.tuvan-r p {
  font-weight: bold;
  text-align: left; }

.tuvan-r {
  border: 10px solid #A9812B;
  margin: 2rem;
  background: #F4EACE;
  border-radius: 20px;
  text-align: center;
  padding: 2rem;
  width: 45%;
  position: relative;
  padding-bottom: 2rem; }

.tuvan-l h4 {
  color: white;
  margin-bottom: 1rem; }

.tuvan-l ul li {
  color: white;
  background: url(../assets/images/arrow.png) no-repeat left center;
  padding-left: 30px;
  margin-bottom: 5px; }

.tuvan-r form input {
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: .8rem;
  border: none;
  border-radius: 5px; }

.tuvan-r h3 {
  margin-bottom: 1rem; }

.tuvan-r button, .tuvan-r .wpcf7-submit {
  display: inline-block;
  background: #a9812b;
  border: none;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2rem;
  bottom: -29px;
  color: white;
  cursor: pointer;
  width: initial;
  margin: 0; }

.wpcf7 form .wpcf7-response-output {
  margin: 0 !important; }

/*=========trang loai==========*/
.cat {
  display: flex;
  position: relative;
  justify-content: space-between; }

div#cat-page {
  margin: 2rem auto; }

.cat-l {
  width: 29%;
  padding: 1rem; }

.sticky {
  position: sticky;
  top: 0; }

.cat-r {
  width: 69%; }

.cat-list {
  /* border: 1px solid var(--color1); */
  /*padding: 1rem;*/
  margin-bottom: 3rem; }

.align-center {
  text-align: center;
  display: block; }

.style1 {
  background: #f0e8d3;
  text-align: center;
  padding: 1rem; }

.cat-list ul li a {
  display: block;
  background: #f0e8d3;
  margin-block: 2px;
  text-transform: capitalize;
  padding: 8px 10px;
  color: #916810;
  transition: all .5s; }

.cat-list ul li a:hover {
  background: #916810;
  color: white;
  padding-left: 15px; }

.cat-dk form input {
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  background: #f0e8d3;
  border: none;
  outline: none; }

.cat-dk form span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #906710; }

.bv-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  border-bottom: 1px solid #906710;
  padding-bottom: 1rem; }

.cat-dk textarea {
  height: 95px; }

.cat-dk .wpcf7-submit {
  display: inline-block;
  border-radius: 5px;
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: bold;
  background: white;
  color: #a9812b;
  cursor: pointer;
  width: initial;
  border: 1px solid; }

.cat-dk .wpcf7-submit:hover {
  background: #a9812b;
  color: white; }

.bv-item-img {
  width: 30%; }

img {
  max-width: 100%;
  vertical-align: top;
  /*display: block;*/ }

.bv-item-main {
  width: 68%; }

.bv-item-main .btn {
  font-size: 10px; }

.bv-item-main h3 a {
  font-size: 16px;
  display: block;
  margin-bottom: 7px; }

/*start pagination*/
#pagination {
  text-align: center;
  display: table;
  margin: auto;
  padding: 10px 0;
  border-right: none;
  border-left: none; }

#pagination a, #pagination span {
  padding: 7px 15px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  background-color: #ffffff;
  color: #666666;
  border: 1px solid #e1e1e1;
  cursor: pointer;
  margin-right: 8px; }

#pagination .current {
  background-color: #906710;
  color: #FFF; }

#pagination a:hover, #pagination span:hover {
  background-color: #906710;
  color: #fff; }

#breadcrumb {
  margin-bottom: 10px; }

#breadcrumb span {
  font-weight: 100;
  display: initial;
  position: relative;
  color: #000;
  margin-right: 5px; }

#breadcrumb .last {
  font-weight: bold;
  color: #37aea8; }

#breadcrumb p > a:first-child {
  position: relative; }

.bv-item-main p {
  text-align: justify;
  margin-bottom: 10px; }

.cat-dk form textarea {
  display: block;
  margin-bottom: 10px;
  border: none;
  background: #f0e8d3;
  padding: 10px;
  width: 100%;
  resize: none;
  outline: none; }

.mb-1 {
  margin-bottom: 1rem; }

/*trang chi tiet*/
.wp-caption{
    width: 100% !important;
}
.wp-caption img{
    width: 100%;
}
.wp-caption-text{
    text-align: center !important;
    display: block;
    margin-top: 0.5rem;
}
h1.post-title {
  color: #906710;
  text-transform: capitalize;
  font-size: 25px;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid; }

.post-main img {
  display: block;
  margin: auto; }

.post-main p {
  text-align: justify;
  margin-bottom: 1rem; }

.post-main h2 {
  color: #906710;
  text-transform: capitalize;
  font-size: 1.2rem;
  margin: 1rem 0;
  border-bottom: 1px solid;
  background: url(../i/bgh2.png) no-repeat;
  padding-left: 40px;
  background-size: 30px;
  padding-bottom: 5px; }

.khungxanhla {
  border: 1px dotted #906710;
  border-radius: 5px;
  padding: .5rem; }

/*trang chi tiet*/
.post-main img {
  vertical-align: inherit; }

.bvlq-main {
  padding: 0 1rem; }

.bvlq-img {
  border: 1px solid #a9812b;
  margin-bottom: .5rem; }

.bvlq-main h3 {
  font-size: 1rem; }

/*footer fixed*/
div#pop-bottom {
  background: #956d2e;
  
  bottom: 0;
  left: 0;
      position: fixed;
  width: 100%;
  height: 50px;
  z-index: 10000; }

.pop-bottom {
  width: 90%;
  display: flex;
  margin-left: 5%;
  color: white;
  align-items: center;
  justify-content: space-between; }

.pop-bottom img {
  max-width: 50px; }

.pop-bt-link {
  display: flex;
  align-items: center;
  border-left: 2px solid #815a1d;
  border-right: 2px solid #815a1d;
  padding: 0 1rem;
  width: 35%; }

.pop-bt-form {
  display: flex;
  align-items: center;
  width: 55%;
  padding: 0 1rem;
  justify-content: space-between; }

.pop-bt-tuvan a {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.pop-bt-home a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; }

.pop-bt-link p span {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  margin-left: 1rem; }

.pop-bt-link p {
  display: flex;
  align-items: center; }

.pop-bt-home {
  border-left: 2px solid #815a1d;
  border-right: 2px solid #815a1d;
  width: 10%; }

.pop-bt-form form {
  width: 90%;
  position: relative; }

.pop-bt-form input {
  width: 100%;
  outline: none;
  padding: 8px;
  border: none;
  border-radius: 5px; }

.pop-bt-form button, .pop-bt-form .wpcf7-submit {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
  width: 20%;
  background: #d0b278;
  color: white;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer; }

.pop-bt-form .wpcf7-spinner {
  display: none; }

.pop-bt-form .wpcf7 {
  width: 85%; }

.pop-bt-tuvan a span {
  font-weight: bold;
  text-align: center;
  line-height: 18px;
  text-transform: capitalize;
  font-size: 12px; }

.pop-bt-form .wpcf7-not-valid-tip {
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  display: block;
  padding: 6px 20px;
  background: #e11c04;
  display: inline-block;
  position: absolute;
  top: -40px;
  left: 0;
  border-radius: 5px; }

.pop-bt-form .wpcf7-response-output {
  position: absolute;
  top: -100%;
  right: 0;
  background: #035a36;
  border-radius: 3px; }

.pop-bt-home a img {
  max-width: 30px; }

.pop-bt-home span {
  font-size: 12px;
  text-transform: capitalize;
  font-weight: bold; }

/*end*/
/*banner left*/
#pop-left {
  position: fixed;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  width: fit-content;
  height: fit-content;
  transform-origin: 0 0;
  transition: all .5s;
  transform: translateY(-50%) scaleX(0); }

#pop-left.active {
  transform: translateY(-50%) scaleX(1) !important; }

span.pop-left-closer {
  width: 25px;
  height: 25px;
  background: #8e6d39;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 50%;
  position: absolute;
  top: -12px;
  right: -12px;
  cursor: pointer; }

#pop-left form {
  position: absolute;
  bottom: 0;
  width: 100%;
  border: 1px;
  border: red;
  padding: 6px;
  text-align: center;
  padding-bottom: 10px; }

#pop-left input {
  display: block;
  max-width: 100%;
  border: none;
  outline: none;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 7px; }

#pop-left form button, #pop-left .wpcf7-submit {
  border: none;
  outline: none;
  background: gray;
  border-radius: 5px;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  padding: 2px 10px;
  margin: 0 auto;
  display: block;
  padding: 5px 13px;
  cursor: pointer; }

#pop-left .wpcf7-spinner {
  display: none; }

#pop-left .wpcf7-response-output {
      position: absolute;
    background: #0d8a48;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 2px 4px;
    border-radius: 6px;
    line-height: 1.2;
    bottom: -52px;}

#pop-left .wpcf7-not-valid-tip {
  font-size: 12px !important; }

/*end*/
/*phone right*/
#alo {
  position: fixed;
  background-color: transparent;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 200 !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility .5s;
  top: 30px;
  right: 0; }

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

.alo-ph-circle-fill {
  width: 100px;
  height: 100px;
  top: 50px;
  left: 50px;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .1;
  -webkit-animation: kkkk 2.3s infinite ease-in-out;
  -moz-animation: kkkk 2.3s infinite ease-in-out;
  -ms-animation: kkkk 2.3s infinite ease-in-out;
  -o-animation: kkkk 2.3s infinite ease-in-out;
  animation: kkkk 2.3s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: rgba(255, 0, 0, 0.5);
  opacity: .75 !important; }

.alo-ph-img-circle {
  width: 60px;
  height: 60px;
  top: 70px;
  left: 70px;
  position: absolute;
  background: rgba(30, 30, 30, 0.1) url(../i/call.png) no-repeat center center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .7;
  -webkit-animation: xyz 1s infinite ease-in-out;
  -moz-animation: xyz 1s infinite ease-in-out;
  -ms-animation: xyz 1s infinite ease-in-out;
  -o-animation: xyz 1s infinite ease-in-out;
  animation: xyz 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #ff0000; }

@-moz-keyframes abc {
  0% {
    -moz-transform: rotate(0) scale(0.5) skew(1deg);
    opacity: .1;
    -moz-opacity: .1;
    -webkit-opacity: .1;
    -o-opacity: 0.1; }
  30% {
    -moz-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5;
    -moz-opacity: .5;
    -webkit-opacity: .5;
    -o-opacity: 0.5; }
  100% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
    opacity: .6;
    -moz-opacity: .6;
    -webkit-opacity: .6;
    -o-opacity: 0.1; } }
@-webkit-keyframes abc {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1; }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5; }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1; } }
@-o-keyframes abc {
  0% {
    -o-transform: rotate(0) kscale(0.5) skew(1deg);
    -o-opacity: 0.1; }
  30% {
    -o-transform: rotate(0) scale(0.7) skew(1deg);
    -o-opacity: 0.5; }
  100% {
    -o-transform: rotate(0) scale(1) skew(1deg);
    -o-opacity: 0.1; } }
@-moz-keyframes xyz {
  0% {
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -moz-transform: rotate(0) scale(1) skew(1deg); } }
@-webkit-keyframes xyz {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg); } }
@-o-keyframes xyz {
  0% {
    -o-transform: rotate(0) scale(1) skew(1deg); }
  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    -o-transform: rotate(0) scale(1) skew(1deg); }
  100% {
    -o-transform: rotate(0) scale(1) skew(1deg); } }
@-moz-keyframes kkkk {
  0% {
    -moz-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2; }
  50% {
    -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
    opacity: 0.2; }
  100% {
    -moz-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2; } }
@-webkit-keyframes kkkk {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2; }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2; }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2; } }
@-o-keyframes kkkk {
  0% {
    -o-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2; }
  50% {
    -o-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2; }
  100% {
    -o-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2; } }
/*end*/
/*popup*/
div#pop-center.active {
  display: block !important; }

#pop-center {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none; }

span.pop-center-closer {
  position: absolute;
  height: 30px;
  width: 30px;
  background: #fff;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  color: #000;
  font-size: 25px;
  top: 5px;
  right: 10px;
  line-height: 25px;
  cursor: pointer; }

#pop-center form {
      position: fixed;
    /* width: 80%; */
    bottom: 29%;
    /* margin-left: 10%; */
    right: 3%;
    width: 225px; }

#pop-center input {
  background: #e1d1d1;
  display: block;
  border: none;
  width: 100%;
  border-radius: 3rem;
  padding: 12px;
  padding-left: 15px;
  outline: none; }

#pop-center button, #pop-center .wpcf7-submit {
  position: absolute;
  border: none;
  top: 0;
  right: 0;
  padding: 11px;
  width: 20%;
  background: #13854c;
  text-align: center;
  cursor: pointer;
  color: white;
  border-radius: 2rem; }

#pop-center .wpcf7-spinner {
  display: none; }

#pop-center .wpcf7-not-valid-tip {
  color: #fff;
  font-size: .9rem;
  font-weight: normal;
  display: block;
  position: absolute;
  background: red;
  width: 45%;
  top: -77%;
  padding: 5px 2px;
  border-radius: 3px;
  text-align: center;
  left: 0; }

#pop-center .Phone-Footer {
  display: block; }

#pop-center .wpcf7-response-output {
      position: absolute;
    background: #830309;
    color: #fff;
    font-size: 1.3rem;
    border-radius: 5px;
    line-height: 1.5;
    text-align: center;
    right: -6px;
    width: 457px;
    padding: 7px 0; }

.pop-link {
  height: 70px;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex; }

.pop-link a {
  display: block;
  width: 50%;
  height: 100%; }

/*end*/
/*shortcode*/
.t_shot_code_dat_lich{
    cursor: pointer;
    color: red;
    font-weight: bold;
}
.t_shot_code_nenxanh {
  background: #f1fcf7;
  border: 2px dashed #00a67e;
  padding: 10px; }

.t_shot_code_1 {
  width: 12px;
  height: 14px;
  display: block;
  background-image: url(../i/ic1.png);
  float: left;
  margin-top: 4px;
  margin-right: 6px;
  background-repeat: no-repeat; }

.t_shot_code_2 {
  width: 26px;
  height: 15px;
  display: block;
  background-image: url(../i/002.gif);
  float: left;
  margin-top: 4px;
  margin-right: 6px;
  background-repeat: no-repeat; }

.t_shot_code_3 {
  width: 13px;
  height: 15px;
  display: block;
  background-image: url(../i/ic3.png);
  float: left;
  margin-top: 4px;
  margin-right: 6px;
  background-repeat: no-repeat; }

.t_shot_code_4 {
  width: 20px;
  height: 11px;
  display: block;
  background-image: url(../i/21.gif);
  float: left;
  margin-top: 7px;
  margin-right: 6px;
  background-repeat: no-repeat; }

.t_shot_code_5 {
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(../i/26.gif);
  float: left;
  margin-top: 2px;
  margin-right: 6px;
  background-repeat: no-repeat; }

.t_shot_code_6 {
  width: 12px;
  height: 12px;
  display: block;
  background-image: url(../i/ic6.png);
  background-size: contain;
  float: left;
  margin-top: 6px;
  margin-right: 6px;
  background-repeat: no-repeat; }

.t_shot_code_7 {
  width: 15px;
  height: 15px;
  display: block;
  background-image: url(../i/ic7.png);
  background-size: contain;
  float: left;
  margin-top: 4px;
  margin-right: 6px;
  background-repeat: no-repeat; }

.t_shot_code_8 {
  width: 20px;
  height: 18px;
  display: block;
  background-image: url(../i/ic8.png);
  background-size: contain;
  float: left;
  margin-top: 4px;
  margin-right: 6px;
  background-repeat: no-repeat; }

.t_shot_code_9 {
  width: 20px;
  height: 11px;
  display: block;
  background-image: url(../i/27.gif);
  background-size: contain;
  float: left;
  margin-top: 4px;
  margin-right: 6px;
  background-repeat: no-repeat; }

.t_shot_code_10 {
  width: 12px;
  height: 12px;
  display: block;
  background-image: url(../i/ic10.png);
  background-size: contain;
  float: left;
  margin-top: 4px;
  margin-right: 6px;
  background-repeat: no-repeat; }

.t_shot_code_11 {
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(../i/25.gif);
  background-size: contain;
  float: left;
  margin-top: 1px;
  margin-right: 3px;
  background-repeat: no-repeat; }

.t_shot_code_12 {
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(../i/19.gif);
  background-size: contain;
  float: left;
  margin-top: 1px;
  margin-right: 3px;
  background-repeat: no-repeat; }

.t_shot_code_13 {
  width: 15px;
  height: 10px;
  display: block;
  background-image: url(../i/ic13.png);
  background-size: contain;
  float: left;
  margin-top: 6px;
  margin-right: 3px;
  background-repeat: no-repeat; }

.t_shot_code_14 {
  width: 15px;
  height: 15px;
  display: block;
  background-image: url(../i/ic14.png);
  background-size: contain;
  float: left;
  margin-top: 4px;
  margin-right: 3px;
  background-repeat: no-repeat; }

.t_shot_code_15 {
  width: 35px;
  height: 11px;
  display: block;
  background-image: url(../i/18.gif);
  background-size: contain;
  float: left;
  margin-top: 6px;
  margin-right: 3px;
  background-repeat: no-repeat; }

.t_shot_code_16 {
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(../i/0.gif);
  background-size: contain;
  float: left;
  margin-top: 2px;
  margin-right: 4px;
  background-repeat: no-repeat; }

.t_shot_code_17 {
  width: 15px;
  height: 16px;
  display: block;
  background-image: url(../i/ic17.png);
  background-size: contain;
  float: left;
  margin-top: 4px;
  margin-right: 5px;
  background-repeat: no-repeat; }

.t_shot_code_18 {
  width: 20px;
  height: 16px;
  display: block;
  background-image: url(../i/ic18.png);
  background-size: contain;
  float: left;
  margin-top: 6px;
  margin-right: 3px;
  background-repeat: no-repeat; }

.t_shot_code_19 {
  width: 15px;
  height: 17px;
  display: block;
  background-image: url(../i/ic19.png);
  background-size: contain;
  float: left;
  margin-top: 3px;
  margin-right: 3px;
  background-repeat: no-repeat; }

/*end*/

.top-cate{
    display: flex;
    margin-bottom: 20px;
}
.top-cate .item-topcate:first-child{
    margin-right: 15px;
}

.item-topcate{
    flex: 1;
    position: relative;
    
}
.item-topcate iframe{
    width: 100% !important;
    height: 100% !important;
}
.item-topcate p{
   position: absolute;
    top: 15px;
    left: 15px;
    padding: 10px;
    text-align: center;
    background: #f4eace63;
    right: 20px;
}
.seemorecate{
        position: absolute;
    bottom: 20px;
    left: 20px;
    background: #906812;
    transition: all 0.3s;
    color: #fff;
    padding: 5px 20px;
    border-radius: 4px;
    font-family: 'Segoe-ui';
}
.seemorecate:hover{
    color: #fff820;
    bottom: 24px;
}
.item-topcate  img{
    width: 100%;
}

/*comments*/
@charset "utf-8";
/* CSS Document 
*Author SinhVienLife http://levantoan.com
*/

#formcmmaxweb {
    overflow: hidden;
    position:relative;
    margin-bottom: 20px;
}
#formcmmaxweb .nameuser {
    text-align: left;
}
#formcmmaxweb .avatarmw img {
    float: left;
    margin: 5px 10px 0 0;
    border: 1px solid #ccc;
    padding: 5px;
}
.comments-title-maxweb {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 16px;
}
.commentlist {
margin-top: 10px;
}
.comment-author.vcard {
    float: left;
    clear: both;
    z-index: 2;
    position: relative;
    margin: -10px 10px 0 0;
}
.commentlist li {
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
}
.commentlist .children {
    margin-top: 10px;
}
.commentBody em {
    color: red;
}
.commentBody {
    position: relative;
    border: 1px solid #a2793c;
    border-radius: 5px;
    margin-left: 35px;
    padding: 10px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.comment-meta.commentmetadata {
    border-bottom: 1px solid #a2793c;
    position: relative;
    padding: 0 0 5px 0;
    margin-bottom: 5px;
}
.nocomments {
    border-color: #D98D8D;
    background-color: #FFCECE;
    background-position: left -792px;
    color: #665252;
    padding: 10px;
}
.comment-meta.commentmetadata .ngaythang {
    position: absolute;
    top: 0;
    right: 10px;
}
.commentBody .reply {
    position: absolute;
    bottom: 8px;
    right: 15px;
}
.comment-meta.commentmetadata .fn {
    font-weight: bold;
    color: #610808 !important;
}
.comment-author.vcard img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.menu-toggle, input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type=submit], li.bypostauthor cite span {
    padding: 6px 10px;
    padding: 0.428571429rem 0.714285714rem;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 1.428571429;
    font-weight: normal;
    color: #7c7c7c;
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
#formcmmaxweb button, #formcmmaxweb input, #formcmmaxweb textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: inherit;
    padding: 6px;
    padding: 0.428571429rem;
}
.menu-toggle, button, input[type="submit"], input[type="button"], input[type="reset"] {
    cursor: pointer;
}
.reply a.comment-reply-link{
    background: #385898 url(data:image/png;base64,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) 5px 4px  no-repeat;
    padding: 3px 10px 3px 25px;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #fff;
    text-decoration: none;
    font-style: italic;
    border: 1px solid #a2793c
}
.reply a.comment-reply-link:hover{
    background-color: #610808;
    color:#FFF;
    border-color: transparent;
}
.noidungcomment {
    margin: 20px 0;
}
#formcmmaxweb p,
#formcmmaxweb input,
#formcmmaxweb textarea{
    width: 100%;
    background: transparent;
    outline: none;
}
#formcmmaxweb input:focus,
#formcmmaxweb textarea:focus{
    border-color: #610808;
}
#formcmmaxweb input,
#formcmmaxweb textarea{
    border: 1px solid #a2793c;
    color: #610808;
}
#formcmmaxweb p{
    margin-bottom: 5px;
    text-align: center;
}
#formcmmaxweb .name-email p{
    width: 50%;
    float: left;
}
#formcmmaxweb .name-email p:first-child{
    padding-right: 2.5px;
}
#formcmmaxweb .name-email p:last-child{
    padding-left: 2.5px;
}
#formcmmaxweb input#submit {
    width: auto;
    font-weight: 700;
    color: #fff;
    background: #ba1212;
    padding: 10px 25px;
    border: none;
}
#formcmmaxweb input#submit:hover {
    background: #610808;
}
::-webkit-input-placeholder {
   color: #a2793c;
}

:-moz-placeholder { /* Firefox 18- */
   color: #a2793c;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #a2793c;  
}

:-ms-input-placeholder {  
   color: #a2793c;  
}
ol.commentlist_mw,
ol.commentlist_mw ul.children {
  list-style: none;
}
ol.commentlist_mw li{
    margin-bottom: 10px;
}
ol.commentlist_mw ul.children{
    margin-top: 10px;
    margin-left: 50px;
}
#comments .title{
        text-align: left !important;
    margin: inherit;
    font-size: 22px;
    color: #a9812b;
}
#comments .title:before{
    display: none;
}
/*end comments*/
.wp-video{
    margin: auto;
}
#hhg-injected-1660122074180-1-fixed-button{
    bottom: 60px !important;
}