/*
Theme Name: Theme Name
Version: 1.0.0
Author: nz3m
Description: Description
*/

:root {
	--main-color: #2E8B57;
	--hover-color: #3CB371;
	--footer-color: #F0F0F0;
	--text-color: #333333;
	--light-color: #F0FFF0;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

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

.\-mt-4 {
  margin-top: -4rem;
}

.border-top-dotted {
  border-top: 1px dotted #ccc;
}

.border-bottom-dotted {
  border-bottom: 1px dotted #ccc;
}

.border-left-dotted {
  border-left: 1px dotted #ccc;
}

.border-right-dotted {
  border-right: 1px dotted #ccc;
}

.list-style-none {
  list-style-type: none;
}

.h-\[60px\] {
  height: 60px;
}

.h-\[80px\] {
  height: 80px;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[110px\] {
  height: 110px;
}

.h-\[120px\] {
  height: 120px;
}

.h-\[130px\] {
  height: 130px;
}

.h-\[140px\] {
  height: 140px;
}

.h-\[150px\] {
  height: 150px;
}

.h-\[160px\] {
  height: 160px;
}

.h-\[170px\] {
  height: 170px;
}

.h-\[180px\] {
  height: 180px;
}

.h-\[190px\] {
  height: 190px;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[210px\] {
  height: 210px;
}

.h-\[220px\] {
  height: 220px;
}

.h-\[230px\] {
  height: 230px;
}

.h-\[240px\] {
  height: 240px;
}

.h-\[250px\] {
  height: 250px;
}

.h-\[260px\] {
  height: 260px;
}

.h-\[270px\] {
  height: 270px;
}

.h-\[280px\] {
  height: 280px;
}

.h-\[290px\] {
  height: 290px;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[350px\] {
  height: 350px;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[440px\] {
  height: 440px;
}

.h-\[460px\] {
  height: 460px;
}

.h-\[465px\] {
  height: 465px;
}

.h-\[485px\] {
  height: 485px;
}

.text-theme-color {
  color: #33414b;
  transition: 0.2s;
}

.text-theme-color:hover {
  color: #930007;
}

.c-gach {
  height: 9px;
  width: 100%;
  background: url(https://static.mediacdn.vn/toquoc/web_images/gach.png);
  display: block;
}

#page-builder .c-gach:first-child {
  display: none;
}

.stroke-text {
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #33414b;
}

.stroke-text.rank_1 {
  -webkit-text-stroke-color: #f47920;
}

.stroke-text.rank_2 {
  -webkit-text-stroke-color: #4cd964;
}

.stroke-text.rank_3 {
  -webkit-text-stroke-color: #ed1b24;
}

.overflow-auto {
  overflow: auto;
}

.bg-gainsboro {
  background-color: gainsboro;
}

.bg-size-cover {
  background-size: cover;
}

.bg-position-center {
  background-position: center;
}

.presentation_video .play-icon {
  color: #e5e5e5;
  transition: 0.3s;
}

.presentation_video .play-icon:hover {
  opacity: 0.75;
}

.cursor-pointer {
  cursor: pointer;
}

.z-index-\[10\] {
  z-index: 10;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
  .h-xl-\[100px\] {
    height: 140px;
  }

  .h-xl-\[140px\] {
    height: 140px;
  }

  .h-xl-\[150px\] {
    height: 150px;
  }

  .h-xl-\[200px\] {
    height: 200px;
  }

  .h-xl-\[300px\] {
    height: 300px;
  }

  .h-xl-\[400px\] {
    height: 400px;
  }
	
  .h-xl-\[485px\] {
    height: 485px;
  }	

  .w-xl-5 {
    width: 5% !important;
  }
  
  .w-xl-10 {
    width: 10% !important;
  }
  
  .w-xl-15 {
    width: 15% !important;
  }
  
  .w-xl-20 {
    width: 20% !important;
  }
  
  .w-xl-25 {
    width: 25% !important;
  }
  
  .w-xl-30 {
    width: 30% !important;
  }
  
  .w-xl-35 {
    width: 35% !important;
  }
  
  .w-xl-40 {
    width: 40% !important;
  }
  
  .w-xl-45 {
    width: 45% !important;
  }
  
  .w-xl-50 {
    width: 50% !important;
  }
  
  .w-xl-55 {
    width: 55% !important;
  }
  
  .w-xl-60 {
    width: 60% !important;
  }
  
  .w-xl-65 {
    width: 65% !important;
  }
  
  .w-xl-70 {
    width: 70% !important;
  }
  
  .w-xl-75 {
    width: 75% !important;
  }
  
  .w-xl-80 {
    width: 80% !important;
  }
  
  .w-xl-85 {
    width: 85% !important;
  }
  
  .w-xl-90 {
    width: 90% !important;
  }
  
  .w-xl-95 {
    width: 95% !important;
  }
  
  .w-xl-100 {
    width: 100% !important;
  }  

  .fs-xl-5 {
    font-size: 1.25rem !important;
  }
}

@media (min-width: 1400px) {
}

.dot-in-front::before {
width: 6px;
    height: 6px;
    border-radius: 50%;
    content: "";
    background: #ababab;
    position: absolute;
    top: 50%;
	transform: translatey(-50%);
    left: -15px;	
}
