@font-face {
  font-family: "Montserrat-Light";
  src: url("/bundles/html/thanhhuong/fonts/Montserrat-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Black";
  src: url("/bundles/html/thanhhuong/fonts/Montserrat-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("/bundles/html/thanhhuong/fonts/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("/bundles/html/thanhhuong/fonts/Montserrat-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("/bundles/html/thanhhuong/fonts/Montserrat-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  src: url("/bundles/html/thanhhuong/fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-MediumItalic";
  src: url("/bundles/html/thanhhuong/fonts/Montserrat-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Meidum";
  src: url("/bundles/html/thanhhuong/fonts/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: icomoon;
  font-style: normal;
  font-weight: 400;
  src: url("/bundles/html/thanhhuong/fonts/icon.eot#iefix") format("embedded-opentype"), url("/bundles/html/thanhhuong/fonts/icon.ttf") format("truetype"), url("/bundles/html/thanhhuong/fonts/icon.woff") format("woff"), url("/bundles/html/thanhhuong/fonts/icon.svg#icomoon") format("svg");
}
@font-face {
  font-family: icons;
  src: url("/bundles/html/thanhhuong/fonts/mainicon.eot?#iefix") format("embedded-opentype"), url("/bundles/html/thanhhuong/fonts/mainicon.woff2") format("woff2"), url("/bundles/html/thanhhuong/fonts/mianicon.woff") format("woff"), url("/bundles/html/thanhhuong/fonts/mainicon.ttf") format("truetype"), url("/bundles/html/thanhhuong/fonts/mainicon.svg#icons") format("svg");
}
/*@import "init/bootstrap-icons";*/
/*$blue:  #0146b1;*/
/* MEDIA */
/*$blue: #283c62;*/
/* FONT */
img {
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}

/*ul, li {
  list-style: none;
}*/
:focus {
  outline: none;
}

.slick-arrow {
  cursor: pointer;
}

@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);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
body {
  position: relative;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #2a2a2a;
  font-weight: 400;
  line-height: 24px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*  font-family: Roboto, sans-serif;*/
  font-size: 15px;
}

p {
  font-size: 16px;
}

a {
  cursor: pointer;
}

.btn-primary {
  background-color: #0c56d2;
  border-color: #0c56d2;
  height: 40px;
}

img {
  max-width: 100%;
}

.photo {
  overflow: hidden;
}
.photo img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.photo img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sectionTitle {
  text-align: left;
}
.sectionTitle h2 {
  color: #243c93;
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 35px;
}
.sectionTitle hr {
  border-bottom: 3px solid #243c93;
  width: 240px;
  display: inline-block;
  margin-top: -10px;
}

.custom-dots {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1.7rem;
}
.custom-dots li {
  margin: 0 0 0 0.5em;
  display: inline-block;
  list-style: none;
}
.custom-dots li:first-child {
  margin-left: -40px;
}
.custom-dots .dot {
  display: block;
  width: 12px;
  height: 12px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
}
.custom-dots .dot .string {
  position: absolute;
  left: -99999px;
  line-height: 0;
  opacity: 0;
}
.custom-dots .slick-active .dot {
  background-color: #f7971e;
  border: 2px solid #f7971e;
}
.custom-dots .dot:hover,
.custom-dots .custom-dots .slick-active .dot:hover {
  background-color: #243c93;
}

@media (max-width: 991px) {
  .sectionTitle {
    text-align: left;
  }
  .sectionTitle h2 {
    font-size: 30px;
  }
  .sectionTitle hr {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .sectionTitle h2 {
    font-size: 28px;
  }
  .sectionTitle hr {
    width: 200px;
  }
}
.showMobile {
  display: none;
}

.showDesktop {
  display: block;
}

@media (max-width: 767px) {
  .showMobile {
    display: block;
  }
  .showDesktop {
    display: none;
  }
}
/* LOADER */
#loader {
  display: none;
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
#loader:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading {
  display: none;
  position: fixed;
  z-index: 9999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.slickSlider {
  margin-left: -1%;
  margin-right: -1%;
  position: relative;
}
.slickSlider .slick-arrow {
  position: absolute;
  top: 45px;
  color: #f7971e;
  font-size: 25px;
}
.slickSlider .slick-prev {
  left: -0.5rem;
}
.slickSlider .slick-next {
  right: -0.5rem;
}

.threeSlider {
  margin-left: -1%;
  margin-right: -1%;
  position: relative;
}
.threeSlider .slick-arrow {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #243c93;
  font-size: 25px;
  margin-top: -40px;
}
.threeSlider .slick-prev {
  margin-right: 40px;
}
.threeSlider .slick-next {
  margin-right: 10px;
}

.threeSliderItem {
  position: relative;
  overflow: hidden;
  padding: 3%;
}
.threeSliderItem .threeSliderData {
  position: absolute;
  bottom: 0px;
  margin-bottom: 10px;
}
.threeSliderItem .threeSliderData p {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  padding-left: 30px;
  padding-right: 30px;
  min-height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.threeSliderItem .threeSliderImg {
  border-radius: 10px;
  max-height: 490px;
}

@media (max-width: 991px) {
  .threeSlider .slick-arrow {
    margin-top: -55px;
  }
}
@media (max-width: 767px) {
  .threeSlider .slick-arrow {
    margin-top: -50px;
  }
}
.tooltip .tooltip-inner {
  max-width: 250px;
  background-color: #fff;
  color: #454647;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  border-top-color: #fff;
}

.tooltip.show {
  opacity: 1;
}

#headerTop {
  background-color: #467344;
  font-size: 14px;
  font-family: "Montserrat-Meidum", Arial, Helvetica, sans-serif;
  padding: 0.5rem;
  color: #ffffff;
}
#headerTop a {
  color: #ffffff;
  text-decoration: none;
}
#headerTop .icon {
  display: inline-block;
  line-height: 1;
}
#headerTop .icon:before {
  font-family: icons !important;
  font-style: normal;
  font-weight: 400 !important;
  vertical-align: middle;
}
#headerTop [class*=" icon-"], #headerTop [class^=icon-] {
  font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}
#headerTop .icon:before {
  font-family: icons !important;
  font-style: normal;
  font-weight: 400 !important;
  vertical-align: middle;
}
#headerTop i.icon--zalo {
  margin-top: -3px;
}
#headerTop .icon--zalo:before {
  content: "\f1b2";
}
#headerTop .fas.fa-phone-alt:before {
  font-size: 11px;
}
#headerTop .headerTopSmall {
  display: none;
}
#headerTop .headerTopLarge {
  display: block;
}

@media (max-width: 767px) {
  #headerTop .headerTopSmall {
    display: block;
  }
  #headerTop .headerTopLarge {
    display: none;
  }
}
#header {
  background-color: red;
  font-family: Montserrat-Bold;
  font-weight: bold;
  font-size: 17px;
  position: relative;
  overflow: hidden;
  background-color: #F4FADC;
  margin-top: 40px;
}
#header .navbar #navbarleft {
  margin-left: 10px;
}
#header .navbar #navbarleft .nav-item {
  margin: 0 8px;
  text-transform: uppercase;
}
#header .navbar a {
  color: #141417;
}
#header .navbar a:hover {
  color: #173ca5;
}
#header .navbar .active a {
  color: #173ca5;
}
#header .accountManagement {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 200px;
}
#header .shopeeqr {
  display: inline-block;
  margin-top: 13px;
}
#header .shopeeqr img {
  margin-top: 2px;
}
#header .zaloqr {
  display: inline-block;
  margin-top: 13px;
}
#header .headerTopSmall {
  display: none;
}
#header .headerTopLarge {
  display: block;
}
#header .navbar-toggler:focus {
  box-shadow: 0.1rem 0.1rem #223b05;
  /*outline: none;*/
}

@media (max-width: 991px) {
  #header .headerTopSmall {
    display: block;
  }
  #header .headerTopLarge {
    display: none;
  }
  #header .navbar .navbar-nav {
    margin: 10px 8px;
  }
  #header .navbar .nav-item {
    border-top: 1px solid rgba(34, 59, 5, 0.2);
  }
  #header .navbar .nav-item.first-item {
    border-top: none;
  }
  #header .navbar .nav-link {
    text-align: left;
  }
}
#footer {
  position: relative;
  overflow: hidden;
  background-color: #223b05;
  color: #ffffff;
  margin-top: 80px;
  padding-top: 45px;
  padding-bottom: 35px;
}
#footer .footerLogo img {
  background-color: #ffffff;
  max-height: 200px;
  border-radius: 110px;
}
#footer h2 {
  font-size: 18px;
  font-family: "Montserrat-Bold", Arial, Helvetica, sans-serif;
  font-weight: bold;
}
#footer p {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 16px;
}
#footer p span {
  font-weight: bold;
}
#footer .footerMid {
  margin-top: 30px;
  margin-left: 70px;
}
#footer .footerRight {
  padding-top: 110px;
  float: right;
}
#footer .footerRight span {
  padding-left: 10px;
  cursor: pointer;
}
#footer .footerRight i {
  font-size: 25px;
}
#footer .footerRight i:hover {
  color: #f7971e;
}
#footer .footerContact {
  margin-top: 25px;
}
#footer .footerContact p {
  line-height: 14px;
}

@media (max-width: 991px) {
  #footer .footerMid {
    padding-top: 0px;
    margin-left: 0px;
  }
  #footer .footerMid p {
    line-height: 25px;
  }
  #footer .footerRight {
    float: right;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  #footer .footerMid {
    padding-top: 20px;
  }
  #footer .footerMid p {
    line-height: 25px;
  }
  #footer .footerRight {
    padding-top: 20px;
    float: none;
    margin-left: -10px;
  }
}
#banner {
  max-height: 475px;
  position: relative;
  background: url("/bundles/html/thanhhuong/imgs/bannerbg3.jpg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#banner img {
  text-align: center;
  opacity: 0.9;
  filter: alpha(opacity=90);
  width: 100%;
}
#banner .bannerSlider {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#banner .bannerSlider .slick-arrow {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #243c93;
  font-size: 25px;
  margin-top: 237px;
  z-index: 99;
}
#banner .bannerSlider .slick-prev {
  left: -60px;
  padding-bottom: 1rem;
}
#banner .bannerSlider .slick-next {
  right: -56px;
  padding-bottom: 1rem;
}
#banner .bannerSlider .slick-dots {
  display: none !important;
}
#banner .smallnav {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -120px;
}
#banner .smallnav .smallnavInner {
  display: flex;
  background-color: #ffffff;
  padding: 10px 11px;
  border: 2px solid #fff;
  opacity: 0.7;
  border-radius: 5px;
}
#banner .smallnav .smallnavItem {
  margin: 4px 10px 0 10px;
  opacity: 60;
  cursor: pointer;
  border: 3px solid #6c757d;
  border-radius: 5px;
}
#banner .smallnav .smallnavItem :hover {
  border: 3px solid #467344;
}
#banner .smallnav .smallnavItem.active {
  border: 3px solid #467344;
}
#banner .smallnav img {
  width: 95px;
  height: 70px;
}
#banner .container .bannerSlider .bannerSliderItem .showOnMobile {
  display: none;
}
#banner .container .bannerSlider .bannerSliderItem .showOnLarge {
  display: block;
}
#banner .container .bannerSlider .bannerSliderItem img {
  max-height: 475px;
}

@media (max-width: 991px) {
  #banner .container {
    width: 100%;
    max-width: none;
    --bs-gutter-x: 0;
  }
  #banner .container .smallnav {
    display: none;
  }
}
@media (max-width: 767px) {
  #banner .container .bannerSlider .bannerSliderItem .showOnMobile {
    display: block;
  }
  #banner .container .bannerSlider .bannerSliderItem .showOnLarge {
    display: none;
  }
  #banner .container .bannerSlider .bannerSliderItem img {
    max-height: 400px;
  }
}
#intro {
  animation-name: fadeInUp;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-delay: 1s;
}
#intro .sectionTitle {
  padding-top: 15px;
}
#intro .sectionTitle hr {
  width: 185px;
}
#intro .introMainHead {
  position: relative;
  overflow: hidden;
}

#mission {
  animation-name: fadeInUp;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-delay: 1s;
}
#mission .sectionTitle {
  padding-top: 15px;
}
#mission .sectionTitle hr {
  width: 185px;
}
#mission .introMainHead {
  position: relative;
  overflow: hidden;
}
#mission .introMainHead .introMainImg {
  padding-bottom: 90px;
}
#mission .introMainHead .introMainImg img {
  width: 100%;
}
#mission .introMainHead .introMainDesc {
  width: 84%;
  background-color: #fff7f0;
  padding: 30px 40px 10px 40px;
  position: absolute;
  bottom: 0px;
  margin-bottom: 25px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#mission .showMobile {
  display: none;
}
#mission .showLarge {
  display: block;
}

@media (max-width: 991px) {
  #mission .showMobile {
    display: block;
  }
  #mission .showLarge {
    display: none;
  }
}
#testimonial {
  animation-name: fadeInUp;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-delay: 1s;
  margin-top: 50px;
  margin-bottom: 20px;
}
#testimonial .sectionTitle hr {
  width: 210px;
}
#testimonial .testimonialSlider {
  width: 86%;
  margin: 0 auto;
  position: relative;
}
#testimonial .testimonialSlider .slick-arrow {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #243c93;
  font-size: 25px;
  margin-top: 86px;
  z-index: 99;
}
#testimonial .testimonialSlider .slick-prev {
  left: -60px;
  padding-bottom: 1rem;
  width: 225px;
}
#testimonial .testimonialSlider .slick-next {
  right: -56px;
  padding-bottom: 1rem;
  width: 225px;
  text-align: right;
}
#testimonial .testimonialSlider .custom-dots {
  margin-bottom: -25px;
}
#testimonial .testimonialSlider .custom-dots .dot {
  border: solid 1px #b7b7b7;
  background-color: #ffffff;
  width: 13px;
  height: 13px;
}
#testimonial .testimonialSlider .custom-dots .slick-active .dot {
  background-color: #1b3a6a;
  border: 1px solid #243c93;
}
#testimonial .testimonialContent {
  position: relative;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  padding: 15px;
}
#testimonial .testimonialContent .testimonialImg {
  display: inline-block;
}
#testimonial .testimonialContent .testimonialContentInner {
  width: calc(100% - 200px);
  padding-right: 50px;
  display: inline-block;
  padding-left: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
#testimonial .testimonialContent .testimonialContentInner p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #707070;
}
#testimonial .testimonialContent .testimonialContentInner h4 {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #2a2a2a;
}
#testimonial .testimonialContent .testimonialContentInner h4 span {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  text-align: left;
  color: #f7971e;
  padding-left: 40px;
}
#testimonial .testimonialContent .testimonialContentInner h4 i {
  display: inline-block;
  width: 30px;
  height: 0;
  border: solid 2px #b7b7b7;
  margin-right: 10px;
}
#testimonial .testimonialContent .imgquote {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
}
#testimonial img.aleft, #testimonial img.aright {
  margin-top: 27px;
  cursor: pointer;
}

@media (max-width: 991px) {
  #testimonial .testimonialSlider .slick-arrow {
    top: 40px;
  }
}
@media (max-width: 767px) {
  #testimonial {
    margin-top: 30px;
  }
  #testimonial .sectionTitle hr {
    width: 170px;
  }
  #testimonial .testimonialContent {
    overflow: hidden;
  }
  #testimonial .testimonialContent .testimonialImg {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #testimonial .testimonialContent .testimonialContentInner {
    padding-left: 0px;
    padding-right: 0px;
    position: initial;
    top: 0;
    display: block;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    width: 100%;
    margin-top: 30px;
  }
  #testimonial .testimonialSlider .slick-prev {
    display: none !important;
  }
  #testimonial .testimonialSlider .slick-next {
    display: none !important;
  }
  #testimonial .testimonialSlider .custom-dots {
    display: none;
  }
}
#highlight {
  animation-name: fadeInUp;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-delay: 1s;
  margin-top: 50px;
}
#highlight .highlightDesc {
  padding-top: 20px;
}
#highlight .sectionTitle hr {
  width: 300px;
}

/*
@import "partial/product";
@import "partial/about";
@import "partial/contact";
@import "partial/button";
@import "partial/modal";
*/

/*# sourceMappingURL=index.css.map */
