/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
figure{margin: 0;}
a,button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
.slick-track,.slick-initialized{
  opacity: 1 !important;
}
.slick-slider {
  opacity: 0;
}
.slick-initialized.slick-slider{
  opacity: 1;
}

.main-wrpper {
    height: 100%;
    width: 100%;
}
.container{
    max-width: 1390px;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    border-top: 4px solid #b91f2b;
    border-bottom: 1px solid #c7c7c7;
    background: #fff;
    padding: 15px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 65px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.nav-row{
    display: flex;
    align-items: center;
    width: 100%;
}
.navbar-light .navbar-nav {
    margin: 0 0 0 auto;
}
.navbar-light .navbar-nav li {
    margin-right: 30px;
    position: relative;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
    padding: 0;
    color: #333333;
    font-size: 18px;
    font-weight:700;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: #b91f2b;
}
.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
    color: #b91f2b;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #b91f2b;
}

.navbar-light .navbar-nav li .sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: solid 1px #c7c7c7;
    border-top: none;
    max-width: 250px;
    background: #fff;
    width: 250px;
    opacity: 0;
    visibility: hidden;
    display: none;
    border-radius: 0;
}
.navbar-light .navbar-nav li:hover .sub-menu{
    opacity: 1;
    visibility: visible;
    display: block;
}
.navbar-light .navbar-nav li .sub-menu li{
    margin: 0;
}
.navbar-light .navbar-nav li .sub-menu li a{
    padding: 5px 10px;
    display: block;
    font-size: 18px;
    font-weight: normal;
    color: #333;
    white-space: wrap;
}
.navbar-light .navbar-nav li .sub-menu li a:hover{
    color: #b91f2b;
}
header .dropdown-toggle::after{
    display: none;
}
/* **** End Header **** */

/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: auto;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #000;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #000;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */

/* **** Home Page **** */
.hero-wrp{
    position: relative;
}
.hero-block{
    display: flex !important;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
}
.hero-img{
    width: 50%;
}
.hero-img img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.banner-center{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.banner-data{
    padding: 0 15px 0 0;
}
.banner-data h2,.banner-data h1{
    font-size: 36px;
    font-weight: 400;
    color: #333;
    line-height: 46px;
    margin: 0 0 10px;
}
.banner-data h2 span,.banner-data h1 span{
    color: #b91f2b;
    font-weight: 700;
}
.banner-data p{
    font-size: 24px;
    font-weight: normal;
    color: #333;
    margin: 0 0 25px;
    line-height:28px;
}
.btn-main{
    padding: 10px 20px;
    border: 2px solid #b91f2b;
    color: #b91f2b;
    display: table;
    font-size: 18px;
    font-weight: bold;
    display: table;
}
.btn-main:hover{
    background:#b91f2b;
    color: #fff;
}

.hero-slider .slick-dots{
    display: flex;
    align-items: center;    
    max-width: 1390px;
    margin: 0 auto;
    padding: 0 15px;
    position: absolute;
    bottom: 20px;
    left:0;
    right: 0;
}
.hero-slider .slick-dots li{
    line-height: 0;
    margin-right: 10px;
}
.hero-slider .slick-dots li:last-child{
    margin: 0;
}
.hero-slider .slick-dots li button{
    width: 10px;
    height: 10px;
    border: none;
    font-size: 0;
    background: #b2b2b2;
    border-radius: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.hero-slider .slick-dots li.slick-active button{
    background: #666;
}

.note-wrp{
    padding: 15px 0;
    background: #b91f2b;
}
.note-wrp p{
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    line-height: 32px;
    margin: 0 auto;
}
.note-wrp p a{
    display: block;
    font-weight: bold;
    color: #fff;
}
.note-wrp p a:hover{
    text-decoration: underline;
}

.news-wrp{
    padding: 100px 0 50px;
}
.news-wrp .row{
    justify-content: center;
}
.news-wrp h2{
    padding: 5px 10px;
    background: #b91f2b;
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 0.2em;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.news-list ul li{
    border-bottom: 1px solid #c7c7c7;
    margin: 0 0 10px;
    padding: 5px 0 10px 0;
    display: flex;
}
.news-list ul li h3{
    font-size: 18px;
    font-weight:600;
    color: #333;
    line-height: 26px;
    margin: 0;
    min-width: 120px;
    margin-right: 15px;
}
.news-list ul li a{
    font-size: 18px;
    font-weight: normal;
    color: #333;
    line-height: 26px;
    margin: 0;
}
.news-list ul li a:hover{
    color: #b91f2b;
    text-decoration: underline;
}
.btn-secondary{
    display: table;
    padding: 10px 20px;
    background: #b91f2b;
    border: 2px solid #b91f2b;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.btn-secondary:hover{
    background: #fff;
    color: #b91f2b;
}
.news-list .btn-secondary{
    margin: 25px auto 0;
}

.what-we{
    padding: 25px 0 50px;
}
.what-we-box{
    padding: 15px;
    border: 1px solid #c7c7c7;
    display: flex;
    flex-flow: column;
    height: 100%;
}
.what-we-box h3{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin: 0 auto 16px;
}
.what-we-box p{
    font-size: 18px;
    font-weight: normal;
    color: #333;
    text-align: center;
    line-height: 26px;
    margin: 0 auto 16px;
}
.what-we-box a{
    font-size: 18px;
    font-weight: normal;
    color: #b91f2b;
    margin: 0 auto;
    display: table;
}
.what-we-box a i{
    margin: 0 0 0 5px;
}
.what-we-box a:hover{
    color: #333;
    text-decoration: underline;
}


.corporate-wrp{
    padding: 50px 0;
    background: #f9f9f9;
}
.snapshot-box{
    padding: 30px;
    background: #fff;
    border: 1px solid #c7c7c7;
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: space-between;
}
.snapshot-box h3{
    font-size: 26px;
    font-weight: bold;
    color: #000;
    margin: 0 0 15px;
}
.snapshot-rw{
    display: flex;
    align-items: center;
}
.snapshot-rw figure{
    min-width: 105px;
    max-width: 105px;
    margin-right: 16px;
    padding: 4px;
    border: 1px solid #c7c7c7;
}
.snapshot-rw figure img{
    width: 100%;
}
.snapshot-rw h4{
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 26px;
}
.snapshot-rw h4 a{
    display: inline-block;
    font-weight: normal;
    color: #b91f2b;
}
.snapshot-rw h4 a:hover{
    color: #333;
    text-decoration: underline;
}
.common-stock{
    background: #fff;
    border: 1px solid #c7c7c7;
}
.common-stock h2{
    padding: 10px 15px;
    background: #ccc;
    font-size: 18px;
    font-weight: normal;
    color: #333;
    margin: 0;
}
.common-stock table{
    margin: 0;
}
.common-stock tbody td{
    padding: 10px 15px;
    font-size: 18px;
    font-weight: normal;
    color: #333;
    border: none;
}
.common-stock tbody td h6{
    margin: 0;
    color: #008000;
    font-size: 18px;
    font-weight: normal;
}
.common-stock tbody tr:nth-child(even) td{
    background: #f2f2f2;
}
.common-stock p{
    margin: 0;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    line-height: 18px;
}

.subscription-box{
    padding: 30px;
    background: #f2f2f2;
    border: 1px solid #c7c7c7;
    display: flex;
    flex-flow: column;
    height: 100%;
}
.subscription-box h3{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 0 0 15px;
}
.subscription-box p{
    font-size: 18px;
    font-weight: normal;
    color: #333;
    line-height: 26px;
    margin: 0 0 15px;
}
.subscription-box .btn-secondary{
    width: fit-content;
}

footer{
    padding: 65px 0 165px;
    background: #333;
}
.footer-row{
    display: flex;
}
.footer-logo img{
    height: 90px;
    margin-right: 40px;
}
.quicklinks ul{
    display: flex;
    align-items: center;
}
.quicklinks ul li{
    margin-right: 20px;
    position: relative;
}
.quicklinks ul li:last-child{
    margin: 0;
}
.quicklinks ul li:after{
    position: absolute;
    content: '';
    width: 2px;
    height: 60%;
    background: #fff;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.quicklinks ul li:last-child:after{
    display: none;
}
.quicklinks ul li a{
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    display: block;
}
.quicklinks ul li a:hover{
    text-decoration: underline;
    color: #fff;
}
.social-bx{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.social-bx a{
    margin-right: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #b91f2b;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.social-bx a:last-child{
    margin: 0;
}
.social-bx a:hover{
    background: #fff;
    color: #b91f2b;
}
/* **** End Home Page **** */

/* **** Typography Page **** */
.typography-wrp{
    padding: 50px 0;
    background: url('../images/typo-back.jpg');
    background-position: top right;
    background-repeat: repeat-x;
}
.top-banner{
    margin: 0 0 20px;
    padding: 4px;
    border: 1px solid #c7c7c7;
}
.top-banner img{
    width: 100%;
}
.sidebar-nav ul li{
    margin: 0 0 1px;
}
.sidebar-nav ul li a{
    margin: 0;
    padding: 8px 15px;
    background: #b91f2b;
    display: block;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}
.sidebar-nav ul li.active a,
.sidebar-nav ul li.current-menu-item a{
    background: #333;
    color: #fff;
}
.sidebar-nav ul li a:hover{
    color: #fff;
    background: #a8000e;
}
.sidebar-nav ul li .sub-menu li a{
    background: #b91f2b;
    padding: 8px 15px 8px 30px;
}
.sidebar-nav ul li .sub-menu li:first-child{
    margin-top: 1px;
}
.sidebar-nav ul li .sub-menu li a:hover {
    color: #fff;
    background: #a8000e;
}
.sidebar-nav ul li .sub-menu li.active a,
.sidebar-nav ul li .sub-menu li.current-menu-item a{
    background: #333;
    color: #fff;
}
.typography-data h1{
    font-size: 40px;
    font-weight: bold;
    color: #333;
    margin: 0 0 20px;
}
.typography-data p{
    font-size: 18px;
    font-weight: normal;
    color: #333;
    line-height: 25px;
    margin: 0 0 20px;
}
.typography-data p a{
    color: #b91f2b;
}
.typography-data p a:hover{
    color: #333;
    text-decoration: underline;
}
.typography-data h2{
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    line-height: 36px;
}
blockquote{
    margin: 0 0 30px;
    padding: 0 0 0 30px;
    border-left: 4px solid #b91f2b;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 26px;
}
blockquote span{
    font-style: italic;
}
blockquote a{
    color: #b91f2b;
}
.typo-img{
    margin: 0 0 20px;
}
.typo-img img{
    width: 100%;
    padding: 30px;
    border: 1px solid #c7c7c7;
}
.typo-img-pro figure{
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.typography-data h6{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0 0 20px;
}
.typography-data ul li{
    font-size: 18px;
    font-weight: normal;
    color: #333;
    line-height: 26px;
    padding: 0 0 0 20px;
    position: relative;
    margin: 0 0 15px;
}
.typography-data ul{
    margin: 0 0 20px;
}
.typography-data ul li:last-child{
    margin: 0;
}
.typography-data ul li:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 100%;
    top: 10px;
    left: 0;
}
.typography-data ul li a{
    color: #b91f2b;
}
.typography-data ul li a:hover{
    color: #333;
    text-decoration: underline;
}
.typography-data th {
    background: #333;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.typography-data th, .typography-data td {
    border: none;
    border-bottom: 1px solid #c7c7c7;
    font-size: 16px;
    padding: 10px 6px;
}
.typography-data tr.bkg-gray td{
    background: #ebebeb;
    color: #333;
}
.typography-data td.group {
    border-top: solid 3px #c7c7c7;
    font-weight: 700;
}
.typography-data td span{
    height: 20px;
    background: #b91f2b;
    background-image: url(../images/bkg-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
}
.typography-data td.blue span {
    background-color: #0613c7 !important;
}
.typography-data td.gray span {
    background-color: #565656 !important;
}
.typography-data table{
    background: #fff;
    border: solid 1px #c7c7c7;
    margin-bottom: 30px;
    width: 100%;
    display: block;
    overflow-x: auto;
}

.typography-data h3{
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    line-height: 150%;
}

.typography-data .team-wrp-img{
    padding: 4px;
    border: 1px solid #c7c7c7;
}
.typography-data .team-wrp-img figure{
    margin: 0;
}
.typography-data .team-wrp-img figure img{
    width: 100%;
}
.typography-data .team-wrp-row{
    margin-top: 30px;
}

.typography-data .typo-bd-list li::before{
    display: none;
}
.typography-data .typo-bd-list li{
    padding: 0;
    margin: 0 15px 5px 0;
}
.typography-data .typo-bd-list li i{
    font-size: 14px;
    margin-right: 5px;
    width: 20px;
    text-align: center;
}
.typography-data .typo-bd-list li a:hover{
    text-decoration: none;
}

.typography-data .typo-video-holder{
    position: relative;
    width: 100%;
}
.typography-data .typo-video-holder iframe{
    width: 100%;
    height: 450px;
}
.typography-data .contact-form form{
    max-width: 860px;
}
.typography-data .contact-form form{
    background: #f2f2f2;
    border: solid 1px #c7c7c7;
    height: 100%;
    padding: 30px;
}
.typography-data .contact-form form label{
    font-size: 16px;
    margin: 0 0 5px;
    line-height: 100%;
}
.typography-data .contact-form form label span{
    font-size: 14px;
}
.typography-data .contact-form form .form-control,.contact-form form .form-select{
    border: solid 1px #ebebeb;
    font-size: 16px;
    height: 40px;
    margin-bottom: 15px;
    padding: 4px;
    width: 100%;
    border-radius: 0;
    background-position: right;
}
.typography-data .contact-form form .form-control:focus,
.contact-form form .form-select:focus{
    outline: none;
    box-shadow: none;
}
.typography-data .contact-form form .form-group-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.typography-data .contact-form form input[type="file"]{
    margin-bottom: 15px;
    font-size: 18px;
}
.typography-data .contact-form form .form-group-inner p{
    margin: 0;
}
.typography-data .contact-form form textarea.form-control{
    height: auto;
}

.map-wrp{
    position: relative;
    width: 100%;
    height: 400px;
}
.map-wrp iframe{
    width: 100%;
    height: 100%;
}

.typography-data .resources-box{
    display: flex;
    border-bottom: 1px solid #c7c7c7;
    margin: 0 0 20px;
    padding-bottom: 10px;
}
.typography-data .resources-box-img{
    margin-left: 20px;
    width: 150px;
    min-width: 150px;
}
.typography-data .resources-box-img img{
    border: solid 4px #fff;
    outline: solid 1px #c7c7c7;
    margin: 0;
    width: 100%;
}
.typography-data .resources-box-data h3{
    margin: 0 0 5px;
}
.typography-data .resources-box-data p{
    margin: 0 0 5px;
}
.typography-data .resources-box-data p a{
    margin-right: 10px;
}

.typography-data img{
    margin: 0 auto 20px;
}
/* **** End Typography Page **** */

/* **** 404 Page **** */
.section-404{
    position: relative;
    padding: 120px 0;
}

.description-404 .detail-404 h2{
    font-size: 140px;
    font-weight: bolder;
    margin: 0 0 10px;
    line-height: 100%;
}
.description-404 .detail-404 p{
    font-size: 18px;
    margin: 0 0 50px;
}
.description-404 .back-home-button a.btn-red{
    padding: 7px 18px;
    background: #b91f2b;
    border: 2px solid #b91f2b;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0;
}

.description-404 .back-home-button a.btn-red:hover{
    background: #fff;
    color: #b91f2b;
}
/* **** End 404 Page **** */