@font-face {
  font-family: "MyriadPro-Black";
  src: url("../fonts/MyriadPro-Black.eot");
  src: url("../fonts/MyriadPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Black.woff") format("woff"), url("../fonts/MyriadPro-Black.ttf") format("truetype"), url("../fonts/MyriadPro-Black.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MyriadPro-Bold";
  src: url("../fonts/MyriadPro-Bold.eot");
  src: url("../fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Bold.woff") format("woff"), url("../fonts/MyriadPro-Bold.ttf") format("truetype"), url("../fonts/MyriadPro-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MyriadPro-Regular";
  src: url("../fonts/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype"), url("../fonts/MyriadPro-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --c-text-sm: 14px;
  --c-text-base: 16px;
  --c-text-md: 18px;
  --c-text-lg: 20px;
  --c-text-xl: 24px;
  --c-text-2xl: 35px;
  --c-text-3xl: 48px;
}
@media only screen and (max-width: 1024px) {
  :root {
    --c-text-base: 15px;
    --c-text-md: 17px;
    --c-text-lg: 19px;
    --c-text-xl: 22px;
    --c-text-2xl: 32px;
    --c-text-3xl: 40px;
  }
}
@media only screen and (max-width: 768px) {
  :root {
    --c-text-base: 14px;
    --c-text-md: 15px;
    --c-text-lg: 16px;
    --c-text-xl: 18px;
    --c-text-2xl: 20px;
    --c-text-3xl: 30px;
  }
}
@media only screen and (max-width: 480px) {
  :root {
    --c-text-md: 14px;
    --c-text-lg: 15px;
    --c-text-xl: 16px;
    --c-text-2xl: 18px;
    --c-text-3xl: 25px;
  }
}

.c-text-sm {
  font-size: var(--c-text-sm);
}

.c-text-base {
  font-size: var(--c-text-base);
}

.c-text-md {
  font-size: var(--c-text-md);
}

.c-text-lg {
  font-size: var(--c-text-lg);
}

.c-text-xl {
  font-size: var(--c-text-xl);
}

.c-text-2xl {
  font-size: var(--c-text-2xl);
}

.c-text-3xl {
  font-size: var(--c-text-3xl);
}

.fs-17, .fs-18 {
  font-size: var(--c-text-base);
}

:root {
  --primary-color: #01498B;
  --color-red-1: #FF4B4B;
  --white-color: #fff;
  --black-color: #000000;
  --menu-space: 5rem;
  --gray-color: rgba(0, 0, 0, .1);
  --blue-color: #01498B;
  --height-item-image: 178px;
}

.font_myriad_regular {
  font-family: "MyriadPro-Regular";
}

.font_myriad_bold {
  font-family: "MyriadPro-Bold";
}

.font_myriad_black {
  font-family: "MyriadPro-Black";
}

.color-primary {
  color: var(--blue-color);
}

.color-gray {
  color: var(--gray-color);
}

html,
body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  font-family: "VN-KiaSignature-Regular";
  font-size: var(--c-text-base);
  line-height: 1.5;
}

.wp-content {
  margin-top: var(--menu-space);
  margin-bottom: 4rem;
}
@media only screen and (max-width: 991px) {
  .wp-content {
    margin-top: unset;
  }
}

.container-custom {
  width: 90%;
  margin: 0px auto;
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (max-width: 1024px) {
  .container-custom {
    width: calc(100% - 30px);
  }
}

.container-content {
  width: 90%;
  margin: 0px auto;
  padding-right: 0;
  padding-left: 0;
  max-width: 1890px;
}
@media only screen and (max-width: 1024px) {
  .container-content {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 676px) {
  .container-content {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 500px) {
  .container-content {
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 576px) {
  .container-product {
    padding: 0px;
  }
}

.desktop {
  display: block;
}
@media only screen and (max-width: 991px) {
  .desktop {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .desktopFilter {
    display: none !important;
  }
}

.mobile {
  display: none !important;
}
@media only screen and (max-width: 991px) {
  .mobile {
    display: block !important;
  }
}

.ant-btn-primary {
  background-color: #01498B !important;
  border-color: #01498B !important;
}
.ant-btn-primary:hover {
  opacity: 0.9;
}

.ant-btn {
  font-size: var(--c-text-base) !important;
  font-weight: 600 !important;
  line-height: 25px !important;
}

.btn-default {
  border: 1px solid #01498B !important;
  color: black !important;
}
.btn-default .btn-hover-white {
  color: #01498B;
}
.btn-default:hover {
  background-color: #01498B !important;
  border-color: #01498B !important;
  color: white !important;
}
.btn-default:hover .btn-hover-white {
  color: white !important;
}
.btn-default:hover i {
  filter: brightness(0) invert(1);
}

.ant-card-body {
  padding: 10px !important;
}

.fontWeight400 {
  font-weight: 400;
}

.fontWeight600 {
  font-weight: 600;
}

.fontWeight700 {
  font-weight: 700;
}

.lineHeight12 {
  line-height: 12px;
}

.lineHeight18 {
  line-height: 18px;
}

.lineHeight20 {
  line-height: 20px;
}

.lineHeight22 {
  line-height: 22px;
}

.lineHeight23 {
  line-height: 23px;
}

.lineHeight25 {
  line-height: 25px;
}

.lineHeight26 {
  line-height: 26px;
}

.lineHeight32 {
  line-height: 32px;
}

.colorBlue {
  color: var(--blue-color);
}

.colorBlack {
  color: #000000;
}

.colorRed {
  color: #FF1F00;
}

.colorWhite {
  color: #FFFFFF;
}

.backgroundBlue {
  background-color: var(--blue-color) !important;
}

.backgroundBlack {
  background-color: #000000 !important;
}

.backgroundWhite {
  background-color: #FFFFFF !important;
}

.c-text-10 {
  font-size: 10px;
}

.c-text-15 {
  font-size: 15px;
}

.c-text-17 {
  font-size: 17px;
}

.c-text-26 {
  font-size: 26px;
}

.fs-15-max {
  font-size: 15px;
}
@media only screen and (max-width: 1440px) {
  .fs-15-max {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1360px) {
  .fs-15-max {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1240px) {
  .fs-15-max {
    font-size: 12px;
  }
}

.fs-17-max {
  font-size: 17px;
}
@media only screen and (max-width: 1560px) {
  .fs-17-max {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1440px) {
  .fs-17-max {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1360px) {
  .fs-17-max {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1240px) {
  .fs-17-max {
    font-size: 13px;
  }
}

.c-text-22 {
  font-size: 22px;
}
@media only screen and (max-width: 576px) {
  .c-text-22 {
    font-size: 18px;
  }
}

.c-text-26 {
  font-size: 26px;
}

.ant-modal-content {
  border-radius: 20px !important;
}

.breadcrumb-wp {
  background-color: #F4F4F4;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.breadcrumb-wp .breadcrumb {
  background-color: #F4F4F4;
}
@media only screen and (max-width: 576px) {
  .breadcrumb-wp .breadcrumb {
    margin-bottom: 10px;
  }
}

.btn-default-advanced .ant-btn {
  height: 40px;
  border-radius: 5px;
  background: #F4F4F4;
  border: unset;
}
.btn-default-advanced .ant-btn:hover {
  background: #F4F4F4;
}

.divider-gray-mg30 {
  margin: 30px 0px !important;
  background: #D9D9D9 !important;
}

@media only screen and (max-width: 576px) {
  .a-row-mg25-mb {
    margin-bottom: 25px !important;
  }
}

.hidden {
  display: none !important;
}

.slider-advanced-filter {
  width: 73%;
  padding-left: 1rem;
  padding-bottom: 10px;
}
.slider-advanced-filter .ant-slider-rail {
  background: #D9D9D9;
}
.slider-advanced-filter .ant-slider-track {
  background-color: var(--blue-color);
}
.slider-advanced-filter .ant-slider-handle {
  width: 20px;
  height: 20px;
  margin-top: -8px;
  border: solid 4px var(--blue-color);
}
.slider-advanced-filter .ant-slider-dot-active {
  border: 2px solid #888888;
  border-color: unset;
}
.slider-advanced-filter .ant-slider-dot {
  top: -4px;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.slider-advanced-filter .wr-label-to-do {
  display: flex;
  justify-content: space-between;
}
.slider-advanced-filter .ant-slider-mark-text-active {
  color: var(--black-color) !important;
}
.slider-advanced-filter .ant-slider-mark-text {
  margin-top: 7px;
  background: #F4F4F4;
  width: 87px;
  height: 24px;
}
.slider-advanced-filter .ant-slider-mark-text:first-child {
  background: unset;
}
.slider-advanced-filter .ant-slider-mark-text:last-child {
  background: unset;
}
@media only screen and (max-width: 576px) {
  .slider-advanced-filter {
    width: 95%;
    padding-bottom: 2rem;
  }
  .slider-advanced-filter .ant-slider-mark-text {
    width: 11%;
    height: auto;
  }
}

.container-image {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 46.25%;
  overflow: hidden;
  cursor: pointer;
}
.container-image img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
}
.container-image:hover img {
  transform: scale(1.09);
}

.group-active {
  background: var(--blue-color) !important;
}
.group-active span {
  color: var(--white-color) !important;
}

.group-dropdown-active .ant-btn {
  background: var(--blue-color) !important;
}
.group-dropdown-active .ant-btn span {
  color: var(--white-color) !important;
}
.group-dropdown-active .ant-btn .anticon-down {
  color: var(--white-color) !important;
}

#herro-banner {
  display: flex;
  padding: 10px 5px;
  gap: 1rem;
}
#herro-banner .herro-banner-left {
  width: 70%;
  position: relative;
}
#herro-banner .herro-banner-left .swiper {
  width: 100%;
  height: 100%;
  position: unset;
}
#herro-banner .herro-banner-left .swiper .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#herro-banner .herro-banner-left .swiper .swiper-wrapper .swiper-slide a {
  height: 0;
  padding-bottom: 30%;
  position: relative;
  width: 100%;
}
#herro-banner .herro-banner-left .swiper .swiper-wrapper .swiper-slide a img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
#herro-banner .herro-banner-left .swiper .swiper-pagination {
  bottom: -30px;
}
#herro-banner .herro-banner-left .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 10px;
}
#herro-banner .herro-banner-left .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--blue-color);
}
#herro-banner .herro-banner-right {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#herro-banner .herro-banner-right img {
  width: 100%;
  border-radius: 1rem;
}
@media only screen and (max-width: 991px) {
  #herro-banner {
    flex-direction: column;
  }
  #herro-banner .herro-banner-left {
    width: 100%;
  }
  #herro-banner .herro-banner-right {
    flex-direction: row;
    width: 100%;
  }
  #herro-banner .herro-banner-right-top {
    width: 50%;
  }
  #herro-banner .herro-banner-right-bottom {
    width: 50%;
  }
}

.product-outstanding-logo-wp {
  margin-top: 2rem;
}
.product-outstanding-logo-wp .product-outstanding-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-outstanding-logo-wp .product-outstanding-filter .product-outstanding-search .form-search {
  position: relative;
}
.product-outstanding-logo-wp .product-outstanding-filter .product-outstanding-search .form-search input {
  border: 1px solid #01498B;
  outline: none;
  border-radius: 0.5rem;
  width: 480px;
  padding-left: 6px;
  background-color: transparent;
  padding: 4px 0 4px 15px;
  height: 32px;
  font-size: 14px;
}
.product-outstanding-logo-wp .product-outstanding-filter .product-outstanding-search .form-search input::-moz-placeholder {
  color: #626262;
}
.product-outstanding-logo-wp .product-outstanding-filter .product-outstanding-search .form-search input::placeholder {
  color: #626262;
}
.product-outstanding-logo-wp .product-outstanding-filter .product-outstanding-search .form-search i {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  color: #01498B;
  cursor: pointer;
}
.product-outstanding-logo-wp .product-outstanding-filter .product-outstanding-search .form-search i::before {
  font-weight: 400;
}
.product-outstanding-logo-wp .product-outstanding-logo {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
.product-outstanding-logo-wp .product-outstanding-logo-item {
  width: 19%;
  background: #F4F4F4;
  border-radius: 1rem;
  text-align: center;
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-outstanding-logo-wp .product-outstanding-logo-item .product-outstanding-logo-img {
  height: 80%;
  display: flex;
}
.product-outstanding-logo-wp .product-outstanding-logo-item .product-outstanding-logo-img img {
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .product-outstanding-logo-wp .product-outstanding-filter {
    flex-direction: column;
  }
  .product-outstanding-logo-wp .product-outstanding-filter .product-outstanding-search {
    width: 100%;
    margin-top: 0.5rem;
  }
  .product-outstanding-logo-wp .product-outstanding-filter .product-outstanding-search .form-search input {
    width: 100%;
  }
  .product-outstanding-logo-wp .product-outstanding-logo {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5%;
  }
  .product-outstanding-logo-wp .product-outstanding-logo-item {
    width: 30%;
    margin-bottom: 1rem;
  }
}

.preferential-events-wp {
  margin: 3rem 0;
}
.preferential-events-wp .preferential-events-title {
  margin-bottom: 2rem;
  border-bottom: 2px solid;
}
.preferential-events-wp .preferential-events-list-carousel .ant-carousel .custom-slick-arrow {
  width: 25px;
  height: 25px;
  font-size: 25px;
  color: #fff;
  border-radius: 50%;
  background-color: #01498B;
}
.preferential-events-wp .preferential-events-list-carousel .ant-carousel .custom-slick-arrow::before {
  display: none;
}
.preferential-events-wp .preferential-events-list-carousel .ant-carousel .custom-slick-arrow:hover {
  opacity: 0.5;
}
.preferential-events-wp .preferential-events-list-carousel .ant-carousel .slick-list {
  margin: 0 -7px !important;
}
.preferential-events-wp .preferential-events-list-carousel .ant-carousel .slick-slide > div {
  padding: 0 7px !important;
}
.preferential-events-wp .preferential-events-list-carousel .ant-carousel .slick-prev {
  left: -35px !important;
}
@media only screen and (max-width: 991px) {
  .preferential-events-wp .preferential-events-list-carousel .ant-carousel .slick-prev {
    left: -10px !important;
  }
}
.preferential-events-wp .preferential-events-list-carousel .ant-carousel .slick-dots {
  display: none !important;
}
.preferential-events-wp .preferential-events-list-carousel .ant-carousel .slick-next {
  right: -35px !important;
}
@media only screen and (max-width: 991px) {
  .preferential-events-wp .preferential-events-list-carousel .ant-carousel .slick-next {
    right: -10px !important;
  }
}
.preferential-events-wp .preferential-events-list-carousel .ant-carousel .slick-slider .slick-list .slick-track .slick-slide > div {
  height: inherit !important;
}
.preferential-events-wp .preferential-events-list {
  display: flex;
  flex-wrap: wrap;
}
.preferential-events-wp .preferential-events-list .preferential-events-item {
  margin-right: 10px;
  width: calc((100% - 30px) / 4);
  margin-bottom: 10px;
}
.preferential-events-wp .preferential-events-list .preferential-events-item:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 991px) {
  .preferential-events-wp .preferential-events-list .preferential-events-item {
    width: calc((100% - 10px) / 2);
  }
  .preferential-events-wp .preferential-events-list .preferential-events-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .preferential-events-wp .preferential-events-list .preferential-events-item {
    width: 100%;
    margin-right: 0;
  }
}
.preferential-events-wp .preferential-events-end-list .preferential-events-end-item {
  display: flex;
  gap: 2rem;
  padding: 0.5rem 1rem;
}
.preferential-events-wp .preferential-events-end-list .preferential-events-end-item-left {
  text-align: center;
  border: 1px dashed;
  padding: 4px 1em;
  border-radius: 20px;
  width: 15%;
}
@media only screen and (max-width: 991px) {
  .preferential-events-wp .preferential-events-end-list .preferential-events-end-item-left {
    width: auto;
  }
}
.preferential-events-wp .preferential-events-end-list .preferential-events-end-item-right {
  margin: auto 0;
  width: 85%;
}
.preferential-events-wp .preferential-events-end-list .preferential-events-end-item:nth-child(odd) {
  background-color: #EBEBEB;
}

.activity-news-list .ant-carousel .custom-slick-arrow {
  width: 25px;
  height: 25px;
  font-size: 25px;
  color: #fff !important;
  border-radius: 50%;
  background-color: #01498B !important;
}
.activity-news-list .ant-carousel .custom-slick-arrow::before {
  display: none;
}
.activity-news-list .ant-carousel .custom-slick-arrow:hover {
  opacity: 0.5;
}
.activity-news-list .ant-carousel .slick-list {
  margin: 0 -7px !important;
}
.activity-news-list .ant-carousel .slick-slide > div {
  padding: 0 7px !important;
}
.activity-news-list .ant-carousel .slick-prev {
  left: -35px !important;
}
@media only screen and (max-width: 991px) {
  .activity-news-list .ant-carousel .slick-prev {
    left: -10px !important;
  }
}
.activity-news-list .ant-carousel .slick-dots {
  display: none !important;
}
.activity-news-list .ant-carousel .slick-next {
  right: -35px !important;
}
@media only screen and (max-width: 991px) {
  .activity-news-list .ant-carousel .slick-next {
    right: -10px !important;
  }
}

.category-section {
  margin: 12px 0;
}
.category-section .product-category {
  padding: 30px 0px;
  background-color: #FFFFFF;
}
.category-section .product-category__header {
  display: flex;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 3px solid white;
  justify-content: space-between;
}
.category-section .product-category__header .tag-list-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 20px;
}
.category-section .product-category__header .tag-list-content .tag-list-content-title {
  color: var(--blue-color);
}
.category-section .product-category__header .tag-list-content .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.category-section .product-category__header .tag-list-content .tag-list .tag-item {
  height: 32px;
  padding: 0px 10px;
  color: var(--blue-color);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FEFFC0;
  font-size: 18px;
}
@media only screen and (max-width: 780px) {
  .category-section .product-category__header .tag-list-content .tag-list .tag-item {
    font-size: 14px;
  }
}
.category-section .product-category__header .tag-list-content .tag-list .tag-item-no-effect {
  background: none !important;
  width: unset !important;
  padding: 0px 10px;
}
.category-section .product-category__header .tag-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 320px;
}
.category-section .product-category__header .tag-group div.tag-title {
  font-size: 32px;
  color: var(--blue-color);
  font-family: "MyriadPro-Regular";
  text-transform: uppercase;
}
@media only screen and (max-width: 780px) {
  .category-section .product-category__header .tag-group div.tag-title {
    font-size: 24px;
  }
}
.category-section .product-category__header .tag-group .tag-content {
  display: flex;
  align-items: center;
  gap: 4px;
}
.category-section .product-category__header .tag-group .tag-content__icon {
  width: 34px;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}
.category-section .product-category__header .tag-group .tag-content__title {
  font-size: 32px;
  color: var(--color-red-1);
  font-family: "MyriadPro-Bold";
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (max-width: 780px) {
  .category-section .product-category__header .tag-group .tag-content__title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .category-section .product-category__header {
    flex-direction: column;
    gap: 12px;
  }
  .category-section .product-category__header .tag-list-content {
    padding-left: 0px;
  }
}
.category-section .product-category__body .ant-carousel .slick-track {
  display: flex;
}
.category-section .product-category__body .ant-carousel .slick-slide {
  height: 476px;
}
.category-section .product-category__body .ant-carousel .custom-arrow-left {
  left: 0px !important;
  transform: translateX(-70%);
}
.category-section .product-category__body .ant-carousel .custom-arrow-right {
  right: 0px !important;
  transform: translateX(100%);
}
@media only screen and (max-width: 991px) {
  .category-section .product-category__body .ant-carousel .custom-arrow-left {
    left: 0px !important;
    transform: translateX(-40%);
  }
  .category-section .product-category__body .ant-carousel .custom-arrow-right {
    transform: translateX(70%);
  }
}
.category-section .product-category__body .ant-carousel .custom-slick-arrow {
  width: 37px;
  height: 37px;
  font-size: 37px;
  color: var(--blue-color);
  opacity: 1;
}
.category-section .product-category__body .ant-carousel .custom-slick-arrow:before {
  display: none;
}
.category-section .product-category__body .ant-carousel .custom-slick-arrow:hover {
  color: var(--blue-color);
  opacity: 1;
}
.category-section .product-category__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 448px;
  height: 50px;
  background-color: var(--blue-color);
  font-size: 20px;
  color: #FFFFFF;
  font-family: "MyriadPro-Bold";
  border: none;
  box-shadow: none;
  border-radius: 20px;
  margin: 0px auto;
}
.c-btn:hover, .c-btn:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
@media only screen and (max-width: 991px) {
  .c-btn {
    width: 100%;
    border-radius: 8px;
    height: 45px;
    font-size: 18px;
  }
}

.uu-dai {
  background-color: #FFECA7;
}
.uu-dai .product-category {
  background-color: #FFECA7;
}
.uu-dai .tag-list .tag-item {
  color: #FFFFFF;
}

.blue-layout {
  background-color: #C0E5FF;
}
.blue-layout .product-category {
  background-color: #C0E5FF;
}
.blue-layout .product-category .tag-title {
  color: var(--blue-color);
}
.blue-layout .product-category .tag-title .tag-title-strong {
  font-family: "MyriadPro-Bold";
  color: var(--blue-color);
}
.blue-layout .product-category .tag-content__title {
  color: var(--blue-color) !important;
  font-family: "MyriadPro-Regular" !important;
}
.blue-layout .product-category .tag-list .tag-item {
  background: #E1F4FF !important;
}

.white-layout {
  background-color: #FFFFFF;
}
.white-layout .product-category {
  background-color: #FFFFFF;
}
.white-layout .product-category .tag-title {
  color: var(--blue-color);
}
.white-layout .product-category .tag-title .tag-title-strong {
  font-family: "MyriadPro-Bold";
  color: var(--blue-color);
}
.white-layout .product-category .tag-content__title {
  color: var(--blue-color) !important;
  font-family: "MyriadPro-Regular" !important;
}
.white-layout .product-category .tag-list .tag-item {
  background: #F4F4F4 !important;
}

.card-layer-carousel {
  padding: 15px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-layer-carousel .card-item:first-child {
  align-items: flex-start;
}
.card-layer-carousel .card-item:last-child {
  align-items: flex-end;
}
.card-layer-carousel .ant-carousel .custom-slick-arrow {
  width: 25px;
  height: 25px;
  font-size: 25px;
  color: #fff;
  background-color: rgba(31, 45, 61, 0.11);
  opacity: 0.3;
}
.card-layer-carousel .ant-carousel .custom-slick-arrow:before {
  display: none;
}
.card-layer-carousel .ant-carousel .custom-slick-arrow:hover {
  opacity: 0.5;
}
.card-layer-carousel .ant-carousel .slick-slide h3 {
  color: #fff;
}

.card-item {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 3px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.3s linear;
}
.card-item__thumb {
  position: relative;
  height: var(--height-item-image) !important;
  background-color: gray;
}
.card-item__thumb .tag-product-top {
  position: absolute;
  background: linear-gradient(90.19deg, #00529b, #328dde);
  border-radius: 20px 0 20px 0;
  padding: 4px 16px;
  z-index: 3;
}
.card-item__thumb .ant-carousel .slick-slide {
  text-align: center;
  line-height: 178px;
  overflow: hidden;
  height: var(--height-item-image) !important;
}
.card-item__thumb .ant-carousel .slick-slide .img-wrapper {
  height: var(--height-item-image) !important;
}
.card-item__thumb .ant-carousel .slick-slide .img-wrapper img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-item__thumb .ant-carousel .custom-slick-arrow {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.6980392157);
  opacity: 1;
  z-index: 3 !important;
}
.card-item__thumb .ant-carousel .custom-slick-arrow .item-center {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-item__thumb .ant-carousel .custom-slick-arrow:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.6980392157);
}
.card-item__thumb .ant-carousel .custom-slick-arrow:before {
  display: none;
}
.card-item__thumb .ant-carousel .slick-slide h3 {
  color: #fff;
}
.card-item__thumb .ant-carousel .custom-slick-arrow:hover {
  opacity: 0.7;
}
.card-item__thumb .row-bottom__status {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid #01498B;
  border-radius: 5px;
  padding: 4.5px 6px;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.card-item__thumb .row-bottom__status img {
  max-width: 19px;
  max-height: 19px;
  height: auto;
}
.card-item__thumb .row-bottom__status span {
  white-space: nowrap;
}
.card-item__thumb .row-bottom__current-slide {
  position: absolute;
  bottom: 16px;
  right: 16px;
  color: none;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4.5px 10px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}
.card-item__body {
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: white;
}
.card-item__body .c-row {
  width: 100%;
}
.card-item__body .product-name {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 40px;
}
.card-item__body .product-name span {
  width: calc(100% - 20px);
}
.card-item__body .product-name i {
  width: 18px;
}
.card-item__body .color-price {
  color: #FF1F00;
}
.card-item__body .product-information {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 10px;
  border-radius: 12px;
  background: #F4F4F4;
  gap: 10px;
  margin: 10px 0;
  height: 140px;
}
.card-item__body .product-information .c-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.card-item__body .product-information .c-item img {
  width: 16px;
  height: auto;
}
.card-item__body .product-information .c-item span {
  color: #01498B;
  font-size: 11px;
}
.card-item__body .get-detail {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 55px;
}
.card-item__body .get-detail .car-price {
  font-size: 20px;
}
.card-item__body .get-detail a {
  color: #01498B;
  display: flex;
  align-items: center;
  gap: 10px;
}
.card-item__body .get-detail a span {
  padding-top: 4px;
}

.card-sold .row-bottom__status {
  background: rgba(242, 255, 165, 0.8509803922) !important;
}

.get-detail-sale {
  display: flex;
  flex-direction: column;
}
.get-detail-sale .c-row {
  gap: 4px;
}
.get-detail-sale .c-row .sale-price, .get-detail-sale .c-row .old-price {
  display: inline-block;
  padding: 0px 2px;
}
.get-detail-sale .c-row .sale-price {
  background: #FAFFBF;
  border-radius: 5px;
}
.get-detail-sale .c-row .old-price {
  text-decoration: line-through;
  color: #7A7A7A;
}

.relation-product {
  width: 100%;
  padding: 35px 0px;
  margin: 30px 0;
}
.relation-product__title {
  width: 100%;
  border-bottom: 3px solid var(--blue-color);
}
.relation-product__title h4 {
  color: var(--blue-color);
  font-size: 32px;
}
@media only screen and (max-width: 780px) {
  .relation-product__title h4 {
    font-size: 24px;
  }
}
.relation-product .carousel-slide-custom .card-item {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 3px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.3s linear;
}
.relation-product .carousel-slide-custom .card-item__thumb {
  position: relative;
  height: var(--height-item-image) !important;
  background-color: gray;
}
.relation-product .carousel-slide-custom .card-item__thumb .tag-product-top {
  position: absolute;
  background: linear-gradient(90.19deg, #00529b, #328dde);
  border-radius: 20px 0 20px 0;
  padding: 4px 16px;
  z-index: 3;
}
.relation-product .carousel-slide-custom .card-item__thumb .ant-carousel .slick-slide {
  text-align: center;
  line-height: 178px;
  overflow: hidden;
  height: var(--height-item-image) !important;
}
.relation-product .carousel-slide-custom .card-item__thumb .ant-carousel .slick-slide .img-wrapper {
  height: var(--height-item-image) !important;
}
.relation-product .carousel-slide-custom .card-item__thumb .ant-carousel .slick-slide .img-wrapper img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.relation-product .carousel-slide-custom .card-item__thumb .ant-carousel .custom-slick-arrow {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.6980392157);
  opacity: 1;
  z-index: 3 !important;
}
.relation-product .carousel-slide-custom .card-item__thumb .ant-carousel .custom-slick-arrow .item-center {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.relation-product .carousel-slide-custom .card-item__thumb .ant-carousel .custom-slick-arrow:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.6980392157);
}
.relation-product .carousel-slide-custom .card-item__thumb .ant-carousel .custom-slick-arrow:before {
  display: none;
}
.relation-product .carousel-slide-custom .card-item__thumb .ant-carousel .slick-slide h3 {
  color: #fff;
}
.relation-product .carousel-slide-custom .card-item__thumb .ant-carousel .custom-slick-arrow:hover {
  opacity: 0.7;
}
.relation-product .carousel-slide-custom .card-item__thumb .row-bottom {
  position: absolute;
  bottom: 16px;
  left: 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0px 10px 0px 8px;
  z-index: 2;
  height: 30px;
}
.relation-product .carousel-slide-custom .card-item__thumb .row-bottom__status {
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid #07569f;
  border: 1px solid #01498B;
  border-radius: 5px;
  padding: 2px 6px;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.relation-product .carousel-slide-custom .card-item__thumb .row-bottom__status img {
  max-width: 19px !important;
  max-height: 19px !important;
  border-radius: unset !important;
  height: auto !important;
  display: unset !important;
  display: unset !important;
  margin: unset !important;
}
.relation-product .carousel-slide-custom .card-item__thumb .row-bottom__status span {
  white-space: nowrap;
}
.relation-product .carousel-slide-custom .card-item__thumb .row-bottom__current-slide {
  color: none;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2px 10px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}
.relation-product .carousel-slide-custom .card-item__body {
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: white;
}
.relation-product .carousel-slide-custom .card-item__body .c-row {
  width: 100%;
}
.relation-product .carousel-slide-custom .card-item__body .product-name {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 40px;
}
.relation-product .carousel-slide-custom .card-item__body .product-name span {
  width: calc(100% - 20px);
}
.relation-product .carousel-slide-custom .card-item__body .product-name i {
  width: 18px;
}
.relation-product .carousel-slide-custom .card-item__body .color-price {
  color: #FF1F00;
}
.relation-product .carousel-slide-custom .card-item__body .product-information {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 10px;
  border-radius: 12px;
  background: #F4F4F4;
  gap: 10px;
  margin: 10px 0;
  height: 140px;
}
.relation-product .carousel-slide-custom .card-item__body .product-information .c-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.relation-product .carousel-slide-custom .card-item__body .product-information .c-item img {
  width: 16px;
  height: auto;
  margin: unset !important;
}
.relation-product .carousel-slide-custom .card-item__body .product-information .c-item span {
  color: #01498B;
  font-size: 11px;
}
.relation-product .carousel-slide-custom .card-item__body .get-detail {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 55px;
}
.relation-product .carousel-slide-custom .card-item__body .get-detail a {
  color: #01498B;
  display: flex;
  align-items: center;
  gap: 10px;
}
.relation-product .carousel-slide-custom .card-item__body .get-detail a span {
  padding-top: 4px;
}
.relation-product .carousel-slide-custom .ant-carousel .slick-track {
  display: flex;
}
.relation-product .carousel-slide-custom .ant-carousel .slick-slide {
  height: 476px;
}
.relation-product .carousel-slide-custom .ant-carousel .custom-arrow-left {
  left: 0px !important;
  transform: translateX(-70%);
}
.relation-product .carousel-slide-custom .ant-carousel .custom-arrow-right {
  right: 0px !important;
  transform: translateX(100%);
}
@media only screen and (max-width: 991px) {
  .relation-product .carousel-slide-custom .ant-carousel .custom-arrow-left {
    left: 0px !important;
    transform: translateX(-40%);
  }
  .relation-product .carousel-slide-custom .ant-carousel .custom-arrow-right {
    transform: translateX(70%);
  }
}
.relation-product .carousel-slide-custom .ant-carousel .custom-slick-arrow {
  width: 37px;
  height: 37px;
  font-size: 37px;
  color: var(--blue-color);
  opacity: 1;
}
.relation-product .carousel-slide-custom .ant-carousel .custom-slick-arrow:before {
  display: none;
}
.relation-product .carousel-slide-custom .ant-carousel .custom-slick-arrow:hover {
  color: var(--blue-color);
  opacity: 1;
}
.relation-product__footer {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.relation-product__footer .c-btn {
  width: 50%;
  font-size: 17px;
  border-radius: 5px !important;
}
.relation-product__footer .bg-white {
  background-color: #FFFFFF;
  color: black;
  border: 1px solid var(--blue-color);
}
@media only screen and (max-width: 991px) {
  .relation-product__footer {
    margin-top: 1rem;
    flex-direction: column;
  }
  .relation-product__footer .c-btn {
    width: 100%;
    gap: 15px;
  }
}

.list-activities-news-wp {
  margin-top: 3rem;
  margin-bottom: 5rem;
}
.list-activities-news-wp .activities-news-title {
  margin-bottom: 2rem;
  border-bottom: 3px solid;
}
.list-activities-news-wp .list-activities-news {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px;
}
@media only screen and (max-width: 991px) {
  .list-activities-news-wp .list-activities-news {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media only screen and (max-width: 520px) {
  .list-activities-news-wp .list-activities-news {
    grid-template-columns: 1fr;
  }
}

#sellingPolicy {
  width: 90%;
  margin: 0px auto;
  padding-right: 0;
  padding-left: 0;
  max-width: 1440px;
}
#sellingPolicy .production-menu-fixed .container-content {
  width: 100%;
}
#sellingPolicy .production-menu-fixed .container-content .nav-item {
  width: 20%;
}
#sellingPolicy .selling-policy-collapse {
  margin-top: 3rem;
}
#sellingPolicy .selling-policy-collapse .card {
  border: unset;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
#sellingPolicy .selling-policy-collapse .card .card-header {
  background-color: unset;
}
#sellingPolicy .selling-policy-collapse .card .card-header h5 {
  display: flex;
  justify-content: space-between;
}
#sellingPolicy .selling-policy-bottom {
  margin-top: 3rem;
}
#sellingPolicy .selling-policy-bottom-title {
  padding: 10px 0;
  color: #FFFFFF;
  background-color: var(--blue-color);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#sellingPolicy .selling-policy-bottom-desc {
  background: rgba(1, 73, 139, 0.0509803922);
  padding: 2.5rem 2rem;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.post-container__right {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: sticky;
  top: 6rem;
  height: -moz-max-content;
  height: max-content;
  color: #fff;
}

.post-container {
  padding: 0px 0 75px 0;
}
.post-container__wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.post-container__left {
  max-width: 65%;
  flex: 0 65%;
}
@media (max-width: 1080px) {
  .post-container__left {
    max-width: 100%;
    flex: 0 100%;
  }
  .post-container__left .title {
    text-align: center;
  }
}
.post-container__right {
  max-width: 33%;
  flex: 0 33%;
}
@media (max-width: 1080px) {
  .post-container__right {
    display: none !important;
  }
}
.post-container__right .list-post-new {
  margin-bottom: 7%;
}
.post-container__right .list-post-new .wrap {
  background: #f3f3f3;
  width: 100%;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
@media only screen and (max-width: 1280px) {
  .post-container__right .list-post-new .wrap {
    padding-left: 1.24rem;
    padding-right: 1.25rem;
  }
}
.post-container__right .list-post-new .wrap #new-posts {
  padding: 0px;
  overflow-y: hidden;
}
.post-container__right .list-post-new .wrap #new-posts::-webkit-scrollbar {
  width: 0px;
}
.post-container__right .list-post-new .wrap h2 {
  text-transform: uppercase;
  color: #303030;
}
.post-container__right .list-post-new .wrap .post-new-item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 23px;
}
.post-container__right .list-post-new .wrap .post-new-item .post-thumbnail-wrap {
  width: 30%;
}
.post-container__right .list-post-new .wrap .post-new-item .title {
  width: calc(70% - 1rem);
  text-align: justify;
  margin: 0;
}
.post-container__right .list-post-new .wrap .post-new-item .title a {
  color: #303030;
  text-align: justify;
}
.post-container__right .list-post-new .wrap .post-new-item .title a:hover {
  color: var(--primary-color);
}
.post-container__right .list-post-new .wrap .loading {
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-container__right .list-post-new .wrap .loading img {
  width: 12%;
  height: auto;
}
.post-container__right .list-post-new .banner-news img {
  width: 100%;
  height: auto;
}
.post-container__right .view-all-news {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 20px;
}
.post-container__right .view-all-news a {
  color: #303030;
}
.post-container__right .view-all-news a span {
  margin-left: 10px;
}
.post-container .post-primary .post__content h1,
.post-container .post-primary .post__content h2,
.post-container .post-primary .post__content h3,
.post-container .post-primary .post__content h4,
.post-container .post-primary .post__content h5,
.post-container .post-primary .post__content h6 {
  margin: 0 0 1rem 0;
}
.post-container .post-primary .post__content h1 {
  font-size: var(--c-text-xl);
}
.post-container .post-primary .post__content h2 {
  font-size: var(--c-text-lg);
}
.post-container .post-primary .post__content h3 {
  font-size: var(--c-text-lg);
}
.post-container .post-primary .post__content h4 {
  font-size: var(--c-text-base);
}
.post-container .post-primary .post__content h5,
.post-container .post-primary .post__content h6 {
  font-size: var(--c-text-base);
}
.post-container .post-primary .post__content span {
  font-size: unset;
  font-family: unset;
}
.post-container .post-primary .post__content p,
.post-container .post-primary .post__content p span {
  font-family: "MyriadPro-Regular" !important;
  font-size: var(--c-text-base);
}
.post-container .post-primary .post__content img {
  max-width: 100%;
  height: auto;
}
.post-container .post-primary .post-author-wrap {
  margin-top: 35px;
  width: 100%;
  position: relative;
}
@media (max-width: 1680px) {
  .post-container .post-primary .post-author-wrap {
    margin-top: 30px;
  }
}
@media (max-width: 1440px) {
  .post-container .post-primary .post-author-wrap {
    margin-top: 25px;
  }
}
@media (max-width: 1366px) {
  .post-container .post-primary .post-author-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .post-container .post-primary .post-author-wrap {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .post-container .post-primary .post-author-wrap .statistical {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }
  .post-container .post-primary .post-author-wrap .statistical li {
    padding: 0.5rem;
    margin-left: unset !important;
  }
  .post-container .post-primary .post-author-wrap .statistical li.li__author {
    grid-column: 1/4;
  }
}
.post-container .post-primary .post-author-wrap .like-share {
  margin-top: +20px;
}
@media only screen and (max-width: 1680px) {
  .post-container .post-primary .post-author-wrap .like-share {
    margin-top: +calculatorPixel(20, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .post-container .post-primary .post-author-wrap .like-share {
    margin-top: +calculatorPixel(20, 1368)px;
  }
}
@media (max-width: 1080px) {
  .post-container .post-primary .post-author-wrap .like-share.desktop {
    display: none;
  }
}
.post-container .post-primary .post-author-wrap .left {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.post-container .post-primary .post-author-wrap .left ul {
  display: flex;
  align-items: center;
  list-style: none;
}
.post-container .post-primary .post-author-wrap .left ul li {
  margin-left: 40px;
}
.post-container .post-primary .post-author-wrap .left ul li span.icon {
  margin-right: 10px;
}
.post-container .post-primary .post-author-wrap .left ul li:first-child {
  list-style: none;
  margin-left: 0;
}
.post-container .post-primary .desc {
  text-align: justify !important;
  align-items: center;
  justify-content: space-between;
}
.post-container .post-primary .tags {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 1.5rem 0;
}
@media only screen and (max-width: 1024px) {
  .post-container .post-primary .tags {
    flex-direction: column;
  }
}
.post-container .post-primary .tags .tags-name {
  line-height: 33px;
  margin-right: 1rem;
}
@media only screen and (max-width: 991px) {
  .post-container .post-primary .tags .tags-name {
    line-height: 30px;
  }
}
.post-container .post-primary .tags .post__tags {
  display: flex;
  padding: 4px 1rem;
  align-items: center;
  justify-content: center;
  max-height: 34px;
  background-color: #eaedf2;
  text-decoration: none;
  color: #333;
  border-radius: 2px;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}
.post-container .post-primary .tags .post__tags-list {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.post-container .fb-like-bottom {
  margin-left: -10px;
  margin-bottom: 10px;
}
.post-container .top-comment {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.post-container .top-comment .left {
  width: 6%;
}
.post-container .top-comment .left img {
  width: 100%;
}
.post-container .top-comment .right {
  width: 93%;
  background: #ebedf2;
  padding: 20px 30px;
  color: #878c94;
  min-height: 220px;
}
@media (max-width: 1680px) {
  .post-container .top-comment .right {
    min-height: 180px;
  }
}
@media (max-width: 1440px) {
  .post-container .top-comment .right {
    min-height: 150px;
  }
}
@media (max-width: 1366px) {
  .post-container .top-comment .right {
    min-height: 130px;
  }
}
@media (max-width: 1199px) {
  .post-container .top-comment .right {
    min-height: 120px;
  }
}
.post-container .top-comment .right span {
  color: #1777f2;
}
.post-container .comment-post {
  margin-top: 10px;
}
.post-container .comment-post .item-comment {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.post-container .comment-post .item-comment .left {
  width: 6%;
}
.post-container .comment-post .item-comment .left img {
  width: 100%;
}
.post-container .comment-post .item-comment .right {
  width: 93%;
  background: #ebedf2;
  padding: 20px 30px;
}
@media (max-width: 1680px) {
  .post-container .comment-post .item-comment .right {
    padding: 15px 25px;
  }
}
@media (max-width: 1440px) {
  .post-container .comment-post .item-comment .right {
    padding: 13px 22px;
  }
}
@media (max-width: 1366px) {
  .post-container .comment-post .item-comment .right {
    padding: 10px 15px;
  }
}
@media (max-width: 1199px) {
  .post-container .comment-post .item-comment .right {
    padding: 8px 14px;
  }
}
.post-container .comment-post .item-comment .right .name-wrap {
  display: flex;
  justify-content: space-between;
}
.post-container .comment-post .item-comment .right .name-wrap .menu-name {
  color: #8794ad;
}
.post-container .comment-post .item-comment .right p.cmt {
  color: #363636;
  margin-top: 15px;
}
.post-container .comment-post .item-comment .right .like-time {
  display: flex;
  align-items: center;
  margin-top: 15px;
  color: #848484;
}
.post-container .comment-post .item-comment .right .like-time .time {
  margin-left: 40px;
}
.post-container .comment-post .item-comment .right .like-time span {
  margin-right: 10px;
}

.post-relate {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #b7b7b7;
}
@media (max-width: 1680px) {
  .post-relate {
    margin-top: 35px;
    padding-top: 35px;
  }
}
@media (max-width: 1440px) {
  .post-relate {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 1366px) {
  .post-relate {
    margin-top: 25px;
    padding-top: 25px;
  }
}
@media (max-width: 1199px) {
  .post-relate {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.post-relate h2 {
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (max-width: 1680px) {
  .post-relate h2 {
    margin-bottom: 35px;
  }
}
@media (max-width: 1440px) {
  .post-relate h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1366px) {
  .post-relate h2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .post-relate h2 {
    margin-bottom: 20px;
  }
}
.post-relate .city-day {
  margin: 20px 0;
}
@media (max-width: 1680px) {
  .post-relate .city-day {
    margin: 17px 0;
  }
}
@media (max-width: 1440px) {
  .post-relate .city-day {
    margin: 15px 0;
  }
}
@media (max-width: 1366px) {
  .post-relate .city-day {
    margin: 12px 0;
  }
}
@media (max-width: 1199px) {
  .post-relate .city-day {
    margin: 10px 0;
  }
}
.post-relate .post__header h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.post-relate .post__header h5 a {
  color: #454343;
}
.post-relate .post__header h5 a:hover {
  color: #01498b;
}
.post-relate .post__header .post__desc {
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-align: justify;
}
@media (max-width: 1680px) {
  .post-relate .post__header .post__desc {
    margin-top: 17px;
  }
}
@media (max-width: 1440px) {
  .post-relate .post__header .post__desc {
    margin-top: 15px;
  }
}
@media (max-width: 1366px) {
  .post-relate .post__header .post__desc {
    margin-top: 12px;
  }
}
@media (max-width: 1199px) {
  .post-relate .post__header .post__desc {
    margin-top: 10px;
  }
}

.call-to-action.tenant {
  display: flex;
}

.call-to-action.tenant a {
  padding: 10px 40px 7px;
  border: 1px solid #01498b;
  background: #01498b;
  color: #fff !important;
  text-decoration: none !important;
  display: inline-block;
  margin: 0 auto;
}
.call-to-action.tenant a:hover {
  color: black !important;
  background: white;
}

.paginate-mobile {
  display: none;
}
@media (max-width: 1080px) {
  .paginate-mobile {
    display: block;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .paginate-mobile .page-pagination {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .paginate-mobile .page-pagination {
    padding-top: 35.5555555556px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .paginate-mobile .page-pagination {
    padding-top: 26.6666666667px;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .paginate-mobile .page-pagination {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .paginate-mobile .page-pagination {
    padding-bottom: 42.6666666667px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .paginate-mobile .page-pagination {
    padding-bottom: 32px;
  }
}

.post-container__right {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: sticky;
  top: 6rem;
  height: -moz-max-content;
  height: max-content;
  color: #fff;
}

.post-thumbnail {
  width: 100%;
  height: 0%;
  padding-bottom: 60%;
  overflow: hidden;
  position: relative;
}
.post-thumbnail a {
  width: 100%;
  height: 100%;
  position: absolute;
}
.post-thumbnail a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s, visibility 0.3s ease-in;
}
.post-thumbnail a img:hover {
  transform: scale(1.1);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: var(--primary-color);
  height: auto;
  min-height: 45px;
  font-size: 20px;
  color: #fff;
  font-family: "MyriadPro-Regular";
  display: flex;
  align-items: center;
}
@media (max-width: 1080px) {
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    font-size: 16px;
  }
}

.select2-dropdown {
  border: none;
  font-size: 20px;
}
@media (max-width: 1080px) {
  .select2-dropdown {
    font-size: 16px;
  }
}

.select2-results__option,
.select2-results__option--selectable {
  height: auto;
  min-height: 45px;
  background: #e9e9e9;
  font-size: 20px;
  color: #5c5c5c;
  font-family: "MyriadPro-Regular";
  display: flex;
  align-items: center;
  padding: 0 15px;
}
@media (max-width: 1080px) {
  .select2-results__option,
  .select2-results__option--selectable {
    font-size: 16px;
  }
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:hover {
  background: var(--primary-color);
  padding: 0 18px;
  font-size: 20px;
}
@media (max-width: 1080px) {
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:hover {
    font-size: 16px;
  }
}

.select2-container--default .select2-results__option--selected {
  background: #e9e9e9;
  font-size: 20px;
}
@media (max-width: 1080px) {
  .select2-container--default .select2-results__option--selected {
    font-size: 16px;
  }
}

.form-filter button.btn-submit.icon-filter {
  display: none;
  z-index: 1;
}
@media (max-width: 1080px) {
  .form-filter button.btn-submit.icon-filter {
    display: block;
    width: 47px;
    height: 32px;
  }
}
@media (max-width: 800px) {
  .form-filter button.btn-submit.icon-filter {
    width: 50px;
  }
}
@media (max-width: 736px) {
  .form-filter button.btn-submit.icon-filter {
    width: 47px;
    height: 33px;
  }
}
@media (max-width: 600px) {
  .form-filter button.btn-submit.icon-filter {
    height: 31px;
  }
}
@media (max-width: 320px) {
  .form-filter button.btn-submit.icon-filter {
    height: 30px;
  }
}
@media (max-width: 1080px) {
  .form-filter button.btn-submit:last-child {
    display: none;
  }
}

.fitter-media .fitter-media-wrap .select2-container {
  min-width: 120px;
}

.fitter-media {
  background: #f4f4f4;
  margin-top: 3vw;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 1080px) {
  .fitter-media {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1680px) {
  .fitter-media {
    padding-bottom: calculatorPixel(20, 1680)px;
    padding-top: calculatorPixel(20, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .fitter-media {
    padding-bottom: calculatorPixel(20, 1368)px;
    padding-top: calculatorPixel(20, 1368)px;
  }
}
@media (max-width: 1080px) {
  .fitter-media {
    padding-bottom: 0;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .fitter-media {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .fitter-media {
    padding-top: 21.3333333333px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .fitter-media {
    padding-top: 16px;
  }
}
.fitter-media .fitter-media-wrap {
  display: flex;
  justify-content: center;
}
.fitter-media .fitter-media-wrap form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1080px) {
  .fitter-media .fitter-media-wrap form {
    margin-bottom: 3%;
  }
}
.fitter-media .fitter-media-wrap select {
  margin-right: 90px;
}
.fitter-media .fitter-media-wrap .select2-container {
  margin-right: 90px;
  font-family: "MyriadPro-Regular";
  font-size: 20px;
}
@media (max-width: 1680px) {
  .fitter-media .fitter-media-wrap .select2-container {
    margin-right: 70px;
  }
}
@media (max-width: 1560px) {
  .fitter-media .fitter-media-wrap .select2-container {
    margin-right: 60px;
  }
}
@media (max-width: 1366px) {
  .fitter-media .fitter-media-wrap .select2-container {
    margin-right: 50px;
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .fitter-media .fitter-media-wrap .select2-container {
    font-size: 16px;
    margin-right: 12px;
  }
}
@media (max-width: 600px) {
  .fitter-media .fitter-media-wrap .select2-container {
    margin-right: 12px;
    padding-right: 5%;
  }
}
@media (max-width: 590px) {
  .fitter-media .fitter-media-wrap .select2-container {
    margin-right: -3px;
    padding-right: 5%;
  }
}
@media (max-width: 535px) {
  .fitter-media .fitter-media-wrap .select2-container {
    margin-right: -15px;
    padding-right: 4%;
  }
}
@media (max-width: 480px) {
  .fitter-media .fitter-media-wrap .select2-container {
    margin-right: -25px;
    padding-right: 10%;
  }
}
@media (max-width: 414px) {
  .fitter-media .fitter-media-wrap .select2-container {
    margin-right: -38px;
    padding-right: 13%;
  }
}
@media (max-width: 375px) {
  .fitter-media .fitter-media-wrap .select2-container {
    margin-right: -45px;
    padding-right: 17%;
  }
}
@media (max-width: 320px) {
  .fitter-media .fitter-media-wrap .select2-container {
    margin-right: -60px;
    padding-right: 20%;
  }
}
.fitter-media .fitter-media-wrap .select2-container .select2-selection--single {
  border: none;
  height: 50px;
  display: flex;
  align-items: center;
}
@media (max-width: 1680px) {
  .fitter-media .fitter-media-wrap .select2-container .select2-selection--single {
    height: 45px;
  }
}
@media (max-width: 1440px) {
  .fitter-media .fitter-media-wrap .select2-container .select2-selection--single {
    height: 40px;
  }
}
@media (max-width: 1366px) {
  .fitter-media .fitter-media-wrap .select2-container .select2-selection--single {
    height: 35px;
  }
}
@media (max-width: 1199px) {
  .fitter-media .fitter-media-wrap .select2-container .select2-selection--single {
    height: 30px;
  }
}
@media (max-width: 1080px) {
  .fitter-media .fitter-media-wrap .select2-container .select2-selection--single {
    border: 1px solid #acacac;
    border-radius: 0px;
  }
}
.fitter-media .fitter-media-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}
@media (max-width: 1680px) {
  .fitter-media .fitter-media-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
  }
}
@media (max-width: 1440px) {
  .fitter-media .fitter-media-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
  }
}
@media (max-width: 1366px) {
  .fitter-media .fitter-media-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
  }
}
@media (max-width: 1199px) {
  .fitter-media .fitter-media-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .fitter-media .fitter-media-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 36px;
  }
}
@media (max-width: 568px) {
  .fitter-media .fitter-media-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 23px;
  }
}
@media (max-width: 480px) {
  .fitter-media .fitter-media-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 45px;
  }
}
@media (max-width: 414px) {
  .fitter-media .fitter-media-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 49px;
  }
}
@media (max-width: 375px) {
  .fitter-media .fitter-media-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 57px;
  }
}
.fitter-media .fitter-media-wrap .select2-container--default .select2-results > .select2-results__options {
  font-family: "MyriadPro-Regular";
  font-size: 20px;
}
.fitter-media .fitter-media-wrap button {
  font-size: 20px;
  font-family: "MyriadPro-Regular";
  color: #fff;
  border: none;
  outline: none;
  background: var(--primary-color);
  height: 50px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1680px) {
  .fitter-media .fitter-media-wrap button {
    height: 45px;
    padding: 0 25px;
  }
}
@media (max-width: 1440px) {
  .fitter-media .fitter-media-wrap button {
    height: 40px;
    padding: 0 20px;
  }
}
@media (max-width: 1366px) {
  .fitter-media .fitter-media-wrap button {
    height: 35px;
    padding: 0 15px;
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .fitter-media .fitter-media-wrap button {
    height: 30px;
    padding: 0 10px;
    font-size: 16px;
  }
}
@media (max-width: 1080px) {
  .fitter-media .fitter-media-wrap button {
    height: 50px;
  }
}
@media (max-width: 991px) {
  .fitter-media .fitter-media-wrap button {
    height: 45.8796296296px;
  }
}
@media (max-width: 768px) {
  .fitter-media .fitter-media-wrap button {
    height: 35.5555555556px;
  }
}
@media (max-width: 576px) {
  .fitter-media .fitter-media-wrap button {
    height: 26.6666666667px;
  }
}
@media (max-width: 480px) {
  .fitter-media .fitter-media-wrap button {
    height: 22.2222222222px;
  }
}
@media (max-width: 360px) {
  .fitter-media .fitter-media-wrap button {
    height: 16.6666666667px;
  }
}
@media (max-width: 1080px) {
  .fitter-media .fitter-media-wrap button {
    width: 150px;
  }
}
@media (max-width: 991px) {
  .fitter-media .fitter-media-wrap button {
    width: 137.6388888889px;
  }
}
@media (max-width: 768px) {
  .fitter-media .fitter-media-wrap button {
    width: 106.6666666667px;
  }
}
@media (max-width: 576px) {
  .fitter-media .fitter-media-wrap button {
    width: 80px;
  }
}
@media (max-width: 480px) {
  .fitter-media .fitter-media-wrap button {
    width: 66.6666666667px;
  }
}
@media (max-width: 360px) {
  .fitter-media .fitter-media-wrap button {
    width: 50px;
  }
}
@media (max-width: 1080px) {
  .fitter-media .fitter-media-wrap button {
    padding: 0;
  }
}
.fitter-media .fitter-media-wrap button:hover {
  background-color: #0367c3;
  transition: 0.5s;
}

.tag-page .result-main > p:first-child {
  margin-top: 2rem;
  margin-bottom: -20px;
  color: #303030;
}
.tag-page .result-main .search-result .result-img .image {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
  display: block;
}
.tag-page .result-main .search-result .result-img .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tag-page .result-main .search-result .result-content .content h3 a {
  color: #303030;
}

.media-general__box {
  display: grid;
  grid-template-columns: 25% auto 25%;
  gap: 1.5rem;
}
@media only screen and (max-width: 1080px) {
  .media-general__box {
    display: flex;
    flex-direction: column-reverse;
  }
}
.media-general__box-new {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1080px) {
  .media-general__box-new {
    display: flex;
    flex-direction: unset;
  }
}
.media-general__box .item:hover .item-title {
  color: var(--primary-color);
}
.media-general__box .item:hover .item-img {
  transform: scale(1.1);
}
.media-general__box .item:hover .title {
  color: var(--primary-color);
}
.media-general__box-video .item {
  border-bottom: 1px solid #ebebeb;
}
.media-general__box-video .item__img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.media-general__box-video .item__img img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100%;
  transition: transform 0.3s, visibility 0.3s ease-in;
}
.media-general__box-video .item__img img:hover {
  transform: scale(1.1);
}
.media-general__box-video .item:nth-last-child(1) {
  border: 0;
  padding-bottom: 0.5rem !important;
}
.media-general__box-video .item h3 {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.media-general__box-video .item p {
  padding-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1080px) {
  .media-general__box-video .item p {
    display: none;
  }
}
.media-general__box-video .item-thum img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.media-general__box-video:nth-child(1n+2) {
  display: flex;
  padding: 10px 0;
  gap: 2rem;
  justify-content: space-between;
}
@media only screen and (max-width: 1080px) {
  .media-general__box-video:nth-child(1n+2) {
    padding: 20px 0;
    align-items: center;
  }
}
.media-general__box-video:nth-child(1n+2) .item-info__img {
  width: 150px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-general__box-video:nth-child(1n+2) .item-info:hover .img-title {
  color: var(--primary-color);
}
.media-general__box-video:nth-child(1n+2) .item-info {
  padding: 5px 0;
  gap: 1rem;
}
.media-general__box-video:nth-child(1n+2) .item-info__nlast {
  padding: 5px 0;
  padding-bottom: 0;
  gap: 1rem;
}
.media-general__box-video:nth-child(1n+2) .item__img {
  width: 170px;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}
.media-general__box-video:nth-child(1n+2) .item h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.media-general__box-video:nth-child(1n+2) .item-thum {
  flex-direction: column;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0;
}
.media-general__box-video:nth-child(1n+2) .item-thum h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.media-general__box-video:nth-child(1n+2) .item-thum h3 a {
  color: #2e3a41;
}
.media-general__box-video:nth-child(1n+2) .item-thum h3 a:hover {
  color: var(--primary-color);
}
.media-general__box-video:nth-child(1n+2) .item-thum img {
  width: 34px;
  height: 34px;
}
.media-general__box-video:nth-last-child(1) {
  padding-bottom: 0;
}
@media only screen and (max-width: 1080px) {
  .media-general__box-video.mb {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1080px) {
  .media-general__box-video.item {
    width: 48%;
    margin-right: 4%;
    display: unset;
    padding: 0;
    gap: 0;
    justify-content: unset;
    border: unset;
  }
  .media-general__box-video.item:first-child {
    width: 100%;
    margin-right: 0;
  }
  .media-general__box-video.item:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1080px) {
  .media-general__box-video.item-info {
    display: unset !important;
  }
  .media-general__box-video.item-info .media-general__box-video_image {
    width: 100%;
    height: 0%;
    padding-bottom: 60%;
    overflow: hidden;
    position: relative;
  }
  .media-general__box-video.item-info .media-general__box-video_image a.mb {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
  }
  .media-general__box-video.item-info .media-general__box-video_image a.mb img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.3s, visibility 0.3s ease-in;
  }
  .media-general__box-video.item-info .media-general__box-video.item-thum {
    flex-direction: unset;
    align-items: center;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1080px) {
  .media-general__box-video.item-info__nlast {
    display: unset !important;
  }
  .media-general__box-video.item-info__nlast .media-general__box-video_image {
    width: 100%;
    height: 0%;
    padding-bottom: 60%;
    overflow: hidden;
    position: relative;
  }
  .media-general__box-video.item-info__nlast .media-general__box-video_image a.mb {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
  }
  .media-general__box-video.item-info__nlast .media-general__box-video_image a.mb img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.3s, visibility 0.3s ease-in;
  }
  .media-general__box-video.item-info__nlast .media-general__box-video.item-thum {
    flex-direction: unset;
    align-items: center;
    margin-top: 15px;
  }
}
.media-general__box-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1080px) {
  .media-general__box-main {
    order: 1;
    display: unset;
    margin-bottom: 20px;
  }
}
.media-general__box-main:hover .img-title {
  color: #01498b;
}
.media-general__box-main:hover img {
  transform: scale(1.1);
}
.media-general__box-main .img:hover-title {
  color: #01498b;
}
.media-general__box-main .img-image {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 60%;
}
.media-general__box-main .img-image a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.media-general__box-main .img-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s, visibility 0.3s ease-in;
}
.media-general__box-main .img-image a img:hover {
  transform: scale(1.1);
}
.media-general__box-main .img-title {
  color: #2e3a41;
  margin-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1080px) {
  .media-general__box-main .img-title {
    margin-top: 15px;
  }
}
.media-general__box-main .img-title:hover {
  color: var(--primary-color);
}
.media-general__box-main .img p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1080px) {
  .media-general__box-main .img p {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.media-general__box-new {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1080px) {
  .media-general__box-new-item {
    width: 48%;
    margin-right: 4%;
  }
  .media-general__box-new-item:last-child {
    margin-right: 0;
  }
}
.media-general__box-new-item:hover .img-title {
  color: #01498b;
}
.media-general__box-new-item:hover img {
  transform: scale(1.1);
}
.media-general__box-new-item .img {
  width: 100%;
  max-height: 245px;
  overflow: hidden;
  position: relative;
}
.media-general__box-new-item img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s, visibility 0.3s ease-in;
}
.media-general__box-new-item img:hover {
  height: 100%;
  transform: scale(1.1);
}
.media-general__box-new h3 {
  margin: 0px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2e3a41;
}
.media-general__box-new h3:hover {
  color: #01498b;
}
.media-general__box-new-item:nth-last-child(1) {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 1080px) {
  .media-general__box-new-item:nth-last-child(1) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1080px) {
  .media-general__box-new.mb {
    display: flex;
    flex-direction: unset;
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid #f1f1f1;
  }
}

.media-new__title {
  padding: 2rem 0;
}
@media only screen and (max-width: 1080px) {
  .media-new__title {
    padding: 1rem 0;
  }
}
.media-new__title img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 1.5rem;
}
.media-new .media-top {
  margin-bottom: +20px;
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 3rem;
  border-top: 2px solid #ebebeb;
}
@media only screen and (max-width: 1680px) {
  .media-new .media-top {
    margin-bottom: +calculatorPixel(20, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .media-new .media-top {
    margin-bottom: +calculatorPixel(20, 1368)px;
  }
}
@media only screen and (max-width: 1680px) {
  .media-new .media-top {
    margin-right: -calculatorPixel(15, 1680)px;
    margin-left: -calculatorPixel(15, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .media-new .media-top {
    margin-right: -calculatorPixel(15, 1368)px;
    margin-left: -calculatorPixel(15, 1368)px;
  }
}
.media-new .media-top .media-top-item h4 a {
  color: #444444;
}
.media-new .media-top .media-top-item h4 a:hover {
  color: var(--primary-color);
}
.media-new .media-top .media-top-item p.desc {
  text-align: justify;
}
.media-new .media-top .media-top-item .item-image {
  overflow: hidden;
}
.media-new .media-top .media-top-item .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-new .media-top .media-top-item:nth-child(n) {
  width: 20%;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 1680px) {
  .media-new .media-top .media-top-item:nth-child(n) {
    padding-right: calculatorPixel(15, 1680)px;
    padding-left: calculatorPixel(15, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .media-new .media-top .media-top-item:nth-child(n) {
    padding-right: calculatorPixel(15, 1368)px;
    padding-left: calculatorPixel(15, 1368)px;
  }
}
.media-new .media-top .media-top-item:nth-child(n) .item-image {
  overflow: hidden;
}
.media-new .media-top .media-top-item:nth-child(n) .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-new .media-top .media-top-item:nth-child(n) .item-content {
  margin-top: -3px;
  padding-bottom: 25px;
  padding-top: 25px;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1680px) {
  .media-new .media-top .media-top-item:nth-child(n) .item-content {
    padding-bottom: calculatorPixel(25, 1680)px;
    padding-top: calculatorPixel(25, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .media-new .media-top .media-top-item:nth-child(n) .item-content {
    padding-bottom: calculatorPixel(25, 1368)px;
    padding-top: calculatorPixel(25, 1368)px;
  }
}
@media (max-width: 1080px) {
  .media-new .media-top .media-top-item:nth-child(n) .item-content {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .media-new .media-top .media-top-item:nth-child(n) .item-content {
    padding-right: 17.7777777778px;
    padding-left: 17.7777777778px;
  }
}
@media (max-width: 576px) {
  .media-new .media-top .media-top-item:nth-child(n) .item-content {
    padding-right: 13.3333333333px;
    padding-left: 13.3333333333px;
  }
}
@media (max-width: 1080px) {
  .media-new .media-top .media-top-item:nth-child(n) .item-content {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .media-new .media-top .media-top-item:nth-child(n) .item-content {
    padding-bottom: 17.7777777778px;
    padding-top: 17.7777777778px;
  }
}
@media (max-width: 576px) {
  .media-new .media-top .media-top-item:nth-child(n) .item-content {
    padding-bottom: 13.3333333333px;
    padding-top: 13.3333333333px;
  }
}
.media-new .media-top .media-top-item:nth-child(n) .item-content h4 {
  text-align: justify;
  flex: 0 0 100%;
  height: auto;
}
.media-new .media-top .media-top-item:nth-child(n) .item-content h4 a:hover {
  color: var(--primary-color);
}
@media (max-width: 1080px) {
  .media-new .media-top .media-top-item:nth-child(n) {
    width: 50%;
  }
  .media-new .media-top .media-top-item:nth-child(n) .item-img {
    background-color: #f3f3f3;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .media-new .media-top .media-top-item:nth-child(n) .item-content {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .media-new .media-top .media-top-item:nth-child(n) .item-content {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .media-new .media-top .media-top-item:nth-child(n) .item-content {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .media-new .media-top .media-top-item:nth-child(n) .item-content {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .media-new .media-top .media-top-item:nth-child(n) .item-content {
    padding-bottom: 17.7777777778px;
    padding-top: 17.7777777778px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .media-new .media-top .media-top-item:nth-child(n) .item-content {
    padding-bottom: 13.3333333333px;
    padding-top: 13.3333333333px;
  }
}
@media only screen and (max-width: 600px) {
  .media-new .media-top .media-top-item:nth-child(n) {
    width: 100%;
  }
}

.city-day {
  color: #8b8b8b;
}
.city-day .city {
  padding-right: 17px;
  margin-right: 10px;
  border-right: 1px solid #8b8b8b;
}
@media only screen and (max-width: 630px) {
  .city-day .city {
    padding-right: 5px;
    margin-right: 5px;
  }
}

.media-event__general {
  display: grid;
  grid-template-columns: 65% auto;
  gap: 3%;
}
@media only screen and (max-width: 1080px) {
  .media-event__general {
    display: flex;
    flex-direction: column;
  }
}
.media-event__general.media-event__featured-bottom {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
}
@media only screen and (max-width: 1024px) {
  .media-event__general.media-event__featured-bottom {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}
.media-event__general.media-event__featured-bottom .media-event__general-main-img:first-child,
.media-event__general.media-event__featured-bottom .media-event__general-main-img:nth-child(2) {
  grid-column: span 2;
}
@media only screen and (max-width: 1024px) {
  .media-event__general.media-event__featured-bottom .media-event__general-main-img:first-child,
  .media-event__general.media-event__featured-bottom .media-event__general-main-img:nth-child(2) {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 1024px) {
  .media-event__general.media-event__featured-bottom .media-event__general-main-img {
    width: 100%;
  }
}
.media-event__general-item:hover .img-title {
  color: #01498b;
}
.media-event__general-item:hover img {
  transform: scale(1.1);
}
.media-event__general-first {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.media-event__general-first img {
  -o-object-fit: cover;
     object-fit: cover;
}
.media-event__general-item-thumbnail {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.media-event__general-item-thumbnail img {
  transition: transform 0.3s, visibility 0.3s ease-in;
}
.media-event__general-item-thumbnail img:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 1080px) {
  .media-event__general-main {
    display: flex;
    flex-direction: row;
    gap: 3%;
    margin-top: 1rem;
  }
}
.media-event__general-main .img-title {
  color: #2e3a41;
  padding-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.media-event__general-main .img-title:hover {
  color: #01498b;
}
@media only screen and (max-width: 1080px) {
  .media-event__general-main-img {
    width: 50%;
  }
}
.media-event__general-main-img:nth-child(2) {
  padding-top: 30px;
}
@media only screen and (max-width: 1680px) {
  .media-event__general-main-img:nth-child(2) {
    padding-top: calculatorPixel(30, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .media-event__general-main-img:nth-child(2) {
    padding-top: calculatorPixel(30, 1368)px;
  }
}
@media only screen and (max-width: 1080px) {
  .media-event__general-main-img:nth-child(2) {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1680px) {
  .media-event__general-main-img:nth-child(2) {
    padding-top: calculatorPixel(0, 1680)px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1368px) {
  .media-event__general-main-img:nth-child(2) {
    padding-top: calculatorPixel(0, 1368)px;
  }
}
.media-event__general-main-img:hover .img-title {
  color: #01498b;
}
.media-event__general-main-img:hover img {
  transform: scale(1.1);
}
.media-event__general-main-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.media-event__general-main-img-zoom {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.media-event__general-main-img-zoom img {
  transition: transform 0.3s, visibility 0.3s ease-in;
}
.media-event__general-main-img-zoom img:hover {
  transform: scale(1.1);
}
.media-event__general-video h3 {
  margin: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2e3a41;
}
.media-event__general-video h3:hover {
  color: #01498b;
}
.media-event__general-video p {
  margin-top: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.media-eventsnew__general {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3%;
}
@media only screen and (max-width: 768px) {
  .media-eventsnew__general {
    display: flex;
    flex-direction: column;
    gap: 3%;
  }
}
.media-eventsnew__general-first {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.media-eventsnew__general-main:nth-child(1) {
  margin-bottom: 1rem;
}
.media-eventsnew__general-main-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}
.media-eventsnew__general-main-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  filter: blur(5px);
}
.media-eventsnew__general-main-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 85%;
  height: 85%;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: 1px 2px 9px 2px rgba(96, 96, 96, 0.5607843137);
}
.media-eventsnew__general .img-thumbnal {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.media-eventsnew__general .img-thumbnal img:hover {
  transform: scale(1.1);
}
.media-eventsnew__general-main .img-title {
  color: #2e3a41;
  padding-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.media-eventsnew__general-main .img-title:hover {
  color: #01498b;
}

.load-more-article-wp {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.load-more-article-wp .spinner-border {
  background: #01498b;
}
.load-more-article-wp span {
  display: inline-block;
  color: #01498b;
  border: 1px solid #01498b;
  padding: 11px 21px;
  border-radius: 3px;
  cursor: pointer;
}

.newspapers-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1080px) {
  .newspapers-banner {
    display: none;
  }
}
.newspapers-banner .newspapers-banner__fixed {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
}
.newspapers-banner__box {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 11% 0;
}
@media only screen and (max-width: 1080px) {
  .newspapers-banner__box {
    padding: 6rem 0;
  }
}
.newspapers-banner__box-title {
  max-width: 70rem;
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (max-width: 1080px) {
  .newspapers-banner__box-title {
    max-width: 90%;
    text-align: unset;
  }
}
.newspapers-banner__box-title .name {
  position: relative;
  margin: 0;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.newspapers-banner__box-title .name .bottom-line {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: scale(0.5, 1);
  bottom: -6px;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  animation: line-bootom 1.5s ease both;
}

.newspapers-banner.mobile {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .newspapers-banner.mobile {
    display: block;
  }
  .newspapers-banner.mobile h2 {
    margin: 0;
  }
}

@media only screen and (min-width: 1080px) {
  .news-slide {
    display: none;
  }
}
.news-slide__title {
  margin-top: 10px !important;
}
.news-slide .swiper-container .swiper-wrapper {
  padding-bottom: 90px;
}
@media (max-width: 1440px) {
  .news-slide .swiper-container .swiper-wrapper {
    padding-bottom: 40px;
  }
}
.news-slide .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-slide .swiper-container .swiper-pagination {
  text-align: start !important;
}
.news-slide .swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  border-radius: unset !important;
  height: 7px !important;
  padding: 0 18px !important;
  transition: all 0.25s;
}
.news-slide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  padding: 0 43px !important;
  background-color: #01498b !important;
}

.news-thaco-banner__box {
  position: relative;
  height: 100%;
  width: 100%;
}
.news-thaco-banner__box-title {
  position: absolute;
  max-width: 70rem;
  width: 100%;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFFFFF;
}
.news-thaco-banner__box-title .name {
  position: relative;
}
.news-thaco-banner__box-title .name .bottom-line {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: scale(0.5, 1);
  bottom: -6px;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  animation: line-bootom 1.5s ease both;
}

.news-thaco__eventsnew {
  border-bottom: 1px solid #cccccc;
}

.media-bottom {
  display: flex;
  justify-content: space-between;
}
.media-bottom .list-all-post {
  width: 65%;
}
.media-bottom .list-all-post .all-post-item {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ebebeb;
}
.media-bottom .list-all-post .all-post-item .post-thumbnail-wrap {
  width: 37%;
}
.media-bottom .list-all-post .all-post-item .post-content {
  width: 60%;
  display: flex;
  flex-direction: column;
}
.media-bottom .list-all-post .all-post-item .post-content .content-wrapper {
  flex: 1;
}
.media-bottom .list-all-post .all-post-item .post-content .content-wrapper h4 {
  margin-bottom: 0.5rem;
  color: #303030;
}
.media-bottom .list-all-post .all-post-item .post-content .content-wrapper h4:hover {
  color: var(--primary-color);
}
.media-bottom .list-all-post .all-post-item .post-content .content-wrapper h4 a {
  color: #303030;
}
.media-bottom .list-all-post .all-post-item .post-content .content-wrapper h4 a:hover {
  color: var(--primary-color);
}
@media (max-width: 1080px) {
  .media-bottom .list-all-post .all-post-item .post-content .content-wrapper h4 {
    margin-bottom: +25px;
  }
}
@media only screen and (max-width: 768px) {
  .media-bottom .list-all-post .all-post-item .post-content .content-wrapper h4 {
    margin-bottom: +17.7777777778px;
  }
}
@media (max-width: 576px) {
  .media-bottom .list-all-post .all-post-item .post-content .content-wrapper h4 {
    margin-bottom: +13.3333333333px;
  }
}
.media-bottom .list-all-post .all-post-item .post-content p.desc {
  flex-shrink: 0;
  text-align: justify;
}
@media (max-width: 1080px) {
  .media-bottom .list-all-post .all-post-item .post-content p.desc {
    margin-bottom: +35px;
  }
}
@media only screen and (max-width: 768px) {
  .media-bottom .list-all-post .all-post-item .post-content p.desc {
    margin-bottom: +24.8888888889px;
  }
}
@media (max-width: 576px) {
  .media-bottom .list-all-post .all-post-item .post-content p.desc {
    margin-bottom: +18.6666666667px;
  }
}
@media (max-width: 1080px) {
  .media-bottom .list-all-post .all-post-item {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .media-bottom .list-all-post .all-post-item .post-thumbnail-wrap {
    width: 100%;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .media-bottom .list-all-post .all-post-item {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .media-bottom .list-all-post .all-post-item {
    padding-top: 35.5555555556px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .media-bottom .list-all-post .all-post-item {
    padding-top: 26.6666666667px;
  }
}
@media (max-width: 1080px) {
  .media-bottom .list-all-post .all-post-item .post-content {
    width: 100%;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .media-bottom .list-all-post .all-post-item .post-content {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .media-bottom .list-all-post .all-post-item .post-content {
    padding-bottom: 28.4444444444px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .media-bottom .list-all-post .all-post-item .post-content {
    padding-bottom: 21.3333333333px;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .media-bottom .list-all-post .all-post-item .post-content {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .media-bottom .list-all-post .all-post-item .post-content {
    padding-top: 42.6666666667px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .media-bottom .list-all-post .all-post-item .post-content {
    padding-top: 32px;
  }
}
@media (max-width: 1080px) {
  .media-bottom .list-all-post .all-post-item .post-content h4 {
    color: #2e3a41;
  }
  .media-bottom .list-all-post .all-post-item .post-content h4 :hover {
    color: #01498b;
  }
}
.media-bottom .list-all-post .page-pagination ul li {
  margin-right: 15px;
}
.media-bottom .list-all-post .page-pagination ul li a {
  color: #acacac;
}
.media-bottom .list-all-post .page-pagination ul li.active span {
  color: var(--primary-color);
}
.media-bottom .list-all-post .page-pagination ul li.color {
  color: var(--primary-color);
}
.media-bottom .list-post-new {
  width: 33%;
  margin-bottom: 7%;
}
.media-bottom .list-post-new .wrap {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  background: #f3f3f3;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .media-bottom .list-post-new .wrap {
    padding-left: 1.24rem;
    padding-right: 1.25rem;
  }
}
.media-bottom .list-post-new .wrap h2 {
  text-transform: uppercase;
  color: #303030;
}
.media-bottom .list-post-new .wrap .post-new-item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 23px;
}
.media-bottom .list-post-new .wrap .post-new-item .post-thumbnail-wrap {
  width: 30%;
}
.media-bottom .list-post-new .wrap .post-new-item .title {
  width: calc(70% - 1rem);
  text-align: justify;
  margin: 0;
}
.media-bottom .list-post-new .wrap .post-new-item .title a {
  color: #303030;
  text-align: justify;
}
.media-bottom .list-post-new .wrap .post-new-item .title a:hover {
  color: var(--primary-color);
}
.media-bottom .list-post-new .wrap .loading {
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-bottom .list-post-new .wrap .loading img {
  width: 12%;
  height: auto;
}
.media-bottom .list-post-new .banner-news img {
  width: 100%;
  height: auto;
}
.media-bottom .view-all-news {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 20px;
}
.media-bottom .view-all-news a {
  color: #303030;
}
.media-bottom .view-all-news a span {
  margin-left: 10px;
}
@media (max-width: 1080px) {
  .media-bottom {
    flex-wrap: wrap;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .media-bottom {
    margin-bottom: +60px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .media-bottom {
    margin-bottom: +42.6666666667px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .media-bottom {
    margin-bottom: +32px;
  }
}
@media (max-width: 1080px) {
  .media-bottom .list-all-post {
    width: 100%;
  }
  .media-bottom .list-post-new {
    display: none;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .media-bottom .list-all-post .all-post-item {
    flex-wrap: wrap;
  }
  .media-bottom .list-all-post .all-post-item .post-thumbnail-wrap {
    width: 100%;
  }
  .media-bottom .list-all-post .all-post-item .post-content {
    width: 100%;
    padding-top: 25px;
  }
}

.fixed-list-post-new {
  position: fixed !important;
  top: 10% !important;
  max-width: 26.5% !important;
}
@media (max-width: 1264px) {
  .fixed-list-post-new {
    max-width: 29.6% !important;
  }
}

.media-event-list {
  padding-bottom: 50px;
}
@media (max-width: 1080px) {
  .media-event-list {
    padding: 0;
  }
}
.media-event-list .event-item {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #7d7d7d;
}
.media-event-list .event-item:last-child {
  margin-bottom: 0px;
}
@media (max-width: 1080px) {
  .media-event-list .event-item:last-child {
    margin-bottom: 5% !important;
  }
}
@media (max-width: 1680px) {
  .media-event-list .event-item {
    padding-bottom: 30px;
  }
}
@media (max-width: 1440px) {
  .media-event-list .event-item {
    padding-bottom: 30px;
  }
}
@media (max-width: 1366px) {
  .media-event-list .event-item {
    padding-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .media-event-list .event-item {
    padding-bottom: 10px;
  }
}
.media-event-list .event-item .title {
  display: flex;
  margin-bottom: 55px;
  align-items: center;
}
@media (max-width: 1680px) {
  .media-event-list .event-item .title {
    margin-bottom: 45px;
  }
}
@media (max-width: 1440px) {
  .media-event-list .event-item .title {
    margin-bottom: 35px;
  }
}
@media (max-width: 1366px) {
  .media-event-list .event-item .title {
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .media-event-list .event-item .title {
    margin-bottom: 15px;
  }
}
.media-event-list .event-item .title .icon-title {
  display: none;
  width: 5.5%;
  max-width: 55px;
}
.media-event-list .event-item .title .icon-title img {
  width: 100%;
  height: auto;
}
.media-event-list .event-item .title .title-wrap h5 a {
  color: #2e3a41;
}
.media-event-list .event-item .title .title-wrap h5 a:hover {
  color: var(--primary-color);
}
.media-event-list .event-item .title .title-wrap p {
  color: #5c5c5c;
}
.media-event-list .event-item .image-content {
  display: flex;
  justify-content: space-between;
}
.media-event-list .event-item .image-content .image {
  width: 32%;
}
@media (max-width: 1680px) {
  .media-event-list .event-item .image-content .image {
    width: 29%;
  }
}
@media (max-width: 1440px) {
  .media-event-list .event-item .image-content .image {
    width: 26%;
  }
}
@media (max-width: 1366px) {
  .media-event-list .event-item .image-content .image {
    width: 24%;
  }
}
@media (max-width: 1199px) {
  .media-event-list .event-item .image-content .image {
    width: 23%;
  }
}
.media-event-list .event-item .image-content .content {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1680px) {
  .media-event-list .event-item .image-content .content {
    width: 68%;
  }
}
@media (max-width: 1440px) {
  .media-event-list .event-item .image-content .content {
    width: 71%;
  }
}
@media (max-width: 1366px) {
  .media-event-list .event-item .image-content .content {
    width: 73%;
  }
}
@media (max-width: 1199px) {
  .media-event-list .event-item .image-content .content {
    width: 74%;
  }
}
.media-event-list .event-item .image-content .content p {
  text-align: justify;
  color: #5c5c5c;
}
.media-event-list .event-item .image-content .content .view-detail {
  margin-bottom: 10px;
}
.media-event-list .event-item .image-content .content .view-detail a {
  color: #2e3a41;
}
@media (max-width: 1080px) {
  .media-event-list .event-item {
    flex-wrap: wrap;
    display: flex;
    border-bottom: 0;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .media-event-list .event-item {
    margin-bottom: +75px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .media-event-list .event-item {
    margin-bottom: +53.3333333333px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .media-event-list .event-item {
    margin-bottom: +40px;
  }
}
@media (max-width: 1080px) {
  .media-event-list .event-item .title {
    order: 2;
    background-color: #f3f3f3;
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .media-event-list .event-item .title {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .media-event-list .event-item .title {
    padding-bottom: 14.2222222222px;
    padding-top: 14.2222222222px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .media-event-list .event-item .title {
    padding-bottom: 10.6666666667px;
    padding-top: 10.6666666667px;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .media-event-list .event-item .title {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .media-event-list .event-item .title {
    padding-right: 14.2222222222px;
    padding-left: 14.2222222222px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .media-event-list .event-item .title {
    padding-right: 10.6666666667px;
    padding-left: 10.6666666667px;
  }
}
@media (max-width: 1080px) {
  .media-event-list .event-item .title h5 {
    margin-bottom: +25px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1680px) {
  .media-event-list .event-item .title h5 {
    margin-bottom: +calculatorPixel(25, 1680)px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1368px) {
  .media-event-list .event-item .title h5 {
    margin-bottom: +calculatorPixel(25, 1368)px;
  }
}
@media (max-width: 1080px) {
  .media-event-list .event-item .title .title-wrap {
    margin-left: 0;
  }
  .media-event-list .event-item .title .icon-title {
    display: none;
  }
  .media-event-list .event-item .image-content {
    order: 1;
    width: 100%;
  }
  .media-event-list .event-item .image-content .image {
    width: 100%;
  }
  .media-event-list .event-item .image-content .content {
    display: none;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .media-event-list .event-item:first-child {
    margin-top: +60px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .media-event-list .event-item:first-child {
    margin-top: +42.6666666667px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .media-event-list .event-item:first-child {
    margin-top: +32px;
  }
}
@media (max-width: 1080px) {
  .media-event-list .event-item:last-child {
    margin-bottom: 0;
  }
}

.page-pagination {
  padding-top: 30px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1680px) {
  .page-pagination {
    padding-top: calculatorPixel(30, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .page-pagination {
    padding-top: calculatorPixel(30, 1368)px;
  }
}
@media only screen and (max-width: 1680px) {
  .page-pagination {
    padding-bottom: calculatorPixel(60, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .page-pagination {
    padding-bottom: calculatorPixel(60, 1368)px;
  }
}
@media (max-width: 1080px) {
  .page-pagination {
    padding: 0;
  }
}
.page-pagination ul li {
  margin-right: 15px;
}
.page-pagination ul li a,
.page-pagination ul li span {
  color: #acacac;
}
.page-pagination ul li a:hover,
.page-pagination ul li span:hover {
  color: var(--primary-color);
}
.page-pagination ul li.active span {
  color: var(--primary-color);
}
.page-pagination ul li.color {
  color: #acacac;
}
.page-pagination.hidden-desktop {
  display: none;
}
@media (max-width: 1080px) {
  .page-pagination.hidden-desktop {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .page-pagination.hidden-desktop {
    padding-top: 42.6666666667px;
  }
}
@media (max-width: 576px) {
  .page-pagination.hidden-desktop {
    padding-top: 32px;
  }
}
@media (max-width: 1080px) {
  .page-pagination.hidden-desktop {
    display: block;
    padding-bottom: 0;
  }
}

.list-newspapers .list-newspapers-show-more {
  display: flex;
  margin-top: 30px;
}
.list-newspapers .list-newspapers-show-more .show-more {
  padding: 8px 15px 6px;
  border: 1px solid #0367c3;
  margin: 0 auto;
  display: inline-block;
  color: #0367c3;
  display: none;
  cursor: pointer;
}
.list-newspapers .item-newspaper {
  display: flex;
  flex-direction: row;
  gap: 3%;
  flex: 1 1;
}
@media only screen and (max-width: 1080px) {
  .list-newspapers .item-newspaper {
    display: unset;
  }
}
.list-newspapers .item-newspaper:hover .row__bottom .title a {
  color: #01498b;
}
.list-newspapers .item-newspaper .row__top {
  width: 50%;
  height: 0%;
  overflow: hidden;
  padding-bottom: 25%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1080px) {
  .list-newspapers .item-newspaper .row__top {
    width: 100%;
    padding-bottom: 50%;
  }
}
.list-newspapers .item-newspaper .row__top a {
  width: 100%;
  height: 0%;
}
.list-newspapers .item-newspaper .row__top img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.list-newspapers .item-newspaper .row__bottom {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1080px) {
  .list-newspapers .item-newspaper .row__bottom {
    width: 100%;
    padding-bottom: 1rem;
  }
}
.list-newspapers .item-newspaper .row__bottom a .title {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  color: #2e3a41;
}
.list-newspapers .item-newspaper .row__bottom a .title:hover {
  color: #01498b;
}
.list-newspapers .item-newspaper .row__bottom .list-newspaper-day {
  margin-top: 20px;
}
.list-newspapers .item-newspaper .row__bottom .desc {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 1080px) {
  .list-newspapers .item-newspaper .row__bottom .desc {
    line-height: 1.5;
  }
}
.list-newspapers .item-newspaper .row__bottom .list-newspaper-dowload a {
  color: #fff;
  background: #0367c3;
  padding: 7px 10px 5px;
  border-radius: 15px;
}
.list-newspapers .item-newspaper .row__bottom .size-dowload {
  margin: 15px 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1080px) {
  .list-newspapers .item-newspaper .row__bottom .size-dowload {
    margin: 0 0 1rem;
  }
}
.list-newspapers .item-newspaper .row__bottom .size-dowload span.left {
  margin-right: 25px;
}
.list-newspapers .item-newspaper .row__bottom .size-dowload span a {
  background: var(--primary-color);
  color: #fff;
  padding: 7px 10px 5px;
  font-size: 13px;
  border-radius: 3px;
}
.list-newspapers .item-newspaper .row__bottom .tags {
  display: flex;
  align-items: center;
  height: -moz-max-content;
  height: max-content;
}
@media only screen and (max-width: 1080px) {
  .list-newspapers .item-newspaper .row__bottom .tags {
    align-items: center;
    margin-bottom: 1rem;
  }
}
.list-newspapers .item-newspaper .row__bottom .tags .tag-name {
  margin-top: 6px;
}
@media (max-width: 1720px) {
  .list-newspapers .item-newspaper .row__bottom .tags .tag-name {
    margin-top: 3.5px;
  }
}
@media (max-width: 1680px) {
  .list-newspapers .item-newspaper .row__bottom .tags .tag-name {
    margin-top: 3px;
  }
}
@media (max-width: 1440px) {
  .list-newspapers .item-newspaper .row__bottom .tags .tag-name {
    margin-top: 2.6px;
  }
}
.list-newspapers .item-newspaper .row__bottom .tags .name-tag {
  font-size: 18px;
  margin-right: 10px;
}
.list-newspapers .item-newspaper .row__bottom .tags .tag-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  flex: 1;
}
.list-newspapers .item-newspaper .row__bottom .tags .tag-list p {
  width: -moz-fit-content;
  width: fit-content;
  background: #e2e2e2;
  text-align: center;
  padding: 1% 2%;
  margin-right: 3%;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1080px) {
  .list-newspapers .item-newspaper .row__bottom .tags .tag-list p {
    margin-bottom: 5px !important;
  }
}
.list-newspapers .item-newspaper .row__bottom .tags .tag-list p span {
  color: #2e3a41;
  font-size: 13px;
}
.list-newspapers .item-newspaper:nth-child(even) {
  flex-direction: row-reverse;
}

.news-thaco-content {
  padding-bottom: 60px;
}
.news-thaco-content .new-thaco-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}
.news-thaco-content h3 {
  color: #2e3a41;
}
.news-thaco-content .new-thaco-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  filter: blur(5px);
}
.news-thaco-content .new-thaco-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 85%;
  height: 85%;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: 1px 2px 9px 2px rgba(96, 96, 96, 0.5607843137);
}
.news-thaco-content.show-mobile {
  display: none;
}
@media only screen and (max-width: 1680px) {
  .news-thaco-content {
    padding-bottom: calculatorPixel(60, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .news-thaco-content {
    padding-bottom: calculatorPixel(60, 1368)px;
  }
}
@media (max-width: 1080px) {
  .news-thaco-content {
    padding-bottom: 0;
  }
}
.news-thaco-content .news-thaco-announced .media-announced {
  display: flex;
  flex-direction: row;
  gap: 3%;
  gap: 3%;
}
@media only screen and (max-width: 1080px) {
  .news-thaco-content .news-thaco-announced .media-announced {
    flex-direction: column !important;
  }
}
.news-thaco-content .news-thaco-announced .media-announced:nth-child(odd) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1080px) {
  .news-thaco-content .news-thaco-announced .media-announced:nth-child(odd) {
    flex-direction: column !important;
  }
}
.news-thaco-content .news-thaco-announced .media-announced__left {
  width: 65%;
  height: 100%;
}
@media only screen and (max-width: 1080px) {
  .news-thaco-content .news-thaco-announced .media-announced__left {
    width: 100%;
  }
}
.news-thaco-content .news-thaco-announced .media-announced__left-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.news-thaco-content .news-thaco-announced .media-announced__left:hover .title {
  color: #01498b;
}
.news-thaco-content .news-thaco-announced .media-announced__left:hover img {
  transform: scale(1.1);
}
.news-thaco-content .news-thaco-announced .media-announced__left-info .title {
  color: #2e3a41;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-thaco-content .news-thaco-announced .media-announced__left-info .desc p {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1rem;
}
.news-thaco-content .news-thaco-announced .media-announced__left-info .desc-city {
  align-items: center;
}
@media only screen and (max-width: 1080px) {
  .news-thaco-content .news-thaco-announced .media-announced__left-info .desc-city {
    justify-content: space-between;
    margin-top: 1rem;
    align-items: center;
  }
}
.news-thaco-content .news-thaco-announced .media-announced__left-info .desc-city .city-day {
  margin: 0;
  justify-self: center;
}
.news-thaco-content .news-thaco-announced .media-announced__left-info .desc-city .news-download {
  background-color: #01498b;
  border-radius: 20px;
  text-align: center;
  padding: 4px 18px;
  margin-left: 3rem;
}
@media only screen and (max-width: 1080px) {
  .news-thaco-content .news-thaco-announced .media-announced__left-info .desc-city .news-download {
    border-radius: 0px;
    padding: 8px 27px;
    margin-left: 0rem;
  }
}
.news-thaco-content .news-thaco-announced .media-announced__left-info .desc-city .news-download a {
  color: #FFFFFF;
}
.news-thaco-content .news-thaco-announced .media-announced__right {
  width: 35%;
}
@media only screen and (max-width: 1080px) {
  .news-thaco-content .news-thaco-announced .media-announced__right {
    width: 100%;
  }
}
.news-thaco-content .news-thaco-announced .media-announced__right-info {
  border-bottom: 1px solid #c4c4c4;
  padding: 10px 0;
}
.news-thaco-content .news-thaco-announced .media-announced__right-info:nth-child(1) {
  padding-top: 0;
}
.news-thaco-content .news-thaco-announced .media-announced__right-info .title {
  color: #2e3a41;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-thaco-content .news-thaco-announced .media-announced__right-info .title:hover {
  color: #01498b;
}
.news-thaco-content .news-thaco-announced .media-announced__right .city {
  align-items: center;
}
@media only screen and (max-width: 1080px) {
  .news-thaco-content .news-thaco-announced .media-announced__right .city {
    justify-content: space-between;
  }
}
.news-thaco-content .news-thaco-announced .media-announced__right .city .city-day {
  justify-self: center;
}
.news-thaco-content .news-thaco-announced .media-announced__right .city .news-download {
  background-color: #01498b;
  border-radius: 20px;
  text-align: center;
  padding: 4px 18px;
  margin-left: auto;
}
@media only screen and (max-width: 1080px) {
  .news-thaco-content .news-thaco-announced .media-announced__right .city .news-download {
    border-radius: 0px;
    padding: 8px 27px;
    margin-left: 0rem;
  }
}
.news-thaco-content .news-thaco-announced .media-announced__right .city .news-download a {
  color: #FFFFFF;
}
.news-thaco-content .news-thaco-announced_list {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1080px) {
  .news-thaco-content .news-thaco-announced_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .news-thaco-content .news-thaco-announced_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news-thaco-content .news-thaco-announced_item {
  display: flex;
  flex-direction: column;
  color: black;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.news-thaco-content .news-thaco-announced_item .image-frame {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
}
.news-thaco-content .news-thaco-announced_item .image-frame img {
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-thaco-content .news-thaco-announced_item-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-thaco-content .news-thaco-announced_item:hover {
  color: #01498b;
}
.news-thaco-content .news-thaco-announced_item:hover img {
  transform: scale(1.1);
}
.news-thaco-content .news-thaco-announced:nth-child(even) .media-announced {
  flex-direction: row-reverse;
}
.news-thaco-content .news-thaco-list {
  display: flex;
  align-items: center;
  margin-top: 50px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1080px) {
  .news-thaco-content .news-thaco-list {
    display: none;
  }
}
.news-thaco-content .news-thaco-list .news-thaco-item {
  width: 40%;
}
.news-thaco-content .news-thaco-list .item-shareholder {
  flex-direction: column;
}
.news-thaco-content .news-thaco-list .item-shareholder .item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.news-thaco-content .news-thaco-list .item-shareholder .item-wrap .news-download a {
  color: #01498b;
  padding: 5px 10px 5px;
  font-size: 13px;
  border-radius: 3px;
  border: 2px solid #01498b;
}
.news-thaco-content .news-thaco-list .desc-none {
  display: none;
  width: 100%;
  padding-left: 45px;
  margin-top: 10px;
  padding-bottom: 35px;
  border-bottom: 1px solid #2e3a41;
}
.news-thaco-content .news-thaco-list .desc-none .wrap {
  justify-content: space-between;
  display: flex;
}
.news-thaco-content .news-thaco-list .desc-none .wrap .desc-right a {
  color: #fff;
  background: var(--primary-color);
  padding: 7px 10px 5px;
  margin-left: 20px;
}
.news-thaco-content #myList li {
  display: none;
}
.news-thaco-content #loadMore {
  color: var(--primary-color);
  cursor: pointer;
  font-family: "MyriadPro-Regular";
}
.news-thaco-content #loadMore span:last-child {
  margin-left: 0.3%;
}
@media (max-width: 1080px) {
  .news-thaco-content #loadMore.hidden {
    display: none;
  }
}
.news-thaco-content #loadMore:hover {
  color: black;
}

.tabs-mobile {
  display: none;
}

@media (max-width: 1080px) {
  .section-desktop {
    display: none;
  }
  .tabs-mobile {
    display: block;
  }
  .tabs-mobile .nav-tabs {
    border-bottom: none;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .tabs-mobile .nav-tabs {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .tabs-mobile .nav-tabs {
    padding-top: 21.3333333333px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .tabs-mobile .nav-tabs {
    padding-top: 16px;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .tabs-mobile .nav-tabs {
    padding-bottom: 42px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .tabs-mobile .nav-tabs {
    padding-bottom: 29.8666666667px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .tabs-mobile .nav-tabs {
    padding-bottom: 22.4px;
  }
}
@media (max-width: 1080px) {
  .tabs-mobile .nav-link {
    font-weight: bold;
    color: #5c5c5c !important;
    background-color: transparent !important;
    border: none;
  }
  .tabs-mobile .nav-link:focus {
    outline: none;
  }
  .tabs-mobile .nav-link.active {
    position: relative;
  }
  .tabs-mobile .nav-link.active::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 25%;
    right: 25%;
    height: 2px;
    background-color: #01498b;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .tabs-mobile .gallery-item {
    padding-bottom: 73px;
    padding-top: 73px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .tabs-mobile .gallery-item {
    padding-bottom: 51.9111111111px;
    padding-top: 51.9111111111px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .tabs-mobile .gallery-item {
    padding-bottom: 38.9333333333px;
    padding-top: 38.9333333333px;
  }
}
@media (max-width: 1080px) {
  .tabs-mobile .gallery-item .thumbnail {
    position: relative;
  }
  .tabs-mobile .gallery-item .thumbnail img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    vertical-align: middle;
  }
  .tabs-mobile .gallery-item .thumbnail .play {
    background: red;
    border-radius: 50%/10%;
    color: #ffffff;
    font-size: 2em;
    /* change this to change size */
    height: 40px;
    width: 70px;
    padding: 0;
    position: absolute;
    text-align: center;
    text-indent: 0.1em;
    transition: all 150ms ease-out;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .tabs-mobile .gallery-item .thumbnail .play::before {
    background: inherit;
    border-radius: 5%/50%;
    bottom: 9%;
    content: "";
    left: -5%;
    position: absolute;
    right: -5%;
    top: 9%;
  }
  .tabs-mobile .gallery-item .thumbnail .play::after {
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
    content: " ";
    font-size: 70%;
    height: 0;
    top: 50%;
    left: 56%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 0;
  }
  .tabs-mobile .gallery-item .thumbnail .play:hover {
    background: rgb(71, 71, 71);
  }
  .tabs-mobile .gallery-item .content {
    background-color: #f3f3f3;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .tabs-mobile .gallery-item .content {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .tabs-mobile .gallery-item .content {
    padding-bottom: 14.2222222222px;
    padding-top: 14.2222222222px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .tabs-mobile .gallery-item .content {
    padding-bottom: 10.6666666667px;
    padding-top: 10.6666666667px;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .tabs-mobile .gallery-item .content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .tabs-mobile .gallery-item .content {
    padding-right: 14.2222222222px;
    padding-left: 14.2222222222px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .tabs-mobile .gallery-item .content {
    padding-right: 10.6666666667px;
    padding-left: 10.6666666667px;
  }
}
@media (max-width: 1080px) {
  .tabs-mobile .gallery-item .content .day {
    color: #8b8b8b;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  .tabs-mobile .gallery-item .content .title {
    margin-bottom: +30px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .tabs-mobile .gallery-item .content .title {
    margin-bottom: +21.3333333333px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  .tabs-mobile .gallery-item .content .title {
    margin-bottom: +16px;
  }
}
@media (max-width: 1080px) {
  .tabs-mobile .gallery-item .content .title a {
    color: black;
  }
  .tabs-mobile .gallery-item:first-child {
    padding-top: 0;
  }
}
.image-gallery:last-child {
  padding-bottom: 2rem;
}
.image-gallery h3 {
  color: #444444;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}
.image-gallery .image-gallery-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  grid-gap: 1rem;
}
.image-gallery .image-gallery-list .item-image {
  overflow: hidden;
  width: 100%;
}
.image-gallery .image-gallery-list .item-image .day {
  color: #8b8b8b;
  margin-bottom: 0.5rem;
}
.image-gallery .image-gallery-list .item-image .post-thumbnail {
  width: 100%;
  height: 0;
  padding-bottom: 90%;
  position: relative;
  margin-bottom: 1rem;
}
.image-gallery .image-gallery-list .item-image .post-thumbnail a {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.image-gallery .image-gallery-list .item-image h5 a {
  color: #444444;
}
.image-gallery .image-gallery-list .item-image h5 a:hover {
  color: var(--primary-color);
}

.video {
  padding: 30px 0 6px 0;
}

.play-button-icon {
  width: 27px;
  height: 27px;
  flex-shrink: 0;
  background: #01498b;
  border-radius: 50%;
  position: relative;
  display: block;
  transition: 0.2s;
}
.play-button-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
  font-size: 14px;
  color: white;
}
.play-button-icon:hover {
  background: #979797;
}

.post-container__wrapper figure {
  padding: 0;
  margin: 0;
}
.post-container__wrapper figure img {
  margin-bottom: 10px;
}

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

.form-search-media .tenat-accessories {
  gap: 8px;
}
.form-search-media .tenat-accessories__filter-item {
  width: 24%;
}
.form-search-media .tenat-accessories__filter-item.filter-keyword {
  position: relative;
}
.form-search-media .tenat-accessories__filter-item.filter-keyword .filter-icon-search {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 16px;
  color: var(--blue-color);
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .form-search-media .tenat-accessories__filter-item.filter-keyword .filter-icon-search {
    font-size: 12px;
  }
}
.form-search-media .tenat-accessories__filter-item .datepicker-group {
  position: relative;
}
.form-search-media .tenat-accessories__filter-item .datepicker-group .datepicker {
  border-radius: 5px;
}
.form-search-media .tenat-accessories__filter-item .datepicker-group .input-group-append {
  position: absolute;
  background: none;
  height: 100%;
  right: 12px;
}
.form-search-media .tenat-accessories__filter-item .datepicker-group .input-group-append .input-group-text {
  background: none;
  border: none;
  cursor: pointer;
}
.form-search-media .tenat-accessories__filter-item .datepicker-group .input-group-append .input-group-text i {
  color: var(--blue-color);
}
.form-search-media .tenat-accessories__filter-item .search-product {
  width: 100%;
  min-height: 2.5rem;
  border: 1px solid rgba(34, 36, 38, 0.15);
  padding-top: 0.4rem;
  padding-bottom: 0.2rem;
  padding-left: 1rem;
  font-size: 14px;
  color: #000000;
  outline: none;
  background: none;
  border-radius: 5px;
  padding-right: 30px;
}
.form-search-media .tenat-accessories__filter-item .btn-filter {
  border-radius: 5px;
  background: #01498b;
  border: 1.5px solid #01498b;
  color: white;
  padding: 0 30px;
  font-size: calc(var(--c-text-base) - 1px);
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  height: 100%;
  outline: none;
}
@media only screen and (max-width: 768px) {
  .form-search-media .tenat-accessories__filter-item .btn-filter {
    width: 100%;
    padding: 12px 0px;
  }
}
.form-search-media .type-news .ui.selection.dropdown {
  width: 100%;
  height: 100%;
  background: none;
  border-radius: 5px;
}
.form-search-media .type-news .ui.selection.dropdown .text {
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .form-search-media .type-news .ui.selection.dropdown {
    min-width: 6rem;
  }
}
.form-search-media .type-news .ui.selection.dropdown .menu {
  top: 27px;
}
.form-search-media .datepicker .date-news {
  border-radius: 5px;
}

.technical-consulting-support-swiper.news-swiper-wp {
  margin-left: unset;
  margin-bottom: unset;
  margin-top: 3rem;
  width: 100%;
}
.technical-consulting-support-swiper.news-swiper-wp .news-swiper-content-right {
  width: 100%;
  position: relative;
}
.technical-consulting-support-swiper.news-swiper-wp .news-swiper-content-right .swiper-wrapper .sp__image {
  padding-bottom: 56.25%;
}
.technical-consulting-support-swiper.news-swiper-wp .news-swiper-content-right .sp__button-prev,
.technical-consulting-support-swiper.news-swiper-wp .news-swiper-content-right .sp__button-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.technical-consulting-support-swiper.news-swiper-wp .news-swiper-content-right .sp__button-prev {
  left: -4%;
}
.technical-consulting-support-swiper.news-swiper-wp .news-swiper-content-right .sp__button-next {
  right: -4%;
}

:root {
  --color-primary: #01498B;
  --base-width-filter: 200px;
  --base-padding-filter: 20px 20px;
}
@media only screen and (max-width: 1780px) {
  :root {
    --base-width-filter: 190px;
    --base-padding-filter: 20px 18px;
  }
}
@media only screen and (max-width: 1440px) {
  :root {
    --base-width-filter: 180px;
    --base-padding-filter: 18px 15px;
  }
}
@media only screen and (max-width: 1440px) {
  :root {
    --base-width-filter: 160px;
    --base-padding-filter: 15px 10px;
  }
}
@media only screen and (max-width: 1360px) {
  :root {
    --base-width-filter: 140px;
    --base-padding-filter: 10px 8px;
  }
}

:root {
  --base-height-row-search: 40px;
}
@media only screen and (max-width: 576px) {
  :root {
    --base-height-row-search: 30px;
  }
}

@media only screen and (max-width: 576px) {
  #filter-tabs {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 1rem;
    padding: 10px 5px;
  }
}
#filter-tabs .row-filter-native {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media only screen and (max-width: 780px) {
  #filter-tabs .row-filter-native {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }
  #filter-tabs .row-filter-native .ant-tag:first-child,
  #filter-tabs .row-filter-native .ant-tag-checkable:first-child {
    padding-left: 0px !important;
  }
}
#filter-tabs .row-search-native {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 576px) {
  #filter-tabs .row-search-native {
    flex-direction: column;
    gap: 15px;
  }
}
#filter-tabs .row-search-native .select-selection--single .ant-select-selection {
  background: var(--color-primary) !important;
  height: var(--base-height-row-search);
  display: flex;
  align-items: center;
  justify-content: center;
}
#filter-tabs .row-search-native .select-selection--single .ant-select-selection * {
  color: white !important;
  font-family: "MyriadPro-Bold";
}
#filter-tabs .row-search-native .select-selection--single .ant-select-selection .ant-select-selection__rendered {
  padding: 0px 50px 0px 40px !important;
  margin: 0px !important;
}
#filter-tabs .row-search-native .select-selection--single .ant-select-selection .ant-select-arrow {
  right: 20px;
  margin-right: 0px;
}
@media only screen and (max-width: 576px) {
  #filter-tabs .row-search-native .select-selection--single .ant-select-selection {
    border-radius: 5px;
    border: 1px solid var(--color-primary);
    background: white !important;
  }
  #filter-tabs .row-search-native .select-selection--single .ant-select-selection * {
    color: black !important;
  }
}
#filter-tabs .input-search-lg {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 576px) {
  #filter-tabs .input-search-lg img.icon-search {
    left: 5px;
    width: 20px;
    height: 20px;
  }
  #filter-tabs .input-search-lg input {
    font-size: 15px;
    border-radius: 5px;
    padding: 0px 35px 0px 40px;
  }
}
#filter-tabs .input-search-lg input {
  width: 100%;
  height: var(--base-height-row-search);
  border-radius: 10px;
  border: 1px solid var(--color-primary);
  font-size: 17px;
  color: var(--black-color);
  font-family: "MyriadPro-Regular";
  padding: 0px 40px 0px 20px;
}
#filter-tabs .input-search-lg input::-moz-placeholder {
  color: var(--black-color);
}
#filter-tabs .input-search-lg input::placeholder {
  color: var(--black-color);
}
#filter-tabs .input-search-lg img.icon-search {
  width: 25px;
  height: 27px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
  #filter-tabs .custom-effect-button {
    padding-top: 15px;
  }
}
#filter-tabs .custom-effect-button .ant-tabs-tabpane {
  padding-right: 2px;
}
#filter-tabs .custom-effect-button .ant-tabs-nav-scroll {
  border-left: 1px solid var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  margin-bottom: 0px;
  margin-right: 2px;
  padding-bottom: 0px;
}
@media only screen and (max-width: 991px) {
  #filter-tabs .custom-effect-button .ant-tabs-nav-scroll {
    margin-right: 0px;
    padding: 0px;
    margin-bottom: 2px;
    border-bottom: unset;
    border-left: unset;
  }
}
#filter-tabs .custom-effect-button .ant-tabs-nav-container {
  margin-bottom: 0px;
}
#filter-tabs .custom-effect-button .ant-tabs-bar {
  margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
  #filter-tabs .custom-effect-button .ant-tabs-bar .ant-tabs-nav-wrap .ant-tabs-nav {
    width: 100%;
  }
}
#filter-tabs .custom-effect-button .ant-tabs-bar .ant-tabs-nav-wrap .ant-tabs-nav .ant-tabs-ink-bar {
  width: 0px !important;
}
#filter-tabs .custom-effect-button .ant-tabs-bar .ant-tabs-nav-wrap .ant-tabs-nav div {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 991px) {
  #filter-tabs .custom-effect-button .ant-tabs-bar .ant-tabs-nav-wrap .ant-tabs-nav div {
    gap: 5px;
  }
  #filter-tabs .custom-effect-button .ant-tabs-bar .ant-tabs-nav-wrap .ant-tabs-nav div .ant-tabs-tab {
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 5px;
    transition: none !important;
    background: white;
    margin-right: 0px;
    width: 100%;
    justify-content: center;
  }
  #filter-tabs .custom-effect-button .ant-tabs-bar .ant-tabs-nav-wrap .ant-tabs-nav div .ant-tabs-tab-active {
    color: white;
    background-color: var(--color-primary);
    transition: none !important;
  }
}
@media only screen and (min-width: 991px) {
  #filter-tabs .custom-effect-button .ant-tabs-bar .ant-tabs-nav-wrap .ant-tabs-nav div .ant-tabs-tab {
    color: var(--color-primary);
    border: none;
    border-top: 1px solid var(--color-primary);
    border-radius: 0px;
    transition: none !important;
    z-index: 1;
    background: white;
    margin-right: 34px;
  }
  #filter-tabs .custom-effect-button .ant-tabs-bar .ant-tabs-nav-wrap .ant-tabs-nav div .ant-tabs-tab::before, #filter-tabs .custom-effect-button .ant-tabs-bar .ant-tabs-nav-wrap .ant-tabs-nav div .ant-tabs-tab::after {
    content: "";
    position: absolute;
    top: 2px;
    border-radius: 0px !important;
    width: 30px;
    border-top: 2px solid transparent;
    border-radius: 4px 4px 0 0;
    transition: all 0.3s;
    pointer-events: none;
    height: 60px;
    transition: none !important;
    background: white;
  }
  #filter-tabs .custom-effect-button .ant-tabs-bar .ant-tabs-nav-wrap .ant-tabs-nav div .ant-tabs-tab::before {
    left: -20px;
    transform: rotate(35deg);
    border-left: 1px solid var(--color-primary);
    z-index: -2;
  }
  #filter-tabs .custom-effect-button .ant-tabs-bar .ant-tabs-nav-wrap .ant-tabs-nav div .ant-tabs-tab::after {
    right: -20px;
    transform: rotate(-35deg);
    border-right: 1px solid var(--color-primary);
    z-index: -1;
  }
  #filter-tabs .custom-effect-button .ant-tabs-bar .ant-tabs-nav-wrap .ant-tabs-nav div .ant-tabs-tab-active {
    color: white;
    background-color: var(--color-primary);
    transition: none !important;
  }
  #filter-tabs .custom-effect-button .ant-tabs-bar .ant-tabs-nav-wrap .ant-tabs-nav div .ant-tabs-tab-active::before, #filter-tabs .custom-effect-button .ant-tabs-bar .ant-tabs-nav-wrap .ant-tabs-nav div .ant-tabs-tab-active::after {
    background-color: var(--color-primary);
    z-index: -2;
    transition: none !important;
  }
}
#filter-tabs .pg {
  padding: 40px 50px;
  box-shadow: 6px 6px 26.9px 0px rgba(0, 0, 0, 0.1019607843);
  border: 1px solid var(--color-primary);
  border-radius: 0 0 20px 20px;
}
@media only screen and (max-width: 1440px) {
  #filter-tabs .pg {
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 1024px) {
  #filter-tabs .pg {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 991px) {
  #filter-tabs .pg {
    box-shadow: none;
  }
}
@media only screen and (max-width: 880px) {
  #filter-tabs .pg {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 576px) {
  #filter-tabs .pg {
    padding: 15px 0px;
    border: unset;
    border-radius: unset;
  }
}
#filter-tabs .select-mobile-filter .ant-select-selection--single {
  border: 1px solid var(--color-primary);
}
#filter-tabs .select-mobile-filter .ant-select-selection--single .ant-select-selection-selected-value {
  color: black;
}
#filter-tabs .select-mobile-filter .ant-select-selection--single .ant-select-arrow {
  color: var(--color-primary);
}
#filter-tabs .ant-tag,
#filter-tabs .ant-tag-checkable {
  color: black;
  font-family: "MyriadPro-Regular";
}
#filter-tabs .ant-tag:hover,
#filter-tabs .ant-tag-checkable:hover {
  color: black;
}
#filter-tabs .ant-tag-checkable {
  font-size: var(--c-text-base);
}
#filter-tabs .ant-tag-checkable-checked {
  background: unset;
  color: var(--color-primary);
  font-family: "MyriadPro-Bold" !important;
}
#filter-tabs .ant-tag-checkable-checked:hover {
  color: var(--color-primary);
}
#filter-tabs .checkable-name {
  font-weight: 400;
  line-height: 25px;
  color: var(--color-primary);
  min-width: 150px;
}
@media only screen and (max-width: 576px) {
  #filter-tabs .checkable-name {
    font-weight: 600;
    line-height: 25px;
    min-width: unset;
  }
}
#filter-tabs .ant-divider {
  background: black;
}
#filter-tabs span:first-child .ant-divider {
  display: none;
}
@media only screen and (max-width: 576px) {
  #filter-tabs .ant-input-suffix {
    max-width: 12px;
  }
  #filter-tabs .ant-input-suffix svg {
    width: 17px;
    height: 17px;
  }
}
@media only screen and (max-width: 576px) {
  #filter-tabs .ant-input-lg {
    padding: 6px 34px;
  }
}
#filter-tabs .filter-list-des-product .content {
  display: flex;
  margin-bottom: 13px;
}
#filter-tabs .filter-list-des-product .ant-dropdown-link {
  font-family: "MyriadPro-Regular";
  font-size: var(--c-text-base);
  margin-right: 8px;
  padding: 0 7px;
  min-width: 130px;
}
#filter-tabs .filter-list-des-product .ant-dropdown-link * {
  border: none;
  box-shadow: none;
  color: black;
}
#filter-tabs .filter-list-des-product .ant-dropdown-link .ant-select-arrow {
  right: 0px !important;
  top: 40% !important;
}
#filter-tabs .filter-list-des-product .ant-dropdown-link:hover, #filter-tabs .filter-list-des-product .ant-dropdown-link:focus {
  border: none;
  box-shadow: none;
}
#filter-tabs .filter-list-des-product .ant-dropdown-link:hover *, #filter-tabs .filter-list-des-product .ant-dropdown-link:focus * {
  border: none;
  box-shadow: none;
}
#filter-tabs .filter-list-des-product .ant-dropdown-link-active {
  background: unset;
  color: var(--color-primary);
  font-size: var(--c-text-base);
  font-family: "MyriadPro-Bold";
}
#filter-tabs .filter-list-des-product .ant-dropdown-link-active * {
  color: var(--color-primary);
}
#filter-tabs .filter-list-des-product .ant-dropdown-link-active:hover {
  color: var(--color-primary);
}
@media only screen and (max-width: 576px) {
  #filter-tabs .filter-list-des-product .content {
    flex-direction: column;
  }
  #filter-tabs .filter-list-des-product .ant-dropdown-link {
    margin-right: 6px;
  }
}
@media only screen and (max-width: 1024px) {
  #filter-tabs .sell-car-tabs .ant-form-item {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 880px) {
  #filter-tabs .sell-car-tabs .ant-form-item {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 580px) {
  #filter-tabs .sell-car-tabs .ant-form-item {
    margin-bottom: 8px;
  }
}
#filter-tabs .sell-car-tabs .ant-form-item-required::before {
  display: none;
}
#filter-tabs .sell-car-tabs .ant-form-item-label label {
  font-size: var(--c-text-base);
  font-weight: 600;
  line-height: 25px;
  margin-bottom: unset !important;
}
#filter-tabs .sell-car-tabs .ant-select-selection--single {
  border: 1px solid var(--color-primary);
  height: 60px;
  border-radius: 10px;
}
@media only screen and (max-width: 576px) {
  #filter-tabs .sell-car-tabs .ant-select-selection--single {
    height: 40px;
  }
}
#filter-tabs .sell-car-tabs .ant-select-selection--single .ant-select-selection__rendered {
  line-height: 55px;
}
@media only screen and (max-width: 576px) {
  #filter-tabs .sell-car-tabs .ant-select-selection--single .ant-select-selection__rendered {
    line-height: 35px;
  }
}
#filter-tabs .sell-car-tabs .ant-select-selection--single .ant-select-selection__rendered .ant-select-selection__placeholder {
  height: 60px;
  font-size: var(--c-text-base);
  font-weight: 400;
  line-height: 25px;
  color: #000000;
}
@media only screen and (max-width: 576px) {
  #filter-tabs .sell-car-tabs .ant-select-selection--single .ant-select-selection__rendered .ant-select-selection__placeholder {
    height: 40px;
  }
}
#filter-tabs .sell-car-tabs .ant-select-selection--single .ant-select-arrow {
  color: #000000;
}
#filter-tabs .sell-car-tabs .ant-input {
  border: 1px solid var(--color-primary);
  height: 60px;
  border-radius: 10px;
}
@media only screen and (max-width: 576px) {
  #filter-tabs .sell-car-tabs .ant-input {
    height: 40px;
  }
}
#filter-tabs .select-province-wp {
  border-bottom: 1px solid var(--blue-color);
}
#filter-tabs .select-province-wp .select-province-buy-car {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
#filter-tabs .select-province-wp .select-province-buy-car .select-province-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#filter-tabs .select-province-wp .select-province-buy-car .select-province-radio label {
  color: var(--black-color);
  background-color: var(--gray-color);
}
#filter-tabs .select-province-wp .select-province-buy-car .select-province-radio label.ant-radio-button-wrapper-checked {
  background-color: var(--blue-color);
  color: #FFFFFF;
}
@media only screen and (max-width: 576px) {
  #filter-tabs .select-province-wp .select-province-buy-car .select-province-radio {
    width: 100%;
    justify-content: space-between;
  }
  #filter-tabs .select-province-wp .select-province-buy-car .select-province-radio label {
    width: 47%;
  }
}
#filter-tabs .select-province-wp .select-province-buy-car .ant-select-arrow {
  color: #01498B;
}
#filter-tabs .select-province-wp .select-province-buy-car .ant-select-selection__rendered {
  line-height: 34px;
}
#filter-tabs .select-province-wp .select-province-buy-car .ant-select-selection {
  border: unset;
  color: #000000;
  font-family: "MyriadPro-Regular";
  font-size: 17px;
  line-height: 25px;
}
#filter-tabs .province-buy-car {
  right: 25%;
}
#filter-tabs .card-filter-buy-car-wr {
  width: calc((100% - 1440px) / 2);
  left: 0px;
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-left: 5px;
  padding-top: 70px;
}
@media only screen and (max-width: 1800px) {
  #filter-tabs .card-filter-buy-car-wr {
    width: var(--base-width-filter);
  }
}
#filter-tabs .card-filter-buy-car-wr .card-filter-buy-car {
  width: calc(var(--base-width-filter) - 14px);
  border: 1px solid #01498B;
  border-radius: 20px;
}
#filter-tabs .card-filter-buy-car-wr .card-filter-buy-car .title {
  background: #01498B;
  border-radius: 15px 15px 0px 0px;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#filter-tabs .card-filter-buy-car-wr .card-filter-buy-car .wr-content {
  padding: var(--base-padding-filter);
}
#filter-tabs .card-filter-buy-car-wr .card-filter-buy-car .wr-content .wr-arrange {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
#filter-tabs .card-filter-buy-car-wr .card-filter-buy-car .wr-content .wr-arrange .icon {
  color: #01498B;
}
#filter-tabs .card-filter-buy-car-wr .card-filter-buy-car .wr-content li {
  margin-bottom: 10px;
}
#filter-tabs .card-filter-buy-car-wr .card-filter-buy-car .wr-content .checkbox-buy-car .ant-checkbox-inner {
  width: var(--base-checkbox-size);
  height: var(--base-checkbox-size);
  border: 1px solid;
  border-image-source: linear-gradient(90.19deg, #00529B 0%, #328DDE 100%);
  border-image-slice: 1;
  background: unset;
}
#filter-tabs .card-filter-buy-car-wr .card-filter-buy-car .wr-content .checkbox-buy-car .ant-checkbox-inner::after {
  border: 2px solid var(--black-color);
  border-top: 0;
  border-left: 0;
  left: 33%;
}
#filter-tabs .card-filter-buy-car-wr .card-filter-buy-car .wr-content .checkbox-buy-car .btn-filter-buy-car button.ant-btn {
  background: rgba(0, 0, 0, 0.1019607843);
}
@media only screen and (max-width: 1560px) {
  #filter-tabs .card-filter-buy-car-wr .card-filter-buy-car .wr-content .checkbox-buy-car .btn-filter-buy-car button.ant-btn {
    padding: 0px 10px !important;
  }
}
@media only screen and (max-width: 1240px) {
  #filter-tabs .card-filter-buy-car-wr .card-filter-buy-car .wr-content .checkbox-buy-car .btn-filter-buy-car button.ant-btn {
    padding: 0px 8px !important;
  }
}
#filter-tabs .card-filter-buy-car-wr .card-filter-buy-car .wr-content .checkbox-buy-car .btn-filter-buy-car button.ant-btn:hover {
  background: #01498B;
  border: unset;
}
#filter-tabs .advanced-filter-wp {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
#filter-tabs .advanced-filter-wp .advanced-filter-left-group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#filter-tabs .advanced-filter-wp .advanced-filter-left-group .btn-default-advanced .ant-btn {
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #284BFF;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#filter-tabs .advanced-filter-wp .advanced-filter-left-group .btn-default-advanced .wr-btn-flex-center {
  display: flex;
  align-items: center;
  gap: 4px;
}
#filter-tabs .advanced-filter-wp .advanced-filter-left-group .btn-default-advanced .ant-dropdown-trigger {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #284BFF;
  display: flex;
  align-items: center;
}
#filter-tabs .advanced-filter-wp .advanced-filter-left-group .btn-default-advanced .btn-no-dropdown {
  border-radius: 10px;
}
#filter-tabs .advanced-filter-wp .advanced-filter-left-group .the-xe-hiden {
  display: none;
}
#filter-tabs .advanced-filter-wp .advanced-filter-left-group .btn-advanced .ant-btn {
  height: 39px;
  border-radius: unset;
}
#filter-tabs .advanced-filter-wp .advanced-filter-left-group .btn-advanced .ant-btn .advanced {
  display: flex;
  align-items: center;
  gap: 10px;
}
#filter-tabs .advanced-filter-wp .advanced-filter-left-group .tag-close {
  display: flex;
  align-items: center;
}
#filter-tabs .advanced-filter-wp .advanced-filter-left-group .tag-close .ant-tag {
  height: 32px;
  border-radius: 10px;
  background: #FFFFFF;
  border: 1px solid #284BFF;
  display: flex;
  align-items: center;
  background: var(--blue-color);
}
#filter-tabs .advanced-filter-wp .advanced-filter-left-group .tag-close .ant-tag .anticon-close {
  font-size: 17px !important;
  color: white;
}
#filter-tabs .advanced-filter-wp .advanced-filter-right .ant-select-selection {
  background-color: var(--gray-color);
}
@media only screen and (max-width: 991px) {
  #filter-tabs .advanced-filter-wp {
    flex-direction: column;
  }
}

.tab-list-product-buy-car {
  border: none !important;
}

.card-container .ant-input-affix-wrapper {
  font-size: 25px;
}
.card-container .ant-input-search-icon {
  color: var(--color-primary);
}
@media only screen and (max-width: 768px) {
  .card-container .tag-filter {
    margin-top: 1rem;
  }
}

.ant-modal-close {
  color: var(--color-primary) !important;
  top: -3% !important;
  right: -2% !important;
}
@media only screen and (max-width: 768px) {
  .ant-modal-close {
    top: -7px !important;
    right: -3px !important;
  }
}

.ant-modal-close-x {
  width: 50px !important;
  height: 50px !important;
  line-height: 44px !important;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  background: var(--white-color);
}
@media only screen and (max-width: 768px) {
  .ant-modal-close-x {
    width: 40px !important;
    height: 40px !important;
    line-height: 35px !important;
  }
}

.ant-modal-body {
  padding: 56px 33px !important;
}
@media only screen and (max-width: 768px) {
  .ant-modal-body {
    padding: 10px !important;
  }
}

.color-blue-1 {
  color: #01498B;
}

.color-black {
  color: black;
}

.color-gray-1 {
  color: rgba(0, 0, 0, 0.65);
}

.btn-center {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#list-products {
  margin-top: 1rem;
}
#list-products .title {
  color: #01498B;
  font-weight: 700;
  line-height: 31.2px;
  text-align: center;
  margin-bottom: 2rem;
}
#list-products .btn-search-vehicles-filter {
  text-align: center;
  margin-top: 40px;
}
#list-products .layer-sold {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--blue-color);
  opacity: 0.4;
}
#list-products .layer-sold img {
  width: 60%;
  height: auto;
}
#list-products .list-product {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 35px;
}
@media only screen and (max-width: 1480px) {
  #list-products .list-product {
    gap: 30px;
  }
}
@media only screen and (max-width: 1320px) {
  #list-products .list-product {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  #list-products .list-product {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #list-products .list-product {
    grid-template-columns: 1fr;
    padding: 0px;
  }
}
#list-products .pagination-list-product-buy-car {
  text-align: center;
  margin-top: 40px;
}
#list-products .pagination-list-product-buy-car .ant-pagination-item-link {
  border: unset;
  color: #01498B;
}
#list-products .pagination-list-product-buy-car .ant-pagination-prev {
  height: 38px;
  line-height: 25px;
}
#list-products .pagination-list-product-buy-car .ant-pagination-next {
  height: 38px;
  line-height: 25px;
}
#list-products .pagination-list-product-buy-car .ant-pagination-item {
  border: unset;
  font-family: "MyriadPro-Bold";
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
}
#list-products .pagination-list-product-buy-car .ant-pagination-item-active {
  color: #01498B;
}

.layer-sold {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--blue-color);
  opacity: 0.4;
}
.layer-sold img {
  width: 60%;
  height: auto;
}

.detail-product .price-product {
  margin-top: 10px;
}
.detail-product .wr-list-detail {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.detail-product .wr-list-detail img {
  width: 20px;
  height: 20px;
}
.detail-product .list-detail .divider-detail {
  margin: 1rem 0px !important;
}
.detail-product .list-detail .content {
  max-width: 230px;
}
.detail-product .installment {
  margin-bottom: 30px;
}
@media only screen and (max-width: 576px) {
  .detail-product .price-product {
    margin-top: 5px;
  }
  .detail-product .installment {
    margin-bottom: 20px;
  }
}

.map-product {
  margin-top: 2.5rem;
}
.map-product .map iframe {
  width: 100% !important;
  height: 330px !important;
  border-radius: 10px;
  box-shadow: 4px 4px 17.2px 0px rgba(0, 0, 0, 0.1490196078);
  border: 1px solid #01498B !important;
}
@media only screen and (max-width: 576px) {
  .map-product .map iframe {
    border-radius: 5px;
  }
}

.detailed-description-product {
  margin-top: 3.5rem;
}
.detailed-description-product .detailed-description-card {
  margin-top: 20px;
}
.detailed-description-product .detailed-description-card .ant-card-bordered {
  border-radius: 20px;
  box-shadow: 4px 4px 17.2px 0px rgba(0, 0, 0, 0.1490196078);
  border: 1px solid #01498B;
}
.detailed-description-product .detailed-description-card .ant-card-bordered .ant-card-body {
  padding: 30px 30px 17px 30px !important;
}

.card-product-detail {
  border: 1px solid #01498B !important;
  box-shadow: 4px 4px 17.2px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 10px !important;
}
.card-product-detail .ant-card-body {
  padding: 20px !important;
}
.card-product-detail .wr-btn {
  margin-top: 1rem;
  box-shadow: unset;
  border-top: unset;
}
@media only screen and (max-width: 991px) {
  .card-product-detail .wr-btn {
    border-top: none;
    padding: 0px !important;
  }
}
@media only screen and (max-width: 991px) {
  .card-product-detail {
    margin-top: 2rem !important;
    border: unset !important;
    box-shadow: unset;
    border-radius: unset !important;
  }
  .card-product-detail .ant-card-body {
    padding: 0px !important;
  }
  .card-product-detail .wr-btn {
    margin-top: 20px;
  }
}

.btn-detail-product-end {
  margin-bottom: 70px;
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .btn-detail-product-end {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .btn-detail-product-end div.ant-row {
    display: flex;
    flex-direction: column;
  }
  .btn-detail-product-end div.ant-col {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .btn-detail-product-end {
    margin-bottom: 50px;
    margin-top: 30px;
  }
}

.tag-product-tag-top {
  position: absolute;
  top: 0;
}
.tag-product-tag-top .tag-product {
  padding: 4px 16px;
  border-radius: 10px 0px 20px 0px;
  background: linear-gradient(90.19deg, #00529B 0%, #328DDE 100%);
  border: unset;
  margin-left: 2px;
}

.ant-popover {
  left: 866px;
}
.ant-popover .ant-popover-inner {
  width: 388px;
}
.ant-popover .ant-popover-inner .ant-popover-title {
  margin: 5px 16px 4px;
  padding: 10px 0;
}
.ant-popover .ant-popover-inner .ant-popover-title .wp-share-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ant-popover .ant-popover-inner .ant-popover-title .wp-share-title .wp-share-title-icon {
  cursor: pointer;
}
.ant-popover .ant-popover-inner .ant-popover-title .wp-share-title .wp-share-title-icon i {
  background-color: #ccc;
  border-radius: 50%;
  padding: 6px;
}
.ant-popover .ant-popover-inner .ant-popover-inner-content .wp-share-content-images {
  display: flex;
  gap: 8px;
}
.ant-popover .ant-popover-inner .ant-popover-inner-content .wp-share-content-images a, .ant-popover .ant-popover-inner .ant-popover-inner-content .wp-share-content-images div {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  cursor: pointer;
}
.ant-popover .ant-popover-inner .ant-popover-inner-content .wp-share-content-images a img, .ant-popover .ant-popover-inner .ant-popover-inner-content .wp-share-content-images div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.ant-message-success {
  display: flex;
}

.product-detail-wp-image {
  position: relative;
}
.product-detail-wp-image .swiper-car-detail {
  height: 80%;
  width: 100%;
}
.product-detail-wp-image .swiper-car-detail .product-detail-image {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 51.25%;
  overflow: hidden;
  border-radius: 10px;
}
.product-detail-wp-image .swiper-car-detail .product-detail-image > img, .product-detail-wp-image .swiper-car-detail .product-detail-image > video {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.product-detail-wp-image .swiper-car-detail .product-detail-image .img-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 0.3s;
  font-size: 3em;
  color: white;
  cursor: pointer;
}
.product-detail-wp-image .swiper-car-detail .product-detail-image:hover .img-play-icon {
  opacity: 0.6;
}
.product-detail-wp-image .swiper-thumb-cars {
  margin-top: 1rem;
}
.product-detail-wp-image .swiper-thumb-cars .swiper-slide {
  width: 25%;
  height: 80px;
  border-radius: 5px;
}
.product-detail-wp-image .swiper-thumb-cars .swiper-slide img, .product-detail-wp-image .swiper-thumb-cars .swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.product-detail-wp-image .swiper-thumb-cars .swiper-slide-thumb-active {
  border: 2px solid var(--blue-color);
  filter: grayscale(0%);
}
.product-detail-wp-image .swiper-button-next, .product-detail-wp-image .swiper-button-prev {
  width: 50px;
  height: 50px;
  font-size: 12px;
  background-color: #FFFFFF;
  border-radius: 50%;
  color: var(--blue-color);
  border: 1px solid var(--blue-color);
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.product-detail-wp-image .swiper-button-next::after, .product-detail-wp-image .swiper-button-prev::after {
  font-size: 12px;
}
.product-detail-wp-image .product-detai-image-tag,
.product-detail-wp-image .product-detai-see-image-tag,
.product-detail-wp-image .product-detai-see-video-tag {
  position: absolute;
  border: 1px solid var(--blue-color);
  background-color: #FFFFFF;
  cursor: pointer;
  z-index: 9;
}
.product-detail-wp-image .product-detai-image-tag {
  padding: 8px 10px;
  bottom: 110px;
  left: 20px;
}
.product-detail-wp-image .product-detai-image-tag img {
  width: 20px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-detail-wp-image .product-detai-see-image-tag {
  padding: 8px 20px;
  bottom: 110px;
  right: 125px;
  color: var(--blue-color);
}
.product-detail-wp-image .product-detai-see-video-tag {
  padding: 8px 20px;
  bottom: 110px;
  right: 20px;
  color: var(--blue-color);
}

.wp-modal-list-image .ant-modal-body {
  padding: 30px !important;
}
.wp-modal-list-image .ant-modal-body img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.wp-modal-list-video .ant-modal-body {
  padding: 30px !important;
}
.wp-modal-list-video .ant-modal-body video {
  width: 100%;
  height: 200px;
}

.header {
  background: #01498b;
  position: fixed;
  height: var(--menu-space);
  z-index: 99;
  width: 100%;
  top: 0;
  transition: all 0.3s ease-out;
}
.header .header-wrap-top {
  position: relative;
  background-color: #EAEAEA;
  height: 36px;
}
.header .header-wrap-top::after {
  content: "";
  position: absolute;
  border: 18px solid #01498b;
  bottom: 0;
  position: absolute;
  content: "";
  border-top-width: 0;
  border-left-width: 0;
  width: 27%;
  z-index: 1;
  border-right-color: transparent;
}
.header .header-wrap-top .wp-hotline {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header .header-wrap-top .wp-hotline .hotline-icon i {
  padding: 5px;
  border-radius: 50%;
  border: 1px solid var(--blue-color);
  font-size: 12px;
}
.header .header-wrap-top .wp-hotline .list-hotline {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: calc(100% - 36px);
}
.header .header-wrap-left {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
  justify-content: space-between;
}
.header .header-wrap-left .logo {
  position: relative;
  margin-top: -2rem;
  z-index: 1;
  width: 22%;
}
.header .header-wrap-left .logo .page-logo img {
  width: 100%;
  height: auto;
  max-width: 210px;
}
.header .header-wrap-left .main-menu {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.header .header-wrap-left .main-menu ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: unset;
  height: 100%;
  padding-left: 0;
  gap: 3rem;
}
.header .header-wrap-left .main-menu ul li.menu-big {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0.8rem;
  margin: auto;
  cursor: pointer;
  transition: background-color 0.2s linear;
}
@media only screen and (max-width: 1600px) {
  .header .header-wrap-left .main-menu ul li.menu-big {
    padding: 0 0.6rem;
  }
}
@media only screen and (max-width: 1280px) {
  .header .header-wrap-left .main-menu ul li.menu-big {
    padding: 0 0.5rem;
  }
}
.header .header-wrap-left .main-menu ul li.menu-big:hover > a, .header .header-wrap-left .main-menu ul li.menu-big.active > a {
  color: var(--black-color) !important;
}
.header .header-wrap-left .main-menu ul li.menu-big:last-child {
  margin-left: 0;
}
.header .header-wrap-left .main-menu ul li.menu-big > a {
  position: relative;
  top: 2px;
}
.header .header-wrap-left .main-menu ul li.menu-big a {
  color: var(--black-color);
  font-size: 16px;
  position: relative;
}
@media only screen and (max-width: 1240px) {
  .header .header-wrap-left .main-menu ul li.menu-big a {
    font-size: 14px;
  }
}
.header .header-wrap-left .main-menu ul li.menu-big:hover > .sub-menu-drop {
  display: block;
}
.header .header-wrap-left .main-menu ul li.menu-item-primary-padding {
  padding: 0 2.6rem;
}
@media (max-width: 1500px) {
  .header .header-wrap-left .main-menu ul li.menu-item-primary-padding {
    padding: 0 2.4rem;
  }
}
@media (max-width: 1400px) {
  .header .header-wrap-left .main-menu ul li.menu-item-primary-padding {
    padding: 0 2.1rem;
  }
}
@media only screen and (max-width: 991px) {
  .header {
    display: none;
  }
}

#mobileNav {
  height: 50px;
  background-color: #f6f6f7;
  display: none;
}
@media only screen and (max-width: 991px) {
  #mobileNav {
    display: block;
  }
}
#mobileNav .infomation-system-mobile {
  display: block !important;
}
#mobileNav .menu-main {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
}
#mobileNav .menu-main .logo {
  text-align: center;
  display: block;
}
#mobileNav .menu-main .logo img {
  width: auto;
  position: relative;
  top: -2px;
  height: 14px;
}
#mobileNav .menu-main .icon-menu {
  margin-left: auto;
  transition: margin 400ms;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
}
#mobileNav .menu-main .zeynep-wp {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
#mobileNav .menu-main .zeynep-wp .menu-item-annouce {
  cursor: pointer;
}
#mobileNav .menu-main .zeynep-wp .menu-item-annouce .dropdown i {
  position: relative;
  padding: 10px;
  color: #FFFFFF;
}
#mobileNav .menu-main .zeynep-wp .menu-item-annouce .dropdown i span {
  position: absolute;
  top: 0;
  right: 0px;
  border-radius: 50%;
  color: #FFFFFF;
}
#mobileNav .menu-main .zeynep-wp .menu-item-annouce .dropdown-menu {
  transform: unset !important;
  left: -11rem !important;
  top: 3rem !important;
}
#mobileNav .menu-main .zeynep-wp .menu-item-annouce .dropdown-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
  padding-left: 10px;
}
#mobileNav .menu-main .zeynep-wp ul {
  margin-top: 1rem;
}
#mobileNav .menu-main .zeynep-wp ul .menu-sub-item-icon {
  color: inherit;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 18px 20px;
  text-decoration: none;
  transition: all 150ms;
  border-bottom: 1px solid #efefef;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mobileNav .menu-main .zeynep-wp ul .menu-sub-item-icon:hover {
  background-color: #efefef;
  border-radius: 3px;
}
#mobileNav .menu-main .zeynep-wp ul .menu-sub-item-icon button {
  border: none;
  background: transparent;
  outline: none;
  color: #404143;
  position: relative;
  flex: 1;
}
#mobileNav .menu-main .zeynep-wp ul .menu-sub-item-icon button i {
  float: right;
}
#mobileNav .menu-main .zeynep-wp ul .menu-sub-item-icon a {
  color: #404143;
}
#mobileNav #top-nav {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  cursor: pointer;
  opacity: 0;
  transition: margin 400ms;
}
@media (max-width: 1080px) {
  #mobileNav #top-nav {
    width: 63px;
  }
}
@media (max-width: 991px) {
  #mobileNav #top-nav {
    width: 57.8083333333px;
  }
}
@media (max-width: 768px) {
  #mobileNav #top-nav {
    width: 44.8px;
  }
}
@media (max-width: 576px) {
  #mobileNav #top-nav {
    width: 33.6px;
  }
}
@media (max-width: 480px) {
  #mobileNav #top-nav {
    width: 28px;
  }
}
@media (max-width: 360px) {
  #mobileNav #top-nav {
    width: 21px;
  }
}
@media (max-width: 1080px) {
  #mobileNav #top-nav {
    height: 64px;
  }
}
@media (max-width: 991px) {
  #mobileNav #top-nav {
    height: 58.7259259259px;
  }
}
@media (max-width: 768px) {
  #mobileNav #top-nav {
    height: 45.5111111111px;
  }
}
@media (max-width: 576px) {
  #mobileNav #top-nav {
    height: 34.1333333333px;
  }
}
@media (max-width: 480px) {
  #mobileNav #top-nav {
    height: 28.4444444444px;
  }
}
@media (max-width: 360px) {
  #mobileNav #top-nav {
    height: 21.3333333333px;
  }
}
#mobileNav .hamburgerspan {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
  background: var(--black-color);
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#mobileNav .hamburgerspan:first-child {
  transform-origin: 0% 0%;
}
#mobileNav .hamburgerspan:nth-last-child(2) {
  transform-origin: 0% 100%;
}
#mobileNav #top-nav:checked ~ .icon-menu .hamburgerspan {
  transform: rotate(-45deg) translate(-10%, -2px);
}
#mobileNav #top-nav:checked ~ .icon-menu .hamburgerspan:nth-last-child(3) {
  display: none;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#mobileNav #top-nav:checked ~ .icon-menu .hamburgerspan:nth-last-child(2) {
  opacity: 1;
  transform: rotate(45deg) translate(-10%, 0px);
}
#mobileNav input[id^=menu-] {
  flex-grow: 1;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}
#mobileNav div[id^=menu-cont-] {
  border-right: 1px solid #ccc;
  background-color: #fff;
  box-sizing: border-box;
  margin: 0;
  height: 100vh;
  position: fixed;
  margin: 0;
  overflow-y: auto;
  top: 0;
  left: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.35s;
  padding-right: 0;
}
#mobileNav #top-nav:checked,
#mobileNav #top-nav:checked ~ .icon-menu {
  position: fixed;
  right: 0;
  top: 0.5%;
  z-index: 1100;
  transform: translateY(0);
}
#mobileNav #top-nav:checked ~ .icon-menu .hamburgerspan {
  z-index: 1100;
}
#mobileNav #top-nav:checked ~ div[id^=menu-cont-],
#mobileNav input[id^=menu-]:checked ~ div[id^=menu-cont-] {
  transform: translate3d(0, 0, 0);
}
#mobileNav li.nav-item {
  width: 100%;
  padding: unset;
  margin: unset;
}
#mobileNav li.nav-item a {
  color: #454343;
  width: -moz-max-content;
  width: max-content;
}
#mobileNav #menu-cont-1 ul > li.nav-item:first-child {
  padding-top: 0;
}
#mobileNav div[id^=menu-cont-] li.nav-item:last-child {
  border: 0;
}
#mobileNav .menu-ul {
  padding: 4rem 0 0;
}
#mobileNav .nav-item.sub-menu:after {
  z-index: -1;
}
#mobileNav .nav-item.sub-menu:after,
#mobileNav label.menu-label:before {
  content: "";
  border: 2px solid transparent;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 2px;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 2px;
  display: block;
  width: 3.5vw;
  height: 3.5vw;
  max-width: 15px;
  max-height: 15px;
  min-width: 7px;
  min-height: 7px;
  margin-bottom: -5px;
  position: absolute;
  right: 20px;
  transform: rotate(-45deg);
  border-color: rgba(0, 0, 0, 0.3);
  border-top: none;
  border-top-color: currentcolor;
  border-left: none;
  border-left-color: currentcolor;
}
#mobileNav label.menu-label {
  width: 100%;
  padding: 3.8% 3% 3%;
  display: block;
  border-bottom: 1px solid #ccc;
  color: white;
  box-sizing: border-box;
  background-color: var(--primary-color);
}
#mobileNav label.menu-label:before {
  float: left;
  margin-right: 10px;
  margin-left: 0px;
  transform: rotate(135deg);
  border-color: white;
}
#mobileNav #menu-cont-1 {
  z-index: 1001;
  width: 100%;
  max-width: 400px;
}
#mobileNav #menu-cont-2 {
  z-index: 1002;
  width: 100%;
}
#mobileNav #menu-cont-3 {
  z-index: 1003;
  width: 100%;
}
#mobileNav .hamburgerspan {
  z-index: 9998;
}
#mobileNav #top-nav {
  z-index: 9999 !important;
}

.zeynep {
  background-color: white;
  color: #404143;
  width: 300px;
  max-width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.zeynep ul {
  list-style-type: none;
  padding: 0;
  padding-left: 20px;
  -webkit-overflow-scrolling: touch;
}
.zeynep ul > li {
  display: block;
}
.zeynep ul > li > a {
  color: inherit;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 18px 20px;
  text-decoration: none;
  transition: all 150ms;
}
.zeynep ul > li > a:hover {
  background-color: #efefef;
  border-radius: 3px;
}
.zeynep ul > li:not(:last-child) > a {
  border-bottom: 1px solid #efefef;
}
.zeynep ul > li.has-submenu > a {
  background-image: url("https://raw.githack.com/hsynlms/zeynepjs/master/examples/images/submenu-arrow.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
}
.zeynep ul > li.has-submenu > a:hover {
  background-image: url("https://raw.githack.com/hsynlms/zeynepjs/master/examples/images/submenu-arrow-active.svg");
}
.zeynep .submenu {
  background-color: #ffffff;
  left: 295px;
}
.zeynep .submenu-header {
  background-image: url("https://raw.githack.com/hsynlms/zeynepjs/master/examples/images/menu-back.svg");
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
  border-bottom: solid 1px #efefef;
  cursor: pointer;
  position: relative;
}
.zeynep .submenu-header > a {
  color: inherit;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 18px 20px;
  padding-left: 40px;
  text-decoration: none;
}
.zeynep .submenu-header > a:before {
  background-image: url("https://raw.githack.com/hsynlms/zeynepjs/master/examples/images/submenu-arrow.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
  content: "";
  height: 100%;
  left: 26px;
  position: absolute;
  top: 0;
  transform: rotate(-180deg);
  width: 20px;
}
.zeynep .submenu > .submenu-link {
  padding-left: 40px;
  width: 100%;
  margin-left: 20px;
  color: inherit;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 18px 20px;
  text-decoration: none;
  border-bottom: 1px solid #efefef;
}

.box-search-mobile {
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.12);
  margin-bottom: 15px;
}
.box-search-mobile form {
  display: flex;
  width: 100%;
}
.box-search-mobile form input,
.box-search-mobile form button {
  border: none;
  outline: none;
  padding: 15px 20px;
  background-color: transparent;
  box-shadow: none;
}
.box-search-mobile form input {
  flex-grow: 1;
  padding-right: 0;
  font-size: 16px;
}
.box-search-mobile form button {
  position: absolute;
  right: 0;
  top: -1;
}
.box-search-mobile form button ion-icon {
  color: var(--black-color);
}

.nav-lang-mobile {
  justify-content: flex-start;
  padding-left: 40px;
}
.nav-lang-mobile .nav-item-mobile .nav-link-mobile {
  padding: 10px 15px;
  color: var(--primary-color);
  font-weight: bold;
  border: 1px solid var(--primary-color);
}
.nav-lang-mobile .nav-item-mobile.active .nav-link-mobile {
  background-color: var(--primary-color);
  color: white;
}

#footer {
  background: var(--blue-color);
  padding: 3rem 0 1rem;
  vertical-align: middle;
  color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  #footer {
    padding: 2rem 0;
  }
}
#footer .footer-wrap {
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 991px) {
  #footer .footer-wrap {
    gap: unset;
  }
}
#footer .footer-wrap .footer-left {
  width: 25%;
}
#footer .footer-wrap .footer-left .logo-bottom {
  width: 100%;
}
#footer .footer-wrap .footer-left .logo-bottom img {
  width: 90%;
  height: auto;
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-left .logo-bottom img {
    width: 40%;
  }
}
@media (max-width: 576px) {
  #footer .footer-wrap .footer-left .logo-bottom img {
    width: 50%;
  }
}
@media (max-width: 480px) {
  #footer .footer-wrap .footer-left .logo-bottom img {
    width: 60%;
  }
}
@media (max-width: 320px) {
  #footer .footer-wrap .footer-left .logo-bottom img {
    width: 80%;
  }
}
#footer .footer-wrap .footer-left .thaco-contact {
  margin-top: 0.5rem;
}
#footer .footer-wrap .footer-left .thaco-contact .name-company {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 90%;
}
#footer .footer-wrap .footer-left .thaco-contact .name-company > span {
  margin-right: 0.25rem;
}
#footer .footer-wrap .footer-left .thaco-contact .name-company > span:last-child {
  margin-right: unset;
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-left .thaco-contact .name-company {
    width: 40%;
  }
}
@media (max-width: 576px) {
  #footer .footer-wrap .footer-left .thaco-contact .name-company {
    width: 50%;
  }
}
@media (max-width: 480px) {
  #footer .footer-wrap .footer-left .thaco-contact .name-company {
    width: 60%;
  }
}
@media (max-width: 320px) {
  #footer .footer-wrap .footer-left .thaco-contact .name-company {
    width: 80%;
  }
}
#footer .footer-wrap .footer-left .list-media {
  flex: 0 0 43%;
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-top: 12px;
  gap: 2rem;
  list-style: none;
}
#footer .footer-wrap .footer-left .list-media li img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 0px;
}
#footer .footer-wrap .footer-left .wp-list-hotline .hotline-title {
  display: flex;
  align-items: center;
  gap: 5px;
}
#footer .footer-wrap .footer-left .wp-list-hotline .hotline-title i {
  margin-top: -4px;
}
#footer .footer-wrap .footer-left .wp-list-hotline .list-hotline .hotline-item a {
  color: #f9ff00;
}
#footer .footer-wrap .footer-right {
  width: 75%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  position: relative;
}
#footer .footer-wrap .footer-right::before {
  content: "";
  display: block;
  height: 60%;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 40%;
  left: -12px;
  transform: translateY(-40%);
}
@media only screen and (max-width: 991px) {
  #footer .footer-wrap .footer-right::before {
    display: none;
  }
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-right {
    margin-left: 0%;
  }
}
@media (max-width: 768px) {
  #footer .footer-wrap .footer-right {
    padding-left: 0;
    margin-left: 0;
  }
}
#footer .footer-wrap .footer-right .list-media-mobile {
  display: none;
}
#footer .footer-wrap .footer-right .list-link {
  padding-left: 2rem;
  list-style: circle;
}
#footer .footer-wrap .footer-right .list-link li::marker {
  color: #FFFFFF;
}
#footer .footer-wrap .footer-right .item {
  position: relative;
  max-width: calc(25% - 20px);
  flex: 0 calc(25% - 20px);
  margin-bottom: +23px;
}
@media only screen and (max-width: 1680px) {
  #footer .footer-wrap .footer-right .item {
    margin-bottom: +calculatorPixel(23, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #footer .footer-wrap .footer-right .item {
    margin-bottom: +calculatorPixel(23, 1368)px;
  }
}
#footer .footer-wrap .footer-right .item h2 {
  margin-top: 0px;
}
#footer .footer-wrap .footer-right .item i {
  position: absolute;
  right: 3%;
  font-size: 20px;
  display: none;
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-right .item i {
    display: block;
  }
}
#footer .footer-wrap .footer-right .item .title {
  margin-bottom: +20px;
}
@media only screen and (max-width: 1680px) {
  #footer .footer-wrap .footer-right .item .title {
    margin-bottom: +calculatorPixel(20, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  #footer .footer-wrap .footer-right .item .title {
    margin-bottom: +calculatorPixel(20, 1368)px;
  }
}
#footer .footer-wrap .footer-right .item.mobile {
  display: none;
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-right .item.mobile {
    display: block;
  }
}
#footer .footer-wrap .footer-right .item ul li {
  position: relative;
  line-height: 36px;
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-right .item ul li {
    margin-top: +10px;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrap .footer-right .item ul li {
    margin-top: +7.1111111111px;
  }
}
@media (max-width: 576px) {
  #footer .footer-wrap .footer-right .item ul li {
    margin-top: +5.3333333333px;
  }
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-right .item ul li {
    margin-bottom: +10px;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrap .footer-right .item ul li {
    margin-bottom: +7.1111111111px;
  }
}
@media (max-width: 576px) {
  #footer .footer-wrap .footer-right .item ul li {
    margin-bottom: +5.3333333333px;
  }
}
#footer .footer-wrap .footer-right .item ul li.phone::before {
  content: "\f879";
}
#footer .footer-wrap .footer-right .item ul li.address::before {
  content: "\f3c5";
}
#footer .footer-wrap .footer-right .item ul li.fax::before {
  content: "\f1ac";
}
#footer .footer-wrap .footer-right .item ul li.email::before {
  content: "\f0e0";
}
#footer .footer-wrap .footer-right .item ul li.phone, #footer .footer-wrap .footer-right .item ul li.email, #footer .footer-wrap .footer-right .item ul li.fax {
  padding-left: 28px;
}
@media (max-width: 1680px) {
  #footer .footer-wrap .footer-right .item ul li.phone, #footer .footer-wrap .footer-right .item ul li.email, #footer .footer-wrap .footer-right .item ul li.fax {
    padding-left: 25px;
  }
}
@media (max-width: 1440px) {
  #footer .footer-wrap .footer-right .item ul li.phone, #footer .footer-wrap .footer-right .item ul li.email, #footer .footer-wrap .footer-right .item ul li.fax {
    padding-left: 23px;
  }
}
@media (max-width: 1366px) {
  #footer .footer-wrap .footer-right .item ul li.phone, #footer .footer-wrap .footer-right .item ul li.email, #footer .footer-wrap .footer-right .item ul li.fax {
    padding-left: 20px;
  }
}
#footer .footer-wrap .footer-right .item ul li.phone::before, #footer .footer-wrap .footer-right .item ul li.email::before, #footer .footer-wrap .footer-right .item ul li.fax::before {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
}
#footer .footer-wrap .footer-right .item ul li a {
  color: #2e3a41;
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-right .item ul li a {
    font-size: 21px;
  }
}
@media (max-width: 992px) {
  #footer .footer-wrap .footer-right .item ul li a {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  #footer .footer-wrap .footer-right .item ul li a {
    font-size: 18px;
  }
}
@media (max-width: 567px) {
  #footer .footer-wrap .footer-right .item ul li a {
    font-size: 16px;
    line-height: 1.5;
  }
}
#footer .footer-wrap .footer-right .item ul li a:hover {
  color: var(--primary-color);
}
@media (max-width: 1680px) {
  #footer .footer-wrap .footer-right .item ul li {
    line-height: 31px;
  }
}
@media (max-width: 1440px) {
  #footer .footer-wrap .footer-right .item ul li {
    line-height: 28px;
  }
}
@media (max-width: 1366px) {
  #footer .footer-wrap .footer-right .item ul li {
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  #footer .footer-wrap .footer-right .item ul li {
    line-height: 24px;
  }
}
#footer .footer-wrap .footer-right #wp-item-location {
  display: none;
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-right #wp-item-location {
    display: block;
  }
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-right .hidden-item-location {
    display: none;
  }
}
#footer .footer-wrap .footer-right .item-location h2 {
  margin-bottom: 12px;
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-right .item-location {
    padding-left: 30px;
  }
}
#footer .footer-wrap .footer-right .item-location .list-link .item-info-b {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  line-height: 23px;
}
@media (max-width: 1680px) {
  #footer .footer-wrap .footer-right .item-location .list-link .item-info-b {
    padding-left: 25px;
  }
}
@media (max-width: 1440px) {
  #footer .footer-wrap .footer-right .item-location .list-link .item-info-b {
    padding-left: 23px;
  }
}
@media (max-width: 1366px) {
  #footer .footer-wrap .footer-right .item-location .list-link .item-info-b {
    padding-left: 20px;
  }
}
#footer .footer-wrap .footer-right .item-location .list-link .item-info-b a {
  color: #2e3a41;
}
#footer .footer-wrap .footer-right .item-location .list-link .item-info-b.phone::before, #footer .footer-wrap .footer-right .item-location .list-link .item-info-b.address::before, #footer .footer-wrap .footer-right .item-location .list-link .item-info-b.email::before, #footer .footer-wrap .footer-right .item-location .list-link .item-info-b.fax::before {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
}
#footer .footer-wrap .footer-right .item-location .list-link .item-info-b.phone::before {
  content: "\f879";
}
#footer .footer-wrap .footer-right .item-location .list-link .item-info-b.address::before {
  content: "\f3c5";
}
#footer .footer-wrap .footer-right .item-location .list-link .item-info-b.email::before {
  content: "\f0e0";
}
#footer .footer-wrap .footer-right .item-location .list-link .item-info-b.fax::before {
  content: "\f1ac";
}
#footer .footer-wrap .footer-right .item:last-child {
  margin-top: 90px;
  width: 100%;
}
@media (max-width: 1680px) {
  #footer .footer-wrap .footer-right .item:last-child {
    margin-top: 75px;
  }
}
@media (max-width: 1440px) {
  #footer .footer-wrap .footer-right .item:last-child {
    margin-top: 60px;
  }
}
@media (max-width: 1366px) {
  #footer .footer-wrap .footer-right .item:last-child {
    margin-top: 45px;
  }
}
@media (max-width: 1199px) {
  #footer .footer-wrap .footer-right .item:last-child {
    margin-top: 30px;
  }
}
#footer .footer-wrap .footer-right .img-bct-mobile {
  display: none;
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-right .img-bct-mobile {
    padding-bottom: 23px;
    padding-top: 23px;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-wrap .footer-right .img-bct-mobile {
    padding-bottom: 16.3555555556px;
    padding-top: 16.3555555556px;
  }
}
@media (max-width: 576px) {
  #footer .footer-wrap .footer-right .img-bct-mobile {
    padding-bottom: 12.2666666667px;
    padding-top: 12.2666666667px;
  }
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-right .img-bct-mobile {
    display: block;
  }
}
#footer .footer-wrap .footer-right .img-bct-mobile img {
  width: 30vw;
  min-width: 100px;
  max-width: 170px;
}
#footer .footer-wrap .item-single {
  padding-top: 12px;
  margin-bottom: -1.3rem;
  line-height: 36px;
}
@media (max-width: 1080px) {
  #footer .footer-wrap .item-single {
    display: none;
  }
}
#footer .footer-wrap .item-single a {
  color: #2e3a41;
}
@media (max-width: 1680px) {
  #footer .footer-wrap .item-single {
    line-height: 31px;
  }
}
@media (max-width: 1440px) {
  #footer .footer-wrap .item-single {
    line-height: 28px;
  }
}
@media (max-width: 1366px) {
  #footer .footer-wrap .item-single {
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  #footer .footer-wrap .item-single {
    line-height: 24px;
  }
}
#footer .footer-wrap .footer-left-bottom {
  flex: 0 0 27%;
  margin-right: 8%;
  display: grid;
  justify-content: space-between;
}
#footer .footer-wrap .footer-left-bottom .img-bct {
  flex: 0 0 53%;
}
#footer .footer-wrap .footer-left-bottom .img-bct img {
  max-width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1080px) {
  #footer .footer-wrap {
    flex-wrap: wrap;
  }
  #footer .footer-wrap .footer-left,
  #footer .footer-wrap .footer-right {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  #footer .footer-wrap .footer-left {
    padding-bottom: 23px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  #footer .footer-wrap .footer-left {
    padding-bottom: 16.3555555556px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  #footer .footer-wrap .footer-left {
    padding-bottom: 12.2666666667px;
  }
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-left .img-bct {
    display: inline-block;
    margin-bottom: 10px;
  }
  #footer .footer-wrap .footer-left-bottom {
    display: none !important;
  }
  #footer .footer-wrap .footer-left .name-company {
    font-size: 25px;
    text-transform: uppercase;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  #footer .footer-wrap .footer-left .name-company {
    font-size: 20px;
  }
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-right {
    flex-wrap: wrap;
  }
  #footer .footer-wrap .footer-right .item {
    max-width: 100%;
    flex: 0 0 100%;
    border-bottom: 1px solid #c7c7c7;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  #footer .footer-wrap .footer-right .item {
    padding-bottom: 23px;
    padding-top: 23px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  #footer .footer-wrap .footer-right .item {
    padding-bottom: 16.3555555556px;
    padding-top: 16.3555555556px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  #footer .footer-wrap .footer-right .item {
    padding-bottom: 12.2666666667px;
    padding-top: 12.2666666667px;
  }
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-right .item:last-child {
    margin-top: 0;
    border-bottom: none;
  }
  #footer .footer-wrap .footer-right .item .title {
    text-transform: uppercase;
    margin-bottom: 0;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  #footer .footer-wrap .footer-right .item .title {
    cursor: pointer;
  }
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-right .item .list-link {
    list-style: none;
    display: none;
    margin-bottom: 0;
    padding: 10px 0;
  }
  #footer .footer-wrap .footer-right .item .active {
    display: block;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  #footer .footer-wrap .footer-right .item {
    padding-top: 0px;
  }
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-right .item:first-child {
    border-top: 1px solid #c7c7c7;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  #footer .footer-wrap .footer-right .item:first-child {
    padding-top: 23px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1080px) and (max-width: 1680px) {
  #footer .footer-wrap .footer-right .item:first-child {
    padding-top: calculatorPixel(23, 1680)px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 1080px) and (max-width: 1368px) {
  #footer .footer-wrap .footer-right .item:first-child {
    padding-top: calculatorPixel(23, 1368)px;
  }
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-right .list-media-mobile {
    display: block;
  }
  #footer .footer-wrap .footer-right .list-media-mobile p {
    font-size: 14px;
  }
  #footer .footer-wrap .footer-right .list-media-mobile .list-media {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  #footer .footer-wrap .footer-right .list-media-mobile .list-media {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  #footer .footer-wrap .footer-right .list-media-mobile .list-media {
    margin-right: -10.6666666667px;
    margin-left: -10.6666666667px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  #footer .footer-wrap .footer-right .list-media-mobile .list-media {
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media (max-width: 1080px) and (max-width: 1080px) {
  #footer .footer-wrap .footer-right .list-media-mobile .list-media li {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  #footer .footer-wrap .footer-right .list-media-mobile .list-media li {
    padding-right: 10.6666666667px;
    padding-left: 10.6666666667px;
  }
}
@media (max-width: 1080px) and (max-width: 576px) {
  #footer .footer-wrap .footer-right .list-media-mobile .list-media li {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (max-width: 1080px) {
  #footer .footer-wrap .footer-right .list-media-mobile .list-media li:last-child {
    margin-right: unset;
  }
  #footer .footer-wrap .footer-right .list-media-mobile .list-media li img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}
#footer .thaco-contact h1 {
  margin: 30px 0 14px 0;
}
@media (max-width: 1680px) {
  #footer .thaco-contact h1 {
    margin: 27px 0 14px 0;
  }
}
@media (max-width: 1440px) {
  #footer .thaco-contact h1 {
    margin: 25px 0 14px 0;
  }
}
@media (max-width: 1366px) {
  #footer .thaco-contact h1 {
    margin: 22px 0 14px 0;
  }
}
@media (max-width: 1199px) {
  #footer .thaco-contact h1 {
    margin: 20px 0 14px 0;
  }
}
#footer .thaco-contact .address {
  position: relative;
  padding-left: 28px;
}
@media (max-width: 1680px) {
  #footer .thaco-contact .address {
    padding-left: 25px;
  }
}
@media (max-width: 1440px) {
  #footer .thaco-contact .address {
    padding-left: 23px;
  }
}
@media (max-width: 1366px) {
  #footer .thaco-contact .address {
    padding-left: 20px;
  }
}
#footer .thaco-contact .address::before {
  position: absolute;
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  left: 0;
  top: 0;
}
#footer .thaco-contact p {
  margin-bottom: 0.5rem;
}

.end-web {
  background-size: cover;
  background-position-x: -180px;
  height: 58px;
}
.end-web .bus {
  margin-right: 10px;
}
@media (max-width: 1680px) {
  .end-web {
    height: 50px;
  }
}
@media (max-width: 1440px) {
  .end-web {
    height: 42px;
  }
}
@media (max-width: 1366px) {
  .end-web {
    height: 37px;
  }
}
@media (max-width: 1199px) {
  .end-web {
    height: 32px;
  }
}
@media (max-width: 1080px) {
  .end-web {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .end-web {
    padding-bottom: 10.6666666667px;
    padding-top: 10.6666666667px;
  }
}
@media (max-width: 576px) {
  .end-web {
    padding-bottom: 8px;
    padding-top: 8px;
  }
}
@media (max-width: 1080px) {
  .end-web {
    height: -moz-max-content;
    height: max-content;
    background-size: cover !important;
    background-position-x: -180px !important;
  }
}
.end-web .container-remake {
  height: 100%;
}
.end-web p {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1080px) {
  .end-web p span:last-child {
    display: none;
  }
}
@media (max-width: 768px) {
  .end-web p {
    font-size: 14px;
  }
}

.action-button {
  position: fixed;
  top: 25%;
  z-index: 10;
  right: 0;
  pointer-events: none;
}
.action-button .item-button {
  pointer-events: auto;
  margin-bottom: 2px;
  max-width: 44px;
  opacity: 1;
  text-align: end;
  transition: opacity 0.2s ease-in-out;
  margin-right: 0;
  margin-left: auto;
  z-index: 88;
}
.action-button .item-button__scroll {
  visibility: hidden;
  display: none;
}
.action-button .item-button.item-button-logout:hover a {
  background-color: #dc3545;
}
.action-button .item-button .messenger-loaded .spinner-border {
  width: 20px;
  height: 20px;
}
.action-button .item-button .messenger {
  display: none;
}
.action-button .item-button:hover {
  opacity: 0.85;
}
.action-button .item-button:last-child {
  margin-bottom: unset;
  max-width: unset;
}
.action-button .item-button .direction-business:hover {
  opacity: 1;
}
.action-button .item-button a,
.action-button .item-button button {
  padding: 10px 8px 10px 11px;
  border-radius: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  border: none;
  outline: none;
}
.action-button .item-button a img,
.action-button .item-button button img {
  width: 25px;
}
@media only screen and (max-width: 1920px) {
  .action-button .item-button a img,
  .action-button .item-button button img {
    max-height: 30px;
  }
}

.fb_dialog.fb_dialog_advanced {
  display: none !important;
}

.fb_dialog_content iframe:first-child {
  display: none;
}

.fb-customerchat {
  display: none;
}

.modal-backdrop.fade.show {
  z-index: 104;
}

.custom-input {
  position: relative;
}

.invalid-feedback {
  position: absolute;
  bottom: -20px;
  left: 0;
}

.policy .invalid-feedback {
  position: absolute;
  bottom: unset;
  left: 0;
}

.custom-nav {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.custom-input {
  font-family: "MyriadPro-Light" !important;
  border: unset !important;
}
.custom-label {
  font-size: 30px !important;
}
.custom-btn {
  color: #01498b;
  background: #fff;
  border: 1px solid #01498b;
  margin-top: 0.625rem;
  margin-bottom: 3.75rem;
  padding: 15px 60px;
}
.custom-btn:hover {
  color: #fff;
  background: #01498b;
}

.settingModal .modal-request-contact .modal-body {
  padding: 2rem 3rem;
}
@media (max-width: 1080px) {
  .settingModal .modal-request-contact .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 1200px) {
  .settingModal .modal-xl {
    width: 95%;
    max-width: 95%;
  }
}
@media (max-width: 768px) {
  .settingModal .modal {
    padding-right: 0;
  }
  .settingModal .modal .modal-dialog {
    margin-top: 50px;
  }
}
.settingModal .modal-content-wrap {
  padding: 3rem 0;
}
.settingModal .modal-content-wrap h3 {
  margin-top: 0 !important;
}
.settingModal .control-tab-modal {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border: none;
}
.settingModal .control-tab-modal li {
  margin-bottom: 0;
  flex: 1;
  text-align: center;
}
.settingModal .control-tab-modal li a {
  outline: none;
  border: none;
  text-transform: uppercase;
}
.settingModal .control-tab-modal li a:hover {
  border: none;
  color: #fff;
}
.settingModal .control-tab-modal li a.active {
  color: #fff;
  background: transparent;
  border: none;
}
.settingModal .modal-footer {
  justify-content: center;
  border: none;
}
.settingModal .modal-header {
  background: #01498b;
}
.settingModal .fade:not(.show) {
  display: none !important;
}
.settingModal .nav-pills .nav-link.active {
  background: none;
}
.settingModal .nav-item a:hover {
  color: #4183c4;
  transition: 0.5s;
}
.settingModal .close {
  opacity: 1;
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  outline: none;
}
.settingModal .ui.form .field > .selection.dropdown > .dropdown.icon {
  color: #c1c1c1;
}
.settingModal .animation-tb {
  animation: animationTopBottom 0.5s;
}
.settingModal .ui.selection.dropdown {
  display: block;
  border-radius: unset;
}

@keyframes animationTopBottom {
  from {
    margin-top: -700px;
  }
  to {
    margin-top: 24.5px;
  }
}
#search-box {
  visibility: hidden;
  width: 100%;
  position: relative;
  right: 0;
  z-index: 999999999;
}
#search-box .popover-search {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
#search-box .container {
  display: table;
  width: 100%;
  height: 100%;
}
#search-box .container .close {
  position: absolute;
  right: 32px;
  top: 40%;
  transform: translateY(-50%);
  opacity: 0.3;
}
#search-box .container .close:hover {
  opacity: 1;
}
#search-box .container .close:before,
#search-box .container .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: white;
}
#search-box .container .close:before {
  transform: rotate(45deg);
}
#search-box .container .close:after {
  transform: rotate(-45deg);
}
#search-box .container .search-main {
  display: table-cell;
  vertical-align: middle;
}
#search-box .container .search-main .search-inner {
  width: 80%;
  margin: 0 auto;
}
#search-box .container .search-main form {
  position: relative;
}
#search-box .container .search-main input {
  background: transparent;
  border: none;
  box-shadow: none;
  border-bottom: 2px solid white;
  display: block;
  color: white;
  margin-bottom: 0;
  width: 100%;
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
  transition: transform 3s;
}
#search-box .container .search-main input:focus {
  outline: none;
}
#search-box .container .search-main button {
  border: 0;
  left: auto;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0.3em;
  bottom: 0.3em;
  background: transparent;
  font-size: 43px;
}
#search-box .container .search-main .search-info {
  display: block;
  color: white;
  text-align: right;
  float: right;
  margin-top: 4px;
}
#search-box.-open {
  background: rgba(1, 42, 80, 0.8);
  visibility: visible;
  animation: fadein 0.8s;
}
#search-box.-open .container .search-main input {
  transform: scale3d(1, 1, 1);
  transition-duration: 1s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#mobileNav {
  height: 50px;
  background-color: #f6f6f7;
  display: none;
}
@media only screen and (max-width: 991px) {
  #mobileNav {
    display: block;
  }
}
#mobileNav .infomation-system-mobile {
  display: block !important;
}
#mobileNav .menu-main {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
}
#mobileNav .menu-main .logo {
  text-align: center;
  display: block;
}
#mobileNav .menu-main .logo img {
  width: auto;
  position: relative;
  top: -2px;
  height: 14px;
}
#mobileNav .menu-main .icon-menu {
  margin-left: auto;
  transition: margin 400ms;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
}
#mobileNav .menu-main .zeynep-wp {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
#mobileNav .menu-main .zeynep-wp .menu-item-annouce {
  cursor: pointer;
}
#mobileNav .menu-main .zeynep-wp .menu-item-annouce .dropdown i {
  position: relative;
  padding: 10px;
  color: #FFFFFF;
}
#mobileNav .menu-main .zeynep-wp .menu-item-annouce .dropdown i span {
  position: absolute;
  top: 0;
  right: 0px;
  border-radius: 50%;
  color: #FFFFFF;
}
#mobileNav .menu-main .zeynep-wp .menu-item-annouce .dropdown-menu {
  transform: unset !important;
  left: -11rem !important;
  top: 3rem !important;
}
#mobileNav .menu-main .zeynep-wp .menu-item-annouce .dropdown-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
  padding-left: 10px;
}
#mobileNav .menu-main .zeynep-wp ul {
  margin-top: 1rem;
}
#mobileNav .menu-main .zeynep-wp ul .menu-sub-item-icon {
  color: inherit;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 18px 20px;
  text-decoration: none;
  transition: all 150ms;
  border-bottom: 1px solid #efefef;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mobileNav .menu-main .zeynep-wp ul .menu-sub-item-icon:hover {
  background-color: #efefef;
  border-radius: 3px;
}
#mobileNav .menu-main .zeynep-wp ul .menu-sub-item-icon button {
  border: none;
  background: transparent;
  outline: none;
  color: #404143;
  position: relative;
  flex: 1;
}
#mobileNav .menu-main .zeynep-wp ul .menu-sub-item-icon button i {
  float: right;
}
#mobileNav .menu-main .zeynep-wp ul .menu-sub-item-icon a {
  color: #404143;
}
#mobileNav #top-nav {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  cursor: pointer;
  opacity: 0;
  transition: margin 400ms;
}
@media (max-width: 1080px) {
  #mobileNav #top-nav {
    width: 63px;
  }
}
@media (max-width: 991px) {
  #mobileNav #top-nav {
    width: 57.8083333333px;
  }
}
@media (max-width: 768px) {
  #mobileNav #top-nav {
    width: 44.8px;
  }
}
@media (max-width: 576px) {
  #mobileNav #top-nav {
    width: 33.6px;
  }
}
@media (max-width: 480px) {
  #mobileNav #top-nav {
    width: 28px;
  }
}
@media (max-width: 360px) {
  #mobileNav #top-nav {
    width: 21px;
  }
}
@media (max-width: 1080px) {
  #mobileNav #top-nav {
    height: 64px;
  }
}
@media (max-width: 991px) {
  #mobileNav #top-nav {
    height: 58.7259259259px;
  }
}
@media (max-width: 768px) {
  #mobileNav #top-nav {
    height: 45.5111111111px;
  }
}
@media (max-width: 576px) {
  #mobileNav #top-nav {
    height: 34.1333333333px;
  }
}
@media (max-width: 480px) {
  #mobileNav #top-nav {
    height: 28.4444444444px;
  }
}
@media (max-width: 360px) {
  #mobileNav #top-nav {
    height: 21.3333333333px;
  }
}
#mobileNav .hamburgerspan {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
  background: var(--black-color);
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#mobileNav .hamburgerspan:first-child {
  transform-origin: 0% 0%;
}
#mobileNav .hamburgerspan:nth-last-child(2) {
  transform-origin: 0% 100%;
}
#mobileNav #top-nav:checked ~ .icon-menu .hamburgerspan {
  transform: rotate(-45deg) translate(-10%, -2px);
}
#mobileNav #top-nav:checked ~ .icon-menu .hamburgerspan:nth-last-child(3) {
  display: none;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#mobileNav #top-nav:checked ~ .icon-menu .hamburgerspan:nth-last-child(2) {
  opacity: 1;
  transform: rotate(45deg) translate(-10%, 0px);
}
#mobileNav input[id^=menu-] {
  flex-grow: 1;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}
#mobileNav div[id^=menu-cont-] {
  border-right: 1px solid #ccc;
  background-color: #fff;
  box-sizing: border-box;
  margin: 0;
  height: 100vh;
  position: fixed;
  margin: 0;
  overflow-y: auto;
  top: 0;
  left: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.35s;
  padding-right: 0;
}
#mobileNav #top-nav:checked,
#mobileNav #top-nav:checked ~ .icon-menu {
  position: fixed;
  right: 0;
  top: 0.5%;
  z-index: 1100;
  transform: translateY(0);
}
#mobileNav #top-nav:checked ~ .icon-menu .hamburgerspan {
  z-index: 1100;
}
#mobileNav #top-nav:checked ~ div[id^=menu-cont-],
#mobileNav input[id^=menu-]:checked ~ div[id^=menu-cont-] {
  transform: translate3d(0, 0, 0);
}
#mobileNav li.nav-item {
  width: 100%;
  padding: unset;
  margin: unset;
}
#mobileNav li.nav-item a {
  color: #454343;
  width: -moz-max-content;
  width: max-content;
}
#mobileNav #menu-cont-1 ul > li.nav-item:first-child {
  padding-top: 0;
}
#mobileNav div[id^=menu-cont-] li.nav-item:last-child {
  border: 0;
}
#mobileNav .menu-ul {
  padding: 4rem 0 0;
}
#mobileNav .nav-item.sub-menu:after {
  z-index: -1;
}
#mobileNav .nav-item.sub-menu:after,
#mobileNav label.menu-label:before {
  content: "";
  border: 2px solid transparent;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 2px;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 2px;
  display: block;
  width: 3.5vw;
  height: 3.5vw;
  max-width: 15px;
  max-height: 15px;
  min-width: 7px;
  min-height: 7px;
  margin-bottom: -5px;
  position: absolute;
  right: 20px;
  transform: rotate(-45deg);
  border-color: rgba(0, 0, 0, 0.3);
  border-top: none;
  border-top-color: currentcolor;
  border-left: none;
  border-left-color: currentcolor;
}
#mobileNav label.menu-label {
  width: 100%;
  padding: 3.8% 3% 3%;
  display: block;
  border-bottom: 1px solid #ccc;
  color: white;
  box-sizing: border-box;
  background-color: var(--primary-color);
}
#mobileNav label.menu-label:before {
  float: left;
  margin-right: 10px;
  margin-left: 0px;
  transform: rotate(135deg);
  border-color: white;
}
#mobileNav #menu-cont-1 {
  z-index: 1001;
  width: 100%;
  max-width: 400px;
}
#mobileNav #menu-cont-2 {
  z-index: 1002;
  width: 100%;
}
#mobileNav #menu-cont-3 {
  z-index: 1003;
  width: 100%;
}
#mobileNav .hamburgerspan {
  z-index: 9998;
}
#mobileNav #top-nav {
  z-index: 9999 !important;
}

.zeynep {
  background-color: white;
  color: #404143;
  width: 300px;
  max-width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.zeynep ul {
  list-style-type: none;
  padding: 0;
  padding-left: 20px;
  -webkit-overflow-scrolling: touch;
}
.zeynep ul > li {
  display: block;
}
.zeynep ul > li > a {
  color: inherit;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 18px 20px;
  text-decoration: none;
  transition: all 150ms;
}
.zeynep ul > li > a:hover {
  background-color: #efefef;
  border-radius: 3px;
}
.zeynep ul > li:not(:last-child) > a {
  border-bottom: 1px solid #efefef;
}
.zeynep ul > li.has-submenu > a {
  background-image: url("https://raw.githack.com/hsynlms/zeynepjs/master/examples/images/submenu-arrow.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
}
.zeynep ul > li.has-submenu > a:hover {
  background-image: url("https://raw.githack.com/hsynlms/zeynepjs/master/examples/images/submenu-arrow-active.svg");
}
.zeynep .submenu {
  background-color: #ffffff;
  left: 295px;
}
.zeynep .submenu-header {
  background-image: url("https://raw.githack.com/hsynlms/zeynepjs/master/examples/images/menu-back.svg");
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
  border-bottom: solid 1px #efefef;
  cursor: pointer;
  position: relative;
}
.zeynep .submenu-header > a {
  color: inherit;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 18px 20px;
  padding-left: 40px;
  text-decoration: none;
}
.zeynep .submenu-header > a:before {
  background-image: url("https://raw.githack.com/hsynlms/zeynepjs/master/examples/images/submenu-arrow.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
  content: "";
  height: 100%;
  left: 26px;
  position: absolute;
  top: 0;
  transform: rotate(-180deg);
  width: 20px;
}
.zeynep .submenu > .submenu-link {
  padding-left: 40px;
  width: 100%;
  margin-left: 20px;
  color: inherit;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 18px 20px;
  text-decoration: none;
  border-bottom: 1px solid #efefef;
}

.box-search-mobile {
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.12);
  margin-bottom: 15px;
}
.box-search-mobile form {
  display: flex;
  width: 100%;
}
.box-search-mobile form input,
.box-search-mobile form button {
  border: none;
  outline: none;
  padding: 15px 20px;
  background-color: transparent;
  box-shadow: none;
}
.box-search-mobile form input {
  flex-grow: 1;
  padding-right: 0;
  font-size: 16px;
}
.box-search-mobile form button {
  position: absolute;
  right: 0;
  top: -1;
}
.box-search-mobile form button ion-icon {
  color: var(--black-color);
}

.nav-lang-mobile {
  justify-content: flex-start;
  padding-left: 40px;
}
.nav-lang-mobile .nav-item-mobile .nav-link-mobile {
  padding: 10px 15px;
  color: var(--primary-color);
  font-weight: bold;
  border: 1px solid var(--primary-color);
}
.nav-lang-mobile .nav-item-mobile.active .nav-link-mobile {
  background-color: var(--primary-color);
  color: white;
}

#form-contact-wp {
  margin: 3.5rem 0;
}
#form-contact-wp .form-contact-left {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  border-radius: 20px;
}
#form-contact-wp .form-contact-left .form-contact {
  border: 1px solid #01498B;
  padding: 2.5rem 50px 2.5rem 50px;
  box-shadow: 6px 6px 26.9px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 20px;
}
@media only screen and (max-width: 576px) {
  #form-contact-wp .form-contact-left .form-contact {
    padding: 15px 10px;
  }
}
#form-contact-wp .form-contact-left .form-contact .select-selection--single .ant-select-selection--single {
  padding: 1.3rem 1.5rem;
  background: #01498B;
}
@media only screen and (max-width: 576px) {
  #form-contact-wp .form-contact-left .form-contact .select-selection--single .ant-select-selection--single {
    height: 40px !important;
    background: white;
    color: black;
    border: 1px solid #01498B;
  }
}
#form-contact-wp .form-contact-left .form-contact .select-selection--single .ant-select-selection__rendered {
  line-height: 58px !important;
  color: white;
  margin-left: 41px;
}
@media only screen and (max-width: 576px) {
  #form-contact-wp .form-contact-left .form-contact .select-selection--single .ant-select-selection__rendered {
    line-height: 38px !important;
    background: white;
    color: black;
  }
}
#form-contact-wp .form-contact-left .form-contact .select-selection--single .ant-select-arrow {
  color: white;
  margin-right: 31px;
}
#form-contact-wp .form-contact-left .form-contact .select-mobile-filter .ant-select-selection--single {
  border: 1px solid #01498B;
}
#form-contact-wp .form-contact-left .form-contact .select-mobile-filter .ant-select-selection--single .ant-select-selection-selected-value {
  color: black;
}
#form-contact-wp .form-contact-left .form-contact .select-mobile-filter .ant-select-selection--single .ant-select-arrow {
  color: #01498B;
}
#form-contact-wp .form-contact-left .form-contact .ant-tag-checkable {
  font-family: "MyriadPro-Regular";
  font-size: var(--c-text-base);
  color: black;
}
#form-contact-wp .form-contact-left .form-contact .ant-tag-checkable:hover {
  color: black;
}
#form-contact-wp .form-contact-left .form-contact .ant-tag-checkable-checked {
  background: unset;
  color: #01498B;
  font-size: var(--c-text-base);
  font-family: "MyriadPro-Bold";
}
#form-contact-wp .form-contact-left .form-contact .ant-tag-checkable-checked:hover {
  color: #01498B;
}
#form-contact-wp .form-contact-left .form-contact .checkable-name {
  font-weight: 400;
  line-height: 25px;
  color: #01498B;
  min-width: 150px;
}
@media only screen and (max-width: 576px) {
  #form-contact-wp .form-contact-left .form-contact .checkable-name {
    font-weight: 600;
    line-height: 25px;
    min-width: unset;
  }
}
#form-contact-wp .form-contact-left .form-contact .ant-divider {
  background: var(--black-color);
}
#form-contact-wp .form-contact-left .form-contact .ant-divider:first-child {
  display: none;
}
@media only screen and (max-width: 576px) {
  #form-contact-wp .form-contact-left .form-contact .ant-input-suffix {
    left: 12px;
    max-width: 12px;
  }
  #form-contact-wp .form-contact-left .form-contact .ant-input-suffix svg {
    width: 17px;
    height: 17px;
  }
}
@media only screen and (max-width: 576px) {
  #form-contact-wp .form-contact-left .form-contact .ant-input-lg {
    padding: 6px 34px;
  }
}
#form-contact-wp .form-contact-left .form-contact .ant-form-item-required::before {
  display: none;
}
#form-contact-wp .form-contact-left .form-contact .ant-form-item-label {
  font-size: var(--c-text-base);
  font-weight: 600;
  line-height: 25px;
}
#form-contact-wp .form-contact-left .form-contact .ant-form-item-control-wrapper .ant-form-item-control {
  line-height: 0 !important;
}
#form-contact-wp .form-contact-left .form-contact .ant-form-item-control-wrapper .ant-form-item-control.has-error .ant-form-explain {
  margin-top: 0.3rem;
  margin-left: 0.5rem;
  font-family: "MyriadPro-Regular";
}
#form-contact-wp .form-contact-left .form-contact .ant-select-selection--single {
  border: 1px solid var(--blue-color);
  padding: 1.3rem 1.5rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
#form-contact-wp .form-contact-left .form-contact .ant-select-selection--single .ant-select-selection__rendered {
  margin-left: 0;
}
@media only screen and (max-width: 576px) {
  #form-contact-wp .form-contact-left .form-contact .ant-select-selection--single {
    height: 40px;
  }
}
#form-contact-wp .form-contact-left .form-contact .ant-select-selection--single .ant-select-selection__rendered {
  line-height: 55px;
}
@media only screen and (max-width: 576px) {
  #form-contact-wp .form-contact-left .form-contact .ant-select-selection--single .ant-select-selection__rendered {
    line-height: 35px;
  }
}
#form-contact-wp .form-contact-left .form-contact .ant-select-selection--single .ant-select-selection__rendered .ant-select-selection__placeholder {
  height: 60px;
  font-size: var(--c-text-base);
  font-weight: 400;
  line-height: 25px;
  color: var(--black-color);
}
@media only screen and (max-width: 576px) {
  #form-contact-wp .form-contact-left .form-contact .ant-select-selection--single .ant-select-selection__rendered .ant-select-selection__placeholder {
    height: 40px;
  }
}
#form-contact-wp .form-contact-left .form-contact .ant-select-selection--single .ant-select-arrow {
  color: var(--black-color);
}
#form-contact-wp .form-contact-left .form-contact .ant-input {
  padding: 1.3rem 1.5rem;
  border: 1px solid var(--blue-color);
  border-radius: 10px;
}
@media only screen and (max-width: 576px) {
  #form-contact-wp .form-contact-left .form-contact .ant-input {
    height: 40px;
  }
}
#form-contact-wp .form-contact-left .form-contact textarea.ant-input {
  resize: none;
  padding: 0.5rem 1.5rem;
  height: 178px;
}
@media only screen and (max-width: 576px) {
  #form-contact-wp .form-contact-left .form-contact textarea.ant-input {
    height: 80px;
  }
}
#form-contact-wp .form-contact-right {
  position: relative;
  margin-left: -1rem;
  z-index: 0;
}
@media only screen and (max-width: 991px) {
  #form-contact-wp .form-contact-right {
    display: none;
  }
}

#form-contact-sell-car-container {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  min-height: 1028px;
  padding-top: 70px;
}
#form-contact-sell-car-container .form-contact-heading {
  text-align: center;
  margin-bottom: 50px !important;
}
#form-contact-sell-car-container .form-contact-body {
  text-transform: uppercase;
  text-align: center;
}
#form-contact-sell-car-container .form-contact-wp-sell-car {
  margin-top: 0px !important;
}
#form-contact-sell-car-container .ant-select-selection--single {
  height: 60px;
}
#form-contact-sell-car-container .ant-input {
  height: 60px;
}
#form-contact-sell-car-container .btn-form-sell-car {
  margin-top: 20px;
  width: 742px;
}
#form-contact-sell-car-container .footer-form-sell-car {
  text-align: center;
}
#form-contact-sell-car-container .form-contact {
  padding: 50px !important;
}
#form-contact-sell-car-container .header-form-sell-car {
  background: rgba(1, 73, 139, 0.0509803922);
  height: 80px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#form-contact-sell-car-container .header-form-sell-car .header-wr {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#form-contact-sell-car-container .header-form-sell-car .header-wr .image-header {
  width: 35px;
  height: 35px;
}
#form-contact-sell-car-container .upload-image-sell-car {
  border: 1px solid var(--blue-color) !important;
  border-radius: 10px !important;
  height: 60px !important;
}
#form-contact-sell-car-container .upload-image-sell-car .ant-upload-select-picture-card {
  float: right !important;
  width: 0px !important;
  height: 60px !important;
  border: unset !important;
  background: unset !important;
}
#form-contact-sell-car-container .upload-image-sell-car .ant-upload-list-item {
  width: 58px !important;
  height: 58px !important;
  margin: 0 0px 0px 0 !important;
  padding: 2px !important;
  border-radius: 10px !important;
}
#form-contact-sell-car-container .upload-image-sell-car .ant-upload-list-picture-card-container {
  width: 60px !important;
  height: 60px !important;
}
@media only screen and (max-width: 991px) {
  #form-contact-sell-car-container .form-contact-heading {
    margin-top: 25px;
    margin-bottom: 25px !important;
  }
  #form-contact-sell-car-container .form-contact {
    padding: 25px !important;
  }
  #form-contact-sell-car-container .btn-form-sell-car {
    width: 100%;
  }
  #form-contact-sell-car-container .header-form-sell-car {
    height: 60px;
    margin-bottom: 15px;
  }
  #form-contact-sell-car-container .header-form-sell-car .header-wr {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #form-contact-sell-car-container .header-form-sell-car .header-wr .image-header {
    width: 30px;
    height: 30px;
  }
}

.modal-form-contact .ant-modal-body {
  padding: 24px !important;
}
.modal-form-contact .ant-modal-body #form-contact-wp {
  margin: 0;
}
@media only screen and (min-width: 991px) {
  .modal-form-contact .ant-modal {
    width: 85% !important;
  }
}

.specifications-product {
  margin-top: 8rem;
  border-radius: 10px;
  box-shadow: 6px 6px 26.9px 0px rgba(0, 0, 0, 0.1019607843);
  border: 1px solid #01498B;
  padding: 30px;
}
.specifications-product .specifications-card .ant-divider-horizontal {
  background: #01498B;
}
.specifications-product .specifications-card .ant-divider {
  background: #01498B;
  opacity: 1;
}
.specifications-product .specifications-card .descriptions-overview .specifications-descriptions {
  display: flex;
  justify-content: space-between;
}
.specifications-product .specifications-card .engine-specifications {
  margin-top: 50px;
}
.specifications-product .specifications-card .engine-specifications .specifications-table {
  border: 1px solid var(--gray-color);
  border-radius: 10px;
}
.specifications-product .specifications-card .engine-specifications .specifications-table .label-des {
  background: rgba(1, 73, 139, 0.0509803922);
  padding: 10px;
}
.specifications-product .specifications-card .engine-specifications .specifications-table .content:first-child {
  border-right: 0.5px solid rgba(0, 0, 0, 0.5019607843);
}
.specifications-product .specifications-card .engine-specifications .specifications-table .specifications-item .wrapper-item {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--gray-color);
  gap: 1px;
}
.specifications-product .specifications-card .engine-specifications .specifications-table .specifications-item .wrapper-item .wr-content {
  gap: 10px;
  width: calc(50% - 0.5px);
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--gray-color);
}
.specifications-product .specifications-card .engine-specifications .specifications-table .specifications-item .wrapper-item .wr-content label {
  max-width: 60%;
}
@media only screen and (max-width: 991px) {
  .specifications-product .specifications-card .engine-specifications .specifications-table .specifications-item .wrapper-item {
    flex-direction: column;
  }
  .specifications-product .specifications-card .engine-specifications .specifications-table .specifications-item .wrapper-item .wr-content {
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--gray-color);
  }
}
@media only screen and (max-width: 991px) {
  .specifications-product .specifications-card .engine-specifications h2.border-bottom {
    border-bottom: 1px solid #01498B !important;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .specifications-product {
    margin-top: 30px;
  }
  .specifications-product .specifications-card .ant-card-bordered {
    border-radius: unset;
    box-shadow: unset;
    border: unset;
  }
  .specifications-product .specifications-card .ant-card-bordered .ant-card-body {
    padding: 0px !important;
  }
  .specifications-product .specifications-card .ant-divider-horizontal {
    margin: 5px 0px 30px 0px !important;
  }
}
.specifications-product .general-information-detail .card__detail-header {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #01498B;
}
.specifications-product .general-information-detail .card__detail-body {
  display: flex;
  flex-wrap: wrap;
}
.specifications-product .general-information-detail .card__detail-body .card__detail-item {
  display: flex;
  align-items: center;
  width: calc(50% - 1px);
  height: 37px;
  padding: 4px 15px;
  justify-content: space-between;
}
.specifications-product .general-information-detail .card__detail-body .card__detail-item-label {
  display: flex;
  gap: 4px;
  align-items: center;
}
.specifications-product .general-information-detail .card__detail-body .card__detail-item-label label {
  margin-bottom: 0;
}
.specifications-product .specifications-product-description {
  margin-top: 3rem;
}
.specifications-product .specifications-product-description .ant-card-bordered {
  border: none !important;
}
.specifications-product.mobile {
  margin-top: 3rem;
  border-radius: 10px;
  box-shadow: unset;
  border: none;
  padding: 0px;
}
.specifications-product.mobile .ant-card-bordered {
  border: none;
  box-shadow: unset;
}
.specifications-product.mobile .ant-card-bordered .ant-card-body {
  padding: 0 !important;
}
.specifications-product.mobile .ant-card-bordered .ant-card-body .engine-specifications .specifications-table {
  overflow: hidden !important;
}
@media only screen and (max-width: 991px) {
  .specifications-product.mobile .ant-card-bordered .ant-card-body .engine-specifications .specifications-table {
    box-shadow: 6px 6px 26.9px 0px rgba(0, 0, 0, 0.1019607843);
  }
}
.specifications-product.mobile .specifications-product-description {
  margin-top: 3rem;
}
.specifications-product.mobile .specifications-product-description .ant-card-bordered {
  border-radius: 10px;
  box-shadow: 6px 6px 26.9px 0px rgba(0, 0, 0, 0.1019607843) !important;
  border: 1px solid var(--gray-color) !important;
  padding: 20px;
}
.specifications-product.mobile .general-information-detail .card__detail-header {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.specifications-product.mobile .general-information-detail .card__detail-body {
  flex-direction: column;
}
.specifications-product.mobile .general-information-detail .card__detail-body .card__detail-item {
  width: 100%;
}

:root {
  --base-section-padding: 60px;
  --base-margin: 30px;
  --fs-17: 17px;
  --fs-18: 18px;
  --fs-26: 26px;
  --color-inner-alignment: #01498B;
}
@media only screen and (max-width: 1560px) {
  :root {
    --base-margin: 25px;
  }
}
@media only screen and (max-width: 1440px) {
  :root {
    --base-section-padding: 55px;
    --fs-17: 15px;
    --fs-18: 17px;
    --fs-26: 24px;
    --base-margin: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  :root {
    --base-section-padding: 50px;
    --fs-17: 15px;
    --fs-18: 16px;
    --fs-26: 22px;
    --base-margin: 18px;
  }
}
@media only screen and (max-width: 680px) {
  :root {
    --base-section-padding: 45px;
    --fs-26: 18px;
    --base-margin: 16px;
  }
}
@media only screen and (max-width: 580px) {
  :root {
    --base-section-padding: 40px;
    --fs-26: 16px;
    --base-margin: 14px;
  }
}

.section {
  width: 100%;
  padding: var(--base-section-padding) 0px;
  margin: 20px 0px;
}
.section .c-row {
  width: 100%;
}
.section .container-content {
  margin: 0px auto;
}
.section .border-bottom-3px {
  border-bottom: 3px solid white;
}

#step-by-car .card-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  gap: 2px;
}
#step-by-car .card-list .section-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  position: relative;
}
#step-by-car .card-list .section-card::after {
  height: 120px;
  width: 1px;
  content: "";
  background-color: white;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
#step-by-car .card-list .section-card:last-child::after {
  content: unset;
}
#step-by-car .card-list .section-card img {
  width: 50%;
  aspect-ratio: 1;
  max-width: 150px;
}
#step-by-car .card-list .section-card * {
  color: white;
  text-align: center;
}
#step-by-car .card-list .section-card__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  padding: 20px 24px;
}
#step-by-car .card-list .section-card__content-title {
  font-size: var(--fs-18);
  font-family: "MyriadPro-Bold";
}
#step-by-car .card-list .section-card__content-sub-title {
  font-size: var(--fs-17);
  font-family: "MyriadPro-Regular";
}
@media only screen and (max-width: 768px) {
  #step-by-car .card-list {
    grid-template-columns: 1fr 1fr;
  }
  #step-by-car .card-list .section-card:nth-child(2)::after {
    content: unset;
  }
}
@media only screen and (max-width: 576px) {
  #step-by-car .card-list {
    grid-template-columns: 1fr;
  }
  #step-by-car .card-list .section-card {
    flex-direction: row;
    align-items: flex-start;
  }
  #step-by-car .card-list .section-card * {
    text-align: start;
  }
  #step-by-car .card-list .section-card img {
    width: 60px;
  }
  #step-by-car .card-list .section-card__content {
    width: 70%;
    padding: 5px 10px;
  }
  #step-by-car .card-list .section-card::after {
    content: unset;
  }
}
#step-by-car .nav-tab-btn {
  height: 30px;
  padding: 0px 6px;
  display: inline-block;
}
#step-by-car .c-btn-buy {
  display: inline-block;
  background-color: white;
  border-radius: 5px;
  padding: 8px 124px;
  border: 1px solid var(--color-primary);
}
@media only screen and (max-width: 768px) {
  #step-by-car .c-btn-buy {
    padding: 8px 80px;
  }
}
@media only screen and (max-width: 580px) {
  #step-by-car .c-btn-buy {
    padding: 8px 40px;
  }
}

#loi-ich-khi-mua-xe h3.title {
  font-size: 26px;
  font-family: "MyriadPro-Regular";
  color: var(--color-inner-alignment);
  text-align: start;
}
#loi-ich-khi-mua-xe h3.title span {
  font-family: "MyriadPro-Bold";
}
#loi-ich-khi-mua-xe .card-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  gap: 38px;
}
#loi-ich-khi-mua-xe .card-list .section-card {
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-inner-alignment);
  box-shadow: 6px 6px 26.9px rgba(0, 0, 0, 0.1019607843);
  border-radius: 20px;
  margin: 0 auto;
  padding: 33px 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  max-width: 380px;
}
#loi-ich-khi-mua-xe .card-list .section-card img {
  width: 50%;
  aspect-ratio: 1;
  max-width: 120px;
  margin-bottom: var(--base-margin);
}
#loi-ich-khi-mua-xe .card-list .section-card * {
  color: black;
}
#loi-ich-khi-mua-xe .card-list .section-card__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  padding: 5px 20px;
}
#loi-ich-khi-mua-xe .card-list .section-card__content-title {
  font-size: var(--fs-18);
  font-family: "MyriadPro-Bold";
  text-align: center;
}
#loi-ich-khi-mua-xe .card-list .section-card__content-sub-title {
  font-size: var(--fs-17);
  font-family: "MyriadPro-Regular";
  text-align: justify;
}
@media only screen and (max-width: 1560px) {
  #loi-ich-khi-mua-xe .card-list {
    gap: 30px;
  }
}
@media only screen and (max-width: 1240px) {
  #loi-ich-khi-mua-xe .card-list {
    gap: 24px;
  }
  #loi-ich-khi-mua-xe .card-list .section-card__content {
    padding: 5px 20px;
  }
}
@media only screen and (max-width: 1024px) {
  #loi-ich-khi-mua-xe .card-list {
    gap: 16px;
  }
}
@media only screen and (max-width: 991px) {
  #loi-ich-khi-mua-xe .card-list {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media only screen and (max-width: 680px) {
  #loi-ich-khi-mua-xe .card-list {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 420px) {
  #loi-ich-khi-mua-xe .card-list .section-card {
    width: calc(100% - 10px);
  }
}

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

.bg-blue-primary {
  background: linear-gradient(90.19deg, #00529B 0%, #328DDE 100%);
}

.fs-17px {
  font-size: var(--fs-17);
}

.fs-26px {
  font-size: var(--fs-26);
}

.color-white {
  color: white;
}

.align-center {
  align-items: center;
}

.jtf-center {
  justify-content: center;
}

.upper-case {
  text-transform: uppercase;
}

.gap-30 {
  gap: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .mb-30 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 580px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .mb-30 {
    margin-bottom: 16px;
  }
}

.news-swiper-wp {
  width: 90%;
  margin: 0 auto;
  max-width: 1440px;
  margin-bottom: 3rem;
}
.news-swiper-wp .news-swiper-content {
  display: flex;
  gap: 3rem;
  margin-top: 1rem;
}
.news-swiper-wp .news-swiper-content-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40%;
}
.news-swiper-wp .news-swiper-content-left-top {
  height: 270px;
}
.news-swiper-wp .news-swiper-content-left-top .new-swiper-content-btn a {
  display: flex;
  gap: 10px;
  align-items: center;
}
.news-swiper-wp .news-swiper-content-left-top .new-swiper-content-btn a svg {
  margin-top: -2px;
}
.news-swiper-wp .news-swiper-content-left-bottom {
  display: flex;
  gap: 12px;
  align-self: flex-end;
  align-items: center;
}
.news-swiper-wp .news-swiper-content-left-bottom .sp__button-prev, .news-swiper-wp .news-swiper-content-left-bottom .sp__button-next {
  cursor: pointer;
}
.news-swiper-wp .news-swiper-content-right {
  width: 60%;
}
.news-swiper-wp .news-swiper-content-right .swiper-news .sp__swiper-wr img {
  border-radius: 10px;
}

.news-swiper-wp-mobile {
  margin-bottom: 3rem;
}
.news-swiper-wp-mobile .news-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.news-swiper-wp-mobile .news-list .news-list-item-date {
  padding-top: 1rem;
}
.news-swiper-wp-mobile .news-list .news-list-item-img {
  display: block;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.news-swiper-wp-mobile .news-list .news-list-item-img img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s cubic-bezier(0.35, 0.46, 0.55, 0.94);
  border-radius: 5px;
}
.news-swiper-wp-mobile .news-list .news-list-item-img:hover img {
  transform: scale(1.09);
}
.news-swiper-wp-mobile .news-button-wp {
  margin-top: 2rem;
}
.news-swiper-wp-mobile .news-button-wp .news-button {
  display: block;
  border: none;
  background-color: var(--blue-color);
  color: #FFFFFF;
  padding: 10px 0;
  text-align: center;
  border-radius: 5px;
}

.production-menu-fixed {
  background-color: white;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 1280px) {
  .production-menu-fixed {
    width: 100%;
  }
}
@media only screen and (max-width: 758px) {
  .production-menu-fixed {
    width: calc(100% - 24px);
    max-width: 100%;
  }
}
.production-menu-fixed .nav {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0;
  width: 100%;
  border-bottom: 3px solid #ccc;
}
.production-menu-fixed .nav-item {
  padding-top: 17px;
  padding-bottom: 15px;
  position: relative;
  width: 25%;
  text-align: center;
  color: #2e3a41;
  text-transform: uppercase;
}
@media only screen and (max-width: 1680px) {
  .production-menu-fixed .nav-item {
    padding-top: calculatorPixel(17, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .production-menu-fixed .nav-item {
    padding-top: calculatorPixel(17, 1368)px;
  }
}
@media only screen and (max-width: 1680px) {
  .production-menu-fixed .nav-item {
    padding-bottom: calculatorPixel(15, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .production-menu-fixed .nav-item {
    padding-bottom: calculatorPixel(15, 1368)px;
  }
}
.production-menu-fixed .nav-item:hover,
.production-menu-fixed .nav-item .active {
  color: var(--primary-color);
}
.production-menu-fixed .nav-item:hover::before,
.production-menu-fixed .nav-item .active::before {
  width: 100%;
}
.production-menu-fixed .nav-item::after, .production-menu-fixed .nav-item::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 3px;
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.production-menu-fixed .nav-item::before {
  background-color: var(--primary-color);
  width: 0%;
  z-index: 2;
}
.production-menu-fixed .nav .active {
  color: var(--primary-color);
}
.production-menu-fixed .nav .active::before {
  width: 100%;
}
@media (max-width: 1080px) {
  .production-menu-fixed {
    display: none;
  }
}

.navbar-menu-responsive {
  z-index: 10;
  display: none;
  width: calc(100% - 2rem);
  border: 1px solid #b4b4b4;
  margin: auto;
  text-align: center;
  position: relative;
  height: auto;
  padding-bottom: 0.75rem;
  cursor: pointer;
}
@media (max-width: 1080px) {
  .navbar-menu-responsive {
    display: block;
  }
}
.navbar-menu-responsive span {
  text-transform: uppercase;
  display: inline-block;
  padding-top: 0.75rem;
}
.navbar-menu-responsive span.title-sub-menu-manufacture {
  padding-top: 1rem;
}
.navbar-menu-responsive i {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  font-size: 18px;
}
.navbar-menu-responsive ul {
  position: absolute;
  width: 100%;
  top: 100%;
  margin-top: 1px;
  height: 100%;
}
.navbar-menu-responsive ul li a {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #b4b4b4;
  border-left: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
  padding-bottom: 3%;
  padding-top: 4%;
  color: black;
  text-transform: uppercase;
  z-index: 1;
  background-color: #fff;
}
@media only screen and (max-width: 1080px) {
  .navbar-menu-responsive ul li a {
    padding-bottom: 0.75rem;
    padding-top: 1rem;
  }
}
.navbar-menu-responsive ul li:hover a {
  background-color: #c5c3c3;
  transition: 0.5s;
}

.hidden-navbar-menu-responsive {
  display: none;
}

:root {
  --base-checkbox-size: 28px;
}
@media only screen and (max-width: 1800px) {
  :root {
    --base-checkbox-size: 26px;
  }
}
@media only screen and (max-width: 1680px) {
  :root {
    --base-checkbox-size: 24px;
  }
}
@media only screen and (max-width: 1580px) {
  :root {
    --base-checkbox-size: 22px;
  }
}
@media only screen and (max-width: 1480px) {
  :root {
    --base-checkbox-size: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  :root {
    --base-checkbox-size: 18px;
  }
}

.drawer-advanced-filter .ant-drawer-body {
  padding: 0px !important;
  height: 100%;
}
.drawer-advanced-filter .container-advanced-filter {
  height: 100%;
}
.drawer-advanced-filter .container-advanced-filter .tabs-advanced-filter {
  height: 100%;
}
.drawer-advanced-filter .container-advanced-filter .tabs-advanced-filter .ant-tabs .ant-tabs-nav-scroll {
  width: 160px;
  margin-top: 5.3rem;
}
@media only screen and (max-width: 576px) {
  .drawer-advanced-filter .container-advanced-filter .tabs-advanced-filter .ant-tabs .ant-tabs-nav-scroll {
    width: auto;
    margin-top: 3.5rem;
  }
}
.drawer-advanced-filter .container-advanced-filter .tabs-advanced-filter .ant-tabs .ant-tabs-left-bar {
  background: rgba(1, 73, 139, 0.0509803922);
  border-right: unset;
}
.drawer-advanced-filter .container-advanced-filter .tabs-advanced-filter .ant-tabs .ant-tabs-ink-bar {
  height: 60px !important;
  right: unset;
  background: var(--blue-color);
}
.drawer-advanced-filter .container-advanced-filter .tabs-advanced-filter .ant-tabs .ant-tabs-tab {
  text-align: unset !important;
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
  color: var(--blue-color);
  font-family: "MyriadPro-Regular";
  display: flex;
  align-items: center;
  width: 100%;
  margin: unset;
  height: 60px;
}
.drawer-advanced-filter .container-advanced-filter .tabs-advanced-filter .ant-tabs .ant-tabs-tab-active {
  background: #FFFFFF;
}
.drawer-advanced-filter .container-advanced-filter .tabs-advanced-filter .ant-tabs-left-content {
  padding-left: 0px !important;
  border-left: unset;
}
.drawer-advanced-filter .container-advanced-filter .tabs-advanced-filter .pg-content {
  padding: 25px 30px;
  margin-top: 5.3rem;
}
.drawer-advanced-filter .container-advanced-filter .tabs-advanced-filter .pg-content .checkbox-trademark-wr {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.drawer-advanced-filter .container-advanced-filter .tabs-advanced-filter .pg-content .checkbox-trademark-wr .checkbox-top .ant-checkbox-inner {
  width: 28px;
  height: 28px;
  border: 1.27px solid #D9D9D9 !important;
  background: unset;
}
.drawer-advanced-filter .container-advanced-filter .tabs-advanced-filter .pg-content .checkbox-trademark-wr .checkbox-top .ant-checkbox-inner::after {
  border: 2px solid var(--blue-color);
  border-top: 0;
  border-left: 0;
  left: 33%;
}
.drawer-advanced-filter .container-advanced-filter .tabs-advanced-filter .pg-content .checkbox-trademark-wr .wr-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.drawer-advanced-filter .container-advanced-filter .tabs-advanced-filter .pg-content .price-car-advanced-filter .input-container-filter {
  display: flex;
  align-items: center;
  gap: 10px;
}
.drawer-advanced-filter .container-advanced-filter .tabs-advanced-filter .pg-content .price-car-advanced-filter .input-container-filter .input-advanced {
  width: 110px;
  height: 50px;
}
@media only screen and (max-width: 576px) {
  .drawer-advanced-filter .container-advanced-filter .tabs-advanced-filter .pg-content {
    padding: 20px 10px 0px 20px;
    margin-top: 3.5rem;
  }
}
.drawer-advanced-filter .container-advanced-filter .tabs-advanced-filter .select-checkbox-color-car {
  margin-top: 30px;
}
.drawer-advanced-filter .container-advanced-filter .tabs-advanced-filter .select-checkbox-color-car .ant-input {
  height: 50px;
  border-radius: 5px;
}
.drawer-advanced-filter .container-advanced-filter .tabs-advanced-filter .container-slider-tabs-year-filter {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.drawer-advanced-filter .container-advanced-filter .tabs-advanced-filter .container-slider-tabs-year-filter .input-year {
  width: 65px;
  border: 1px solid #01498B;
  font-family: "MyriadPro-Regular";
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  color: var(--black-color);
}
.drawer-advanced-filter .container-advanced-filter .tabs-advanced-filter .slider-advanced-filter {
  margin-top: 2rem;
}
.drawer-advanced-filter .container-advanced-filter .tabs-advanced-filter .slider-advanced-filter .ant-slider-rail {
  background: #D9D9D9;
}
.drawer-advanced-filter .container-advanced-filter .tabs-advanced-filter .slider-advanced-filter .ant-slider-track {
  background-color: var(--blue-color);
}
.drawer-advanced-filter .container-advanced-filter .tabs-advanced-filter .slider-advanced-filter .ant-slider-handle {
  width: 20px;
  height: 20px;
  margin-top: -8px;
  border: solid 4px #01498B;
}
.drawer-advanced-filter .ant-drawer-header {
  border-bottom: 1px solid #D9D9D9;
  box-shadow: 0px 2px 6.2px 0px rgba(0, 0, 0, 0.1019607843);
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px 0px 24px;
  position: absolute;
  top: 0px;
  width: 100%;
  text-align: right;
  left: 0px;
  background: rgb(255, 255, 255);
  border-radius: 0px 0px 4px 4px;
  z-index: 1;
}
.drawer-advanced-filter .ant-drawer-header .ant-drawer-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 31.2px;
  text-align: center;
  font-family: "MyriadPro-Bold";
  color: var(--blue-color);
}
.drawer-advanced-filter .ant-drawer-header .ant-drawer-close {
  width: 80px;
  height: 80px;
  color: var(--black-color);
  font-size: 19px;
  border: unset;
}
@media only screen and (max-width: 576px) {
  .drawer-advanced-filter .ant-drawer-header {
    height: 50px;
  }
  .drawer-advanced-filter .ant-drawer-header .ant-drawer-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 16px;
  }
  .drawer-advanced-filter .ant-drawer-header .ant-drawer-close {
    width: 50px;
    height: 50px;
    font-size: 19px;
  }
}

.wr-btn {
  padding: 15px 10px;
  border-top: 1px solid #D9D9D9;
  box-shadow: 0px -2px 6.2px 0px rgba(0, 0, 0, 0.1019607843);
}

.footer-drawer-advanced {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: right;
  left: 0px;
  background: rgb(255, 255, 255);
  border-radius: 0px 0px 4px 4px;
}

.btn-see-more {
  text-transform: uppercase;
  margin-top: 2rem;
  text-align: center;
}
.btn-see-more a {
  margin: 0 auto;
  width: 30%;
  border-radius: 1rem;
  display: inline-block;
  background-color: #01498B;
  padding: 10px 0 5px;
}
@media only screen and (max-width: 991px) {
  .btn-see-more a {
    width: 100%;
  }
}

.activity-news-item {
  border-radius: 1rem;
  box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.1019607843);
}
.activity-news-item-top .activity-news-item-img {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 42%;
  overflow: hidden;
  cursor: pointer;
}
.activity-news-item-top .activity-news-item-img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.activity-news-item-top .activity-news-item-title {
  width: 95%;
  margin: 0 auto;
  margin-top: 0.5rem;
  min-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.activity-news-item-bottom {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 8px;
}
.activity-news-item-bottom .activity-news-item-desc {
  margin-top: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.activity-news-item-bottom .activity-news-item-date-link {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
.activity-news-item-bottom .activity-news-item-date-link .activity-news-item-link a {
  display: flex;
  gap: 0.7rem;
  align-items: center;
}

.preferential-events-item {
  height: 100%;
  background-color: #FAFFBF;
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
}
.preferential-events-item-top {
  padding: 6px;
  width: 90%;
  margin-left: auto;
  background-color: #FFCB12;
  border-bottom-left-radius: 1.7rem;
  color: #FFFFFF;
}
.preferential-events-item-bottom {
  height: 90%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.preferential-events-item-bottom .preferential-events-item-title {
  text-align: left;
  display: flex;
  flex-direction: column;
}
.preferential-events-item-bottom .preferential-events-item-title span:first-child {
  font-size: 30px;
}
.preferential-events-item-bottom .preferential-events-item-desc {
  height: 8rem;
  overflow: auto;
}
.preferential-events-item-bottom .preferential-events-item-btn {
  border: 1px dashed #283EFF;
  border-radius: 2rem;
  padding: 8px 0;
}
.preferential-events-item.bg-yellow {
  background-color: #FAFFBF;
}
.preferential-events-item.bg-yellow .preferential-events-item-top {
  background-color: #FFCB12;
}
.preferential-events-item.bg-blue {
  background-color: #BFF0FF;
}
.preferential-events-item.bg-blue .preferential-events-item-top {
  background-color: #284BFF;
}

.banner-product-wp {
  margin-top: 2rem;
  border-radius: 10px;
  border: 1px solid var(--blue-color);
}
.banner-product-wp .banner-product-heading {
  margin: 56px 20px 0;
  border-bottom: 3px solid var(--blue-color);
}
.banner-product-wp .banner-product-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.banner-product-wp .banner-product-list .banner-product-title {
  font-size: 18px;
}
.banner-product-wp .banner-product-list .banner-product-desc {
  font-size: 17px;
}
.banner-product-wp .banner-product-list .banner-product-item {
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: var(--base-margin) 0px 10px 0px;
}
.banner-product-wp .banner-product-list .banner-product-item .icon-bg-layer {
  width: 50%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
}
.banner-product-wp .banner-product-list .banner-product-item .content {
  padding: 5px 20px;
}
.banner-product-wp .banner-product-list .banner-product-item .content .banner-product-title {
  padding-top: 12px;
  text-align: center;
}
.banner-product-wp .banner-product-list .banner-product-item .content .banner-product-desc {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .banner-product-wp .banner-product-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 30px 0px;
  }
  .banner-product-wp .banner-product-list .banner-product-title {
    text-align: start !important;
    padding-top: 0px !important;
  }
  .banner-product-wp .banner-product-list .banner-product-desc {
    text-align: justify;
  }
  .banner-product-wp .banner-product-list .banner-product-item {
    flex-direction: row;
    padding-left: 30px;
    padding-right: 30px;
    align-items: flex-start;
    background-position-x: 100%;
    height: 150px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .banner-product-wp .banner-product-list .banner-product-item .icon-bg-layer {
    width: 30%;
  }
  .banner-product-wp .banner-product-list .banner-product-item .content {
    width: calc(100% - 60px);
  }
  .banner-product-wp .banner-product-list .banner-product-item .content .banner-product-desc {
    text-align: justify;
  }
}

.car-buying-steps-nowrap .banner-product-wp {
  border: unset;
  margin-top: 4rem;
}
.car-buying-steps-nowrap .banner-product-wp .banner-product-heading {
  font-size: 35px;
  margin: 0;
}
.car-buying-steps-nowrap .banner-product-wp .banner-product-list {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 2rem;
  justify-content: center;
}
.car-buying-steps-nowrap .banner-product-wp .banner-product-list .banner-product-item {
  width: 24%;
}
@media only screen and (max-width: 991px) {
  .car-buying-steps-nowrap .banner-product-wp .banner-product-list {
    padding-top: 2rem;
    padding-bottom: 0rem;
  }
  .car-buying-steps-nowrap .banner-product-wp .banner-product-list .banner-product-item {
    width: 100%;
    align-items: center;
    gap: 1rem;
  }
}

.page-pagination ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -35px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1080px) {
  .page-pagination ul {
    margin-bottom: -40px;
  }
}
@media only screen and (max-width: 768px) {
  .page-pagination ul {
    margin-bottom: -28.4444444444px;
  }
}
@media (max-width: 576px) {
  .page-pagination ul {
    margin-bottom: -21.3333333333px;
  }
}
@media only screen and (max-width: 1680px) {
  .page-pagination ul {
    margin-right: -calculatorPixel(35, 1680)px;
  }
}
@media only screen and (max-width: 1368px) {
  .page-pagination ul {
    margin-right: -calculatorPixel(35, 1368)px;
  }
}
@media (max-width: 1080px) {
  .page-pagination ul {
    margin-right: -55px;
  }
}
@media only screen and (max-width: 768px) {
  .page-pagination ul {
    margin-right: -39.1111111111px;
  }
}
@media (max-width: 576px) {
  .page-pagination ul {
    margin-right: -29.3333333333px;
  }
}
.page-pagination ul li {
  margin: 0 0 0 10px;
}

.page-pagination li a, .page-pagination li span, .page-pagination .disabled span {
  border: none;
  outline: none;
  border-radius: 0 !important;
  color: var(--primary-color);
}

.page-pagination li:hover a, .page-pagination li:hover span, .page-pagination li.active span {
  background-color: #FFFFFF !important;
  color: var(--primary-color) !important;
}

ol.breadcrumb {
  background-color: unset;
  color: #2e3a41;
  padding: 20px 0;
  margin: 0;
  margin-top: 3vw;
}
@media (max-width: 1080px) {
  ol.breadcrumb {
    margin: 0;
  }
}
@media only screen and (max-width: 600px) {
  ol.breadcrumb {
    padding: 20px 0 20px 0;
  }
}
ol.breadcrumb .breadcrumb-item a {
  color: #2e3a41;
  opacity: 70%;
  font-family: "MyriadPro-Bold";
}
ol.breadcrumb .breadcrumb-item.active {
  color: #2e3a41;
  font-family: "MyriadPro-Bold";
}
