@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');

:root{
  --color-main: #1e3a8a;
}

body {
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
  width: 100%;
}


.owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.owl-next {

  position: absolute;

  top: 50%;
  right: 0;

  transform: translateY(-50%);
}

.slider-home .owl-prev {
  left: 20px;
}

.slider-home .owl-next {
  right: 20px;
}

.owl-nav>div {
  background-color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #333;
  font-size: 16px;
  border-radius: 50%;
  border: 1px solid #3c5650;

  padding: 0;
}

.header-pc {
  z-index: 11 !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.slider-newspapers .owl-stage-outer {
  padding: 10px 0
}

.slider-newspapers .item .img img {
  height: 320px;
  object-fit: cover;
}

img {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.support-online {
  position: fixed;
  z-index: 999;
  left: 15px;
  bottom: 30px;
  top: auto !important
}

.support-online a {
  position: relative;
  margin: 20px 10px;
  text-align: left;
  width: 40px;
  height: 40px
}

.support-online i {
  width: 40px;
  height: 40px;
  background: #43a1f3;
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  position: relative;
  z-index: 999
}

.support-online a {
  display: block
}

.support-online a span {
  border-radius: 2px;
  text-align: center;
  background: #fb2644;
  padding: 9px;
  display: none;
  width: 180px;
  margin-left: 10px;
  position: absolute;
  color: #ffffff;
  z-index: 999;
  top: 0px;
  left: 40px;
  transition: all 0.2s ease-in-out 0s;
  -moz-animation: headerAnimation 0.7s 1;
  -webkit-animation: headerAnimation 0.7s 1;
  -o-animation: headerAnimation 0.7s 1;
  animation: headerAnimation 0.7s 1
}

.support-online a:hover span {
  display: block
}

.support-online a span::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fb2644 transparent transparent;
  position: absolute;
  left: -10px;
  top: 10px
}

.kenit-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -10px;
  position: absolute;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all .1s;
  -moz-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
  background-color: rgba(0, 175, 242, 0.5);
  opacity: .75;
  right: -10px
}

.kenit-alo-circle {
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  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);
  opacity: .1;
  border-color: #0089B9;
  opacity: .5
}

.support-online .btn-support {
  cursor: pointer
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }

  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8)
  }

  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }
}

#scrollUp {
  background: #fff;
  color: #333;
  border: 1px solid #333;
  bottom: 40px;
  right: 40px;
  border-radius: 100px;
  height: 47px;
  width: 47px;
  font-size: 25px;
  text-align: center;
  line-height: 45px;
  box-shadow: 0 0 15px 0px rgb(50 50 50 / 20%);
  transition: 0.3s;
  display: inline-block;
  position: fixed;
  bottom: 62px;
  right: 10px;
  cursor: pointer;
  z-index: 99999;
}

#scrollUp:hover {
  background-color: #333;
  color: #fff;
}



.hover-zoom:hover img {
  transform: scale(1.05);
}

.hover-zoom {
  overflow: hidden;
}




@keyframes backgroundmovement {
  0% {
    background-position: 0px 0px, 60px 60px;
  }

  100% {
    background-position: 60px 60px, 120px 120px;
  }
}

.top_page_index .content-page_index {

  background-image: radial-gradient(rgba(203, 225, 255, 0.7) 6%, transparent 10%),
    radial-gradient(rgba(203, 225, 255, 0.7) 6%, transparent 10%);
  background-size: 20px 20px;
  background-position: 0 0, 60px 60px;
  animation-name: backgroundmovement;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}





.item-product .img img {
  height: 270px;
  object-fit: cover;
}



header .nav-item form input[type=text] {
  border: 1px solid #249045;
}

header .nav-item form input[type=text]::-webkit-input-placeholder {
  /* Edge */
  color: #249045;
}

header .nav-item form input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #249045;
}

header .nav-item form input[type=text]::placeholder {
  color: #249045;
}

.banner-child h1 {
  font-family: 'Montserrat-Bold';
}

.main-info .value-info .item .nav-img {
  min-height: 235px;
}

.sidebar .item-sb ul li {
  position: relative;
}

.sidebar .item-sb ul li:after {
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  background: #017BC4;
  opacity: .7;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}

.description-product-list span::before {
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #017BC4;
  content: '';
  display: block;
}

.description-product-list span {
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
  font-size: 13px;
  display: inline-block;
  word-wrap: break-word !important;
  width: 100%;
}

.main-product-detail ul.tabs li.current {
  background: #006ba6;
}

.main-product-detail ul.tabs li.current span {
  color: #fff;
}

.main-product-detail ul.tabs li {
  border-radius: 5px 5px 0 0;
}

.main-product-detail .content-tab-2 .item .img img {
  height: 370px;
  object-fit: cover;
  width: 100%;
}

.main-product-detail .content-tab-4 .item .img img {
  height: 185px;
  object-fit: cover;

}

.main-product-detail .content-tab-5 .item-video iframe {
  width: 100%;
  height: 330px;
}


.content-content p {
  margin-bottom: 10px;
}

#primary-nav.mobile li a {
  padding: 10px !important;
}

h2.title-primary {
  line-height: 40px;
}

.top-page-website .content-about h2{
  line-height: 40px;
  font-size: 32px;
  font-weight: 700;
  color: var(--color-main);
}

.top-page-website .content-about h3{
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  margin: 20px 0;
  padding-bottom: 15px; 
  position: relative;
}

.top-page-website .content-about li{
  margin-bottom: 5px;
  position: relative;
}

.top-page-website .content-about li::before{
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
}

.top-page-website .content-about a{
  line-height: 45px;
  color: #fff;
  font-size: 15px;
  padding: 0 35px;
  border-radius: 45px;
  cursor: pointer;
  display: inline-block;
  margin-top: 20px;
  position: relative;
}

.Sales-Manager-content1 h2.title-primary {
  line-height: 25px;
}

.content-content p {
  margin-bottom: 10px;
}

.tab-detail button.active {
  background-color: #0c50a3;
  color: #fff;
}

.form-search-mobile input[type=text]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.form-search-mobile input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.form-search-mobile input[type=text]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}


.accept-payment ul li img {

  width: 50px;

}

.map iframe {
  width: 100%;
}

#sticky-wrapper {
  height: auto !important;
}

.slider-logo .item img {
  width: 140px !important;
  display: inline-block;
}

.New-section ul.tabs {

  list-style: none;
}

.New-section ul.tabs li {
  background: none;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  width: 300px;
  margin: 1px;
  border-radius: 10px 0 0 0;
  overflow: hidden;
}

.New-section ul.tabs li:nth-child(2) {
  border-radius: 0 10px 0 0;
}

.New-section ul.tabs li.current h5 {
  background: #0a1d52;
}

.New-section .tab-content {
  display: none;

}

.New-section .tab-content.current {
  display: inherit;
}

.slider-new .owl-stage-outer {
  padding: 10px 0;
}

/* .New-section .tab-content .slider-new {
  display: none;
  }
  .New-section .tab-content .slider-new   .owl-stage-outer{
    display: none;
  }
.New-section .tab-content.current .slider-new {
display: block;
}
.New-section .tab-content.current .slider-new   .owl-stage-outer{
  display: block;
} */

.top-page-website::before {
  position: absolute;
  content: "";
  background: linear-gradient(180.1deg, #C8E5FA 43.48%, #EFF8FF 99.92%);
  width: 350px;
  height: 350px;
  left: -200px;
  border-radius: 50%;
  top: -200px;
}

.title-pr-4::after, .top-page-website .content-about h3::after{
  position: absolute;
  content: "";
  width: 50px;
  height: 5px;
  background: #1e3a8a;
  left: 0;
  bottom: 0px;
}

.page-website .top-page-website .video-top-website iframe {
  width: 100%;
  height: 400px;
}

.step-page-website .list-content li::before, .second-page-website .item-step-page .box-content ul li::before {
  content: '';
  width: 7px;
  height: 7px;
  background: #1e3a8a;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}

.second-page-website .item-step-page .nav-stt .desc-1::after, .second-page-website .item-step-page .box-content h2 + p::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 5px;
  background: #9b1c1c;
  left: 0;
  bottom: 0px;
}

.website-template .nav-website-template .item .img {
  overflow: hidden;
}

.website-template .nav-website-template .item:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.website-template .nav-website-template .item .img img {

  height: 280px;
}

.slider-client .item::before {
  content: '';
  position: absolute;
  background: #e1f0fa;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;

}

.slider-client .item::after {
  content: '';
  position: absolute;
  background: #e1f0fa;
  left: -60px;
  bottom: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
}

.step-step .container {
  max-width: 1200px;
}

.step-step .nav-step-step::before {
  content: '';
  width: 63%;
  height: 2px;
  border-bottom: 2px dotted #1781e8;
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

/* 1. Ensure this sits above everything when visible */
.modal {
  position: absolute;
  z-index: 10000;
  /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.modal.is-visible {
  visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: fixed;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 600px;
  transform: translateX(-50%) !important;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
  border-radius: 10px;
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1em;
}

.modal-close:hover {
  color: #777;
}

.img-top .animated {
  position: relative;
  animation: animate_product_top 4s ease-in-out infinite alternate-reverse both;
}

@keyframes animate_product_top {
  0% {
    top: -10px;
  }

  50% {
    top: 10px;
  }

  100% {
    top: -10px;
  }
}

.feature-themes .slide-feature .swiper-slide .feature-item a {
  height: 356px;
  overflow: hidden;
  display: block;
}

.second-page-website .item-step-page .box-content h2{
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 15px;
  font-weight: 700;
}

.second-page-website .item-step-page .box-content h2 + p{
  font-size: 18px;
  line-height: 20px;
  position: relative;
  padding-bottom: 15px;
}

.second-page-website .item-step-page .box-content ul{
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
}

.second-page-website .item-step-page .box-content ul li{
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
}

.application-design-section .box-content li{
  margin: 8px 0;
}

.application-design-section .box-content li::before{
  content: '';
  width: 22px;
  height: 22px;
  margin-right: 8px;
  background-image: url(../img/icon-tick.png);
  display: inline-block;
  vertical-align: bottom;
}

.section-nen-tang .box-content ul{
  padding-left: 40px;
  list-style-type: disc;
}

.pagination .page-item .page-link{
  border: 1px solid #d1d5db;
}

.pagination .page-item:hover:not(.active) .page-link, .pagination .page-item.active .page-link{
  background: #1e3a8a;
  border-color: #1e3a8a;
}

.box_content h2{
  font-size: 25px;
  font-weight: 700;
}

@media(max-width: 767px) {
  .feature-themes .slide-feature .swiper-slide .feature-item a {
    height: 154px;
  }
}

.feature-themes .slide-feature .swiper-slide .feature-item a img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 40px;
  opacity: .5;
}

.feature-themes .slide-feature .swiper-slide-active {
  z-index: 99 !important;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 4px 30px rgba(0, 111, 68, .1);
  margin-top: -73px;
}





.feature-themes .slide-feature .swiper-slide-active .feature-item a img {
  opacity: 1;
}

.feature-themes .slide-feature .swiper-slide-next {
  transform: translate3d(-88%, 0, 0) rotateX(0deg) rotateY(0deg) !important;
}

.feature-themes .slide-feature .swiper-slide-prev {
  transform: translate3d(88%, 0, 0) rotateX(0deg) rotateY(0deg) !important;
}

.feature-themes .slide-feature .swiper-slide-active {
  transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg) !important;
}

.feature-themes .feature-info {

  display: none;

}

.feature-themes .slide-feature .swiper-slide-active .feature-info {
  display: block;
}

.feature-themes .feature-info:before {
  position: absolute;
  content: "";
  background: radial-gradient(39.84% 39.84% at 50% 50%, #afddcc 0%, rgba(175, 221, 204, 0) 100%);
  opacity: .8;
}




.btn-registration, .top-page-website .content-about a {
  background: linear-gradient(to right, #4b609d, #495f9e);
  outline: none;
  -webkit-user-select: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  white-space: nowrap;
}

.btn-registration:before {
  content: "";
  border-radius: 45px;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .04);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.btn-registration:hover,
.btn-registration:focus,
.btn-registration:active {
  color: #fff;
  text-decoration: none;
}

.btn-registration:hover:before,
.btn-registration:focus:before,
.btn-registration:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn-registration:hover {
  text-decoration: none;
}






/*.theme-item .theme-image .img-bg:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  z-index: 10;
  background: transparent;
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}*/

.theme-item .theme-image .img-bg .img-skin {
  background-position: center 0;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-size: 100% auto;
  -webkit-transition: all 3s ease-in-out 0s;
  -moz-transition: all 3s ease-in-out 0s;
  -ms-transition: all 3s ease-in-out 0s;
  transition: all 3s ease-in-out 0s;
}

.theme-image .img-bg .img-skin {
  background-position: center 0;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-size: 100% auto;
  -webkit-transition: all 3s ease-in-out 0s;
  -moz-transition: all 3s ease-in-out 0s;
  -ms-transition: all 3s ease-in-out 0s;
  transition: all 3s ease-in-out 0s;
}

.theme-item .theme-image:hover .img-skin {
  background-position: center 100% !important;
}

.content-product-bottom .container {
  width: 1200px;
}

.sidebar-theme.fixed {
  position: fixed;
  top: 0;
  margin-top: 142px;
  width: 370px;
}

.content-theme.setheight {
  max-height: 650px;
  overflow: hidden;
}

.content-theme.setheight.expand {
  height: initial;
  overflow: auto;
  max-height: initial;
}

.more-info a {
  background: linear-gradient(to right, #4b609d, #495f9e);
  outline: none;
  -webkit-user-select: none;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  white-space: nowrap;
  height: 50px;
  line-height: 48px;
  padding: 8px 25px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 90px;
  color: #fff;
}

.more-info a:hover {
  opacity: 0.8;
}

.content-content p {
  font-size: 15px;
}

.main-contact iframe {
  height: 524px;
}

.main-new .content-new .ads-right-1 img {
  height: 492px;
}

.main-new .content-new .slider-new-top .item .img img {
  height: 492px;
}

.main-new .content-new .slider-new-top .owl-next {
  transform: inherit;
  top: inherit;
  bottom: 15px;
  right: 10px;
}

.main-new .content-new .slider-new-top .owl-prev {
  transform: inherit;
  top: inherit;
  bottom: 15px;
  right: 60px;
  left: inherit;
}













.question-item__label {

  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -webkit-overflow-scrolling: touch;
}

.question-item__label:first-child {
  margin-left: 10px;
}

.question-item__label.active span {
  color: #fff;
}

.question-item {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;

}

.question-item__label .price__item {
  display: none;
}

.question-item__label.active .price__item {
  display: block;
}

.main-menu .active > a {
  color: #1e3a8a;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .question-item__label:first-child {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 1023px) {
  .question-item__label:first-child {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 1023px) {
  .question-item__label:nth-child(4n+1) {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .question-item__label {
    margin-left: 20px;
  }
}

.question-item__label.active {
  background-color: #1e3a8a;
  border: 2px solid #1e3a8a;
  border-radius: 20px;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.question-item__label:hover {
  border: 2px solid #1e3a8a;
}

.item_scroll_left::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(170, 214, 255, 0) 0%, #AAD6FF 90%);
  top: 0;
}

.item_scroll_right::before {
  left: 1px;
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #AAD6FF 0%, rgba(170, 214, 255, 0) 90%);
}

.item_scroll_left::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background: linear-gradient(90deg, rgba(170, 214, 255, 0) 0%, #AAD6FF 90%);
  left: 100%;
  top: 0;
}

.item_scroll_right::before {
  left: 1px;
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #AAD6FF 0%, rgba(170, 214, 255, 0) 90%);
}

.scroll_slider {
  overflow: scroll;
  /* overflow: -moz-scrollbars-none;
  -ms-overflow-style: none; */
  height: 550px;
  width: 100%;

}

.scroll_slider::-webkit-scrollbar {
  width: 6px;
  height: 0;
  border-radius: 5px;
}

/* Track */
.scroll_slider::-webkit-scrollbar-track {
  background: #dadada;
  width: 6px;
  height: 0;
  border-radius: 5px;
}

/* Handle */
.scroll_slider::-webkit-scrollbar-thumb {
  background: #2C02A1;
  width: 6px;
  height: 0;
  border-radius: 5px;
}

.list_btn button.active {
  background: #ff8c21;
}



.revenue-acceleration .tab-content {
  display: none;

}

.revenue-acceleration .tab-content.current {
  display: inherit;
}

.revenue-acceleration .tabs li.current {
  background: #1e3a8a;

}

.revenue-acceleration .tabs li.current h3 {
  color: #fff;
}

.revenue-acceleration .tabs li.current p {
  color: #fff;
}

.acc__card {

  position: relative;
}

.acc__title {



  position: relative;


}

.acc__title::after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  right: 10px;
  content: " ";
  top: 20px;
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}

.acc__title.active::after {
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}

.acc__panel {

  display: none;


  text-align: left;
}

.Sales-Manager-bottom::before {
  background-image: url('../img/tabletandphone.png');
  position: absolute;
  width: 400px;
  height: 400px;
  background-size: cover;
  bottom: 0;
  content: "";
  z-index: 1;
  left: 0;
}

.Sales-Manager-bottom::after {
  background-image: url('../img/coffee.png');
  position: absolute;
  width: 400px;
  height: 400px;
  background-size: cover;
  bottom: 0;
  content: "";
  z-index: 1;
  right: 0;
}

.top-category-web .content-top-category h1{
  font-size: 50px;
  line-height: 56px;
  color: var(--color-main);
  font-weight: 700;
}

.top-category-web .content-top-category ul{
  margin-top: 20px;
}

.top-category-web .content-top-category ul li{
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 39px;
}

.top-category-web .content-top-category ul li::before{
  content: '';
  width: 24px;
  height: 24px;
  background-image: url(../img/icon-checked.svg);
  left: 0;
  top: 50%;
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
}

.top-category-web .content-top-category a{
  display: inline-block;
  background: linear-gradient(to right, #4b609d, #495f9e);
  line-height: 63px;
  font-size: 20px;
  padding: 0 35px;
  border-radius: 45px;
  margin-top: 20px;
  color: #fff;
  position: relative;
}

.top-category-web .content-top-category a::before{
  content: '';
  position: absolute;
  display: block;
  width: 35px;
  height: 51px;
  margin-left: 15px;
  right: -67px;
  top: -25px;
  background-image: url(../img/arrow-btn.png);
}

.evo_sidebar_search,
#offcanvas-cart {
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
        visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    touch-action: manipulation;
}
.evo_sidebar_search.active,
#offcanvas-cart.active {
    visibility: visible;
    transform: translateX(0);
}
.evo_sidebar_search button {
    border-radius: 0.25em;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.backdrop__body-backdrop___1rvky {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.backdrop__body-backdrop___1rvky.active {
    visibility: visible;
    opacity: 0.5;
}

.menu-toolbar .filter-form form input{
  padding-right: 175px;
}

.item-code{
  background: #e60023;
  padding: 4px;
  color: #fff;
  top: 10px;
  right: 10px;
  border-radius: 6px;
  font-size: 12px;
}

.bg-hover-img{
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  background: #4443;
  transition: all 0.3s;
}

.theme-item:hover .bg-hover-img{
  z-index: 2;
  visibility: visible;
  opacity: 1;
}

.bg-hover-img ul{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.bg-hover-img a{
  display: inline-flex;
  width: 36px;
  height: 36px;
  background: #9c9c9ccc;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.bg-hover-img a:hover{
  background: #ff0000b3;
}

.theme-intro.box-page-detail-pro{
  padding-top: 56.25%;
}

.bg-img-detail-pro{
  background-position: center 0;
  background-repeat: no-repeat;
}

.bg-img-detail-pro:hover{
  background-position: center 100% !important;
}

@media(min-width: 1280px){
  .container{
    max-width: 1360px;
  }
}

@media(max-width: 1279px){
  .filter-form button .text-btn-search{
    display: none;
  }

  .menu-toolbar .filter-form form input{
    padding-right: 65px;
  }
}


@media(min-width: 1024px) and (max-width: 1279px){
  .theme-item .theme-image .img-bg{
    height: 200px !important;
  }
}

@media only screen and (max-width: 1024px) {

  #main {
    width: 100%;
    overflow: hidden;
  }

  .content-product-bottom .container {
    width: 100%;
  }

  .sidebar-theme.fixed {
    width: 240px;
  }

  .theme-action .button a {
    width: 100%;
  }

  .top-page-website::before {
    display: none;
  }
}

@media(max-width: 1023px){
  .top-category-web .content-top-category a::before{
    right: -40px;
  }
}

@media only screen and (max-width: 768px) {
  .item-product .img img {
    height: 200px;
  }

  .main-logo img {
    width: 80px !important;
  }


  header {
    display: none !important;
  }

  header.header-mobile {
    display: block !important;
    padding: 5px 0;
    z-index: 99 !important;
  }

  .sidebar-theme {
    margin-top: 20px;
  }

  .sidebar-theme.fixed {
    width: 100%;
    position: inherit;

  }

  .main-new .content-new .slider-new-top .item .img img {
    height: auto;
  }

  .main-new .content-new .ads-right-1 img {
    height: auto;
  }

  .Sales-Manager-bottom::before {
    display: none;
  }

  .Sales-Manager-bottom::after {
    display: none;
  }

}

@media only screen and (max-width: 736px) {
  .sitemap {
    margin-top: 0;
  }

  .owl-next {
    right: 0;
  }

  .owl-prev {
    left: 0;
  }

  .owl-carousel .owl-dot,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .owl-nav>div {

    width: 40px;
    height: 40px;

    line-height: 40px;

  }

  /*.theme-item .theme-image .img-bg {
    height: 150px !important;
  }*/

  .d-none {
    display: none;
  }

  .top-detail-product .theme-image {
    min-height: 430px !important;
  }

  .top-detail-product .theme-image .image-mobile {
    right: inherit;
  }

  .slider-newspapers .item .img img {
    height: 250px;
  }

  .New-section ul.tabs li {
    width: auto;
  }

  .New-section ul.tabs li h5 {
    font-size: 16px;
  }

  h2.title-primary {
    line-height: 33px;
  }

  .top-page-website .content-about h2{
    font-size: 25px;
    line-height: 33px;
  }

  .page-website .top-page-website .video-top-website iframe {
    height: 320px;
  }

  .step-step .nav-step-step::before {
    display: none;
  }

  .modal-wrapper {
    width: 95%;
  }

  .top-page-website .content-about h3{
    font-size: 25px;
    line-height: 28px;
  }

  .second-page-website .item-step-page .box-content h2{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .top-category-web .feature-themes .swiper-wrapper{
    padding-top: 40px;
  }

  .top-category-web .feature-themes .swiper-wrapper .swiper-slide, .feature-themes .slide-feature .swiper-slide .feature-item a img,
  .feature-themes .slide-feature .swiper-slide .feature-item {
    border-radius: 20px;
  }

  .feature-themes .slide-feature .swiper-slide-active{
    margin-top: -36px;
  }

}