@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Regular.otf");
}

@font-face {
  font-family: "Poppins-Thin";
  src: url("../fonts/poppins/Poppins-Light.otf");
}

@font-face {
  font-family: "Poppins-Semi-Bold";
  src: url("../fonts/poppins/Poppins-SemiBold.otf");
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/poppins/Poppins-Bold.otf");
}

@font-face {
  font-family: "Avenir-Next-LT-Pro-Bold";
  src: url("../fonts/avenir/AvenirNextLTPro-Bold.otf");
}

@font-face {
  font-family: "BebasNeue";
  src: url("../fonts/bebasneue/BebasNeue-Regular.ttf");
}

@font-face {
  font-family: "Roboto-Thin";
  src: url("../fonts/roboto/Roboto-Thin.ttf");
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/roboto/Roboto-Bold.ttf");
}

@font-face {
  font-family: "Roboto-Black";
  src: url("../fonts/roboto/Roboto-Black.ttf");
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Roboto-Bold, Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  background-color: #111111;
}

.padding-div {
  padding-top: 70px;
}

#overlay-loading {
  width: 100vw;
  height: 100vh;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 100;
  transition: 0.5s;
}

#overlay-loading img {
  width: 40px;
  height: auto;
}

.select2-container .select2-selection--single {
  height: calc(1.5em + .75rem + 2px) !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: flex !important;
  align-items: center !important;
  height: calc(1.5em + .75rem + 2px) !important;
}

/* Mobile Menu */

.mobile-menu {
  display: none;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #000;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  font-family: Poppins-Thin;
  font-size: 15px;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.sidenav a.active {
  color: #fff;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* End Mobile Menu */

/* Header */
::placeholder {
  font-family: Poppins;
  font-size: 14px;
  opacity: 0.43;
}

.header {
  position: fixed;
  background-color: transparent;
  width: 100%;
  z-index: 9;
  transition: 0.3s;
}

.header > .row {
  position: relative;
  height: 70px;
}

.header img {
  margin: 0 auto;
  position: absolute;
  top: 55%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 88px;
  transition: 0.5s;
}

.header-container {
  display: inline-block;
  padding-top: 1.5em;
  padding-left: 0px;
}

.header-container-menu {
  display: flex;
  justify-content: flex-end;
  margin-right: 4em;
}

.header-menu {
  display: flex;
  list-style-type: none;
  padding: 0px;
  position: relative;
  bottom: 0;
  color: #fff;
}

.header-menu li {
  /* font-family: Poppins; */
  cursor: pointer;
  margin: 0px 10px;
  transition: 0.2s;
  font-size: 14px;
}

.header-menu li:hover {
  /* border-bottom: 3px solid #b6142c; */
  transform: scale(1.1);
}

.header-menu li a {
  color: inherit;
  text-decoration: none;
}

.header-menu li:last-child {
  border-right: unset;
}

.header-menu li.active {
  /* border-bottom: 3px solid #b6142c; */
  transform: scale(1.1);
}

.header form {
  display: inline-block;
}

.input-container {
  display: flex;
  margin-left: 30px;
  height: 35px;
}

.input-container input {
  width: 113px;
  border: 1px solid #000000a8;
  border-left: unset;
  outline: none;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  font-family: Poppins;
  font-size: 15px;
  color: #000000a8;
  transition: 0.3s;
}

.icon {
  padding: 10px;
  color: #707070;
  text-align: center;
  border: 1px solid #000000a8;
  border-right: unset;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}

/* End Header */

/* Footer */

.footer {
  border-top: 4px solid #700c1d;
  padding: 0px 0px 20px 0px;
  background-color: #111111;
  color: #fff;
  overflow: hidden;
}

/* .footer img {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
} */

.copyright-container {
  font-family: Roboto-Bold;
  font-size: 12px;
  letter-spacing: 2px;
  text-align: center;
  color: #c5c5c5;
}

.copyright-container span {
  color: #fff;
}

.footer-divider {
  background: #fff;
}

.contact-container {
  padding-top: 20px;
}

.contact-container .contact-us {
  font-family: Roboto-Bold;
  font-size: 30px;
  text-transform: capitalize;
  padding-top: 0.5em;
}

.contact-container p {
  font-family: Roboto-Bold;
  font-size: 12px;
  line-height: 28px;
  max-width: 420px;
  margin-bottom: 0;
  white-space: pre-line;
}

.contact-container i {
  margin-right: 8px;
}

.contact-container .contact-detail {
  margin-left: 19px;
}

.information-container {
  padding-top: 20px;
}

.information-container p {
  font-size: 14px;
  margin-bottom: 10px;
}

.information-container ul {
  list-style-type: none;
  padding: 0;
  font-size: 12px;
  line-height: 30px;
}

.information-container ul li a {
  color: #fff;
  text-decoration: none;
}

.social-container {
  padding-top: 20px;
}

.social-container p {
  font-family: Roboto-Bold;
  font-size: 20px;
  margin-left: 4px;
}

.social-container ul {
  display: flex;
  list-style-type: none;
  padding: 0px;
}

.social-container ul li {
  padding: 5px 10px;
  margin: 0px 3px;
  background-color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.social-container ul li a {
  color: #000;
}

/* End Footer */

/* Home */

.home-quotes {
  padding: 1em;
  color: #fff;
  max-width: 350px;
}

.banner-container {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 630px;
  background: #720e24;
  box-sizing: border-box;
  clip-path: polygon(
    50% 0%,
    100% 0,
    100% 19%,
    100% 68%,
    100% 31%,
    100% 67%,
    40% 100%,
    0 83%,
    0 0,
    19% 0
  );
}

.video-company-home {
  height: 100vh;
}

.banner-container .banner-img {
  position: absolute;
  bottom: 6px;
  width: 100%;
  height: 630px;
  object-fit: cover;
  object-position: 0px -55px;
  clip-path: polygon(
    50% 0%,
    100% 0,
    100% 19%,
    100% 68%,
    100% 31%,
    100% 67%,
    40% 100%,
    0 83%,
    0 0,
    19% 0
  );
}

.banner-detail {
  position: absolute;
  top: 13em;
  left: 11em;
  text-align: center;
}

.banner-detail .bull-img {
  width: 400px;
  height: auto;
}

.slogan-bull-img {
  width: 250px;
}

.banner-detail-title {
  font-family: Avenir-Next-LT-Pro-Bold;
  font-size: 38px;
}

.banner-detail-wording {
  font-family: Poppins;
  font-size: 14px;
  margin-right: 100px;
}

.banner-detail-btn {
  /* font-family: Poppins; */
  font-size: 14px;
  background-color: #b6142c;
  text-transform: uppercase;
  border: none;
  color: #fff;
  letter-spacing: 2px;
  padding: 15px 40px;
  margin-top: 2em;
}

.banner-detail-btn:focus {
  outline: none;
}

.banner-floating-img {
  width: 800px;
  position: absolute;
  top: 4em;
  right: 6em;
}

.featured-product {
  margin-top: 2em;
}

.video-section {
  margin-top: 4em;
}

.featured-product .featured-product-container {
  text-align: center;
}

.featured-product-title {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 2px solid #d2813c;
  padding-bottom: 5px;
}

.featured-product .featured-product-slogan {
  /* font-family: Poppins; */
  font-size: 35px;
  color: #fff;
}

.featured-product .featured-product-slogan .orange-text {
  color: #d2813c;
}

.category-card {
  position: relative;
  height: 300px;
  padding: 1em;
}

.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-card .category-detail {
  position: absolute;
  bottom: 1em;
  width: calc(100% - 2em);
  background-color: #700f20d4;
  height: 115px;
  padding: 10px;
}

.category-card .category-detail .category-detail-title {
  font-family: BebasNeue;
  color: #fff;
  text-decoration: underline;
  font-size: 20px;
}

.category-card .category-detail .category-detail-description {
  font-family: Roboto-Thin;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}

.category-card .category-detail .category-detail-btn {
  background-color: transparent;
  border: 1px solid #fff;
  font-family: BebasNeue;
  color: #fff;
  padding: 0em 1em;
  transition: 0.3s;
}

.category-card .category-detail .category-detail-btn:hover {
  transform: scale(1.1);
}

.see-more-card {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}

.see-more-card a {
  font-family: BebasNeue;
  font-size: 20px;
  color: #fff;
  transition: 0.5s;
}

.see-more-card a:hover {
  transform: scale(1.1);
}

.section {
  padding: 100px;
}

.section-title {
  font-family: Avenir-Next-LT-Pro-Bold;
  font-size: 32px;
  color: #060303;
  margin-bottom: 0;
}

.section-title-hr {
  margin-right: 90%;
  border: 2px solid #b6142c;
  margin-top: 0;
}

.new-coming-container {
  font-family: Poppins;
  color: #fff;
}

.new-coming-container img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.new-coming-container .new-coming-title {
  transition: 0.2s;
  font-weight: bold;
  color: #fff;
}

.new-coming-container .new-coming-title:hover {
  color: #b6142c;
}

.new-coming-container .new-coming-code {
  font-family: "Poppins-Thin";
  font-size: 14px;
}

.new-coming-container a {
  text-decoration: none;
  color: #000;
}

.new-coming-container a.more {
  text-decoration: none;
  font-size: 12px;
  color: #000;
  opacity: 0.65;
}

section.slider {
  padding: 0px 100px 100px 100px;
}

section.slider .more {
  font-family: Poppins;
  font-size: 14px;
  text-decoration: none;
  color: #000000;
  float: right;
  margin-bottom: 10px;
}

.collection-slider .owl-stage {
  display: flex;
}

.owl-nav {
  float: right;
  margin-top: 25px;
}

.owl-nav button {
  background: #000;
  border: 0;
  outline: 0;
  color: #fff;
  font-size: 18px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0px 5px;
}

.owl-dots {
  display: none;
}

.collection-item img {
  width: 100%;
  height: 200px;
  transition: 0.2s;
}

.collection-item .overlay-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background: #00000078;
  padding-top: 60px;
  text-align: center;
}

.owl-item {
  position: relative;
}

.owl-item:hover .overlay-item {
  opacity: 1;
}

.overlay-item {
  color: #fff;
}

.overlay-item .overlay-title {
  font-family: Poppins;
  font-weight: bold;
}

.overlay-item .overlay-code {
  font-family: Poppins-Thin;
  font-size: 14px;
}

section.about-us {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff !important;
  padding: 100px 100px 175px 100px;
}

.light-title {
  color: #fff !important;
}

section.about-us .about-container {
  padding: unset !important;
}

section.about-us .about-container .about-detail p {
  font-family: Poppins-Thin;
}

.product-container {
  font-family: Poppins-Thin;
  font-size: 14px;
  background: #fff;
  color: #000;
  position: absolute;
  bottom: -150px;
  width: 80%;
  -webkit-box-shadow: 0px 1px 6px 0px rgba(173, 170, 173, 1);
  -moz-box-shadow: 0px 1px 6px 0px rgba(173, 170, 173, 1);
  box-shadow: 0px 1px 6px 0px rgba(173, 170, 173, 1);
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.product-container div {
  padding: 10px 40px;
}

.product-container .product-title {
  font-family: Poppins;
  font-weight: bold;
}

.product-container img {
  width: 200px;
  height: 100px;
}

section.information {
  font-family: Poppins-Thin;
  font-size: 14px;
  line-height: 25px;
  padding: 200px 100px 100px 100px;
}

section.information .information-img {
  width: 200px;
  height: 150px;
  margin: 0px auto;
  display: flex;
}

section.information .information-title {
  font-family: Poppins;
  font-size: 16px;
  font-weight: bold;
}

section.information .information-img-detail-1 {
  width: 180px;
  height: 120px;
}

section.information .information-img-detail-2 {
  width: 120px;
  height: auto;
}

.brand-section {
  margin-top: 3em;
  margin-bottom: 3em;
}

.brand-section .col-md-2 {
  display: flex;
  align-items: center;
}

.brand-section .brand-img img {
  width: 100%;
}

.with-margin-left {
  margin-left: 7em;
}

/* End Home */

/* About Us */

.about-container {
  padding: 80px;
}

.service-card {
  position: relative;
  max-width: 30%;
  margin: 0px 10px;
  min-height: 477px;
  max-height: 477px;
  color: #000000;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(173, 170, 173, 1);
  -moz-box-shadow: 2px 2px 6px 0px rgba(173, 170, 173, 1);
  box-shadow: 2px 2px 6px 0px rgba(173, 170, 173, 1);
}

.service-card .service-title {
  font-family: Avenir-Next-LT-Pro-Bold;
  padding-top: 90px;
  text-align: center;
  font-size: 20px;
}

.service-card .service-detail {
  font-family: Poppins;
  padding: 30px 10px;
  font-size: 14px;
  line-height: 25px;
}

.service-card .service-icon {
  position: absolute;
  background: #fff;
  border: 3px solid;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  top: -70px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.service-card .service-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
}

.about-container .about-detail img {
  position: absolute;
  top: 50%;
  width: 200px;
  height: 100px;
  margin-top: -50px;
}

.about-container .about-detail p {
  font-family: Poppins;
  font-size: 14px;
  line-height: 25px;
}

/* End About Us */

/* Content */

.content-header {
  position: relative;
  width: 100%;
  max-height: 200px;
  height: 200px;
  object-fit: cover;
  color: #000;
  z-index: 1;
}

.content-header h2,
.content-header h4 {
  font-family: BebasNeue;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 69px;
}

.content-header .content-title {
  height: 200px;
  padding-top: 4em;
  padding-left: 12em;
}

.content-card {
  margin: 50px 100px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(173, 170, 173, 1);
  -moz-box-shadow: 0px 1px 3px 0px rgba(173, 170, 173, 1);
  box-shadow: 0px 1px 3px 0px rgba(173, 170, 173, 1);
}

.content-card .content-card-body {
  padding: 60px;
}

.content-card .content-card-body .baret {
  width: 50px;
  margin-bottom: 10px;
  margin-right: 15px;
}

.content-card .content-card-body .title {
  font-family: "Poppins";
  color: #0f5890;
  font-size: 27px;
  margin-bottom: 25px;
}

.content-card .content-card-body .sub-title {
  color: #139346;
}

.content-card .content-card-body p {
  margin-top: 25px;
  font-size: 14px;
  line-height: 24px;
}

.content-card .content-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* End Content */

/* Collection */
.filter-container {
  color: #fff;
}

.filter-container button[type="submit"] {
  background: #b6142c;
  color: #fff;
  min-width: 100px;
}

.collection-category .col-md-2 {
  margin: 3px;
}

.collection-category a {
  font-family: Poppins;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  transition: 0.2s;
}

.collection-category a.active {
  padding-bottom: 3px;
  border-bottom: 3px solid #b6142c;
}

.collection-category a:hover {
  padding-bottom: 3px;
  border-bottom: 3px solid #b6142c;
}

.result-text {
  font-size: 18px;
  color: #fff;
}

.collection-container {
  padding: 80px 120px;
}

.collection-img {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #ffffff;
}

.collection-img:hover .overlay {
  opacity: 0.57;
}

.detail-text {
  font-family: Roboto-Bold;
  color: #000000;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.collection-description {
  white-space: pre-wrap;
}

.btn-red {
  background: #b6142c;
  color: #fff;
  min-width: 100px;
}

.btn-red:hover {
  color: #fff;
}

/* End Collection */

/* Collection Detail */

.collection-detail-container {
  padding: 80px 200px;
}

.collection-detail-container .data-project-img {
  margin: 0px auto;
  display: flex;
  width: 100%;
  height: 400px;
  object-fit: contain;
}

.collection-detail-container p {
  /* font-family: Poppins-Thin; */
  font-size: 14px;
}

.collection-detail-container .collection-title {
  color: #ED3237;
  font-size: 32px;
  line-height: 34px;
}

.collection-detail-container .collection-sub-title {
  color: #938f8f;
  margin-bottom: 5px;
}

.collection-detail-container .collection-badge {
  font-family: Poppins-Thin;
  border: 1px solid gray;
  font-size: 12px;
  padding: 6px;
}

.btn-contact-us {
  background: #b6142c;
  color: #fff;
  border: none;
  outline: none;
  padding: 4px 20px;
  border-radius: 3px;
  transition: 0.5s;
}

.btn-contact-us:hover {
  transform: scale(1.1);
}

.collection-social-media a {
  margin: 0px 6px;
  color: #fff;
}

.collection-social-media a:hover {
  color: #b6142c;
}

#carousel-banner-detail .carousel-indicators {
  bottom: -4em;
}

#carousel-banner-detail .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

#carousel-banner-detail .carousel-indicators .active {
  background-color: #b6142c;
}

.marketplace-icon {
  width: 50px;
  height: 50px;
  margin: 0px 5px;
  cursor: pointer;
  /* background-color: #710e24; */
  /* padding: 7px; */
  /* border-radius: 5px; */
  transition: .5s;
}

.marketplace-icon:hover {
  transform: scale(1.1);
}

.carousel-control-prev {
  left: -5em;
}

.carousel-control-next {
  right: -5em;
}

.product-details-container {
  padding-left: 4em;
}

.brand-product {
  width: 100px;
}

.video-detail-product {
  height: 400px;
}

.carousel-indicators {
  z-index: 2;
}

/* End Collection Detail */

/* Download */

.investor .investor-container {
  padding: 60px 120px;
}

.investor .investor-title .baret {
  width: 50px;
  margin-bottom: 10px;
  margin-right: 15px;
}

.investor .investor-title .title {
  font-family: "Poppins";
  color: #0f5890;
  font-size: 27px;
  margin-bottom: 25px;
}

.investor .investor-title .sub-title {
  color: #139346;
}

.investor .investor-card {
  width: 280px;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(173, 170, 173, 1);
  -moz-box-shadow: 3px 3px 10px 0px rgba(173, 170, 173, 1);
  box-shadow: 3px 3px 10px 0px rgba(173, 170, 173, 1);
  padding: 20px;
  margin: 25px 15px;
  background-color: #fff;
  border-radius: 10px;
}

.investor .investor-card img {
  width: 150px;
  margin: 10px auto;
  display: flex;
}

.investor .investor-card .investor-card-title {
  font-family: BebasNeue;
  font-size: 20px;
}

.investor .investor-card .investor-card-detail {
  font-family: BebasNeue;
  font-size: 14px;
}

.investor .investor-card hr {
  border: 2px solid #f58634;
  margin-right: 50%;
}

.investor .investor-card .download-btn {
  background-color: #ed3237;
  width: 60px;
  height: 60px;
  padding: 0px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  left: 14em;
  bottom: 0;
  transition: 0.3s;
}

.investor .investor-card .download-btn:hover {
  transform: scale(1.1);
}

.investor .investor-card .download-btn img {
  margin: 0px auto;
  width: 50px;
  padding: 13px;
}

/* End Download */

/* Gallery */

.gallery .gallery-container {
  padding: 80px 120px;
}

.gallery .gallery-card img {
  width: 100%;
  max-height: 238px;
}

/* End Gallery */

/* News Update */

.news .news-container {
  padding: 60px 120px;
}

.news .news-title .baret {
  width: 50px;
  margin-bottom: 10px;
  margin-right: 15px;
}

.news .news-title .title {
  font-family: "Poppins";
  color: #0f5890;
  font-size: 27px;
  margin-bottom: 25px;
}

.news .news-title .sub-title {
  color: #139346;
}

.news .news-card {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(173, 170, 173, 1);
  -moz-box-shadow: 0px 1px 3px 0px rgba(173, 170, 173, 1);
  box-shadow: 0px 1px 3px 0px rgba(173, 170, 173, 1);
  padding: 15px;
  padding-bottom: 5px;
}

.news .news-card img {
  width: 100%;
  height: 200px;
}

.news .news-card a {
  text-decoration: none;
}

.news .news-card .news-card-title {
  font-family: Poppins;
  color: #0f5890;
  margin-bottom: 5px;
}

.news .news-card .news-card-detail {
  font-size: 14px;
}

.news .news-card .news-card-more {
  font-size: 14px;
  float: right;
  margin-top: -20px;
}

/* End News Update */

/* CSR */

.csr .csr-container {
  padding: 60px 120px;
}

.csr .csr-title .baret {
  width: 50px;
  margin-bottom: 10px;
  margin-right: 15px;
}

.csr .csr-title .title {
  font-family: "Poppins";
  color: #0f5890;
  font-size: 27px;
  margin-bottom: 25px;
}

.csr .csr-title .sub-title {
  color: #139346;
}

.csr-card {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(173, 170, 173, 1);
  -moz-box-shadow: 0px 1px 3px 0px rgba(173, 170, 173, 1);
  box-shadow: 0px 1px 3px 0px rgba(173, 170, 173, 1);
  padding: 18px;
  margin: 15px 0px;
}

.csr-card .csr-content {
  border-right: 1px solid #00000040;
}

.csr-card .csr-content a {
  text-decoration: none;
}

.csr-card .csr-content-title {
  font-family: "Poppins";
  font-size: 24px;
  color: #0f5890;
}

.csr-card .csr-content-detail {
  font-size: 14px;
}

.csr-card .csr-content-more {
  float: right;
  text-decoration: none;
  font-size: 14px;
  margin-right: 20px;
}

.csr-card img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

/* End CSR */

/* News Detail */

.news-detail-container {
  padding: 70px 120px;
}

.news-detail-container .news-detail-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.news-detail-container .news-detail-title {
  font-family: "Poppins";
  font-size: 24px;
  color: #0f5890;
}

.news-detail-container .news-detail-date {
  font-size: 12px;
}

.news-detail-container .news-detail-date span {
  color: #0f5890;
}

.news-detail-container .news-detail-content {
  font-size: 14px;
  line-height: 26px;
}

/* News Detail */

/* Contact Us */

.contact-us-container {
  padding: 60px 120px;
}

.contact-us-container .contact-map {
  padding: 0px 10px;
}

.contact-us-container .contact-detail {
  padding: 15px;
  padding-left: 90px;
  font-size: 14px;
  color: #fff;
}

.contact-us-container .contact-detail p {
  line-height: 30px;
  margin-bottom: 5px;
}

.contact-us-container .contact-detail div {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact-us-container .contact-detail .contact-detail-title {
  font-family: Avenir-Next-LT-Pro-Bold;
  font-size: 27px;
}

.contact-us-container .contact-detail p i {
  font-size: 20px;
  color: #b6142c;
}

/* End Contact Us */

/* Magnific Popup Custom CSS */

.mfp-wrap button {
  outline: none;
}

/* End Magnific Popup Custom CSS */
