:root {
    --alt-font: "Kanit", "Prompt", sans-serif;
    --primary-font: "Prompt", sans-serif;
}
.text-gray{
    color: #817e7e!important;
}
.text-Red{
    color: #d0070b!important;
}
.bg-Red{
    background-color: #d20a0a!important;
}
.text-green{
    color: #2ca62f!important;
}
.bg-product{
    background-color: #fafafa!important;
}
a.text-dark-gray:hover{
    color: #d0070b!important;
}
.title {
    position: relative;
    padding: 5px 60px;
    text-transform: capitalize;
    color: #ffffff;
    transform-origin: top;
    display: inline-block;
    margin-bottom: 20px;
    z-index: 1;
}
.title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    transform: skewX(-10deg);
    background: linear-gradient(to right, #d0070b 0%, #dd3e08 100%);
}
header .disable-fixed {
    position: fixed;
}
header .navbar-brand img {
    max-height: 100%;
}
.header-push-button {
    padding-left: 0;
    padding-right: 16px;
}
.header-push-button .push-button span {
    background: #464b48;
}
.navbar .navbar-nav .nav-link {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
    position: relative;
    font-weight: 500;
    opacity: 1;
    word-break: normal;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #878083;
}
header .navbar-brand {
    padding: 15px 0;
}
header.sticky .fixed-header .navbar-brand, header.sticky .disable-fixed .navbar-brand {
    padding: 15px 0;
}
.navbar .navbar-nav .nav-link {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: .5px;
}
.navbar .navbar-nav .nav-item:hover .nav-link, .navbar .navbar-nav .nav-item.active .nav-link {
    opacity: 1;
    color: #e10f00;
}
.navbar .navbar-nav .nav-item .nav-link.active {
    opacity: 1;
    color: #e10f00;
}
.navbar .navbar-nav > li.dropdown > a:before{
	position: absolute;
    content: "";
    right: 0px;
	width:6px;
	height:6px;
	top:50%;
	margin-top:-3px;
	border-radius:50px;
    background-color:rgb(225,15,0);
}
.navbar .navbar-nav > li.dropdown:hover > a:before{
	-webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu {
    /* width: 15rem; */
    background-color: rgb(225, 15, 0);
    border-radius: 0;
    padding: 0 0;
}
.navbar .navbar-nav .dropdown .dropdown-menu a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li:first-child a {
    padding-top: 12px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li:last-child a {
    border: 0;
    padding-bottom: 12px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li a {
    padding: 12px 18px;
    border-bottom: 1px solid rgba(255,255,255,0.10);
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li {
    padding: 0;
    text-align: left;
}
.navbar .navbar-nav .dropdown .dropdown-menu li.active > a {
    color: #ffffff;
}
.navbar .navbar-nav .dropdown .dropdown-menu a {
    color: #ffffff;
    background-color: rgb(225,15,0);
}
.navbar .navbar-nav .dropdown .dropdown-menu li a:hover {
    padding-left: 30px;
    color: rgb(225,15,0);
    background-color: rgb(255,255,255);
}
.navbar .navbar-nav .dropdown .dropdown-menu a span:before {
    position: absolute;
    content: '//';
    left: 10px;
    top: 11px;
    opacity: 0;
    font-weight: 700;
    font-size: 12px;
    color: #ffffff;
    transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.navbar .navbar-nav .dropdown .dropdown-menu a:hover span:before{
	opacity:1;
	color:rgb(225,15,0);
}
.cart-box .box-inner {
    position: relative;
    font-weight: 500;
    color: rgb(130,138,141);
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 30px;
}
.cart-box a {
    position: relative;
    font-weight: 500;
    color: rgb(221,29,38);
    font-family: var(--primary-font);
}

.btn.btn-red {
    background-color: #d0070b;
    color: #ffffff;
}
.btn.btn-red:hover, .btn.btn-red:active {
    background-color: transparent;
    border-color: #d0070b;
    color: #d0070b;
}

.btn.btn-red-2 {
    font-size: 20px;
    padding: 15px 25px;
    border-radius: 10px;
    background: linear-gradient(to right, #d0070b 0%, #dd3e08 100%);
    color: #ffffff;
}
.btn.btn-red-2:hover, .btn.btn-red-2:active {
    background: transparent;
    border-color: #d0070b;
    color: #d0070b;
}

.btn.btn-program {
    font-size: 22px;
    font-weight: 300;
    padding: 5px 25px;
    border-radius: 10px;
    background: linear-gradient(to right, #d0070b 0%, #dd3e08 100%);
    color: #ffffff;
}
.btn.btn-program:hover, .btn.btn-program:active {
    background: transparent;
    border-color: #d0070b;
    color: #d0070b;
}

.btn.btn-tel {
    font-size: 20px;
    padding: 15px 25px;
    border-radius: 10px;
    font-weight: 600;
    background: #ffffff;
    color: #252525;
}
.btn.btn-tel:hover, .btn.btn-tel:active {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.btn.btn-line {
    background-color: #06c755;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 15px;
}
.btn.btn-line:hover, .btn.btn-line:active {
    background-color: transparent;
    border-color: #06c755;
    color: #06c755;
}
.btn.btn-line-2 {
    background-color: #06c755;
    color: #ffffff;
    font-size: 20px;
    border-radius: 10px;
    padding: 10px 15px;
    text-transform: none;
}
.btn.btn-line-2:hover, .btn.btn-line-2:active {
    background-color: transparent;
    border-color: #06c755;
    color: #06c755;
}
.btn.btn-line:hover img , .btn.btn-line-2:hover img{
    filter: invert(57%) sepia(22%) saturate(5671%) hue-rotate(106deg) brightness(99%) contrast(95%);  
}

.btn.btn-extra-large-2 {
    font-size: 22px;
    padding: 10px 15px;
}

.btn.btn-round-10 {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.text-about{
    position: relative;
    display: inline-block;
    color: #ffffff;
    padding: 15px 30px;
}

.text-about:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    border-radius: 20px;
    background: linear-gradient(to right, #d0070b 0%, #dd3e08 100%);
}

.swiper-light-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px !important;
    background-color: #bdbfbe;
}
.swiper-light-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #d50e08;
    opacity: 1;
}
.swiper-light-pagination .swiper-pagination-bullet:before {
    display: none;
}
.slider-navigation-style-03 {
    position: absolute;
    top: 50%;
    left: -60px;
    width: 50px;
    height: 100px;
    background: #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.icon-with-text-style-07 .feature-box{
    padding: 35px 20px;
}

.icon-with-text-style-07 .feature-box-content p{
    color: #999999;
}

.categories-style-02 .categories-box {
    position: relative;
    background-color: #fef6f3;
    border-radius: 10px;
}
.product-link {
    position: relative;
    padding: 5px 30px;
    text-transform: capitalize;
    transform-origin: top;
    display: inline-block;
    z-index: 1;
}
.product-link::before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    transform: skewX(-10deg);
    background: linear-gradient(to right, #d0070b 0%, #dd3e08 100%);
}
.absolute-middle-right-2 {
    right: 10%;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
}

.accordion-style-02 .accordion-item .accordion-title{
    color: #292d36;
}

.accordion-style-02 .accordion-item.active-accordion .accordion-title{
    color: #d0070b!important;
}

.accordion-style-02 .accordion-item .accordion-body {
    padding: 0 30px 0 25px;
}

.auto-container {
    position: static;
    max-width: 1360px;
    padding: 0px 15px;
    margin: 0 auto;
}
.cta-section-two {
    position: relative;
    z-index: 1;
    padding-top: 70px;
    padding-bottom: 100px;
}
.cta-section-two .inner-container {
    position: relative;
    border-radius: 6px;
    padding: 60px 20px 60px 260px;
}
.cta-section-two .inner-container:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 20px;
    background: #d0070b;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.cta-section-two .side-icon {
    position: absolute;
    left: -50px;
    top: -100px;
}
.cta-section-two h3 {
    z-index: 1;
    font-weight: 500;
    font-size: 40px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.cta-section-two .text {
    font-weight: 300;
    font-size: 24px;
    color: #f7dede;
    margin-top: 10px;
}
@-webkit-keyframes float_up_down {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
      opacity: 1;
    }
  
    50% {
      -webkit-transform: translateY(30px);
      transform: translateY(30px);
      opacity: 1;
    }
  
    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
      opacity: 1;
    }
  }
  
  @keyframes float_up_down {
    0% {
      transform: translateY(0px);
      transform: translateY(0px);
      opacity: 1;
    }
  
    50% {
      transform: translateY(30px);
      transform: translateY(30px);
      opacity: 1;
    }
  
    100% {
      transform: translateY(0px);
      transform: translateY(0px);
      opacity: 1;
    }
  }
.cta-section-two .side-icon{
    animation-name: float_up_down; 
    animation-duration: 5s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    
    -webkit-animation-name: float_up_down; 
    -webkit-animation-duration: 5s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    
    -moz-animation-name: float_up_down; 
    -moz-animation-duration: 5s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    
    -ms-animation-name: float_up_down; 
    -ms-animation-duration: 5s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    -o-animation-name: float_left_right; 
    -o-animation-duration: 5s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

footer{
    margin-top: -180px;
}
footer .widgets-section{
    position: relative;
    padding: 280px 0px 0px;
}
.contact-list {
    position: relative;
    margin-top: 30px;
}
.contact-list li {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    padding-top: 5px;
    padding-left: 55px;
    margin-bottom: 20px;
}
.contact-list li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    font-family: "Flaticon";
    color: #ffffff;
    background: #d4190a;
}

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}
.sec-title h2 {
    z-index: 1;
    font-weight: 500;
    color: #0f0e0e;
}
.sec-title h2 span {
    position: relative;
}
.sec-title h2 span:before {
    position: absolute;
    content: '';
    left: 0px;
    right: 0px;
    bottom: 5px;
    height: 5px;
    z-index: -1;
    background: url(../images/img/vector-3.png) no-repeat;
}
.info-column {
    position: relative;
    margin-bottom: 30px;
}
.info-column .inner-column {
    position: relative;
    padding: 30px 30px 25px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    height: 250px;
}
.info-column .icon {
    position: relative;
    margin-right: 25px;
    line-height: 1em;
    font-size: 50px;
    color: #e10f00;
}
.info-column strong {
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
}
.info-column a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #555555;
}
.info-column .text {
    line-height: 27.5px;
    font-size: 14px;
    color: #555555;
}
.scroll-progress {
    top: auto;
    bottom: 0;
    right: 4%;
    z-index: 1;
}

.sidebar-info-contents {
    position: relative;
}
.sidebar-info-contents .content-inner {
    position: relative;
}
.sidebar-info-contents .content-inner .logo {
    padding-bottom: 20px;
}
.sidebar-info-contents .content-inner .logo img {
    display: inline-block;
    max-width: 100%;
}
.sidebar-info-contents .content-inner .content-box {
    position: relative;
}
.sidebar-info-contents .content-inner h6 {
    position: relative;
    color: #020202;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 15px;
    line-height: 1.6em;
    font-size: 18px;
    font-weight: 500;
}
.sidebar-info-contents .content-inner h6:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 30px;
    height: 6px;
    border-radius: 50px;
    background-color: #e10f00;
}
.sidebar-info-contents .content-inner h6:after {
    position: absolute;
    content: '';
    left: 40px;
    bottom: 0px;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background-color: #e10f00;
}
.list-style-one {
    position: relative;
    padding-left: 0;
}
.list-style-one li {
    position: relative;
    font-weight: 400;
    line-height: 1.8em;
    color: #020202;
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 40px;
}
.list-style-one li .icon {
    position: absolute;
    left: 0px;
    top: 5px;
    line-height: 1em;
    font-weight: 300;
    font-family: "Flaticon";
    color: #e10f00;
    font-size: 24px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.list-style-one li strong {
    display: block;
}
.list-style-one li a {
    position: relative;
    color: #020202;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
@media (max-width: 767px) {
    .text-about{
        font-size: 32px;
    }
    .absolute-middle-right-2 {
        right: 10%;
        top: 50%;
        position: absolute;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
    .cta-section-two .side-icon, .cta-section .counter-boxed .counter:before {
        display: none;
    }
    .cta-section-two .inner-container {
        padding: 40px 30px;
    }
    .btn.btn-line-2 {
        font-size: 16px;
        padding: 10px 10px;
    }
    .btn.btn-line-2 img{
        width: 20px;
    }
    .btn.btn-tel {
        font-size: 16px;
        padding: 10px 10px;
    }
    .navbar .navbar-nav > li.dropdown > a:before {
        display: none !important;
    }
    .info-column .inner-column {
        height: 100%;
    }
    header .navbar-brand img {
        max-height: 50px;
    }
    .header-search-icon a img{
        width: 150px;
    }
}

@media (max-width: 991px) {
    header .cart-box {
        display: none;
    }
    .navbar .navbar-nav .simple-dropdown .dropdown-menu li a{
        color: #ffffff;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        font-size: 14px;
    }
    .navbar .navbar-nav .nav-link {
        padding: 10px 10px;
    }
    .header-search-icon a img{
        width: 130px;
    }
    .cart-box .box-inner {
        font-size: 14px;
        padding-left: 10px;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
    }
    .navbar .navbar-nav .nav-link {
        padding: 10px 10px;
    }
    .header-search-icon a img{
        width: 130px;
    }
    .cart-box .box-inner {
        font-size: 14px;
        padding-left: 10px;
    }
}

@media (min-width: 1300px) and (max-width: 1399px) {
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
    }
    .navbar .navbar-nav .nav-link {
        padding: 10px 15px;
    }
    .header-search-icon a img{
        width: 150px;
    }
    .cart-box .box-inner {
        font-size: 14px;
        padding-left: 20px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .navbar .navbar-nav .nav-link {
        font-size: 18px;
    }
    .navbar .navbar-nav .nav-link {
        padding: 10px 15px;
    }
    .header-search-icon a img{
        width: 160px;
    }
    .cart-box .box-inner {
        padding-left: 25px;
    }
}

@media (min-width: 1600px) and (max-width: 1699px) {
    .navbar .navbar-nav .nav-link {
        font-size: 19px;
    }
}

@-webkit-keyframes float_left_right {
    0% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
      opacity: 1;
    }
  
    50% {
      -webkit-transform: translateX(100px);
      transform: translateX(100px);
      opacity: 0.40;
    }
  
    100% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
      opacity: 1;
    }
  }
  
  @keyframes float_left_right {
    0% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
      opacity: 1;
    }
  
    50% {
      -webkit-transform: translateX(100px);
      transform: translateX(100px);
      opacity: 0.40;
    }
  
    100% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
      opacity: 1;
    }
  }

@-webkit-keyframes icon-bounce {
    0%, 100%, 20%, 50%, 80% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    60% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
    }
  }
  @keyframes icon-bounce {
    0%, 100%, 20%, 50%, 80% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    60% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
    }
  }
