@charset "utf-8";

:root {
  --d-transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  --d-gradient:  linear-gradient(98.14deg, #27276E 7.74%, #0E0E1D 110.63%);
  --d-gradient2:  linear-gradient(98.14deg, #0E0E1D 7.74%, #27276E 110.63%);
  --d-textg:  linear-gradient(17.13deg, #A9805C -413.65%, #B38F6B -377.04%, #CEB591 -307.33%, #E9DCB8 -245.35%, #E3CCA7 -186.68%, #D2A47B -70.97%, #CD986E -39.91%, #D3A57D 10.74%, #E1C9A3 107.08%, #E9DCB8 154.35%, #D1B995 221.36%, #A9805C 336.68%);
  --d-gutter: var(--bs-gutter-x,.75rem);
  --header-size: 90px;

    --d-padding:  var(--bs-gutter-x,1.25rem);
    --fz-60: 36px;
    --fz-48: 32px;
    --fz-38: 26px;
    --fz-26: 22px;
    --fz-21: 20px;
    --fz-18: 17px;
    --fz-16: 16px;
    --fz-15: 15px;
    --fz-14: 14px;

    --iz-1: 36px;
    --iz-2: 36px;
    --iz-3: 45px;

    --black-80:rgba(35, 31, 32, 0.80);
    --white-80:rgba(249, 249, 249, 0.80);
    --white-50:rgba(249, 249, 249, 0.50);
    --white-10:rgba(249, 249, 249, 0.10);

    --d-gap:1rem;
    --d-radius:6px;
    --d-shadow: 12px 12px 12px rgba(0, 0, 0, 0.05);


}


@media (min-width:1200px) {
   :root {
        --d-gutter: 30px; 
        --fz-60: 60px;
        --fz-48: 48px;
        --fz-38: 38px;
        --fz-26: 26px;
        --fz-21: 21px;
        --fz-18: 18px;
        --fz-16: 16px;
        --fz-15: 15px;
        --fz-14: 14px;


        --iz-1: 2.222222222222222vw;
        --iz-2: 2.5vw;
        --iz-3: 3.177083333333333vw;
        --d-padding: 3.125vw;
        --d-gap:16px;
        --d-radius:8px;
    }
}
@media (min-width:1441px) {
    :root {
        --d-gutter: 50px; 
        --d-padding: 6.25vw;
        --fz-60: 4.166666666666667vw;
        --fz-48: 3.333333333333333vw;
        --fz-38: 2.638888888888889vw;
        --fz-26: 1.805555555555556vw;
        --fz-21: 1.458333333333333vw;
        --fz-18: 1.25vw;
        --fz-16: 1.111111111111111vw;
        --fz-15: 1.041666666666667vw;
        --fz-14: 0.9722222222222222vw;

        --d-gap:1.111111111111111vw;
        --d-radius:0.5555555555555556vw;
    }
}

@font-face {
    font-family: HYAudrey;
    src: url(../fonts/HY-Audrey.otf);
    font-weight: 400;
    font-style: normal;
}
html{
    scroll-behavior: auto !important;
}
html::-webkit-scrollbar {
    width: 8px;
    background-color: #F9F9F9;
} 
html::-webkit-scrollbar-thumb {
    background-color: #540115;
    border-radius: 4px;
}
/*FOR IE*/
html { 
    scrollbar-base-color: #540115;
    scrollbar-face-color: #540115;
    scrollbar-3dlight-color: #540115;
    scrollbar-highlight-color: #540115;
    scrollbar-track-color: #F9F9F9;
    scrollbar-arrow-color: #540115;
    scrollbar-shadow-color: #540115;
    scrollbar-dark-shadow-color: #540115;
}
/*FOR FF*/
html{
     scrollbar-color: #540115 #F9F9F9;
    scrollbar-width: 8px;
}

body { font-family: 'League Spartan', sans-serif;  margin: 0px; padding: 0px; font-size: var(--fz-16); line-height: 1.47; overflow-x: hidden; font-weight: 400; color: #231F20;
        background: #fff;
}

/**/

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/*----------------------
1.1. Typography
------------------------------*/
h1, h2, h3, h4, h5, h6 { font-family: 'League Spartan', sans-serif; color: #231F20; margin: 0 0 1rem; font-weight: 600; line-height: 1.4; }
h1 { font-size: var(--fz-38); }
h2,h1.sm,.h2 { font-size: var(--fz-26); }
h2.lg,h3,.h3{ font-size: var(--fz-21);}
h3.lg,h2.md,h4,.h4 { font-size: var(--fz-18); }
h4.lg,h2.sm,h3.md,h5,.h5 { font-size: var(--fz-16); margin-bottom: 0.75rem; }
h5.lg,h6,.h6 { font-size: var(--fz-15); margin-bottom: 0.75rem; }

p { }
a {transition: var(--d-transition);  text-decoration: none; color: #231F20; }
a:hover, a:focus { text-decoration: none; outline: none; color: #C8102E; }
ul, ol { margin: 0 auto 1rem; }
ul li, ol li { margin: 0 auto 0.5rem; }
blockquote { background: #f5f5f5; }
*:focus,button:focus {
  outline: none;
}
.white-text,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p,
.white-text.section-header p { color: #fff; }

.font-1{
    font-family: 'Montserrat', sans-serif !important;
}

.text-shadow{
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}
.uppercase { text-transform: uppercase; }
.underline { text-decoration: underline; }
.divider { border-bottom: 1px solid #dcd9d9; clear: both; margin: 40px auto; }
img { max-width: 100%; width: auto; height: auto; }
.gutter-10 { margin-left: -10px; margin-right: -10px; }
.gutter-10 > [class*='col-'] { padding-right: 10px; padding-left: 10px; }
.gutter-8 { margin-left: -8px; margin-right: -8px; }
.gutter-8 > [class*='col-'] { padding-right: 8px; padding-left: 8px; }
.gutter-5 { margin-left: -5px; margin-right: -5px; }
.gutter-5 > [class*='col-'] { padding-right: 5px; padding-left: 5px; }
.gutter-2 { margin-left: -2px; margin-right: -2px; }
.gutter-2 > [class*='col-'] { padding-right: 2px; padding-left: 2px; }
.gutter-0 { margin-left: 0px; margin-right: 0px; }
.gutter-0 > [class*='col-'] { padding-right: 0px; padding-left: 0px; }

.gutter-30,
.gutter-50,
.gutter-xxl,
.gutter-xl {   margin-right: calc(var(--bs-gutter-x) * -.5);margin-left: calc(var(--bs-gutter-x) * -.5);}
.gutter-50 > [class*='col-'],
.gutter-xxl > [class*='col-'],
.gutter-xl > [class*='col-'] {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

@media (min-width:1200px)  
{
    .gutter-50 { margin-left: -50px; margin-right: -50px; }
    .gutter-50 > [class*='col-'] { padding-right: 50px; padding-left: 50px; }

    .gutter-xxl { margin-left: -6.5vw; margin-right: -6.5vw; }
    .gutter-xxl > [class*='col-'] { padding-right: 6.5vw; padding-left: 6.5vw; }

    .gutter-30 { margin-left: -2.083333333333333vw; margin-right: -2.083333333333333vw; }
    .gutter-30 > [class*='col-'] { padding-right: 2.083333333333333vw; padding-left: 2.083333333333333vw; }

    .gutter-xl { margin-left: -1.45vw; margin-right: -1.45vw; }
    .gutter-xl > [class*='col-'] { padding-right: 1.45vw; padding-left: 1.45vw; }
}


.relative{position: relative;}
.absolute{position: absolute;}
.overflow-hide{overflow: hidden;}
.point-event-none{poRoboto-events: none;}
.point-event-auto{poRoboto-events: auto;}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter,
div.aligncenter { display: block; margin: 5px auto 1em auto; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
.aligncenter { display: block; margin: 5px auto 5px auto; }
a img.alignright { float: right; margin: 5px 0 20px 20px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; /* Image does not overflow the content area */ text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 100%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 13px; margin: 0; padding: 5px 5px 0px; }

/*End core*/
.editor-content img { max-width: 100%; height: auto; }
.editor-content img.media-object { max-width: none; }
.editor-content h2, .editor-content h3, .editor-content h4 { }
.editor-content h4 {  }
.editor-content h3 { }
.editor-content h2 { }

/*-----------------
1.2. Button
-------------------------*/
.btn { border-radius: 0px; background: #C8102E; border: 0; color: #fff; margin: auto;  padding: 0.5rem 1rem; transition: var(--d-transition);
    text-decoration: none; font-weight: 500; text-transform: uppercase;
}
.btn.btn-icon{padding-left: 60px;}
.btn.btn-default{
    color: #fff;
    position: relative;
    background: #C8102E;
    min-width: 280px;
}
.btn.btn-default:hover{
    background: #231F20;
    color: #fff;
}

.btn.btn-outline{
    border: 1px solid #908C89;
    color: #908C89;
    background: transparent;
}
.btn.btn-outline:hover{
    color: #fff;
    background: #231F20;
    border-color: #231F20;
}


.btn.btn-default span{position: relative;}
.btn.btn-primary:hover{ }
.btn.btn-default{position: relative; }

.btn.btn-default span{
    position: relative;
    background: var(--d-textg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.btn.btn-default:hover:before,
.btn.btn-default.active:before{background: transparent;}
.btn.btn-default:hover span,
.btn.btn-default.active span{color:#27276E ; background: transparent; -webkit-background-clip: unset; -webkit-text-fill-color: unset;}


.btn.btn-primary.md{padding: 10px 35px 8px;}


.btn:hover, .btn:focus { color: #fff; outline: none; box-shadow: none; /*background: transparent;*/ }
.btn.btn-icon:hover{}
.btn-link { position:relative; padding:0.5rem 0; background:transparent; color:var(--black-80); }
.btn-link:before{
    content: '';
    position: absolute; bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 50%;
    background: #C8102E;
    transition: var(--d-transition);
}
.btn-link:hover{background: #C8102E; color: #fff; padding:0.5rem 1.5rem;}
.btn-link:hover:before{

}
.btn.outline-btn { background: none; color: #006838; border: #602314 solid 1px; padding: 5px 25px 5px 10px; font-weight: 400; position: relative;}
.btn.outline-btn:after{position: absolute; right: 6px; top: 12px; content: "\f103"; font: normal normal normal 14px/1 FontAwesome;}
.btn.outline-btn:hover { background: #602314; color: #540115; }
.btn-transparent { background: transparent; border: solid 1px #602314; color: #602314; font-size: 14px; }
.btn-transparent:hover { background: #f7e5cb; border: solid 1px #f7e5cb; }
.btn-back-home{}
/*-------------------------
1.3. dark-overlay
---------------------------------*/
.div_zindex { position: relative; z-index: 3; }
.div_zindex > * { position: relative; z-index: 1; }
.dark-overlay { background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0; content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.color-overlay { background: rgba(205, 56, 96, 0.9) none repeat scroll 0 0; content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
/*-------------------------------------
1.4. Space margins and padding
------------------------------------------------*/
.d-inline-block { display: inline-block; }
/*-----------------
1.5. Form
---------------------------*/
.form-group { margin-bottom: var(--d-gap); position: relative; }
.form-group.has-error .help-block{color: #C8102E; opacity: 0.6;}
.form-label,
.form-check-label { color: #555555; font-size: var(--fz-14); font-weight: 400; }
.form-check-label a{color: #0044cc;}
.form-check-label a:hover{color: #540115}
.form .form-check-input{
    border-color: #707070;
    border-radius: 3px;
}
.form-check-input:checked{
    background-color: #540115;
    border-color: #540115;
}
.form-check-input:focus{
    outline: none;
    border-color: #707070;
}
.form .form-group.has-error .form-check-input{
    border-color: #F9F9F9;
}
.form-control {  border: 0; color: var(--black-80); font-size: var(--fz-16); height: 3.5em;  padding: 2px 12px;
    background: #fff;
    box-shadow: none;
    border-radius: 4px;
    font-weight: 400;
}
.form-select{
    border: 0; font-size: var(--fz-16); height: 3.5em;
    color: var(--black-80);
}

.form-control::placeholder{
    color: var(--black-80);
    font-size: var(--fz-16);
}
.form-control::-ms-input-placeholder{
    color: var(--black-80);
    font-size: var(--fz-16);
}

textarea.form-control { padding: 15px 12px; height:4em }
.form-control:hover { box-shadow: none; outline: none; }
.form-control:focus { box-shadow: none; outline: none; }
.select { position: relative; }
.select select { appearance: none; -moz-appearance: none; -o-appearance: none; -webkit-appearance: none; -ms-appearance: none; }
.select::after { color: #878787; content: ""; cursor: poRoboto; font-family: fontawesome; font-size: 15px; padding: 12px 0; poRoboto-events: none; position: absolute; right: 15px; top: 0; }
.form-control option { padding: 10px; }
.control-label { color: #555; font-size: 15px; font-weight: 700; }
.radio label, .checkbox label { cursor: poRoboto; font-size: 14px; font-weight: 400; padding-left: 26px; position: relative; }
.radio input[type=radio],
.checkbox input[type=checkbox] { display: none; }
.radio label:before { background-color: transparent; border-style: solid; border-width: 1px; border-radius: 50%; content: ""; display: inline-block; height: 15px; left: 0; top: 4px; position: absolute; width: 15px; }
.checkbox label::before { background-color: rgba(0, 0, 0, 0); border: 1px solid #111111; content: ""; display: inline-block; height: 16px; left: 0; position: absolute; top: 4px; width: 16px; }
.radio input[type=radio]:checked + label:before { content: "\2022"; font-size: 15px; text-align: center; line-height: 11px; }
.checkbox input[type=checkbox]:checked + label:before { content: "\2713"; font-size: 12px; text-align: center; line-height: 14px; }
.black_input .form-control { background: #222; border-radius: 3px; color: #fff; border: #222 solid 1px; font-size: 17px; }
.checkbox, .radio { padding-top: 5px; }

.form-floating>.form-control{
    height: 42px;
}

.form .form-floating>.form-control-plaintext:focus,
.form .form-floating>.form-control-plaintext:not(:placeholder-shown),
.form .form-floating>.form-control:focus,
.form .form-floating>.form-control:not(:placeholder-shown){
    padding-top: 5px;
    padding-bottom: 5px;
    color: #F9F9F9;
}
.form .form-floating input:-webkit-autofill,
.form .form-floating input:-webkit-autofill:hover,
.form .form-floating input:-webkit-autofill:focus,
.form .form-floating input:-webkit-autofill:active{
    color: #F9F9F9;
    -webkit-text-fill-color: #F9F9F9;
    -webkit-box-shadow: 0 0 0px 1231F20px #fff inset;
    background: transparent;
}

.form-floating label{
    color: #F9F9F9;
    margin-bottom: 0;
    height: auto;
    padding: 12px 15px 8px;
    font-size: var(--fz-14);
    font-weight: 600;
    display: inline-block;
    width: auto;
}
.form .form-floating>.form-control:focus~label,
.form .form-floating>.form-control:not(:placeholder-shown)~label{
    color: #555555;
    opacity: 1;
    transform: translateY(-12px) translateX(0.3rem);
    background: #fff;
    padding: 0px 0.45rem;
    font-weight: 400;
}

/*-----------------
1.6. Table
---------------------------*/
table { margin: 0 0 30px; width: 100%; }
table th, table td { border: 1px solid #cccccc; padding: 15px; padding: 18px; }
table th img, table td img { max-width: 100%; }
table thead { background: #eee; }
table thead th, table thead td { text-transform: uppercase; font-weight: 900; color: #111; }
/*-----------------
1.7. Accordion
---------------------------*/
.panel-group .panel { background: #fff; border: 0 none; border-radius: 0; box-shadow: none; margin-bottom: 25px; }
.panel-title { color: #fff; font-size: 24px; margin-bottom: 0; margin-top: 0; }
.panel-title a { display: block; padding: 10px 25px; position: relative; background: #cca759; font-size: 18px;}
.panel-title a.collapsed {  }
.panel-title a .question { width: 85px; height: 100%; content: ""; color: #fff; font-size: 39px; line-height: 1; text-align: center; position: absolute; top: 0px; left: 0px; background: #602314; }
.panel-title a.collapsed .question { background: #252930; transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; }
.panel-title a .question span { position: absolute; top: 45%; left: 0px; right: 0px; transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.panel-default > .panel-heading { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 0px; border-radius: 0; box-shadow: none; color: #231F20; padding: 0; }
.panel-heading:hover .panel-title a .question { background: #602314; }
.panel-heading:hover .panel-title a { border-color: #602314; }
.panel-body { border: 0px solid rgba(255, 255, 255, 0.2); margin-top: -1px; padding: 15px 0px; }
.panel-body p { font-size: 17px; line-height: 30px; font-weight: 400; }
/*-----------------------------------------------------------
1.8. Section-background-color & sectino-heading
-------------------------------------------------------------------*/
section { position: relative; }
.bg-default{
    background: url('../images/bg-default.jpg') no-repeat center center;
    background-size: cover;
}
.text-g{
    background: var(--d-textg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.blend-darken{
    mix-blend-mode: darken;
}
.section-title{
    font-style: normal;
    font-size: var(--fz-38);
    font-weight: 600;
    color: #C8102E;
    margin-bottom:1em;
    text-transform: uppercase;
    padding-top: 0.2em;

}
.section-title small{  font-weight: 600;
    font-size: 0.4666666666666667em;
    display: block;
}


.editor-content h2{}
.section-title em,
.section-title span,
.editor-content h2 em{ text-transform: none; font-weight: 400;}
.line{position: relative;}


.section-title-lg{font-size: calc(0.8* var(--fz-38));}
.section-title-md{font-size: var(--fz-26);}
.section-title-sm{font-size: var(--fz-21);}
.section-sub-title{font-size: var(--fz-21); }
.secondary-bg { background: #540115; color: #fff; }
.view-detail{margin-top: 45px; text-decoration: underline; font-style: italic; font-size: 24px;
        display: block;
}

.ellips{    text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical;    overflow: hidden;}

.primary-bg {  }
.gray_bg { background: #d6d6d6; }
.gray_bg_2 { background: #efefef; }
.white_bg { background: #fff; }
.dark-bg,.dark-bg .section-title, .dark-bg .title{color: #fff;}
.section-padding,
.section-padding-xl,
.section-padding-md,
.section-padding-sm,
.section-padding-xs {
    padding: 40px 0;
}
.section-padding,
.section-padding-top{
    padding: 40px 0;
}
@media (min-width: 1200px) {
    .section-padding,
    .section-padding-top {
        padding: 80px 0;
    }
    .section-padding-top{padding-bottom: 0}
    .section-padding-xl {
        padding: 100px 0;
    }
    .section-padding-md {
        padding: 60px 0;
    }
    .section-padding-sm {
        padding: 40px 0;
    }
    .section-padding-xs {
        padding: 40px 0;
    }
}
@media (min-width: 1441px) {
    .section-padding,
    .section-padding-top {
        padding: 5.555555555555556vw 0;
    }
    .section-padding-top{padding-bottom: 0}
    .section-padding-xl {
        padding: 6.944444444444444vw 0;
    }
    .section-padding-md {
        padding: 4.166666666666667vw 0;
    }
    .section-padding-sm {
        padding: 2.777777777777778vw 0;
    }
    .section-padding-xs {
        padding: 2.5vw 0;
    }
}


.section-bg{position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;}

.section-cover,.cover{background-size: cover; background-position: center center; background-repeat: no-repeat;}
.icon-logo-lb,
.icon-logo-rb{position: relative;}
.secondary-color{color: #540115;}
.primary-color{color: #C8102E;}
.secondary-color .section-title.line-bottom:after{background: #540115;}

.fancybox-container.fancybox-is-open .fancybox-bg{opacity: 0.65}
/*
.fancybox-container .fancybox-bg{}
.fancybox-container .fancybox-button{background: #0E0E1D;}
.fancybox-container .fancybox-navigation button{color: #0E0E1D; background: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 14px; height: 30px;
    padding: 0px;
    margin: 0px 15px;
}
.fancybox-container .fancybox-navigation button:before{background: transparent}

@media (max-width:991px) {
    .fancybox-container .fancybox-navigation button{width: 12px; height: 26px;}
}
*/

.fancybox-container .fancybox-caption-wrap .fancybox-caption{
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
.fancybox-container .fancybox-caption-wrap strong{margin-left: 5px;}
.start-popup .fancybox-slide--image .fancybox-content {max-width: 94%; max-height: 94%;margin: 0px 3%;}


.p-left{padding-left: var(--d-padding);}
.p-left-sm{padding-left: calc(var(--d-padding) / 1.2 );}
.p-right{padding-right: var(--d-padding);}
.p-right-sm{padding-right: calc(var(--d-padding) / 1.2 );}
.p-both{padding-left: var(--d-padding); padding-right: var(--d-padding);}
.p-both-sm{padding-left: calc(var(--d-padding) / 1.2 ); padding-right: calc(var(--d-padding) / 1.2 );}

.m-left{margin-left: var(--d-padding);}
.m-right{margin-right: var(--d-padding);}
.m-both{margin-left: var(--d-padding); margin-right: var(--d-padding);}

.m-left-sm{margin-left: calc(var(--d-padding) / 1.2 );}
.m-right-sm{margin-right: calc(var(--d-padding) / 1.2 );}
.m-both-sm{margin-left: calc(var(--d-padding) / 1.2 ); margin-right: calc(var(--d-padding) / 1.2 );}
.grecaptcha-badge { visibility: hidden; }


/*--------------------
1.9. Tabs 
------------------------------*/
/*.nav.nav-tabs { border: medium none; }
.nav-tabs > li a { padding: 0px 0px 12px; border-radius: 0; color: #caa557; font-size: 18px; font-weight: 400; margin-right: 5px; text-align: center; 
  border:0px; border-bottom: solid 2px #faf6ee;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li a:hover,
.nav-tabs > li a:focus { color: #602314; border:0px; border-bottom: solid 2px #602314; background: transparent;}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover{font-weight: 700; border-bottom: solid 4px #602314;}
.nav-tabs > li { margin-bottom: 0; margin-right: 50px;}*/
.tab-content {margin-top: 0px; padding: 0px;}

.nicescroll-rails{width: 2px !important; background: #dbc18c;}
.nicescroll-rails .nicescroll-cursors{}

.zoom-in{display: block;}
.zoom-in img{-webkit-transform: scale(1); transform: scale(1);-webkit-transition: .5s ease-in-out; transition: .5s ease-in-out;}
.zoom-in:hover img{-webkit-transform: scale(1.1); transform: scale(1.1);}

.item-thumb.animation{ overflow: hidden;position: relative;display: block;}
.item-thumb.animation:after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.item-thumb.animation img {
    transition: transform 3s cubic-bezier(0, 0.6, 0.45, 1);
}
.item-thumb.animation:hover img,
.item:hover .item-thumb.animation img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.item:hover .item-thumb.animation:after {
    /*-webkit-box-shadow: inset 0px 0px 0px 5px rgba(235,224,207, 0.5) ;
    box-shadow: inset 0px 0px 0px 5px rgba(235,224,207, 0.5) ;*/
}
.item-thumb.fit-ratio{position: relative; width: 100%; height: 0; padding-top: calc(100% * 282 / 282);}
.item-thumb.fit-ratio img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}


/*--------------------------------------------
1.10. parallex-background
---------------------------------------------------*/
.parallex-bg { background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; }
/*------------------------
1.11. Modal
--------------------------------*/
.modal-backdrop{
    --bs-backdrop-bg: #000;
}
.modal-header{}
.modal-header h4{color: #fff;}
.modal-header .close{color: #fff; opacity: 1;}
.modal-header .close:before{
    content: '\f00d';
}
.modal-header .close:hover{}
.modal-content{border-radius: 0px;}
.bootbox .bootbox-body,
.bootbox .bootbox-body h3,
.bootbox .bootbox-body h2{color: #fff;}
.bootbox.modal .close{position: absolute;
    margin: 0px !important; right: 20px;
    top: 20px;
    font-size: var(--fz-36) ; line-height: 0.8;
    color: #fff;
    padding: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #fff;
    background: transparent;
}
.bootbox.modal .close:hover{ color: #F9F9F9}


.popup-thanks .modal-header{}
.popup-thanks .modal-body{padding: 0}
.popup-thanks h2.title{

}
.popup-thanks .modal-dialog .modal-content{
    padding: 3rem 1rem 1rem ;
    border-radius: 4px;
    background: rgba(200, 16, 46, 0.8);


}


.bootbox.modal.popup-thanks .close{

}
.popup-thanks .button-group{margin-top: 2rem}
.popup-thanks .button-group a:not(:last-child){margin-right: 1rem;}



@media(min-width:992px){
    .popup-thanks .modal-dialog .modal-content{
        padding: 30px 30px 30px ;
        border-radius: 4px;
    }
    .popup-thanks .modal-dialog{
        --bs-modal-width: 600px;
    }
}
@media(min-width:1600px){
    .popup-thanks .modal-dialog .modal-content{
        padding: 2.1875vw  2.1875vw 2.1875vw ;
        border-radius: 1.302083333333333vw;
    }
    .popup-thanks .modal-dialog{
        --bs-modal-width: 900px;
    }
}
@media(min-width:1920px){
    .popup-thanks .modal-dialog{
        --bs-modal-width: 46.875vw;
    }
}



/*Stick*/
.fixed-btn{position: fixed; right: 12px; z-index: 6; opacity: 0; transition: var(--d-transition); transform: translateY(100px); }
.fixed-btn.show{transform: translateY(0px); opacity:1 }
.fixed-btn.center{top: 50%; transform: translateY(-50%);}
.fixed-btn.top{top: 40px;}
.fixed-btn.bottom{bottom: 2rem;}
.fixed-btn.left{left: 12px; right: auto;}
.fixed-btn{display: flex; flex-direction: column;}
.fixed-btn a{display: block; margin: 15px 0px; text-align: center; font-size:  14px;}
.fixed-btn .svg,
.fixed-btn svg{  position: relative;z-index: 3; height: 16px;}
.fixed-btn svg:hover path{fill: #C8102E}
.fixed-btn.bottom a:last-child{margin-bottom: 0px;}


.fixed-btn.fixed-action-btn{
    display: flex;
    padding: 3px 3px;
    align-items: center;
}
.fixed-btn.fixed-action-btn a{
    margin: 5px 0px;
    display: inline-flex; position: relative;
    color: #fff;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}
.fixed-btn.fixed-action-btn a.btn-icon{
    width: var(--iz-1);
    height: var(--iz-1);
    border-radius: 50%;
    background: #C8102E;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    margin-top: 0;
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
}
.fixed-btn.fixed-action-btn a.btn-icon:last-child{margin-bottom: 0}
.fixed-btn.fixed-action-btn a.btn-icon img{
    max-width: 50%;
    max-height: 50%;
}
.fixed-btn.fixed-action-btn a.btn-icon:hover{
    background-color: var(--black-80);
}

.fixed-btn.fixed-action-btn a:hover{background: #C8102E}

.fixed-btn.fixed-action-btn a.btn-icon .icon-circle{
    width: calc(var(--iz-1) + 10px);
    height: calc(var(--iz-1) + 10px);
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #C8102E;
    opacity: .1;
    opacity: .5;
    animation-name: MakerCircle;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    z-index: -1;
}

@keyframes MakerCircle{
    0%{
        border-width: 1px;
        transform:scale(0)
    }
    70%{
        border-width: 1px;
        transform:scale(1);
    }
    100%{
        border-width: 0px;
        transform: scale(1.2);
    }
}


.fixed-btn.bottom .copyright{font-size: 15px;}
.fixed-scroll-downs span{display: none;}
.fixed-scroll-downs{position: fixed; transform: translateX(-50%); bottom: 0px;
     color: #fff; text-transform: uppercase;
    font-size: 16px;
    height: 60px; width: 1px;
    left: 50%;


}
.fixed-scroll-downs .scrollLine{position: absolute; left: 0px; bottom: 0px; height: 100%;  width: 1px; background: rgba(255,255,255,0.3);}
.fixed-scroll-downs .scrollLine:after{
    content: "";
    position: absolute;
    top: 30%;
    left: 50%;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%,0);
    animation: scrollLine 3s ease-in-out infinite;
}


/**/


.swiper .slide-control .swiper-pagination{
    display: flex;
    margin: 0rem 0.5rem 0;
    justify-content: center;
    position: static;


}
.swiper .slide-control .swiper-pagination.swiper-pagination-fraction{
    margin-top: 0.75rem;
    width: auto;
}
.swiper .slide-control .swiper-pagination.swiper-pagination-fraction .swiper-pagination-current{
    font-size: 2.25em;
    line-height: 1rem;
    color: #C8102E;
}

.slide-control{display: flex;}
.slide-control .swiper-pagination .swiper-pagination-bullet{
    background: #5C5C5C;
    width: 12px;
    height: 12px;
}
.slide-control .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #C8102E;
}

.slide-control .swiper-button-next, .slide-control .swiper-button-prev{
    width: var(--iz-2);
    height:  var(--iz-2);
    flex: 0 0 var(--iz-2); margin: 0px 10px;
    transition: var(--d-transition);
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 0px calc(var(--iz-2) / 2 );
}
.slide-control .swiper-button-next:after, .slide-control .swiper-button-prev:after{
    position: absolute;
    width: 100% ;
    height:  100% ;
    background-size: contain; background-repeat: no-repeat; background-position: center center;
    inset:0;
    transition: var(--d-transition);
    content: '';
}
.slide-control .swiper-button-prev:after{background-image: url('../images/arrow-prev.svg');

}
.slide-control .swiper-button-next:after{background-image: url('../images/arrow-next.svg');

}

.slide-control .swiper-button-prev:hover,
.slide-control .swiper-button-next:hover{

}
.slide-control .swiper-button-prev:hover:after{

    background-image: url('../images/arrow-prev-2.svg');
}
.slide-control .swiper-button-next:hover:after{

    background-image: url('../images/arrow-next-2.svg');
}

.slide-control.dark .swiper-pagination,
.swiper .slide-control.dark .swiper-pagination.swiper-pagination-fraction .swiper-pagination-current{color: rgba(249, 249, 249, 0.80)}
.slide-control.dark .swiper-button-prev:after{background-image: url('../images/arrow-prev-1.svg');}
.slide-control.dark .swiper-button-next:after{background-image: url('../images/arrow-next-1.svg');}

.swiper-control-out .swiper-button-next, .swiper-control-out .slide-control .swiper-button-prev{
    transform: translateY(-50%);
}
@media(min-width:1200px){
    .slide-control .swiper-button-prev:hover:after{
        left: -20%;
    }
    .slide-control .swiper-button-next:hover:after{
        left: 20%;
    }
}


.swiper-control-static .slide-control .swiper-button-prev,
.swiper-control-static .slide-control .swiper-button-next,
.swiper-control-static .slide-control .swiper-pagination{position: static;}

.swiper-control-static .slide-control .swiper-button-next,
.swiper-control-static .slide-control .swiper-button-prev{
    background-color: transparent;
    border:0;
    border-radius: 0;
    margin: 0;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
}



.swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 13px;height: 13px;
    flex:  0 0 13px;
     margin: 0px 6px;
    border-radius: 50%;
    background: #D9D9D9;
    opacity: 0.6;
}
.swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #C8102E;
    opacity: 1;
}

.post-slide .swiper-slide{height: auto;}
.post-slide-cate.swiper{padding-bottom: 10px;}
.post-list .swiper .swiper-pagination{    position: absolute; bottom: 0; margin: 0px;    justify-content: center;
    display: block;
}
.post-list .swiper .slide-control{transform: none; bottom: var(--fz-60);}
.swiper-pagination-bullets-dynamic{}

.swiper.swiper-default{}
.swiper-wrapper__center {
    justify-content: center;
    margin: 0 auto;
}


.pagination{padding: 20px 0px;  border-radius: 0px; text-align: center;     width: 100%;}
.pagination ul{list-style: none;padding: 0px; margin: 0px auto; }
.pagination ul li{display: inline-block; margin: 0px 5px;}
.pagination ul li:last-child{}
.pagination ul li a,
.pagination ul li span{padding: 0px 5px; text-align: center; font-weight: 500;  width: var(--iz-2); height: var(--iz-2);

    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C8102E;
    color: #C8102E;
    border-radius: 50%;
}
.pagination ul li span.current{
    background: #C8102E;
    color: #fff;
    border-color: #C8102E
}
.pagination ul li a:hover{ background: #C8102E; color: #fff; border-color: #C8102E}
.pagination ul li span.dots{}


body:not(.scroll-down) header{

}

header{position: fixed; top: 0; left: 0; width: 100%; z-index: 21;
    transition: var(--d-transition);
    transform: translateY(-100%);
    border-bottom: 1px solid #E6E6E6;
    background: #fff;
}
body.scroll-down header{transform: translateY(0);}
body.section-intro-active header{
    border: 0;
    background: transparent;
}

header{font-size: var(--fz-14);}
header .navbar{}
.navbar-brand{
    width: 9.027777777777778vw; min-width: 130px;
}
header .navbar-brand .text {
    fill: currentColor;
    color: #231F20;
}
body.section-intro-active .btn-gotop{display: none;}


.header-right{display: flex; align-items: center; justify-content:center; gap:1rem; }
.header-right .language{}
.header-right .btn-search{
    font-size: 1.5em;
}
.header-right .search-form{position: absolute; min-width: 250px; right: 0; top: 80%; opacity: 0; visibility: hidden;
    transition: var(--d-transition);
}
body.search-open .header-right .search-form{
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.header-right .search-form .input-group{
    border: solid 1px rgba(249, 249, 249, 0.50);
    border-radius: 40px;
    padding: 4px 4px;
    background: #fff;
}
.header-right .search-form .form-control {
    background: transparent;
    height: auto;
    color: #231F20;
}
.header-right .search-form .btn {
    display: block;
    width: var(--iz-1);
    height: var(--iz-1);
    background: #B60016  url(../images/icon-search.svg) no-repeat center center;
    background-size: 50% auto;
    border-radius: 50% !important;
    text-indent: -9999px;
    padding: 0;
}
.header-right .search-form .btn:hover{
    background-color: #231F20;
}

.language a{
    font-size: var(--fz-16);
    color:  var(--black-80);
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
}

header .navbar .overlay-menu{margin-left: auto; margin-right: 1.2rem;}
.overlay-menu li{ margin-bottom: 0; margin-left: 1em; position: relative;}
.overlay-menu li.menu-item-has-children > a:after{
    content: '\f13a';
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    margin-left: 0.5rem;
}
.overlay-menu li a{
    color: var(--black-80);
    font-weight: 500;
    text-transform: uppercase;
}

body.section-intro-active:not(.menu-open) header .navbar-brand .text{
    color: #fff;
}
body.section-intro-active:not(.menu-open) .overlay-menu li a,
body.section-intro-active:not(.menu-open) .language a,
body.section-intro-active:not(.menu-open) .btn-search{
    color: var(--white-80);
}


.overlay-menu .menu a:hover,
.overlay-menu .menu .current-menu-item > a,
.overlay-menu .menu .current-menu-parent > a,
body.section-intro-active:not(.menu-open) .overlay-menu li.current-menu-item > a,
body.section-intro-active:not(.menu-open) .overlay-menu li.current-menu-parent > a{color: #C8102E;}



.overlay-menu .navbar-nav{align-items: center;}

.overlay-menu .sub-menu{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.overlay-menu .sub-menu li{margin: 0; position: relative; margin-bottom: 0.5rem;}
.overlay-menu .sub-menu li a{white-space: nowrap;}
.overlay-menu .navbar-nav > li > ul{
    position: absolute;
    top:100%;
    flex-direction: column;
    background: rgba(255, 255, 255, 1);
    padding: 1.5rem 1.5rem 1rem;
    border-radius: 0px 0px 4px 4px;

    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 10px);
    transition: all 0.4s ease;
    min-width: 180px;
}

body.section-intro-active:not(.menu-open) .overlay-menu .sub-menu{
    background: var(--black-80);
    border-radius: 4px 4px 4px 4px;
}

.overlay-menu .navbar-nav > li:hover > ul,
.overlay-menu .navbar-nav > li > ul.show {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}





.section-intro{height: calc(var(--vh, 1vh) * 100 );}
@media (min-width:1200px) and (max-aspect-ratio: 1/1) {
    .section-intro{height: calc(100vw * 980 / 1920) !important;}
}
@media(max-width:991px){
    .section-intro{}
    .home-slide .swiper-slide{background: transparent !important;
        min-height:  calc(100vw * 3 / 4);
    }
    .home-slide .swiper-slide img{position: absolute;   inset: 0;
         width: 100%;
        height: 100%; object-fit: cover;}
}


.section-intro .MouseScroll{
        position: absolute;
    left: 50%;
    bottom: 5px;
    width: 100px;
    height: 100px;
    margin: 0 0 0 -50px;
    z-index: 2;
}
.MouseScroll path.MouseScroll--chevron {
    animation: ChevronAnimation 3s ease infinite;
    transform: translateY(3px);
}

@keyframes ChevronAnimation {
    0% {
        transform: translateY(3px);
        opacity: 1
    }
    50% {
        transform: translateY(8px);
        opacity: 0
    }
    60% {
        transform: translateY(3px);
        opacity: 0
    }
}

.home-slide,
.home-slide .swiper-slide{
    height: 100%;
}
.home-slide .swiper-slide .description{position: absolute; left: var(--d-padding); top: 50%; transform: translateY(-50%);
    max-width: 36%;
}
.home-slide .slide-control{
    position: absolute;
    left: var(--d-gutter);
    bottom: var(--d-gutter);
    color: #fff;
    align-items: center;
}

.section-home-aboutus{
    background: #fff url('../images/bg-s1.png') no-repeat center bottom;
    background-size:  100% auto;
    padding-bottom: calc(0.5 * var(--d-padding));
}
.section-home-infographic{
    background: #C8102E url('../images/bg-s2.png') no-repeat center bottom;
    background-size: 100% auto;

}


.items-number .number{
    font-size: calc(2.5* var(--fz-38));
    font-weight: 700;
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 2%, rgba(232,206,238,1) 11%, rgba(255,255,255,1) 16%, rgba(232,221,238,1) 23%, rgba(255,255,255,1) 39%, rgba(163,233,251,1) 46%, rgba(255,255,255,1) 53%, rgba(225,162,218,1) 61%, rgba(196,233,251,1) 71%, rgba(255,255,255,1) 81%, rgba(183,233,251,1) 91%, rgba(173,173,173,1) 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


ul.cate-nav {margin-bottom: 40px;
    border: 0;
    justify-content: center;
}
ul.cate-nav li{padding: 0px 2rem; margin: 0px;}
ul.cate-nav li .nav-link{
    display: block; width: 100%; white-space: nowrap; text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--black-80);
    border: 0; border-radius: 0;
    padding: 0.5rem 0;
    position: relative;
}
ul.cate-nav li .nav-link:before{content: '';position: absolute; left: 0; bottom:0;
    width: 0;
    height: 1px;
    background: #C8102E;
    transition: var(--d-transition);
}
ul.cate-nav li .nav-link.active,
ul.cate-nav li .nav-link:hover{ color: #231F20; }
ul.cate-nav li .nav-link.active:before,
ul.cate-nav li .nav-link:hover:before{
    width: 100%;
}


.grid-sizer, .grid-item {
    width: calc(100% / 3 * 1);
}

.grid-item--width2{width: calc(100% / 3 * 2);}
.grid-item--width3{width: 100%;}


.section-home-project .section-heading{
    background: #C8102E;
    color: #fff;
    padding: var(--fz-48) 0 calc(3.5* var(--fz-48));
}
.section-home-project .section-heading .section-title{color: #fff; margin-bottom: 0}
.section-home-project .section-content{margin-top: calc(var(--fz-48) * -2.5);}

.section-home-project .grid-item .item{
    height: calc((100vw - var(--d-padding)) / 3 * 365 / 406 );
    padding: 0.5rem;

}
.section-home-project .grid-item--height2 .item{
    height: calc((100vw - var(--d-padding)) * 516 / 1260 );
}
.section-home-project .item-thumb{height: 100%; width: 100%; position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
}
.section-home-project .item-thumb:before{
    content: '';
    position: absolute;
    z-index: 2;
    pointer-events: none;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 70.93%, rgba(0, 0, 0, 0.60) 100%);
}
.section-home-project .item-thumb img{
    position: absolute;
    width: 100%; height: 100%; object-fit: cover;
}

.items-project{margin-left: -0.5rem; margin-right: -0.5rem}
.section-home-project .title{position: absolute;
    left: 0.5rem;
    bottom: 0.5rem;
    width: calc(100% - 1rem) ;
    padding: 3rem 1.2rem 1.2rem;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    z-index: 3;
    margin-bottom: 0;
}

.items-partner .item{text-align: center;}
.items-partner .item img{
    filter: grayscale(1);
    transition: var(--d-transition);
    max-height: calc(2 * var(--fz-38));
}
.items-partner .item:hover img{
    filter: grayscale(0);
}

.items-service  > .col-lg-3{margin-bottom: 1.5rem;}
.items-service .item{
    border-radius: 8px;
    border: 1px solid rgba(35, 31, 32, 0.30);
    padding: 1.8rem 0.9rem;
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;
    transition: var(--d-transition);
    height: 100%;

}
.items-service .item .icon{
    width: 8.333333333333333vw;
    min-width: 64px;
    aspect-ratio: 1;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C8102E;
    border-radius: 50%;
    border: solid 1px var(--white-80);
    transition: var(--d-transition);
}
.items-service .item .icon img{
    max-width: 50%;max-height: 50%;
}
.items-service .item .title{color: #C8102E; font-size: var(--fz-21); text-transform: uppercase; font-weight: 600;
    transition: var(--d-transition);
}
.items-service .item .description p:last-child{margin-bottom: 0}
.items-service .item:hover{background: #C8102E;}
.items-service .item:hover,
.items-service .item:hover .title{color: #fff;}




.section-home-news .section-content {display: flex; flex-direction: column;     height: 100%;}
.section-home-news .section-content .slide-control{margin-top: auto;}

.post-list .item{margin-bottom: 1rem;}
.post-list .item .item-thumb{
     padding-top: calc(100% * 442 / 750);
     margin-bottom: 1.2rem;
     border-radius: 0.5rem; overflow: hidden;
}

.post-list .item .item-body{
    padding-left: calc(2.3 * var(--iz-1));
    position: relative;
    min-height: calc(2 * var(--iz-1));
}
.post-list .item .item-body .item-date{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: var(--fz-14);
}
.post-list .item .item-body .item-date .inner{
    border: solid 1px rgba(35, 31, 32, 0.30);
    border-top: solid 2px #C8102E;
    padding: 3px 6px;
    display: inline-flex;
    margin-bottom: 0.4rem;
    font-size: var(--fz-16);
}
.post-list .item .item-body .item-date .inner span{
    display: inline-flex;
    width: var(--iz-1);
    height: var(--iz-1);
    align-items: center;
    justify-content: center;
    background: #C8102E;
    color: #fff;
    border-radius: 50%;
}

.post-list .item .item-bottom{
    padding: var(--fz-24) var(--fz-48);
}
.post-list .item  .title{font-size: var(--fz-18); margin-bottom: 1.2rem; color: #fff;
    margin-top: 0.6rem;
}
.post-list:not(.post-feature) .item  .description{
    display: none;
}

.post-feature .item .item-thumb{
    margin-bottom: 1.8rem;
}
@media(min-width:768px){
    .post-feature .item .title{
        font-size: var(--fz-21);
    }
}

h1.post-title{font-size: var(--fz-32); font-weight: 500;  line-height: 1.2em;}

.section-news-detail{text-align: justify;}

.section-page-nav{
    background: #F0F0F0 ;
}
.section-introduction{
    background: #F0F0F0 ;
    position: relative;
}
.section-introduction:before{
    content: '';
    position: absolute;
    left: 5%;
    bottom: -25%;
    height: 100%;
    aspect-ratio: 1;
    background: url('../images/icon-logo-white.svg') no-repeat left bottom;
    background-size: contain;
}



/*Footer*/
.section-footer .footer-top{
    background: #B60016 ;
    position: relative;
}
.section-footer .footer-top:before{
    content: '';
    inset: 0;
    position: absolute;
    background: url('../images/bg-footer.png') no-repeat center bottom;
    background-size: cover;
    pointer-events: none;
}
.section-footer .footer-logo .company-name strong{
    display: block;
}


.footer-contact .item{padding-left: calc(1.5 * var(--iz-1)); position: relative; margin-bottom: 1.5rem}
.footer-contact .item h4{color: #fff; font-size: var(--fz-16); font-weight: 500; text-transform: uppercase;}
.footer-contact .item p{margin-bottom: 0.5rem}
.footer-contact .item:before{
    content: '';
    position: absolute;
    left: 0; top: 0;
    width: var(--iz-1);
    height: var(--iz-1);
    background-repeat: no-repeat;
    background-size: contain;
}
.footer-contact .item-address:before{
    background-image: url('../images/icon-address.svg');
}
.footer-contact .item-contact:before{
    background-image: url('../images/icon-contact.svg');
}


.section-footer .footer-content{
    border-top: solid 1px #231F20;
    border-bottom: solid 1px #231F20;
    padding: var(--fz-55) 0 var(--fz-40);
    margin-top: 2rem;
}
.section-footer .copyright{padding: 0.8rem}
.section-footer .footer-content h4{font-size: var(--fz-24); text-transform: uppercase;}

.section-footer .form .input-group{
    border: solid 1px rgba(249, 249, 249, 0.50);
    border-radius: 40px;
    padding: 4px 4px;
}
.section-footer .form .form-control::placeholder{color: var(--white-80);}
.section-footer .form .form-control{background: transparent; height: auto; color: var(--white-80);}
.section-footer .form .btn{
    display: block;
    width: var(--iz-1); height: var(--iz-1);
    background: rgba(35, 31, 32, 0.60) url('../images/arrow-right.svg') no-repeat center center;
    background-size: 50% auto;
    border-radius: 50% !important;
    text-indent: -9999px;
    padding: 0;
}

.section-footer .form-group.has-error .help-block{color: var(--white-80);}


.footer-bottom{background: #540115;}
.footer-top a{color: var(--white-80);}
.footer-top a:hover{color: #fff;}

.social-bottom{justify-content: center;}
.social-bottom a{
    margin: 0px 5px;
    display: inline-flex;
    position: relative;
    color: #231F20;

    width: var(--iz-1);
    height: var(--iz-1);
    border-radius: 50%;
    background: #fff;
    justify-content: center;
    align-items: center;
    margin-top: 0;
}
.social-bottom a:hover{
    color: #C8102E;
}
.social-bottom a.btn-facebook:hover{color: #1877F2}
.social-bottom a.btn-youtube:hover{color: #FF0000}
.social-bottom a.btn-linkedin:hover{color: #0077B5}

.weblink {gap: var(--d-gap);}



.section-banner:not(.section-intro){height: calc(100vw * 432 / 1440); background-color: rgba(0, 0, 0, 0.2);}
.section-banner .section-content-wrapper{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
}
.section-banner .section-title{
    font-weight: 900; font-size: var(--fz-60); color: #fff;
}
.section-banner .section-title.sm{font-size: var(--fz-38);}

.banner-child .section-content-wrapper{
    transform: none;
    top: auto;
    bottom: var(--fz-38);
}
.section-banner.banner-child .section-title{font-size: var(--fz-38); font-weight: 500; line-height: 1.1;
    padding-right: 30%;
}
.section-banner:before{
    content: '';
    pointer-events: none;
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}


.section-vm .item{padding: 10vw 6vw; position:relative; background:#fff }
.section-vm .dark{background: #C8102E; color:#fff }
.section-vm .dark .section-title{color: #fff;}
.section-vm .item:before{
    content: '';
    position: absolute;
    inset: 0;
    background: url('../images/bg-vs.png') no-repeat center bottom;
    background-size: cover;
    pointer-events: none;
}
.section-vm .item.dark:before{
    background-image: url('../images/bg-ms.png') ;
}

.values-items .item{
    padding: var(--fz-21);
    background: var(--white-10);
    border: 1px solid var(--white-50);
    backdrop-filter: blur(12px);
    border-radius: 8px;
    height: 100%;

}

.section-team:before{
    content: '';
    position: absolute;
    right: 0;
    top: 5%;
    width: 32vw;
    aspect-ratio: 1;
    background: url('../images/icon-logo.svg') no-repeat center right;
    background-size: contain;
    pointer-events: none;
    opacity: 0.5;
}
.team-items .item{
    text-align: center;
    margin-bottom: var(--fz-38);
    cursor: pointer;
}
.team-items .item-thumb{
    max-width: 70%;
    text-align: center;
    margin: 0 auto var(--fz-38);
}
.team-items .item .title{
    color: #C8102E;
    font-size: var(--fz-26);
    font-weight: 600;
    margin-bottom: 0.3em;
}
.team-items .item .description{
    text-transform: uppercase;
}
.team-items .item .item-detail{
    border: solid 1px #C8102E;
    border-radius: 12px;
    position: relative;
    padding: var(--fz-60);
    text-align: justify;
    margin-top: var(--fz-48);
}
.team-items .item .item-detail p:last-child{margin-bottom: 0}
.team-items .item .item-detail .btn{
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    color: #000;
    padding: 0.6rem;
    font-size: 2rem;
    line-height: 1em;
}
.team-items .item .item-detail .btn:hover{
    background: transparent;
    color: #C8102E;
}

.section-history .swiper-filter{
    padding-top: var(--fz-21);
    position: relative;
}
.section-history .swiper-filter:before,
.section-history .swiper-filter:after{
    content: '';
    pointer-events: none;
    border-radius: 50%;
    width: var(--fz-21);
    height: var(--fz-21);
    background: #F9F9F9;
    border: 3px solid rgba(35, 31, 32, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(50%);
    z-index: 2;
}
.section-history .swiper-filter:after{right: 0; left: auto;}
.section-history .swiper-filter .swiper-slide{
    text-align: center;
    position: relative;
    min-height:  calc(2 * var(--fz-60) );
    padding-top: calc(0.8 * var(--fz-21) );
    border-top: solid 1px #C8102E;
    cursor: pointer;
}
.section-history .swiper-filter .swiper-slide a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    width: var(--fz-21);
    height: var(--fz-21);
    background: #F9F9F9;
    border: 3px solid rgba(35, 31, 32, 0.3);
    transition: var(--d-transition);
}
.section-history .swiper-filter .swiper-slide.active a:before{
    width: calc(2 * var(--fz-21));
    height: calc(2 * var(--fz-21));
    border-color: #C8102E;
}
.section-history .swiper-filter .swiper-slide a{
    font-weight: 600;
    font-size: calc(0.51 * var(--fz-60) );
    color: rgba(35, 31, 32, 0.3);
    display: block;
}
.section-history .swiper-filter .swiper-slide.active a{
    font-size: var(--fz-60);
    color: #C8102E;
}
.section-history .swiper-filter .swiper-slide:hover a{color: #C8102E}

.section-history .swiper-main .swiper-slide{
    padding: 0px 25%;
}
.section-history .swiper-slide .item-thumb{padding-top: calc(100% * 268 / 556); border-radius: 0.5rem;}
.section-history .swiper-main .swiper-slide .item-content{
    padding: var(--fz-21) 0;
}
.section-history .slide-control .swiper-button-next,
.section-history .slide-control .swiper-button-prev{position: absolute;top: 50%; transform: translateY(-50%); margin: 0}
.section-history .slide-control .swiper-button-next{
    right: 0;
    left: auto;
}

.section-award{
    background: rgba(249,249,249,1);

}
.section-award:before{
    content: '';
    position: absolute;
    left: 5%;
    bottom: 10%;
    height: 160%;
    aspect-ratio: 1;
    background: url('../images/icon-logo.svg') no-repeat left bottom;
    background-size: contain;
    opacity: 0.3;
    max-width: 95%;
}
.award-slide .swiper-slide{}
.award-slide .item{display: flex; align-items: center;}
.award-slide .item .item-thumb{flex: 0 0 30%; padding-top: calc(30% * 456 / 291);}
.award-slide .item .item-thumb img{object-fit: contain;}
.award-slide .item .item-content{flex-grow: 1; padding: var(--fz-21); margin-left: -10%; padding-left: calc(10% + var(--fz-21)); background: #C8102E;
    color: #fff;
    border-radius: 0.5rem;
    background: rgba(35, 31, 32, 0.3);
}
.award-slide .item .item-content .title{color: #fff;}
.award-slide .swiper-slide-active .item .item-content{background: #C8102E}


.section-partner .group{text-align: center;}
.section-partner .group .group-title{margin-bottom: var(--fz-38); border-radius: 0.3rem;}
.section-partner .group-item{text-align: center; }
.section-partner .group-item .item-title{
    font-size: var(--fz-16); font-weight: 500; text-transform: uppercase;
    padding-top: 0.5em;
}
.section-partner .group-item .item-content{
    display: flex;
    justify-content: center;
}
.section-partner .group-item .item-content .item{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 13vw;
    aspect-ratio: 16 / 9;
    border: solid 1px rgba(0, 0, 0, 0.1);
    margin: 0.2rem;
}

.section-partner .group-content{position: relative; margin-left: calc(-1 * var(--iz-2));  margin-right: calc(-1 * var(--iz-2));
    padding: 0 var(--iz-2);
}
.section-partner .slide-control .swiper-button-next,
.section-partner .slide-control .swiper-button-prev{position: absolute;top: 50%; transform: translateY(-50%); left: 0;
    margin: 0;
}
.section-partner .slide-control .swiper-button-next{
    right: 0;
    left: auto;
}

.section-home-partner .swiper-button-next{

}


.partner-slide .swiper-slide {height: auto; text-align: center;
}
.partner-slide .item{
    padding: 10px;

    justify-content: center;
    align-items: center;

    aspect-ratio: 16 / 9;
    border: solid 1px rgba(0, 0, 0, 0.1);
    margin: 0.2rem;
    width: calc(100% - 0.4rem);
}
.partner-slide .item .item-thumb{
   display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.section-partner .swiper img{
    filter: grayscale(1);
    transition: var(--d-transition);
    max-height: 100%;
    max-height: 100%;
    object-fit: contain;
}
.section-partner .swiper .item:hover img{
    filter: grayscale(0);
}
.testimonial-slide  .item{
    border: 1px solid rgba(35, 31, 32, 0.3);
    border-radius: 0.5rem;
    padding: var(--fz-21);
    display: flex;
    opacity: 0.5;
}
.testimonial-slide  .item .item-thumb{
    flex:  0 0 20%;
    padding-top: calc(20% * 157 / 186);
    margin-right: var(--fz-16);
    overflow: hidden;
    border-radius: 0.5rem;
}
.testimonial-slide .swiper-slide-active  .item{opacity: 1}
.testimonial-slide .swiper-slide-active  .item .item-thumb{
    padding-top: calc(20% * 251 / 186);
}
.testimonial-slide  .item .title{
    color: #C8102E;
    padding-top: var(--fz-60);
    background: url('../images/icon-quote.svg') no-repeat left top;
    background-size: auto calc(0.8* var(--fz-60));
    margin-bottom: 0.2rem;
}
.testimonial-slide .item .subtitle{margin-bottom: 0.5rem;}
.testimonial-slide .swiper-wrapper{align-items: center;}

.section-testimonial .slide-control .swiper-button-next,
.section-testimonial .slide-control .swiper-button-prev{position: absolute;top: 50%; transform: translateY(-50%);
    left: 16.5%;
    margin: 0;
}
.section-testimonial .slide-control .swiper-button-next{
    right: 16.5%;
    left: auto;
}


.section-with-heading .heading{display: flex; justify-content: space-between; align-items: center;
    margin-bottom: calc(2 * var(--d-gap));
}
.section-with-heading .heading .section-title{margin-bottom: 0}
.section-with-heading .heading .cate-nav ul{
    margin: 0; list-style: none; display: flex; padding: 0;
}
.section-with-heading .heading .cate-nav ul li{margin-left: 1rem; padding-bottom: 0.25rem; position: relative;}
.section-with-heading .heading .cate-nav ul li:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 1px;
    background: transparent;
    opacity: 0;
    transition: var(--d-transition);
}
.section-with-heading .heading .cate-nav ul li a{
    text-transform: uppercase;
    padding: 0.5rem 0;
}
.section-with-heading .heading .cate-nav ul li:hover:before,
.section-with-heading .heading .cate-nav ul li.active:before{opacity: 1; background: #C8102E; width: 100%;}

.project-items .col-md-6{margin-bottom: var(--d-gap);}
.project-items .item{
    font-size: var(--fz-18);
    box-shadow: var(--d-shadow);
    border-radius: 0.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.project-items .item  .item-thumb{
    padding-top: calc(100% * 270 /400);
    border-radius: 0.5rem;
}
.project-items .item .item-body{
    padding: var(--d-gap) calc(0.6 * var(--d-gap));
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.project-items .item .title {-webkit-line-clamp: 2;    min-height: 3.466em; padding-top:0.3em; }
.project-items .item .title a{
    font-weight: 700;
    color: #C8102E;
    font-size: var(--fz-26);
}
.project-items .item .title a:hover{color: #231F20}
.project-items .item .subtitle{
    margin-bottom: var(--d-gap);
}
.project-items .item .address{
    margin-bottom: var(--d-gap);
}
.project-items .item .attributes{display: flex; gap: 0 1.5rem;

 }
.project-items .item .attributes .attr{flex: 1; }
.project-items .item .attributes .attr:first-child{border-right: solid 1px #000;}
.project-items .item .item-bottom {margin-top: var(--d-gap); min-height: var(--iz-2)}


.item-link{display: flex;}
.item-link a{position: relative; padding-left: calc(1.3 * var(--iz-2)); margin-right: var(--fz-26);
    padding-top: calc(0.2 * var(--iz-2));
    min-height:  var(--iz-2);
}
.item-link a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: 0;
    width: var(--iz-2);
    height: var(--iz-2);
    background: #C8102E;
    background-size: 40% auto;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
}
.item-link a.link-website:before{background-image: url('../images/icon-globe.svg');}
.item-link a.link-360:before{background-image: url('../images/icon-360.svg');}
.item-link a.link-hotline:before{background-image: url('../images/icon-phone.svg');}

.item-link a:hover:before{background-color: #231F20}

.section-project-detail .detail-items .item{display: flex; font-weight: 700;
    padding: var(--d-gap) calc(0.6 * var(--d-gap));
    border-bottom: 1px solid rgba(35, 31, 32, 0.3);
    color: var(--black-80);

}
.section-project-detail .detail-items .item .title{flex:  0 0 30%; margin-right: var(--fz-60);}
.section-project-detail .detail-items .item .content{flex-grow: 1; font-weight: 500}
.section-project-detail .item-link{padding: var(--d-gap) 0;
    justify-content: flex-end;
}
.section-project-detail .item-link a{
    margin-left: var(--fz-26);
    margin-right: 0;
    white-space: nowrap;
}

.share-box{display: flex; align-items: center; justify-content:  flex-end; margin-top: 1.8rem;}
.share-box:before{
    flex-grow: 1;
    content: '';
    height: 1px;
    background: #D9D9D9;

}
.share-box .share{margin-left: 1rem;}
.share-box .items{display: flex; margin-left: 1rem;}
.share-box .items a{width: var(--iz-1); height: var(--iz-1);
    border:solid 1px #C8102E;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    color: #C8102E;
    margin-left: 1rem;
}



.contact-info .address-item .title{font-weight: 500; color: #C8102E; font-size: var(--fz-18);}
.contact-form .form-control,
.contact-form .form-select{border-bottom: 1px solid #B3B3B3; border-radius: 0}
.contact-form .form-select{}

.contact-form .submit{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 2rem;
    min-width: 50%;
}
.contact-form .submit:after{
    content: '';
    display: inline-flex;
    width: 1em;
    aspect-ratio: 1;
    background: url('../images/icon-btn-submit.svg') no-repeat center center;
    background-size: contain;
    margin-left: 0.5rem;
    margin-top: -0.1rem;
}
.contact-map p:last-child{margin-bottom: 0;}

.lenis.lenis-smooth .contact-map iframe{pointer-events: auto; display: block;}
.lenis.lenis-smooth .editor-content iframe{pointer-events: auto; display: block;

}
.editor-content iframe[src*="youtube"]{
    margin: 0px auto;
    max-width: 100%;
}


.section-recruitment-introduction{
    background: #C8102E url('../images/recruitment-introduction-bg.png') no-repeat center center;
    background-size: contain;
    min-height: calc(100vw * 605 / 1440);
    display: flex;
    align-items: center;
}

.section-recruitment-benefit .item{
    margin-bottom: calc(2 * var(--d-gap));
}
.section-recruitment-benefit .item .icon{
    width: var(--iz-1);
    height: var(--iz-1);
    border-radius: 50%;
    border: solid 1px #C8102E;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-recruitment-benefit .item .icon img{max-width: 56.25%; max-height: 56.25%; object-fit: contain;}
.section-recruitment-benefit .item .title{

}

.recruitment-filter{

}

.recruitment-filter.form .input-group{
    border: 1px solid rgba(35, 31, 32, 0.5);
    border-radius: 40px;
    padding: 4px 8px 4px 20px;


}
.recruitment-filter.form .form-control::placeholder{color: var(--black-80);}
.recruitment-filter.form .form-control{background: transparent; height: auto; color: var(--black-80);}
.recruitment-filter.form .btn {
    display: block;
    width: var(--iz-1);
    height: var(--iz-1);
    background: #C8102E url(../images/icon-search.svg) no-repeat center center;
    background-size: 50% auto;
    border-radius: 50% !important;
    text-indent: -9999px;
    padding: 0;
}

.section-recruitment-list .table th,
.section-recruitment-list .table td{border: 0; font-size: var(--fz-18);}
.section-recruitment-list .table tbody tr{
    background: #FFFFFF;
    filter: drop-shadow(6px 6px 14px rgba(0, 0, 0, 0.04));
}
.section-recruitment-list .table tbody tr:hover{
    /*filter: drop-shadow(6px 6px 14px rgba(200, 16, 46, 0.1));*/
}

.section-recruitment-list .table thead{background: transparent;}
.section-recruitment-list .table thead tr th
{
    color: rgba(35, 31, 32, 0.3);
    font-weight: 400;

}

.section-recruitment-list .table {
    border-collapse: separate;
    border-spacing: 0 12px;
    margin-top: -12px;
}

.section-recruitment-list .table tbody tr{cursor: pointer;}
.section-recruitment-list .table tbody tr:hover td{
    background: rgba(35, 31, 32, 0.04);
}

.section-recruitment-list .table tbody tr td {
  border-style: none solid solid none;
    padding: 12px;
   border: 1px solid rgba(35, 31, 32, 0.1);
  border-left-width: 0;
  border-right-width: 0;
  font-weight: 500;
}

.section-recruitment-list .table tbody tr td:first-child { border-radius: 12px 0 0 12px; border-left-width:1px }
.section-recruitment-list .table tbody tr td:last-child {border-radius: 0 12px 12px 0; border-right-width:1px}

.section-recruitment-list .table tbody tr td.col-icon{
    white-space: nowrap;
}
.section-recruitment-list .table tbody tr td.col-icon:before{
    content: '';
    width: var(--fz-18);
    height: var(--fz-18);
    display: inline-block;
    background:  no-repeat center center;
    background-size: contain;
    margin-right: 0.5rem;
        margin-top: -0.2rem;
    vertical-align: middle;

}
.section-recruitment-list .table tbody tr td{
    min-width: 6em;
}
.section-recruitment-list .table tbody tr td.col-location:before{
    background-image: url('../images/icon-maker.svg');
}
.section-recruitment-list .table tbody tr td.col-date{
    width: 9em;
    text-align: right;
}
.section-recruitment-list .table tbody tr td.col-date:before{
    background-image: url('../images/icon-date.svg');
}
.section-recruitment-list .table tbody tr td.col-title{min-width: 10em;}
.section-recruitment-list .table tbody tr td.col-field{min-width: 7em;}


.recruitment-form .form-control,
.recruitment-form .form-select{
    background: var(--white-80);
}

.custom-file-button{width:auto;}
.custom-file-button input[type=file] {
    position: absolute;
    bottom: 0.2rem;;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 0 0.5rem;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    width: auto;
}

.custom-file-button input[type=file]::-webkit-file-upload-button {
    display: none;
}

.custom-file-button input[type=file]::file-selector-button {
    display: none;
}

.custom-file-button label{
    background-color: var(--white-80);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    border-radius: 0;
    border: 0;
    width: 100%;
    padding: var(--fz-38) 1rem 2.5em ;
}
.custom-file-button label span.icon{
    width: var(--iz-1);
    height: var(--iz-1);
    background: #C8102E;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 0.5rem;
}

.custom-file-button:hover label span.icon {
    background: #231F20;
}
.custom-file-button .input-group-text {


}

.custom-file-button .form-control {
    padding: 0.5rem 2rem 0.5rem;
    font-size: var(--fz-16);
    max-width: 180px;
    border-color: #CD0001;
}
.custom-file-button:not(.hasfile) .input-group-text {
    border-radius: 6px !important;
}
.custom-file-button:not(.hasfile) .form-control {
    display: none;
}





.navbar-toggler{display: none;}
@keyframes kenburns_custom {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
}

/*=======================
11. Responsive-CSS
==============================*/
@media (min-width:768px) {
    .container-fluid{padding-left: var(--d-padding); padding-right: var(--d-padding);} 
}
@media (min-width:1200px) {
   
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
         max-width: 1140px;
    }
   
}

@media (min-width:1601px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        max-width: 82.5vw;
    }

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

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        max-width: 68.75vw;
    }

}
@media (max-width:1699px) {


    
}

@media (max-width:1599px) {


}
@media (max-width:1399px) {
    .overlay-menu li{    margin-right: var(--fz-40);}

}



@media (max-width:1200px) {
    
	
}
@media (min-width:1200px) and (max-width:1399px) {

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

}
@media (max-width:1199px) {
    header .navbar .overlay-menu{margin-right: 0}

   
}
@media (max-width:991px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl,
    .row{

    }


    
}
@media (min-width:767px) and (max-width:991px) {


 }

@media (max-width:1199px) {
    .header-right .btn-hotline span{display: none;}
    .header-top  .navbar{
        --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28200, 16, 46, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    body.section-intro-active:not(.menu-open) .header-top  .navbar{
        --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }




    .navbar-brand{position: relative; z-index: 22}
    .header-right{display: flex; z-index: 22}
    .header-right .btn i{font-size: 1.4em;}
    .header-right .social{display: none;}
    .navbar-toggler{display: block; border: 0; padding: 0}
    .navbar-toggler:focus{box-shadow: none;}

    .overlay-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 21;
        background:rgba(255, 255, 255, 1);
        padding: 100px 0.75rem 30px;
        height: calc(var(--vh, 1vh) * 100 );;
    }
    .header-top  .menu > li > a{
        height: auto;
        display: block;
        padding: 12px 0px;
    }
    .header-top  .menu .sub-menu li:not(:last-child){border: 0}

    .overlay-menu .menu-logo img{opacity: 0;max-width: 25vw; max-height: 45vh;}
    .menu-open .overlay-menu .menu-logo img{
        animation: scaleOut;
        animation-duration: 1.5s;
        animation-delay: .5s;
        animation-fill-mode: forwards;
    }
    .overlay-menu .main-menu-container {

        text-align: left;
        display: flex;
        padding: 0;
        margin: 0; margin-left: auto;
        list-style-type: none;
        overflow: auto;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
        flex-direction: column;
    }
    .overlay-menu .main-menu-container::-webkit-scrollbar {
        display: none;
    }

    .overlay-menu .menu li{

    }
    .overlay-menu .menu li a {
        display: block;
         font-size: var(--fz-18);
    }
    .overlay-menu .menu li:hover a,
    .overlay-menu .menu .current-menu-item a{ }

    .overlay-menu {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
        padding-bottom: 0px;
    }

    body.menu-open .overlay-menu {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
    }

    .overlay-menu .menu{
        list-style: none; padding: 0px; margin-left: 0px; margin-bottom: 0px;

    }

    .overlay-menu .menu > li {
        opacity: 0;
        transform: translate(50px, 0);
        -webkit-transform: translate3d(50px, 0px, 0);
        transition-delay: 0.6s;
        padding:0px 0px ;
        margin: 0px;
        text-align: center;
        border-bottom: solid 1px #f3f3f3;
    }
    .overlay-menu .menu > li a strong{font-size: 1.3em; font-weight: 600;}
    body.menu-open .overlay-menu .menu li {
        transition: -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 1s, opacity cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
        transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 1s, opacity cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
        opacity: 1;
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        position: relative;
        width: 100%;

    }

    body.menu-open .overlay-menu .menu > li > ul{
        max-height: 0px;
        overflow: hidden;
        transition: var(--d-transition);
        transition-duration: 0.4s;
        position: static;
        padding: 0;
        opacity: 1;
        visibility:visible;
        pointer-events: auto;
        transform: none;
    }
    body.menu-open .overlay-menu .menu > li.showsub > ul{
        max-height: 300px;
    }
    body.menu-open .overlay-menu .sub-menu li {
        margin: 0;
        padding: 5px 0px;
    }

    body.menu-open .overlay-menu .sub-menu a{
        position: relative;
        margin: 0;
        padding: 2px 0px;
        padding-left: 0;
        font-size: var(--fz-16);
        text-transform: none;

    }

     body.menu-open .overlay-menu .sub-menu li a:before{
        content: '';
        position: absolute;
        width: 8px;height: 8px;
        background: #fff; border-radius: 50%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
     body.menu-open .overlay-menu .sub-menu li a:hover{color: #C8102E}

     body.menu-open .overlay-menu .sub-menu ul{

        max-height: 0px;
        overflow: hidden;
        transition: var(--d-transition);
        transition-duration: 0.3s;
    }

    .section-partner .group-content{margin-left: 0; margin-right: 0}


}


@media (max-width:991px) {
    .section-home-project .title{
        padding: 3rem 0.5rem 0.5rem;
        font-size: var(--fz-21);
    }
    .section-intro .MouseScroll{display: none;}

    .section-banner:not(.section-intro){
        height: calc(100vw* 3 / 4);
    }

    .section-partner .group-item .item-content{
        flex-wrap: wrap;
    }
    .section-partner .group-item .item-content img{
        max-height: calc(1.4* var(--fz-38));

    }


    .section-banner.section-intro{
        min-height: calc(100vw* 3 / 4);
    }

    .partner-slide .item{

        aspect-ratio: 16 / 9;
        border: solid 1px rgba(0, 0, 0, 0.1);


    }
    .section-partner .group-item .item-content .item{
        width: 18vw;
        aspect-ratio: 16 / 9;
        border: solid 1px rgba(0, 0, 0, 0.1);

    }

    .section-partner .group.pt-0 .slide-control .swiper-button-next,
    .section-partner .group.pt-0 .slide-control .swiper-button-prev{
        top: 0em;
        transform: translateY(0);
    }



}

@media (max-width:767px) {
    .section-form .btn{width: 100%;}
    .fixed-btn.fixed-action-btn{right: 6px; bottom: 1rem}
    .items-number .number{
        font-size: calc(1.8* var(--fz-38));
    }

    ul.cate-nav li{padding: 0px 0.5rem;}

    .items-project{margin-left: -0.1rem; margin-right: -0.1rem;}
    .grid-sizer, .grid-item{
        width: 50%;
    }
    .grid-item--width3{ width: 100%;}
    .section-home-project .grid-item .item{width: 100%;
        height: calc((100vw - var(--d-padding))* 516 / 1260);
        padding: 0.1rem;
    }
    .section-home-project .title{font-size: var(--fz-16);
        left: 0.1rem;
        bottom: 0.1rem;
        width: calc(100% - 0.2rem);
    }
    .items-service{
        --bs-gutter-x:0.75rem;
    }
    .items-service .item{
        padding: 1rem 0.5rem;
        margin-bottom: 0.75rem;
    }
    .post-list .item .description{display: none;}
    .social-bottom{display: flex; }

    .swiper .slide-control .swiper-pagination.swiper-pagination-fraction .swiper-pagination-current{

    }

    .section-award
    {
        overflow: hidden;
    }
    .section-award:before{
        height: 90%;
    }
    .section-partner .group-content{
        margin-left: calc(-1* 0.75rem);
        margin-right: calc(-1* 0.75rem);
    }
    .section-history .swiper-main .swiper-slide{
        padding: 0;
    }

    .section-with-heading .heading{
        flex-direction: column;
    }
    .section-with-heading .heading .section-title{    margin-bottom: 1em;}
    .section-with-heading .heading .cate-nav{
        width: 100%;
    }
    .section-with-heading .heading .cate-nav ul{
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
        max-width: 100%;
        padding-bottom: 10px;
    }
    .section-with-heading .heading .cate-nav ul li a{white-space: nowrap;}
    .values-items .item{margin-bottom: 1rem; height: auto;}

    .section-testimonial .swiper-pagination-bullets.swiper-pagination-horizontal{
        position: static;
        margin-top: 1rem;
    }
    .section-project-detail .item-link a{
        margin-left: 1rem;
    }
    .section-project-detail .item-link a:first-child{margin-left: 0}
    .section-banner.banner-child .section-title{
        padding-right: 0;
        font-size: var(--fz-26);
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));


    }

    .section-history .slide-control .swiper-button-next,
    .section-history .slide-control .swiper-button-prev{
        top: calc((100vw - 1.5rem) * 268  / 556 / 2);
    }
    .fixed-btn.fixed-action-btn a.btn-icon{
        margin-bottom: 0.7rem;
    }

    .project-items .item .title{
        min-height: auto;
        -webkit-line-clamp: none;
        margin-bottom: var(--d-gap);
    }

    .section-partner .group-item .item-content .item{
        width: 36vw;
    }


}
@media (max-width:575px) {
	ul.category li{
        min-width: 160px;
    }
    
}




@keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
}


@keyframes StrokeLine {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -200;
    }
}
@keyframes StrokeLine2 {
    0% {
        stroke-dashoffset: -200;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes DrawStroke2 {
    0% {
        stroke-dashoffset: 5231F20;
    }
    to {
        stroke-dashoffset: 0;
    }
}

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }
.driveInTop {
  -webkit-animation-name: driveInTop;
  animation-name: driveInTop;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

@keyframes driveInTop {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(0, -400px, 0);
    transform: translate3d(0, -400px, 0); }
  30% {
    opacity: 1; }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } 
}
.blink {
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

@keyframes blink {
  0% {
    opacity: 1; }
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } 
}
.swoopInTop {
  -webkit-animation-name: swoopInTop;
  animation-name: swoopInTop;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

@keyframes swoopInTop {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: scaleY(1.5) translate3d(0, -400px, 0);
    transform: scaleY(1.5) translate3d(0, -400px, 0); }
  40% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transform: scaleY(1.2) translate3d(0, 0, 0);
    transform: scaleY(1.2) translate3d(0, 0, 0); }
  65% {
    -webkit-transform: scaleY(1) translate3d(0, 20px, 0);
    transform: scaleY(1) translate3d(0, 20px, 0); }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transform: scaleY(1) translate3d(0, 0, 0);
    transform: scaleY(1) translate3d(0, 0, 0); } 
}

@-webkit-keyframes Ringing-call {
    0% { }
    10% { -webkit-transform: rotate(10deg); -moz-transform: rotate(10deg); -o-transform: rotate(10deg); }
    20% { -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -o-transform: rotate(-10deg); }
    30% { -webkit-transform: rotate(10deg); -moz-transform: rotate(10deg); -o-transform: rotate(10deg); }
    40% { -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -o-transform: rotate(-10deg); }
    50% { -webkit-transform: rotate(10deg); -moz-transform: rotate(10deg); -o-transform: rotate(10deg); }
    60% { -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -o-transform: rotate(-10deg); }
    70% { -webkit-transform: rotate(10deg); -moz-transform: rotate(10deg); -o-transform: rotate(10deg); }
    80% { -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -o-transform: rotate(-10deg); }
    90% { -webkit-transform: rotate(10deg); -moz-transform: rotate(10deg); -o-transform: rotate(10deg); }
    100% { -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -o-transform: rotate(-10deg); }
}


@media (max-width:991px) {
   
}


@media (max-width:767px) {
    
}


/* Custom ANIMATION  */
.flipInXCustom, .flipInYCustom{
    opacity: 0;
     -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

@keyframes flipInXCustom { 
    0% { 
        transform: rotateX(180deg); 
        opacity: 0; 
    } 
    100% { 
        transform: rotateX(0deg); 
        opacity: 1; 
    } 
} 
.flipInXCustom.go { 
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: flipInXCustom; 
    backface-visibility: visible !important; 
    animation-name: flipInXCustom; 
}

@keyframes flipInYCustom { 
    0% { 
        transform: rotateY(180deg); 
        opacity: 0; 
    } 
    100% { 
        transform: rotateY(0deg); 
        opacity: 1; 
    } 
} 
.flipInYCustom.go { 
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: flipInYCustom; 
    backface-visibility: visible !important; 
    animation-name: flipInYCustom; 
}


.scaleInY{opacity: 0; transform-origin: bottom;}
@-webkit-keyframes scaleInY { 
    0% { 
        opacity: 0; 
        -webkit-transform: scaleY(.1); 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: scaleY(1); 
    } 
} 

@keyframes scaleInY { 
    0% { 
        opacity: 0; 
        transform: scaleY(.1); 
    } 
    100% { 
        opacity: 1; 
        transform: scaleY(1); 
    }
} 

.scaleInY.go { 
    -webkit-animation-name: scaleInY; 
    animation-name: scaleInY; 
}



.zoomIn{
    opacity: 0;
     -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

@keyframes zoomIn { 
    0% { 
        transform: scale(0);
        opacity: 0; 
    } 
    100% { 
        transform: scale(1); 
        opacity: 1; 
    } 
} 
.zoomIn.go { 
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: zoomIn; 
    backface-visibility: visible !important; 
    animation-name: zoomIn; 
}


@-webkit-keyframes custom-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(359deg);
    transform: translateY(-50%) rotate(359deg);
  }
}
@keyframes custom-spin {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(359deg);
    transform: translateY(-50%) rotate(359deg);
  }
}

@-webkit-keyframes custom-spin-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: translateY(-50%) rotate(359deg);
  }
}
@keyframes custom-spin-2 {
  0% {
    -webkit-transform:  rotate(0deg);
    transform:  rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform:  rotate(359deg);
  }
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
}
@keyframes arrow-animation{
    0%{
        opacity:1;transform:translateY(0px)
    }
    49%{
        opacity:0;transform:translateY(10px)
    }
    50%{
        opacity:0;transform:translateY(-10px)
    }
    100%{
        opacity:1;transform:translateY(0)
    }
}

@keyframes scaleOut {
    0% {
        opacity: 0;
        transform: scale(1.1);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@media (max-width:767px) {
    @keyframes scaleOut {
        0% {
            opacity: 0;
            transform: scale(1.2);
        }
        to {
            opacity: 1;
            transform: scale(1.1);
        }
    }
}
@keyframes scaleOut2 {
    0% {
        opacity: 0;
        transform: scale(2);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes scaleToIn {
  0% {
    transform:  scale(1);
    opacity: 1;
  }
  100% {
    transform:  scale(2);
    opacity: 0;
  }
}

@keyframes flash {
    0% { opacity: 1; } 
    40% { opacity: .1; } 
    80% { opacity: 1; }
    100% { opacity: 1; }
}

@keyframes phonering{
    0%{transform:rotate(0deg)}
    10%{transform:rotate(-25deg)}
    20%{transform:rotate(25deg)}
    30%{transform:rotate(-25deg)}
    40%{transform:rotate(25deg)}
    50%{transform:rotate(0deg)}
    100%{transform:rotate(0deg)}
}
@keyframes rotate{
  from{-webkit-transform:rotate(0);transform:rotate(0)}
  to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}


