@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;
  display: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li {
  width: 92px;
  height: 22px;
  background-color: #bfbbbb;
  border-radius: 15px;
}

.slick-dots li.slick-active {
  background-color: #582C18;
}

.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: .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;

  margin: 0 11.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: MontserratBold;
  src: url(../f/Montserrat-Bold.ttf);
  font-display: swap;
}

@font-face {
  font-family: MontserratSemiBold;
  src: url(../f/Montserrat-SemiBold.ttf);
  font-display: swap;
}

@font-face {
  font-family: MontserratRegular;
  src: url(../f/Montserrat-Regular.ttf);
  font-display: swap;
}

@font-face {
  font-family: MontserratMedium;
  src: url(../f/Montserrat-Medium.ttf);
  font-display: swap;
}

@font-face {
  font-family: PlayfairDisplaySemiBold;
  src: url(../f/PlayfairDisplay-SemiBold.ttf);
  font-display: swap;
}

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 {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.cxs1,
.csm1,
.cmd1,
.clg1,
.cxs2,
.csm2,
.cmd2,
.cmd25,
.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,
  .cmd25 {
    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%;
  }

  .cmd25 {
    width: 20%;
  }

  .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;
}

input {
  outline: 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;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}

body {
  font-family: 'MontserratRegular';
  font-size: 15px;
  line-height: 1.45;
  position: relative;
  color: #333333;
}

.ctn-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.ctn {
  max-width: 1250px;
  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);
  }
}

/* Slide UP */

.slide-up-animated {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.slide-up-init {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1.2s cubic-bezier(0.23, 1.02, 0.43, 0.99);
}




/* Slide DOWN */
.slide-down-init {
  opacity: 0;
  transform: translateY(-40px);
  transition: all 1.2s cubic-bezier(0.23, 1.02, 0.43, 0.99);
}

.slide-down-animated {
  opacity: 1;
  transform: translateY(0);
}

/* Slide LEFT */
.slide-left-init {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 1.2s cubic-bezier(0.23, 1.02, 0.43, 0.99);
}

.slide-left-animated {
  opacity: 1;
  transform: translateX(0);
}

/* Slide RIGHT */
.slide-right-init {
  opacity: 0;
  transform: translateX(40px);
  transition: all 1.2s cubic-bezier(0.23, 1.02, 0.43, 0.99);
}

.slide-right-animated {
  opacity: 1;
  transform: translateX(0);
}

/* ========== SLIDE FROM RIGHT (3D) ========== */
.slide-right-3d-init {
  opacity: 0;
  transform: perspective(800px) translateX(80px) rotateY(-90deg) scale(0.8);
  transform-origin: right center;
  filter: blur(6px);
  transition:
    transform 1.2s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.8s ease-out,
    filter 0.8s ease-out;
  will-change: transform, opacity, filter;
  backface-visibility: hidden;
}

.slide-right-3d-animated {
  opacity: 1;
  left: 90%;
  transform: perspective(800px) translateX(0) rotateY(0deg) scale(1);
  filter: blur(0);
}


/* ========== SLIDE FROM LEFT (3D) ========== */
.slide-left-3d-init {
  opacity: 0;
  transform: perspective(1000px) rotateY(90deg) translateX(-80px);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.8s ease-out;
  transform-origin: left center;
}

.slide-left-3d-animated {
  opacity: 1;
  transform: perspective(800px) translateX(0) rotateY(0);
}

/* Flip 360 (xoay quanh trục Y) */
.flip-360-init {
  opacity: 0;
  transform: rotateY(90deg);
  transition: all 2s cubic-bezier(0.23, 1.02, 0.43, 0.99);
  transform-origin: center;
  backface-visibility: hidden;
}

.flip-360-animated {
  opacity: 1;
  transform: rotateY(0deg);
}


/*end hieu ung*/

header {
  background: #431A07;
  background-image: linear-gradient(to bottom, #F2BB98, #431A07);
}

#top {
  background: #926249;
  display: flex;
  color: #fff;
  padding: 7.5px 0;
}

#top .cmd6 {
  width: 36%;
}

#top .cmd3 {
  width: 32%;
}

#top .cmd6>div>a {
  background-color: #381504;
  border-radius: 40px;
  text-align: center;
  padding: 5px 0;
  display: block;
  max-width: 415px;
  margin: auto;
  box-shadow: 0px 0px 14px #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

#top .cmd3 ul {
  display: flex;
  gap: 45px;
  align-items: center;
  font-size: 18px;
}

#top .row {
  align-items: center;
}


#top .cmd3 ul li {
  cursor: pointer;
  display: flex;
  padding-left: 40px;
  position: relative;
  transition: all 0.3s;
  font-family: MontserratSemiBold;
}

#top .cmd3 ul li:before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 33px;
  position: absolute;
  transition: all 0.5s;
  left: 0;
  background: url(../i/ic1.png) center no-repeat;
  top: 50%;
  transform: translateY(-50%);

}

#top .cmd3 ul li:nth-child(2):before {
  width: 40px;
  height: 40px;
  background: url(../i/ic2.png) center no-repeat;
}

#top .cmd3 ul li:hover {
  padding-left: 0 !important;
}

#top .cmd3 ul li:nth-child(2) {
  padding-left: 45px;
}

#top .cmd3 ul li:hover:before {
  left: 100%;
  margin-left: 3px;
}



#top .cmd3:last-child ul {
  justify-content: end;
}

#top .cmd3:last-child ul li {
  padding-left: 35px;
}

#top .cmd3:last-child ul li:first-child:before {
  width: 27px;
  height: 27px;
  background: url(../i/ic3.png) center no-repeat;
}

#top .cmd3:last-child ul li:last-child:before {
  width: 29px;
  height: 32px;
  background: url(../i/ic4.png) center no-repeat;
}

#botheader {
  background: url(../i/bg.webp) center no-repeat;
  padding: 8px 0;
  max-width: 1240px;
  border-radius: 40px;
  background-size: cover;
  transition: background 0.3s;
}

#botheader:hover {
  background: url(../i/bg1.webp) center no-repeat;
  background-size: cover;
}

#botheader>ul {
  display: flex;
  background: rgba(217, 217, 217, 1);
  padding: 8px 8px;
  width: 98%;
  border-radius: 45px;
  margin: auto;
}

#botheader>ul>li {
  position: relative;
}

#botheader>ul>li>p>a {
  padding: 13px 13px;
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 40px;
  z-index: 2;
  font-family: MontserratSemiBold;
}

#menud {
  padding: 15px 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

#botheader>ul>li>p {
  position: relative;
  padding: 2px;
  border-radius: 40px;
  transition: all 0.3s ease;
}

#botheader>ul>li:hover>p {
  background: #582C18;
}

#botheader>ul>li:hover>p>a {
  color: #fff;
  position: relative;
}

#botheader>ul>li>p>a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #8d5032 0%, #c5845f 50%, #F2BB98 100%);
  border-radius: 40px;
  transition: all 0.3s ease;
  z-index: -1;
}

#botheader>ul>li:hover>p>a:before {
  width: 100%;
}

nav>ul>li:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
  top: 59px;
  transform: rotateX(0);
}

nav>ul>li>ul>li .sub-menu {
  position: absolute;
  right: -150%;
  top: 0;
  left: unset;
  border-left: 1px dashed #fff;
}

nav>ul>li>ul>li:hover .sub-menu {
  right: -100%;
  opacity: 1;
  visibility: visible;
}

nav .sub-menu li:hover a {
  color: rgb(56 21 4);
}

nav .sub-menu {
  background: rgba(217, 217, 217, 0.85);
  color: rgba(56, 21, 4, 1);
  top: 95px;
  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;
  border-radius: 13px;
}

nav .sub-menu li {
  padding: 10px 20px 10px 20px;
  transition: all 0.5s;
  border-bottom: 1px dashed #fff;
  text-transform: capitalize;
  position: relative;
  font-family: MontserratMedium;
  font-size: 16px;
}

nav .sub-menu li:hover {
  padding-left: 28px;
}

nav .sub-menu li:last-child {
  border-bottom: none;
}

nav .sub-menu li p {
  text-align: left;
}

nav .sub-menu li p:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../i/ic5.png) 0 0 no-repeat;
  margin: 0 0 -6px 0px;
}

.banner img {
  width: 100%;
  display: block;
}

.s1 {
  padding: 40px 0;
  overflow: hidden;
  position: relative;
}

.s1:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../i/bg3.jpg) center no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -2;
  opacity: 0;
  transition: opacity 0.2s;
}

.s1:hover:before {
  opacity: 1;

}

.i-title {
  display: block;
  margin: 0 auto 50px;
}

.list-service {
  align-items: center;
}

.it-service {
  background: rgba(235, 235, 235, 1);
  padding: 0 15px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
  transform-origin: center center;
  position: relative;

  cursor: pointer;
}

.it-service div {
  text-align: center;
}

.it-service p {
  text-align: center;
  color: #381504;
  font-family: 'MontserratSemiBold';
}

.it-service.small p {
  font-size: 12px;
  background: rgba(217, 217, 217, 1);
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 3.5px 3px;
}

.it-service.bigger p {
  font-size: 14px;
  background: rgba(217, 217, 217, 1);
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 5px 0;
}

.it-service h2 {
  color: rgba(56, 21, 4, 1);
  font-size: 31px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  font-family: 'MontserratBold';
  margin-bottom: 5px;
}

.it-service.small h2 {

  font-size: 26px;
}

.it-service.bigger {
  height: 360px;
}

.it-service.small {
  height: 295px;
}

.s1 .cmd25:nth-child(4) h2 {
  font-size: 23.33px;
}

.s1 .cmd2:last-child h2 {
  font-size: 22px;
}

.list-service>div {
  padding: 0 7.5px;
}

.hover-o,
.hover-d {
  position: absolute;
  /* chồng lên nhau */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* căn giữa tuyệt đối */
  text-align: center;
  width: 100%;
  transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  backface-visibility: hidden;
}

.hover-o {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  z-index: 2;
}

.hover-d {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
  pointer-events: none;
  z-index: 1;
  margin-top: 60px;
  width: 85%;

}

.it-service.bigger:hover .hover-o {
  transform: translate(-50%, calc(-50% - 85px)) scale(0.9);
  /* trượt nhẹ lên */

}

.it-service.bigger:hover .hover-o h2 {
  font-size: 22px;
}

.it-service.small:hover .hover-o {
  transform: translate(-50%, calc(-50% - 75px)) scale(0.9);
  /* trượt nhẹ lên */

}

.it-service:hover .hover-d {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
  z-index: 3;
}

/* Optional: mượt hơn khi text thay đổi */
.hover-d p {
  margin: 4px 0;
  transition: all 0.3s ease;
}

.it-service:hover {
  border-radius: 110px;

}

.it-service:hover:before {
  opacity: 1;
}

.s1 .it-service.small:hover h2 {
  font-size: 17px;
}

.it-service:before {
  content: "";
  display: inline-block;
  width: 105%;
  height: 103%;
  background: url(../i/bg2.webp) center no-repeat;
  background-size: cover;
  z-index: -1;
  position: absolute;
  border-radius: 110px;
  opacity: 0;
  transition: all 0.3s;
}


.s1-mid>div {
  background: linear-gradient(180deg, #BE9D86 0%, #845637 31%, #D3A48B 69%, #845637 100%);
  color: #fff;
  padding: 25px 10px;
  border-radius: 40px;
}

.s1-mid h3 {
  text-align: center;
  font-size: 25px;
  font-family: 'MontserratBold';
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
}

.s1-mid p {
  text-align: center;
  padding: 10px 0 30px 0;
  font-size: 19px;
}

.s1-mid h2 {
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  font-family: 'MontserratSemiBold';
  padding: 8px 0;
  border-top: 2px solid #fff;
}


.btn-tls {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PlayfairDisplaySemiBold;
  color: #381504;
  font-size: 30px;
}

.btn-tls a {
  color: #381504;
  font-size: 30px;
}

.btn-tls ul {
  display: flex;
  gap: 20px;
  margin: 60px 0 20px 0;
}

.btn-tls li {
  background-color: #D9D9D9;
  border: 3px solid #fff;
  border-radius: 40px;
  cursor: pointer;
  min-width: 290px;
  padding: 8px 10px 8px 110px;
  height: 70px;
  position: relative;
  overflow: hidden;

}

.btn-tls li:nth-child(2) {
  padding: 8px 10px 8px 62px;
}

.btn-tls li:before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 33px;
  background: url(../i/ic6.png) center no-repeat;
  vertical-align: middle;
  transition: all 1.2s;
  position: absolute;
  right: 65%;
  top: 14px;
}

.btn-tls li:nth-child(2):before {
  width: 38px;
  height: 38px;
  background: url(../i/ic7.png) center no-repeat;
  right: 80%;
  top: 12px
}

.btn-tls li:hover {
  border: 2px solid #381504;
}

.btn-tls li span {
  position: absolute;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background-image: linear-gradient(to bottom, #582C18, #F2BB98);
  color: #fff;
  transition: all .8s;
  left: -20%;
  top: -20%;
  margin: 0;
  border-radius: 40px;
  opacity: 0;
  text-align: center;
  line-height: initial;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-tls li:hover span {
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: initial;

  left: 0;
  top: 0;
  padding-right: 10px;
}

.btn-tls li:hover label {
  opacity: 0;
  cursor: pointer;
}

.btn-tls li:hover:before {
  right: 5%;
  filter: brightness(111);
  z-index: 11;
}

.btn-tls li:first-child:hover:before {
  transform: rotate(-120deg);
}


#s2 {
  position: relative;
  overflow: hidden;
}

#s2 img {
  width: 100%;
}

.s2-top {
  position: absolute;
  top: 30px;
  right: 0;
  width: auto !important;
  left: 50%;
  transform: translateX(-50%);
}

.s2-bot {
  position: absolute;
  left: 0;
  bottom: 65px;
  right: 0;
}

#s3 {
  position: relative;

}

#s3 img {
  width: 100%;
  display: block;
}

.s3-bot {
  position: absolute;
  left: 0;
  bottom: 5px;
  right: 0;
  width: auto !important;
  margin: auto;
}

#s4 {
  position: relative;

}

#s4>img {
  width: 100%;
}

.s4-left {
  position: absolute;
  left: 11%;
  top: 8%;
}

.s4-right {
  position: absolute;
  right: 4%;
  top: 8%;
}

.s4-left img {
  margin-bottom: 22%;
}

.s4-left .btn-tls {
  justify-content: flex-start;
}

#s5 {
  position: relative;

}

#s5>img {
  width: 100%;
  display: block;
}

#s5 .cmd7 {
  position: absolute;
  top: 5%;
  left: 13.5%;
}

#s6 {
  padding: 45px 0 80px 0;
  background: url(../i/bg3.jpg) center no-repeat;
  background-size: cover;
  background-attachment: fixed;

}

#s6>img {
  display: block;
  margin: 0 auto 100px;
}

.sl-s6 .cmd6 {
  padding: 0;
}

.sl-s6 {
  padding: 0 50px;
}

.sl-s6 .slick-dots {
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
}

#s7 {
  position: relative;
  overflow: hidden;
}

#img-p {
  width: 100%;
  display: block;
}

.s7-top {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.s7-top img {
  display: block;
  margin: auto;
}

.s7-left {
  position: absolute;
  left: 15%;
  bottom: 5%;
}

.s7-right {
  position: absolute;
  right: 0;
  bottom: 0%;
}

.s7-3dright {
  position: absolute;
  left: 5% !important;
  top: 50%;
}

.s7-3dleft {
  position: absolute;
  right: 5%;
  top: 50%;
}



footer {
  display: flex;
  flex-direction: column;
  background-color: #F2BB98;
  background-image: linear-gradient(to bottom, #F2BB98, #582C18);
  padding-bottom: 80px;
}

footer .d_contact {
  background: #F4F4F4;

  position: relative;

  border-radius: 25px;
  padding: 34px 0px;
  box-shadow: 2px 6px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-wrap: wrap;
  margin-top: -70px;
  margin-bottom: 110px;
}

footer .d_contact input {
  width: 100%;
  height: 80px;
  margin-bottom: 15px;
  border: 2px solid #919191;
  border-radius: 12px;
  font-size: 29px;
  color: #000;
  padding: 5px 12px;
  font-family: 'MontserratRegular';
}

/* hiển thị và menu cơ bản (như trước) */
.d-select {
  position: relative;
  width: 100%;
  font-family: inherit;
  cursor: pointer;

}


.d-select-display {
  padding: 16px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff url(../i/icdown.png) 98% center no-repeat;
  transition: transform 0.15s ease;
  font-size: 29px;
  font-family: 'MontserratSemiBold';
  color: #000;
}

.d-select-options {
  position: absolute;
  top: calc(100%);
  width: 260px;
  right: 0;
  background: rgba(217, 217, 217, 0.7);
  border: 1px solid #ddd;
  border-radius: 8px;
  z-index: 20;
  border-radius: 16px;
  padding: 0 10px;
  font-size: 22px;

  opacity: 0;
  transform: translateY(-12px) scale(0.98);
  pointer-events: none;
  transition:
    opacity 0.35s cubic-bezier(0.25, 1, 0.3, 1),
    transform 0.4s cubic-bezier(0.25, 1, 0.3, 1);
  transform-origin: top right;
}

.d-select-options div {
  text-align: center;
  padding: 5px 0;
  border-bottom: 1px solid #fff;
  font-family: 'MontserratMedium';
  color: #000;
}

.d-select-options div:last-child {
  border: none;
}

.d-select.open .d-select-options {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

/* phần tử bay (clone) */
.fly-text {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  white-space: nowrap;
  background: transparent;
  transform-origin: center center;
  will-change: transform, opacity, left, top;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.7s ease;
  font-size: 16px;
  color: #b96b3c;
}

footer .d_contact .d-send {
  font-size: 29px;
  background-image: linear-gradient(to right, #794223, #F2BB98);
  border: none;
  color: #fff;
  font-family: 'PlayfairDisplaySemiBold';
  width: 100%;
  border-radius: 40px;
  height: 80px;
  padding-right: 40px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}

footer .d_contact .d-send:after {
  content: "";
  display: inline-block;
  width: 29px;
  height: 32px;
  position: absolute;
  right: 22%;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  background: url(../i/ic4.png) center no-repeat;
}

footer .d_contact .d-send:hover {
  padding-right: 0;
  padding-left: 15px;
  background-image: linear-gradient(to right, #F2BB98, #794223);
}

footer .d_contact .d-send:hover:after {
  right: 75%;
}

.btn-chat {
  font-size: 29px;
  background-image: linear-gradient(to right, #794223, #F2BB98);
  border: none;
  color: #fff;
  font-family: 'PlayfairDisplaySemiBold';
  width: 100%;
  border-radius: 40px;
  height: 80px;
  padding-right: 40px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
}

.btn-chat:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 17%;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  background: url(../i/ic1.png) center no-repeat;
  background-size: contain;
}

.btn-chat:hover {
  padding-right: 0;
  padding-left: 15px;
  background-image: linear-gradient(to right, #F2BB98, #794223);
}

.btn-chat:hover:after {
  right: 78%;
}

.btn-chat:hover label {
  display: none;
}

.btn-chat span {
  display: none;
}

.btn-chat:hover span {
  display: inline-flex;
}


.left-f.cmd5 {
  width: 38%;
}

.center-f.cmd4 {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 32%;
  padding-top: 75px;
  padding-bottom: 20px;

}

.social {
  display: flex;
  margin-bottom: 35px;
  padding: 18px 0;
  border-top: 1px solid #fff;
  margin-top: 35px;
  border-bottom: 1px solid #fff;
}

.social a {
  width: 62px;
  height: 62px;
  display: inline-block;
  margin-right: 27px;
  transition: all 0.3s;
  background: url(../i/zalo.png) center no-repeat;
  transition: all 0.3s;

}

.social a:hover {
  transform: scale(1.05);
  box-shadow: rgb(2 -2 2 / 12%) -1px 0px 2px 3px;
  border-radius: 10px;
}

.social li:nth-child(2) a {
  background: url(../i/mess.png) center no-repeat;
}

.social li:nth-child(3) a {
  background: url(../i/face.png) center no-repeat;
}

.social li:nth-child(4) a {
  background: url(../i/tiktok.png) center no-repeat;
}

.social li:nth-child(5) a {
  background: url(../i/youtube.png) center no-repeat;
}

.box-time {
  font-family: 'MontserratSemiBold';
}

.box-time p {
  color: #fff;
  font-size: 29px;

}

.box-time label {
  display: block;
  color: #fff;
  font-size: 37px
}

.box-time span {
  display: block;
  font-size: 22px;
  color: #fff;
}

.bot-f h3 {
  font-size: 29px;
  font-family: 'MontserratSemiBold';
  color: #000;
  padding-left: 20px;
}

.coso h4 {
  font-size: 22px;
  font-family: 'MontserratMedium';
  font-size: 22px;
  color: #000;
  font-weight: 100;
  margin-bottom: 5px;
}

.coso li {
  color: #fff;
  font-size: 16px;
  font-family: 'MontserratSemiBold';
}

.coso {
  margin: 15px 0;
}

.coso li {
  padding: 7px 0 7px 32px;
  background: url(../i/ichome.png) 0 5px no-repeat;
}

.coso li:nth-child(2) {
  background: url(../i/call.png) 0 5px no-repeat;
}

.right-f {
  width: 30%;
  padding-top: 75px;
}

.right-f li {
  font-size: 22px;
  color: #000;
  font-family: 'MontserratMedium';
  margin: 15px 0;
  transition: all 0.3s;
}

.right-f li:hover {
  padding-left: 5px;
}

.right-f ul {
  margin-bottom: 40px;
}

.s_frm {
  display: inline-flex;
  background: #D9D9D9;
  padding: 3px;
  border-radius: 12px;
  height: 72px;
  position: relative;
  transition: all 0.6s;

}

.s_frm:hover {
  border: 2px solid #fff;
  padding: 3px;
}

.s_frm input {
  border-radius: 12px;
  font-size: 22px;
  font-family: 'MontserratRegular';
  background: inherit;
  transition: all 0.6s;
  width: 0;
}

.s_frm button {
  border: none;
  cursor: pointer;
  width: 98px;
  height: 66px;
  background: rgba(88, 44, 24, 1) url(../i/send.png) center no-repeat;
  border-radius: 12px;
  transition: all 0.6s;
  border: 2px solid #fff;
  padding: 3px;
}

.s_frm:hover input {
  width: 100%;
  padding-left: 6px;
}

.s_frm:hover button {
  border-radius: 31px;
  background: rgba(88, 44, 24, 1) url(../i/send.png) center no-repeat;
  border: none;
  height: 63px;
}


/*category */
.entry-title {
  font-size: 35px;
  color: #381504;
  font-family: 'MontserratSemiBold';
  margin: 15px 0 0;
  text-align: left;
  line-height: 1.3;
}

.category.ctn {
  display: flex;
  padding: 40px 0;
}

.category>.cmd9 {
  width: 61%;
  padding: 0;
}

.category>.cmd3 {
  padding-right: 0;
  width: 39%;
}

#topcate {
  padding: 0 15px 0 0;
  margin-bottom: 20px;
}

#breadcrumb {
  background: #F2EDED;
  padding: 13px 15px;
  font-size: 15px;
}

#breadcrumb span {
  font-weight: 100;
  display: initial;
  position: relative;
}

#breadcrumb .breadcrumb_last {
  font-weight: bold;
  color: #825123;
}

#breadcrumb>span {
  padding-left: 50px;
  text-align: left;
  display: inherit;
  padding-left: 30px;
}

#breadcrumb>span:before {
  content: "";
  display: inline-block;
  background: url(../i/ichome.png);
  background-size: 24px;
  width: 24px;
  height: 24px;

  position: absolute;
  left: 0;
  top: -2px;
}

.it1 {
  display: flex;
  align-items: center;
  padding-bottom: 42px;
  margin-bottom: 42px;
  border-bottom: 1px solid #f4deda;
}

.it1:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.it1 img {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  object-fit: cover;
  -webkit-transition: all 0.4s;
  border-radius: 8px;
  width: 100%;
}

.it1>a {
  width: 290px;
  height: 210px;
  overflow: hidden;
  display: inline-flex;
  flex-shrink: 0;

  margin-right: 22px;
}

.it1>a:hover img {
  transform: scale(1.1);
}

.post-right {
  flex: 2;
}

.post-right h3 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 10px;
  font-family: 'MontserratSemiBold';
  font-weight: 100;
  text-align: left;
}

.post-right h3:hover a {
  color: #582C18;
}

.post-right>div {
  display: flex;
  font-family: 'MontserratMedium';
  font-size: 18px;
  line-height: 1.3;
  flex-direction: column;
}

.post-right ul {
  display: flex;
  flex-flow: row;
  gap: 5px;
  justify-content: flex-end;
  margin-top: 10px;
}

.post-right ul a {
  width: 34px;
  height: 26px;
  background: #D9D9D9 url(../i/chat.png) center no-repeat;
  background-size: 20px 20px;
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  justify-content: center;
  transition: all 0.3s;

}

.post-right ul a:nth-child(2) {
  background: #794223 url(../i/seemore.png) center no-repeat;
  background-size: 15px;

}

.post-right ul a:hover {
  transform: scale(1.02);
  box-shadow: rgb(2 -2 2 / 12%) 0px 0px 1px 1px;
}

/*start pagination*/
#pagination {
  text-align: right;
  /* display: table; */
  /* margin: auto; */
  padding: 11px 20px;
  margin-bottom: 60px;
  border-right: none;
  border-left: none;
  background: #f1f0ec;
}

#pagination a,
#pagination span {
  display: inline-block;
  color: #000;
  cursor: pointer;
  margin: 0 10px;
}

#pagination .current {

  color: #904c3f;
}

#pagination a:hover,
#pagination span:hover {
  color: #904c3f;
}


.title1 {
  background-image: linear-gradient(to right, #794223, #F2BB98);
  font-size: 35px;
  text-align: center;
  font-family: 'MontserratSemiBold';
  color: #fff;
  text-transform: uppercase;
  padding: 13px 0;
  border-radius: 22px;
  margin-bottom: 16px;
}

#dvsb {
  display: flex;
  background-image: linear-gradient(to right, #794223, #F2BB98);
  padding: 12px 6px;
  border-radius: 22px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

#dvsb .cmd6 {
  padding: 0 4px 8px 4px
}

.itdv>div {
  background: #F3F2F2;
  padding: 6px;
  border-radius: 10px;
}

.itdv>div>div {
  position: relative;
  padding-top: 40px;
}

.itdv h3 {
  font-size: 25px;
  font-family: 'MontserratSemiBold';
  text-transform: uppercase;
  color: #381504;
  text-align: center;
}

#dvsb .cmd6:last-child h3 {
  font-size: 21px;
  min-height: 40px;
}

.itdv span {
  width: 67px;
  height: 64px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: #fff url(../i/ic8.png) center no-repeat;
  background-size: 36px 36px;
  border-radius: 8px;
  left: 50%;
  transform: translateX(-50%);
  top: -38px;
  transition: all 0.3s;
}

#dvsb .cmd6:nth-child(2) .itdv span {
  background: #fff url(../i/ic9.png) center no-repeat;
  background-size: 36px 36px;
}

#dvsb .cmd6:nth-child(3) .itdv span {
  background: #fff url(../i/ic10.png) center no-repeat;
  background-size: 36px 36px;
}

#dvsb .cmd6:nth-child(4) .itdv span {
  background: #fff url(../i/ic11.png) center no-repeat;
  background-size: 36px 36px;
}

.itdv:hover span {
  top: -40px;
}

#box-sidebar {
  background: linear-gradient(-149deg, #F2BB98 0%, #582C18 100%);
  border-radius: 22px;
  padding: 25px 0;
}

#box-sidebar .d_contact img {
  display: block;
  margin: 0 auto 25px;
}

#box-sidebar .d_contact {
  padding: 0 27px;
  margin: 0px 0 30px;
}

#box-sidebar .d_contact input {
  width: 100%;
  height: 60px;
  border-radius: 8px;
  padding-left: 80px;
  font-size: 19px;
  font-family: 'MontserratSemiBold';
}

#box-sidebar .d_contact>div {
  background: #fff;
  margin-bottom: 5px;
  position: relative;
  display: flex;
  border-radius: 8px;

}

#box-sidebar .d_contact span {
  width: 62px;
  height: 57px;
  background: #D9D9D9 url(../i/ic13.png) center no-repeat;
  background-size: 40px;
  border-radius: 6px;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  z-index: 1;
}

#box-sidebar .d_contact>div:nth-child(3) span {
  background: #D9D9D9 url(../i/ic14.png) center no-repeat;
}

#box-sidebar .d_contact>div:nth-child(4) span {
  background: #D9D9D9 url(../i/ic15.png) center no-repeat;
}

#box-sidebar .d-select-display {
  font-size: 19px;
  padding: 0 0 0 10px;
  height: 60px;
  border: navajowhite;
  display: flex;
  align-items: center;
  background-size: 33px 57px;
  padding-left: 80px;
}

#box-sidebar .d-select-options div {
  text-align: right;
  font-size: 17px;
  border-bottom: 1px solid #000;
}

#box-sidebar .d_contact .d-send {
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 8px;
  color: #fff;
  display: table;
  margin: 20px auto 0;
  background: linear-gradient(90deg, #AC1414 0%, #E60C0C 100%);
  padding: 13px 9px;
  font-family: 'MontserratSemiBold';
  cursor: pointer;
  transition: all 0.5s;

}

#box-sidebar .d_contact .d-send:hover {
  background: linear-gradient(90deg, #E60C0C 0%, #AC1414 100%);
}

.titl-zalo {
  font-size: 19px;
  text-align: center;
  background: #fff;
  font-family: 'MontserratSemiBold';
  padding: 3px 30px;
  margin-bottom: 13px;
}

.zalo-tv {
  text-align: center;
}

#ichat-sb {
  position: relative;
  border-radius: 14px;
  background: #D9D9D9;
  display: flex;
  flex-direction: column;
  height: 150px;
  padding: 0 28px;
  justify-content: center;
  transition: all 0.6s;
  margin: 20px 0 60px 0;
}

#ichat-sb img {
  position: absolute;
  right: -7%;
  transition: all 0.6s;
  bottom: 0;
}

#ichat-sb p {
  font-size: 19px;
  color: #381504;
  transition: all 0.6s;
  font-family: 'MontserratSemiBold';
  text-align: right;
  margin-right: 60%;
}

#ichat-sb span {
  transition: all 0.6s;
  font-size: 28px;
  font-family: 'MontserratSemiBold';
  color: #381504;
  display: block;
  text-align: right;
  margin-right: 39%;
}

#ichat-sb:hover img {
  right: 65%;
}

#ichat-sb:hover p {
  margin-right: 0;
}

#ichat-sb:hover span {
  margin-right: 0;
}

.text-center {
  text-align: center;
}

/*single*/
#article {
  padding: 0 15px 0 0;
  margin-bottom: 40px;
  line-height: 1.5;
}

#article div,
#article p {
  position: relative;
  margin: 20px auto;
  line-height: 1.7;
  font-size: 16px;
  color: #444444;
}

#article p b {
  font-weight: 100;
  font-family: MontserratSemiBold;
  font-size: 16px;
}

#article h2 b,
#article h3 b {
  font-weight: 100;
}

#article h2,
#article h3 {
  line-height: 1.5;
  font-size: 25px;
  position: relative;
  margin: 15px 0;
  font-family: MontserratSemiBold;
  font-weight: 100;
  padding: 5px 0;
  color: #000;
}

#article h2 strong,
#article h3 strong,
#article h4 strong {
  font-weight: 100;
}

#article h2:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}

#article h3 {
  color: #000;
  font-size: 19px;
  border-bottom: none;
  padding-bottom: 0;
  border-radius: unset;
}

#article h2:before {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  left: 0;
  background: url(../i/ich.png) left center no-repeat;
}

#article h3:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  left: 0;
  background: url(../i/ich3.png) left center no-repeat;
}


#article img {
  display: block;
  margin: 10px auto;
}

#article ul,
#article ol {
  padding-left: 45px;
  position: relative;
}

#article ul li,
#article ol li {
  position: relative;
  font-size: 15px;
  margin: 15px 0;
  list-style: disc;
}

#article table {
  display: flex;
  margin: auto;
  border: none;
}

#article tbody {
  display: block;
  margin: auto;
}

#article table caption {
  color: #105baa;
  font-size: 22px;
  margin-bottom: 11px;
  text-transform: uppercase;
}

#article table td {
  border: 1px solid;
  padding: 2px;
}

#article p a,
#article p strong {
  font-weight: 100;
  color: #d10606;
  font-family: MontserratSemiBold;
}


.title-tsl h2 {
  font-size: 35px;
  text-align: center;
  font-family: 'MontserratSemiBold';
  color: #381504;
  text-transform: uppercase;
}

.title-tsl p {
  text-align: center;
  margin-bottom: 80px;
  font-size: 18px;
}

.title-tsl h2 span {
  display: block;
  text-align: center;
  color: #381504;
  font-size: 25px;
  font-family: 'MontserratSemiBold';
  line-height: 1.2;
  margin-bottom: 20px;
}

.img_doctor {
  padding: 10px;
  border-radius: 15px;
  border: 1px dashed #441F12;
  display: block;
  text-align: center;
  position: relative;
}

.img_doctor:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  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);
}

.img_doctor:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%
  }
}

@keyframes shine {
  100% {
    left: 125%
  }
}

.img_doctor img {
  width: 100%;
  margin: 0 !important;
  border-radius: 15px;
}

.it_doctor h3 {
  margin: 15px;
  text-align: center;
  font-size: 20px;
  color: #441F12;
  font-family: MontserratSemiBold;
}

.it_doctor p {
  font-size: 18px;
  text-align: center;
  padding: 0 50px;

  line-height: 1.3;
  margin-bottom: 18px;
}

.it_doctor img {
  display: block;
  margin: 0 auto 15px;
}

.it_doctor {
  margin-bottom: 20px;
}

.slick-prev {
  width: 34px;
  height: 26px;
  background: #794223 url(../i/left.png) center no-repeat;
  background-size: 14px;
  border-radius: 5px;

  left: 26px;
  z-index: 1;
  top: initial;
  transform: initial;
  bottom: -40px;
}

.slick-next {
  width: 34px;
  height: 26px;
  background: #794223 url(../i/seemore.png) center no-repeat;
  background-size: 14px;
  border-radius: 5px;
  right: 26px;
  top: initial;
  transform: initial;
  bottom: -40px;
}

.slick-prev:hover {
  background: #E5E5E5 url(../i/left.png) center no-repeat;
}

.slick-next:hover {
  background: #E5E5E5 url(../i/seemore.png) center no-repeat;
}

/*css khách hàng*/
.title-sh {
  margin-bottom: 35px;
}

.title-sh h2 {
  font-family: 'MontserratSemiBold';
  text-align: center;
  font-size: 35px;
  color: #381504;
}

.title-sh p {
  font-size: 25px;
  font-family: 'MontserratSemiBold';
  text-align: center;
  color: #381504;
}

#album-customer {
  display: block;
  /* background: url(../i/kh/bg.jpg) top center no-repeat; */
  padding: 80px 0 0px 0;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

#album-customer .title {
  margin-bottom: 25px;
}

#album-customer .slick-dots {
  bottom: 45px;
}

#album-customer .hl {
  margin-top: 0;
}

.tab-content {
  width: 100%;
  height: 100%;
  visibility: hidden;
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.tab-show {
  opacity: 1 !important;
  visibility: visible;
  -webkit-animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInUp;
  animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInUp;
}

.pro-content {
  height: 660px;
  width: 100%;
  position: relative;
}

.active-pro {
  background: rgba(56, 21, 4, 1) !important;
  color: #fff !important;
}

.pro-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}

.pro-tab li {
  padding: 17px 24px;
  border-radius: 40px;
  background: #E8E7E7;
  margin: 0 10px;
  font-size: 20px;
  cursor: pointer;
  font-family: 'MontserratSemiBold';
  transition: all 0.2s;
}

.pro-tab li:hover {
  background: rgba(56, 21, 4, 1);
  color: #fff;
}

.pro-content {
  /*display: flex;
  width: 100%;
  justify-content: center;*/
}

.bot-a2 {
  max-width: 1230px;
  margin: -35px auto 0;
}

.itemkh.cmd6 {
  padding: 0;
}

/*end*/


/*popup search*/
.ovlfrm {
  background: rgba(17, 17, 17, 0.51);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 99;
}

.ovlfrmc {
  display: inline-block;
}

.frm {
  position: fixed;
  width: 35%;
  top: 0;
  left: 0;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  display: inline-block;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  -o-transition: all 1s;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}

.frm ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.frm :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.frm ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.frmc {
  visibility: visible;
  opacity: 1;
  left: 50%;
  top: 50%;
}

.frm input {
  width: 100%;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border: none;
  padding: 20px 30px;
  color: #fff;

  font-family: 'MontserratRegular';
  font-size: 16px;
  background: rgba(255, 255, 255, 0.44);
}

.frm button {

  color: #fff;
  background-color: #441e11;
  font-family: 'MontserratRegular';
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);

  border: none;
  cursor: pointer;
  font-family: 'MontserratSemiBold';
  font-size: 20px;
  padding: 10px 25px;
  width: auto;
  right: 15px;
  border-radius: 40px;
}

/*end popup search*/
.mb,
.btn-mb {
  display: none;
}

.pc {
  display: block;
}

.ovl {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background: #000;
  opacity: .6;
  z-index: 9;
}

.ovlc {
  display: inline-block;
}



/*popup*/
.ovlfrmdh {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #111;
  z-index: 100;
  opacity: 0.7;
  display: none;
}

.ovlfrmdhc {
  display: inline-block;
}

.frmdh {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 999999999999;
  text-align: center;
  width: 385px;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  visibility: hidden;
  opacity: 0;
  zoom: 1.15;
}

.frmdhc {
  top: 50%;
  left: 50%;
  visibility: visible;
  opacity: 1;
}

.frmdh .close-popup {
  position: absolute;
  top: 5px;
  right: 40px;
  cursor: pointer;
  width: 35px;
  padding: 0;
  background: none;
  border: none;
}

.frmdh p {
  position: absolute;
  bottom: 4%;
  background: #ffc500;
  padding: 5px 10px;
  width: 72%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
}

.frmdh p a {
  color: #f71100;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .frmdh {
    zoom: 1;
  }

  .frmdhc {
    top: 43%;
  }

}

/*endpopup*/

@media screen and (max-width: 1680px) {
  .s4-left {
    left: 5%;
  }

  #s5 .cmd7 {
    left: 6.5%;
  }

  .s3-bot {
    width: 60% !important;
  }
}



@media screen and (max-width: 1440px) {
  #top .cmd3 ul {
    font-size: 16px;
  }

  #botheader>ul>li>p>a {
    font-size: 18px;
  }

  #botheader>ul {
    justify-content: center;
  }

  .s4-left {
    width: 45%;
  }

  .s4-left img {
    margin-bottom: 14%;
  }

  #s5 .cmd7 {
    width: 45%;
  }

  .s7-3dleft,
  .s7-3dright {
    max-width: 350px;
  }

  .s7-left {
    max-width: 180px;
  }

  .s4-right {

    right: 4%;
    width: 45%;
    bottom: 0;
  }
}

@media screen and (max-width: 1250px) {
  #top {
    padding: 7.5px 15px;
  }

  .i-title {
    width: 45%;
  }

  .s1-mid h3 {
    font-size: 20px;
  }

  .it-service h2,
  .s1 .cmd25:nth-child(4) h2 {
    font-size: 25px;
  }

  .it-service.small h2,
  .s1 .cmd2:last-child h2 {
    font-size: 18px;
  }

  .btn-tls a,
  .btn-tls li,
  .btn-tls li span {
    font-size: 25px;
    display: flex;
    align-items: center;
  }

  .btn-tls li {
    min-width: 255px;
    width: 255px;
    height: 60px;
  }

  .btn-tls li:before {
    top: 50% !important;
    transform: translateY(-50%);
  }

  .btn-tls li:hover span {
    justify-content: flex-start;
    padding-left: 25px;
  }

  .btn-tls li:hover:before {
    background-size: 28px;
    right: 10%;
  }

  .btn-tls li:nth-child(2):hover span {
    padding-left: 45px;
  }

  #s6>img {
    width: 50%;
  }

  .itdv h3,
  #dvsb .cmd6:last-child h3 {
    font-size: 18px;
    min-height: initial;
  }

  .title1 {
    font-size: 25px;
  }

  #ichat-sb span {
    font-size: 25px;
    margin-right: 0;
  }

  #ichat-sb p {
    margin-right: 0;
  }

  #ichat-sb img {
    right: initial;
    left: -5%;
  }

  .category>.cmd9 {
    padding-left: 15px;
  }
}

@media screen and (max-width: 1195px) {
  #top .cmd3 ul {
    font-size: 14px;
  }

  #top .cmd3 ul li,
  #top .cmd3 ul li:nth-child(2) {
    padding-left: 30px;
  }

  #top .cmd3 ul li:before {
    width: 25px;
    height: 25px;
    background-size: contain;
  }

  #top .cmd3 ul li:nth-child(2):before,
  #top .cmd3:last-child ul li:first-child:before,
  #top .cmd3:last-child ul li:last-child:before {
    width: 25px;
    height: 25px;
    background-size: contain;
  }

  #s6>img {
    margin-bottom: 40px;
  }

  .slick-dots li {
    width: 65px;
    height: 12px;
  }

  .s7-3dright,
  .s7-3dleft {
    top: 35%;
  }

  .d-select-display,
  footer .d_contact input,
  footer .d_contact .d-send {
    font-size: 23px;
    height: 65px;
  }

  .btn-chat {
    font-size: 23px;
    height: 65px;
  }

  footer .d_contact {
    width: 95%;
    margin: -5% auto 4%;
  }

  .box-time p {
    font-size: 22px;
  }

  .box-time label {
    font-size: 32px;
  }

  .box-time span {
    font-size: 18px;
  }

  .bot-f h3 {
    font-size: 23px;
  }

  .coso h4 {
    font-size: 18px;
  }

  .right-f li {
    font-size: 16px;
  }
}

@media screen and (max-width: 1065px) {
  #botheader>ul>li>p>a {
    font-size: 16px;
  }

  .it-service .hover-d {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: auto;
    z-index: 3;
  }

  .it-service {
    border-radius: 110px;
  }

  .it-service:before {
    opacity: 1;
  }

  .it-service.bigger .hover-o {
    transform: translate(-50%, calc(-50% - 85px)) scale(0.9);
  }

  .it-service.bigger .hover-o h2 {
    font-size: 22px;
  }

  .it-service.small .hover-o {
    transform: translate(-50%, calc(-50% - 75px)) scale(0.9);
  }

  .s1-mid p {
    font-size: 16px;
  }

  .s1-mid h2 {
    font-size: 23px;
  }

  .s7-3dright,
  .s7-3dleft {
    max-width: 22%;
  }

  .s7-right,
  .s7-left {
    max-width: 15%;
  }

  .s_frm {
    border: 2px solid #fff;
    padding: 3px;
  }

  .s_frm input {
    width: 100%;
    padding-left: 6px;
  }

  .s_frm button {
    border-radius: 31px;
    background: rgba(88, 44, 24, 1) url(../i/send.png) center no-repeat;
    border: none;
    height: 63px;
  }

  .s7-top {
    width: 70%;
  }
}

@media screen and (max-width: 1030px) {
  .mb {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  .menu-nav {
    background: none;
    border: none;
    width: 35px;
    height: 35px;
    padding: 0;
  }

  #top.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
  }

  #menud {
    border: none;
    transition: all 0.3s;
    position: fixed;
    width: 80%;
    padding: 0;
    z-index: 1;
    top: 0;
    visibility: hidden;
    left: -100%;
    max-width: 600px;
  }

  #menud.active {
    left: 0;
    visibility: visible;

    height: 100vh;
    z-index: 9999;

  }

  .close-menu {
    width: 50px;
    height: 50px;
    background: url(../i/cancel.png) center no-repeat;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 99;
    transition: all 0.3s;
    right: -100%;
    visibility: hidden;
    filter: brightness(4.5);
  }

  .close-menu.active {
    right: 20px;
    visibility: visible;
  }

  #botheader>ul {
    flex-direction: column;
    border-radius: 0 40px 40px 0;
    height: 100%;
    justify-content: flex-start;
    width: 97%;
  }

  #botheader>ul>li>p>a {
    width: 80%;
  }

  #botheader>ul>li>p>a:before {
    display: none;
  }

  #botheader>ul>li>p {
    border-bottom: 1px dashed #381504;
    border-radius: 0;
  }

  #botheader>ul>li.menu-item-has-children>p {
    background: url(../i/arr.png) 97% 18px no-repeat;
  }

  #botheader>ul>li:hover>p>a {
    color: #431A07;
  }

  nav .sub-menu {
    position: initial;
    width: 100%;
    visibility: initial;
    opacity: 1;
    display: none;
  }

  nav .sub-menu li p:before {
    width: 12px;
    height: 12px;
    background-size: contain;
    margin: 0 3px 0 0;
  }

  nav .sub-menu li {
    border-bottom: 1px solid #381504;
    width: 100%;
  }

  #botheader {
    border-radius: 0 40px 40px 0px;
    height: 100vh;
  }

  .list-service {
    align-items: center;
    flex-wrap: wrap;
  }

  .s1-mid {
    order: 1;
  }

  .it-service.small h2,
  .s1 .cmd2:last-child h2 {
    font-size: 22px;
  }

  .it-service p {
    font-size: 15px !important;
  }

  .it-service {
    height: 360px !important;
  }

  .list-service {
    padding: 0 25px;
  }

  .list-service>div {
    padding: 15px 20px;
  }

  .s4-right {
    width: 40%;
  }

  .left-f.cmd5 {
    width: 100%;
  }

  .title-tsl p {
    font-size: 16px;
  }

  .center-f.cmd4,
  .right-f {
    width: 50%;
    padding-top: 20px;
  }

  .center-f.cmd4 {
    border: none;
  }

  footer {
    padding-bottom: 30px;
  }

  .frm {
    width: 95%;
  }

  .category.ctn {
    flex-direction: column;
  }

  .category>.cmd9 {
    width: 100%;
    padding: 0 15px;
  }

  .category>.cmd3 {
    width: 100%;
    padding: 0 15px;
  }

  .itdv>div img {
    width: 100%;
  }

  #ichat-sb img {
    left: 2%;
  }

  #ichat-sb {
    margin-bottom: 0;
  }

  .pro-tab {
    margin-bottom: 25px;
  }

  .pro-content {
    height: 490px;
  }

  .pro-tab li {
    padding: 10px 15px;
    font-size: 18px;
    margin: 0 5px;
  }
}


@media screen and (max-width: 820px) {
  .btn-tls ul {
    margin: 30px 0 10px 0;
  }

  .s2-bot {
    bottom: 30px;
  }

  .s4-right {
    top: 0;
  }

  .d-select-display,
  footer .d_contact input,
  footer .d_contact .d-send {
    font-size: 18px;
  }

  .btn-chat {
    font-size: 18px;
  }

  .btn-chat:after,
  footer .d_contact .d-send:after {
    right: 14%;
    width: 25px;
    height: 25px;
    background-size: contain;
  }

  #top .cmd6 {
    padding: 0;
  }

  .title-sh h2 {
    font-size: 30px;
  }

  .title-sh p {
    font-size: 18px;
  }

  .pro-content {
    height: 400px;
  }

  #album-customer .slick-dots {
    bottom: 20px;
  }

  .title-tsl p {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .i-title {
    margin-bottom: 30px;
    width: 60%;
  }

  .btn-tls ul {
    gap: 5px;
  }

  .btn-pc {
    display: none !important;
  }

  .btn-mb {
    display: block !important;
    margin-bottom: 15px;
  }

  .btn-chat {
    font-size: 15px;
    max-width: 235px;
    height: 50px;
  }

  footer .btn-chat {
    height: 65px;
    max-width: 100%;
    font-size: 18px;
  }

  .d-select-display {
    margin-bottom: 15px;
    border: 2px solid #919191;
  }

  .center-f.cmd4,
  .right-f {
    width: 100%;
  }

  #s5 .cmd7 {
    width: 50%;
    left: 0;
    top: 2%;
  }

  .bot-f h3 {
    padding-left: 0;
  }

  #top .cmd6>div>a {
    height: 55px;
  }

  #top .cmd6>div>a img {
    height: 45px;
  }

  #top .cmd6 {
    width: 70%;
  }

  footer .d_contact {
    margin: 3% auto;
  }

  .category.ctn {
    padding: 20px 0;
  }

  .it1>a {
    width: 30%;
    margin-right: 15px;
    height: auto;
  }

  .entry-title {
    font-size: 28px;
  }

  .post-right>div p {
    background: none;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 1.25;
    overflow: hidden;
  }

  .it1 {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .post-right h3 {
    font-size: 18px;
  }

  .btn-tls li:first-child:hover:before {
    top: 27% !important;
  }

  #article h2:before,
  #article h3:before {
    width: 35px;
    height: 35px;
    background-size: contain;
  }

  #article h2 {
    font-size: 22px;
  }

  #article h3 {
    font-size: 18px;
  }

  .pro-tab li {
    font-size: 14px;
    margin: 0 2px;
    text-align: center;
    line-height: 1.2;
  }

  .pro-tab {
    padding: 0 15px;
  }

}

@media screen and (max-width: 540px) {
  #top .cmd3:last-child ul li {

    text-align: right;
    padding-left: 24px;
    font-size: 11px;
  }

  #search_ic:before {
    width: 20px !important;
    height: 20px !important;
    background-size: contain;
  }

  .btn-tls ul {
    gap: 0;
    width: calc(100% - 30px);
  }

  .s1 .row.btn-tls {
    margin: 0;
  }

  .btn-tls a {
    font-size: 22px;
  }

  .btn-tls li {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex: 1;
    width: auto;
    min-width: auto;
    height: 50px;
  }

  .btn-tls li:nth-child(2) {
    padding: 0 !important;
  }

  .btn-tls li:before {
    top: 50% !important;
    transform: translateY(-50%);
    top: initial !important;
    transform: initial !important;
    position: initial;
  }

  .btn-tls li:first-child:hover:before {
    top: initial !important;
  }

  .btn-tls li:hover label {
    opacity: 1 !important;
  }

  .btn-tls li:hover:before {
    transform: initial !important;
    right: initial;
    filter: initial;
    position: inherit;
    top: initial !important;
  }

  .btn-tls li:hover span {
    display: none;
  }

  .btn-tls li:hover label {
    opacity: 1 !important;
  }

  #s4>img {
    width: 100%;
    height: 1180px;
    object-fit: cover;
  }

  .s4-left {
    top: 3%;
    left: 50%;
    width: 100%;
    padding: 0;
    transform: translateX(-50%);
  }

  .s4-right {
    top: 0;
    width: 100%;
    bottom: 5%;
    top: initial;
    padding: 0;
    right: 0;
  }

  #s6>img {
    width: 80%;
  }

  .s4-left img {
    margin-bottom: 0%;
  }

  .s4-left .btn-tls {
    justify-content: center;
  }

  #s5 .cmd7 {
    width: 55%;
  }

  .frm button {
    font-size: 18px;
  }

  .title-tsl h2 {
    font-size: 28px;
  }

  .title-tsl h2 span {
    font-size: 20px;
  }

  .pro-content {
    height: 300px;
  }


}

@media screen and (max-width: 500px) {
  .it-service img {
    max-width: 80px;
  }

  .it-service p {
    font-size: 13px !important;
  }

  .s1-mid h2 {
    font-size: 18px;
  }

  .left-f img {
    max-width: 60%;
  }

  .list-service>div {
    padding: 15px 8px;
  }

  .social a {
    width: 50px;
    height: 50px;
    background-size: contain !important;
    margin-right: 15px;
  }

  .social {
    margin: 20px 0 !important;
  }

  .it-service {
    height: 310px !important;
  }

  .it-service.small h2,
  .s1 .cmd2:last-child h2 {
    font-size: 20px;
  }

  #top .cmd3 ul li:hover:before {
    left: 80%;
  }

  .btn-tls li,
  .btn-tls a {
    font-size: 18px;
  }

  .btn-tls li:before {
    width: 28px;
    height: 28px;
    background-size: contain;
  }

  .btn-tls li:nth-child(2):before {
    width: 28px;
    height: 28px;
    background-size: contain;
  }

  .s3-bot {
    width: 80% !important;
  }

  #s4>img {
    height: 1060px;
  }

  .slick-dots li {
    width: 45px;
    height: 8px;
    margin: 0 3.5px;
  }

  #s6 {
    padding-bottom: 60px;
  }

  .sl-s6 {
    padding: 0 15px;
  }

  footer .d_contact {
    padding: 15px 0;
  }

  .btn-chat:after {
    width: 25px;
    height: 25px;
    background-size: contain;
  }

  .s_frm input {
    font-size: 18px;
  }

  #ichat-sb span {
    font-size: 21px;
  }

  .itdv h3,
  #dvsb .cmd6:last-child h3 {
    font-size: 16px;
  }

  .title1 {
    font-size: 22px;
  }

  #box-sidebar .d_contact .d-send {
    font-size: 20px;
  }

  .pro-tab li {
    padding: 5px 6px;
    font-size: 13px;
  }

  .pro-content {
    height: 270px;
  }

  .title-tsl h2 {
    font-size: 25px;
  }

  .title-tsl h2 span {
    font-size: 17px;
  }

  .btn-tls li span {
    font-size: 17px;
  }
}

@media screen and (max-width: 430px) {
  #top .cmd3:last-child ul li {
    font-size: 9px;
  }

  #s4>img {
    height: 940px;
  }

  .btn-tls li,
  .btn-tls a {
    font-size: 16px;
  }

  #top .cmd6 {
    width: 60%;
  }

  #top .cmd6>div>a img {
    height: 40px;
  }
      #s4>img {
        height: 860px;
    }
    #search_ic:before{
      width: 15px !important  ;
      height: 15px !important ;
      background-size: contain;
    }
    #top .cmd3:last-child ul li{
      padding-left: 20px
    }
    .menu-nav{
      width: 25px;
      height: 25px;
    }
        #top .cmd6>div>a {
        height: 45px;
    }
}

@media screen and (max-width: 400px) {
  #top .cmd6>div>a img {
    height: 35px;
  }

  .i-title {
    width: 67%;
  }
}