        /******************************************************************
  Template Name: DJoz
  Description:  DJoz Music HTML Template
  Author: Colorlib
  Author URI: https://colorlib.com
  Version: 1.0
  Created: Colorlib
******************************************************************/
        /*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Hero Section
5.  Services Section
6.  Track Section
7.  Countdown Section
8.  Team Section
9.  Contact
10.  Footer Style
-------------------------------------------------------------------*/
        /*----------------------------------------*/
        /* Template default CSS
/*----------------------------------------*/
        
        html,
        body {
            height: 100%;
            /* font-family: "Now Regular"; */
            font-family: "FC Minimal";
            -webkit-font-smoothing: antialiased;
        }
        
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            margin: 0;
            color: #111111;
            font-weight: 400;
            /* font-family: "Rajdhani", sans-serif; */
            font-family: "FC Minimal";
        }
        
        h1 {
            font-size: 70px;
        }
        
        h2 {
            font-size: 36px;
        }
        
        h3 {
            font-size: 30px;
        }
        
        h4 {
            font-size: 24px;
        }
        
        h5 {
            font-size: 18px;
        }
        
        h6 {
            font-size: 16px;
        }
        
        p {
            font-size: 15px;
            font-family: "FC Minimal";
            color: #000000;
            font-weight: 300;
            line-height: 26px;
            margin: 0 0 15px 0;
        }
        
        @media screen and (max-width:1199px) {
            p {
                font-size: 13px;
            }
        }
        
        img {
            max-width: 100%;
        }
        
        input:focus,
        select:focus,
        button:focus,
        textarea:focus {
            outline: none;
        }
        
        a:hover,
        a:focus {
            text-decoration: none;
            /* outline: none;
            color: #ffffff; */
        }
        
        ul,
        ol {
            padding: 0;
            margin: 0;
        }
        /*---------------------
  Helper CSS
-----------------------*/
        
        .language {
            color: #fff;
            font-weight: 400;
            /* font-size: 15px; */
        }
        
        .section-title {
            margin-bottom: 40px;
            position: relative;
            z-index: 1;
        }
        
        .section-title.center-title {
            text-align: center;
        }
        
        .section-title h2 {
            font-size: 40px;
            color: #111111;
            font-weight: 500;
            text-transform: uppercase;
        }
        
        .section-title h1 {
            font-size: 68px;
            /* color: #c3deba66; */
            color: #ec84322e;
            font-family: "Rockville Solid Regular";
            position: absolute;
            left: 0;
            top: -44px;
            width: 100%;
            z-index: -1;
        }
        
        .set-bg {
            background-repeat: no-repeat;
            background-size: cover;
            background-position: top center;
        }
        
        .spad {
            padding-top: 100px;
            padding-bottom: 100px;
        }
        
        .text-white h1,
        .text-white h2,
        .text-white h3,
        .text-white h4,
        .text-white h5,
        .text-white h6,
        .text-white p,
        .text-white span,
        .text-white li,
        .text-white a {
            color: #fff;
        }
        /* buttons */
        
        .primary-btn {
            display: inline-block;
            font-size: 15px;
            text-transform: uppercase;
            padding: 14px 25px 12px;
            color: #ffffff;
            background: #5c00ce;
            letter-spacing: 2px;
        }
        
        .primary-btn.border-btn {
            background: transparent;
            border: 2px solid #5c00ce;
            color: #111111;
        }
        
        .site-btn {
            font-size: 15px;
            color: #ffffff;
            background: #5c00ce;
            font-weight: 700;
            letter-spacing: 2px;
            border: none;
            text-transform: uppercase;
            display: inline-block;
            padding: 14px 30px;
            width: 100%;
        }
        /* Preloder */
        
        #preloder {
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 999999;
            background: #000;
        }
        
        .loader {
            width: 40px;
            height: 40px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -13px;
            margin-left: -13px;
            border-radius: 60px;
            animation: loader 0.8s linear infinite;
            -webkit-animation: loader 0.8s linear infinite;
        }
        
        @keyframes loader {
            0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
                border: 4px solid #f44336;
                border-left-color: transparent;
            }
            50% {
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
                border: 4px solid #673ab7;
                border-left-color: transparent;
            }
            100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
                border: 4px solid #f44336;
                border-left-color: transparent;
            }
        }
        
        @-webkit-keyframes loader {
            0% {
                -webkit-transform: rotate(0deg);
                border: 4px solid #f44336;
                border-left-color: transparent;
            }
            50% {
                -webkit-transform: rotate(180deg);
                border: 4px solid #673ab7;
                border-left-color: transparent;
            }
            100% {
                -webkit-transform: rotate(360deg);
                border: 4px solid #f44336;
                border-left-color: transparent;
            }
        }
        
        @media only screen and (max-width: 1399px) {
            .section-title h2 {
                font-size: 35px;
            }
        }
        
        @media only screen and (max-width: 414px) {
            .section-title h2 {
                font-size: 30px;
            }
        }
        /*---------------------
  Header
-----------------------*/
        
        .header {
            background: rgba(42, 1, 74, 0.5);
            position: absolute;
            left: 0;
            top: 0;
            width: 100%!important;
            z-index: 9;
        }
        
        .header.header--normal {
            position: relative;
            background: #290849;
        }
        
        .header__logo {
            padding: 20px 0 25px;
        }
        
        .header__logo a {
            display: inline-block;
        }
        
        .header__nav {
            text-align: right;
        }
        
        .header__menu {
            padding: 31px 0 27px;
            display: inline-block;
            margin-right: 45px;
        }
        
        .header__menu ul li {
            list-style: none;
            display: inline-block;
            margin-right: 45px;
            position: relative;
        }
        
        .header__menu ul li.active a:after {
            opacity: 1;
        }
        
        .header__menu ul li:hover a:after {
            opacity: 1;
        }
        
        .header__menu ul li:hover .dropdown {
            top: 34px;
            opacity: 1;
            visibility: visible;
        }
        
        .header__menu ul li:last-child {
            margin-right: 0;
        }
        
        .header__menu ul li .dropdown {
            position: absolute;
            left: 0;
            top: 56px;
            width: 150px;
            background: #111111;
            text-align: left;
            padding: 2px 0;
            z-index: 9;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all, 0.3s;
            -o-transition: all, 0.3s;
            transition: all, 0.3s;
        }
        
        .header__menu ul li .dropdown li {
            display: block;
            margin-right: 0;
        }
        
        .header__menu ul li .dropdown li a {
            font-size: 14px;
            color: #ffffff;
            font-weight: 400;
            padding: 8px 20px;
            text-transform: capitalize;
        }
        
        .header__menu ul li .dropdown li a:after {
            display: none;
        }
        
        .header__menu ul li a {
            font-size: 15px;
            text-transform: uppercase;
            color: #ffffff;
            display: block;
            padding: 6px 0;
            position: relative;
        }
        
        .header__menu ul li a:after {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 2px;
            background: #ffffff;
            content: "";
            -webkit-transition: all, 0.5s;
            -o-transition: all, 0.5s;
            transition: all, 0.5s;
            opacity: 0;
        }
        
        .header__right__social {
            display: inline-block;
        }
        
        .header__right__social a {
            display: inline-block;
            font-size: 16px;
            color: #ffffff;
            margin-right: 16px;
        }
        
        .header__right__social a:last-child {
            margin-right: 0;
        }
        
        .slicknav_menu {
            display: none;
        }
        /*---------------------
        read-detail
        -----------------------*/
        
        .logo-read {
            text-align: center;
        }
        
        .bg-read {
            height: 85px!important;
            transition: all 0.5s;
            transition: all 0.5s;
            padding: 15px 0;
            /* background: #ffffff; */
            z-index: 997;
            width: 100%!important;
            border-bottom: 3px solid #ec8534;
            width: 100%;
            background: url(../img/bg-read-detail.jpg) no-repeat !important;
            background-size: cover;
            background-position-x: center!important;
            box-shadow: 0 2px 10px 0 rgb(0 0 0 / 11%)
        }
        
        @media only screen and (max-width: 1399px) {
            .bg-read {
                background: url(../img/bg-read-detail.jpg) no-repeat !important;
                background-position-x: center!important;
            }
        }
        
        @media only screen and (max-width: 767px) {
            .bg-read {
                background: url(../img/bg-read-detail.jpg) no-repeat !important;
                background-position-x: 25%;
            }
        }
        /*---------------------
        read-detail
        -----------------------*/
        
        .hero {
            padding-top: 400px;
            padding-bottom: 295px;
            position: relative;
        }
        
        .hero__text {
            text-align: center;
        }
        
        .hero__text span {
            color: #ffffff;
            text-transform: uppercase;
            letter-spacing: 6px;
        }
        
        .hero__text h1 {
            font-size: 110px;
            font-family: "Rockville Solid Regular";
            color: #ffffff;
            margin-bottom: 20px;
            margin-top: 22px;
        }
        
        .hero__text p {
            color: #ffffff;
            margin-bottom: 20px;
        }
        
        .hero__text .play-btn {
            font-size: 26px;
            color: #5c00ce;
            height: 90px;
            width: 90px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.3);
            display: inline-block;
            line-height: 90px;
            text-align: center;
            position: relative;
            z-index: 1;
        }
        
        .hero__text .play-btn i {
            position: relative;
            top: 2px;
            left: 2px;
        }
        
        .hero__text .play-btn:after {
            position: absolute;
            left: 15px;
            top: 15px;
            height: 60px;
            width: 60px;
            background: #ffffff;
            border-radius: 50%;
            content: "";
            z-index: -1;
        }
        /* .linear__icon {
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -16px;
        -webkit-animation: mymove 0.5s infinite alternate;
        animation: mymove 0.5s infinite alternate;
    } */
        
        .linear__icon {
            position: inherit;
            /* left: 50%; */
            bottom: -5px;
            margin-left: 0px;
            -webkit-animation: mymove 0.5s infinite alternate;
            animation: mymove 0.7s infinite alternate;
            width: 85%;
            /* top: -60px; */
            margin-top: 16px;
            margin: auto;
            margin-top: 45px;
            /* top: -56px; */
        }
        
        .linear__icon i {
            font-size: 50px;
            color: #5c00ce;
        }
        
        @-webkit-keyframes mymove {
            0% {
                bottom: 0;
            }
            100% {
                bottom: -10px;
            }
        }
        
        @keyframes mymove {
            0% {
                bottom: 0;
            }
            100% {
                bottom: -10px;
            }
        }
        
        @media only screen and (max-width: 1399px) {
            .linear__icon {
                width: 83%;
                margin-top: 85px;
                /* top: -56px; */
            }
        }
        /*---------------------
  Events
-----------------------*/
        
        .event {
            padding-bottom: 60px;
        }
        
        .event .section-title {
            margin-bottom: 10px;
            position: relative;
        }
        
        .event .section-title:after {
            position: absolute;
            right: 46px;
            top: 28px;
            height: 1px;
            width: 648px;
            background: rgb(0 0 0 / 11%);
            content: "";
            z-index: -1;
        }
        
        .event__slider .col-lg-4 {
            max-width: 100%;
        }
        
        .event__slider.owl-carousel .owl-stage-outer {
            padding-top: 70px;
            padding-bottom: 40px;
        }
        
        .event__slider.owl-carousel .owl-nav {
            position: absolute;
            right: 15px;
            top: -50px;
        }
        
        .event__slider.owl-carousel .owl-nav button {
            font-size: 22px;
            color: #111111;
            opacity: 0.5;
            margin-right: 10px;
        }
        
        .event__slider.owl-carousel .owl-nav button:last-child {
            margin-right: 0;
        }
        
        .event__item {
            -webkit-box-shadow: 0px 3px 15px rgba(22, 41, 124, 0.1);
            box-shadow: 0px 3px 15px rgba(22, 41, 124, 0.1);
        }
        
        .event__item__pic {
            height: 360px;
            position: relative;
        }
        
        .event__item__pic .tag-date {
            position: absolute;
            left: 0;
            bottom: -21px;
            width: 100%;
            text-align: center;
        }
        
        .event__item__pic .tag-date span {
            font-size: 15px;
            color: #ffffff;
            display: inline-block;
            background: #5c00ce;
            padding: 12px 8px 9px 20px;
        }
        
        .event__item__text {
            text-align: center;
            padding: 45px 10px 25px;
        }
        
        .event__item__text h4 {
            font-size: 26px;
            font-weight: 700;
            color: #111111;
            margin-bottom: 10px;
        }
        
        .event__item__text p {
            color: #888888;
            margin-bottom: 0;
        }
        
        .event__item__text p i {
            color: #5c00ce;
            margin-right: 8px;
            font-size: 17px;
        }
        /*---------------------
  Track
-----------------------*/
        
        .track {
            padding-top: 120px;
            padding-bottom: 40px;
            overflow: hidden;
        }
        
        .track .section-title {
            margin-bottom: 105px;
        }
        
        .track__content {
            height: 502px;
            overflow-y: auto;
        }
        
        .track__all {
            text-align: right;
            margin-bottom: 100px;
        }
        
        .jp-play {
            position: relative;
            height: 50px;
            width: 50px;
            background: transparent;
            border: 2px solid #e1e1e1;
            border-radius: 50%;
        }
        
        .jp-play:after {
            position: absolute;
            display: block;
            left: 17px;
            top: 12px;
            width: 16px;
            height: 20px;
            background: url(../img/play-default.png);
            content: "";
        }
        
        .jp-state-playing .jp-play {
            background: #5c00ce !important;
            border-color: #5c00ce !important;
        }
        
        .jp-state-playing .jp-play:after {
            background: url(../img/pause.png) !important;
            left: 15px;
            top: 12px;
        }
        
        .jp-audio .jp-play:focus {
            background: #5c00ce !important;
            border-color: #5c00ce !important;
        }
        
        .jp-audio .jp-play:focus:after {
            background: url(../img/play.png);
        }
        
        .jp-seek-bar>div {
            height: 5px;
            background: #e1e1e1;
            cursor: pointer;
            width: 245px;
        }
        
        .player_bars {
            width: 350px;
            display: table;
            padding-left: 50px;
            position: relative;
            padding-top: 25px;
            float: left;
            margin-right: 30px;
        }
        
        .jp-play-bar {
            position: relative;
            height: 100%;
            background: #5c00ce;
            overflow: visible !important;
        }
        
        .jp-current-time {
            font-size: 15px;
            color: #111111;
            position: absolute;
            left: -50px;
            top: -9px;
        }
        
        .jp-duration {
            font-size: 15px;
            color: #111111;
            position: absolute;
            right: 0;
            top: 16px;
        }
        
        .player_controls_box {
            width: 50px;
            float: left;
            margin-right: 20px;
        }
        
        .jp-mute {
            font-size: 18px;
            border: none;
            background: none;
            color: #111111;
            position: absolute;
            left: 0;
            top: 13px;
        }
        
        .jp-volume-bar {
            height: 5px;
            width: 70px;
            background: #e1e1e1;
            cursor: pointer;
        }
        
        .jp-volume-bar-value {
            background: #5c00ce;
            height: 100%;
        }
        
        .jp-volume-controls {
            position: relative;
            width: 95px;
            float: left;
            padding-left: 30px;
            padding-top: 25px;
        }
        
        .single_player_container {
            overflow: hidden;
            margin-bottom: 40px;
        }
        
        .single_player_container:last-child {
            margin-bottom: 0;
        }
        
        .single_player_container h4 {
            font-size: 26px;
            color: #111111;
            font-weight: 700;
            margin-bottom: 20px;
            text-transform: uppercase;
        }
        
        .track__pic {
            position: relative;
            z-index: 1;
        }
        
        .track__pic:after {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: #f5f5f5;
            content: "";
            z-index: -1;
        }
        
        .track__pic img {
            position: relative;
            top: -50px;
            width: calc(100% - 40px);
            margin-left: 40px;
            height: 502px;
        }
        /*---------------------
  Youtube
-----------------------*/
        
        .youtube {
            padding-bottom: 50px;
        }
        
        .youtube .section-title {
            text-align: center;
        }
        
        .youtube .section-title h1 {
            font-size: 90px;
        }
        
        .youtube__item {
            -webkit-transition: all, 0.3s;
            -o-transition: all, 0.3s;
            transition: all, 0.3s;
            margin-bottom: 30px;
        }
        
        .youtube__item:hover {
            -webkit-box-shadow: 0px 3px 30px rgba(22, 41, 124, 0.1);
            box-shadow: 0px 3px 30px rgba(22, 41, 124, 0.1);
        }
        
        .youtube__item__pic {
            height: 240px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        .youtube__item__pic .play-btn {
            font-size: 16px;
            color: #5c00ce;
            height: 60px;
            width: 60px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.3);
            display: inline-block;
            line-height: 60px;
            text-align: center;
            position: relative;
            z-index: 1;
        }
        
        .youtube__item__pic .play-btn i {
            position: relative;
            top: 2px;
            left: 2px;
        }
        
        .youtube__item__pic .play-btn:after {
            position: absolute;
            left: 10px;
            top: 10px;
            height: 40px;
            width: 40px;
            background: #ffffff;
            border-radius: 50%;
            content: "";
            z-index: -1;
        }
        
        .youtube__item__text {
            padding: 25px 30px 20px 20px;
            background: #ffffff;
        }
        
        .youtube__item__text h4 {
            font-size: 26px;
            color: #111111;
            line-height: 34px;
            font-weight: 700;
        }
        /*---------------------
  Countdown
-----------------------*/
        
        .countdown {
            /* padding-bottom: 630px; */
            /* padding-bottom: 550px; */
            padding-bottom: 400px;
        }
        
        .countdown.countdown--page {
            padding-top: 150px;
            padding-bottom: 150px;
        }
        
        .countdown__text {
            text-align: center;
            margin-bottom: 36px;
        }
        
        .countdown__text h1 {
            font-size: 90px;
            color: #ffffff;
            font-family: "Rockville Solid Regular";
            color: #ffffff;
            margin-bottom: 25px;
        }
        
        .countdown__text h4 {
            font-size: 26px;
            font-family: "FC Minimal";
            color: #ffffff;
            text-transform: uppercase;
            letter-spacing: 4px;
        }
        
        .countdown__timer {
            text-align: center;
            margin-bottom: 30px;
        }
        
        .countdown__item {
            display: inline-block;
            margin-right: 80px;
            margin-bottom: 30px;
        }
        
        .countdown__item:last-child {
            margin-right: 0;
        }
        
        .countdown__item span {
            font-size: 90px;
            font-family: "Rajdhani", sans-serif;
            font-weight: 700;
            color: #ffffff;
            display: block;
            line-height: 100px;
        }
        
        .countdown__item p {
            color: #ffffff;
            letter-spacing: 4px;
            text-transform: uppercase;
            margin-bottom: 0;
        }
        
        .buy__tickets {
            text-align: center;
        }
        
        @media only screen and (max-width: 1199px) {
            .countdown {
                padding-bottom: 393px;
            }
        }
        /*---------------------
  Discography
-----------------------*/
        
        .discography {
            padding-bottom: 40px;
            padding-top: 120px;
            overflow: hidden;
        }
        
        .discography .section-title {
            margin-bottom: 90px;
        }
        
        .discography__item {
            margin-bottom: 45px;
            -webkit-box-shadow: 0px 5px 10px rgba(22, 41, 124, 0.1);
            box-shadow: 0px 5px 10px rgba(22, 41, 124, 0.1);
        }
        
        .discography__item__pic img {
            min-width: 100%;
        }
        
        .discography__item__text {
            padding: 25px 30px 35px;
            text-align: center;
        }
        
        .discography__item__text span {
            font-size: 18px;
            color: #5c00ce;
            font-weight: 700;
        }
        
        .discography__item__text h4 {
            font-size: 22px;
            text-transform: uppercase;
            color: #111111;
            margin-top: 10px;
            margin-bottom: 25px;
        }
        
        .discography__item__text a {
            display: inline-block;
            margin-right: 10px;
        }
        
        .discography__item__text a:last-child {
            margin-right: 0;
        }
        
        .pagination__links {
            text-align: center;
            padding-top: 10px;
        }
        
        .pagination__links.blog__pagination {
            text-align: left;
        }
        
        .pagination__links a {
            display: inline-block;
            font-size: 15px;
            color: #111111;
            text-transform: uppercase;
            letter-spacing: 2px;
            background: #f2f2f2;
            -webkit-transition: all, 0.3s;
            -o-transition: all, 0.3s;
            transition: all, 0.3s;
            margin-right: 6px;
            margin-bottom: 5px;
            padding: 14px 22px 12px;
        }
        
        .pagination__links a:last-child {
            margin-right: 0;
        }
        
        .pagination__links a:hover {
            background: #290849;
            color: #ffffff;
        }
        /*---------------------
  Footer
-----------------------*/
        /* .footer {
                padding-top: 300px;
                padding-bottom: 60px;
                margin-top: -547px;
                height: 549px;
            } */
        /* .footer {
                padding-top: 80px;
                padding-bottom: 60px;
                margin-top: -400px;
                height: 402px;
            } */
        
        .footer {
            padding-top: 70px;
            padding-bottom: 60px;
            margin-top: -400px;
            height: 445px;
        }
        
        .tex-sub-footer {
            color: #6ec1e4;
            line-height: 20px;
            font-weight: 400;
        }
        
        .tex-sub-footer:hover {
            color: #ed8532;
        }
        
        .footer.footer--normal {
            margin-top: 0;
        }
        
        .footer__address {
            margin-bottom: 50px;
        }
        
        .footer__address ul li {
            list-style: none;
            padding-left: 0px;
            position: relative;
            margin-bottom: 30px;
        }
        
        .footer__address ul li:last-child {
            margin-bottom: 0;
        }
        
        .footer__address ul li i {
            font-size: 18px;
            color: #5c00ce;
            height: 50px;
            width: 50px;
            background: #ffffff;
            border-radius: 50%;
            line-height: 50px;
            text-align: center;
            position: absolute;
            left: 0;
            top: 0;
        }
        
        .footer__address ul li p {
            color: #ffffff;
            /* opacity: 0.7; */
            margin-bottom: 8px;
        }
        
        .footer__address ul li h6 {
            font-size: 15px;
            font-weight: 700;
            color: #ffffff;
            line-height: 28px;
        }
        
        .box-logo-footer {
            margin-bottom: 10px;
        }
        
        .box-logo-footer-cisco {
            max-width: 120px;
        }
        
        .footer__social {
            text-align: center;
            position: relative;
            margin-bottom: 50px;
        }
        
        .footer__social::before {
            position: absolute;
            left: -46px;
            top: 3px;
            width: 1px;
            height: 130px;
            /* background: rgba(255, 255, 255, 0.2); */
            background: rgb(255 255 255 / 0%);
            content: "";
        }
        
        .footer__social::after {
            position: absolute;
            right: -50px;
            top: 3px;
            width: 1px;
            height: 130px;
            /* background: rgba(255, 255, 255, 0.2); */
            background: rgb(255 255 255 / 0%);
            content: "";
        }
        
        .footer__social h2 {
            color: #ffffff;
            font-weight: 700;
            margin-bottom: 25px;
            padding-top: 60px;
        }
        
        .footer__social .footer__social__links a {
            font-size: 18px;
            color: #02c3f0;
            height: 50px;
            width: 50px;
            background: #ffffff;
            border-radius: 50%;
            line-height: 50px;
            text-align: center;
            display: inline-block;
            margin-right: 10px;
        }
        
        .footer__social .footer__social__links a:hover {
            color: #ffffff;
            background: #02c3f0;
        }
        
        .footer__social .footer__social__links a:last-child {
            margin-right: 0;
        }
        
        .footer__newslatter {
            margin-bottom: 50px;
        }
        
        .footer__newslatter h4 {
            font-size: 26px;
            color: #ffffff;
            font-weight: 700;
            margin-bottom: 30px;
            padding-top: 60px;
        }
        
        .footer__newslatter form {
            position: relative;
        }
        
        .footer__newslatter form input {
            height: 50px;
            font-size: 15px;
            color: #ffffff;
            width: 100%;
            background: transparent;
            border: 1px solid rgba(255, 255, 255, 0.2);
            padding-left: 20px;
        }
        
        .footer__newslatter form input::-webkit-input-placeholder {
            color: #ffffff;
        }
        
        .footer__newslatter form input::-moz-placeholder {
            color: #ffffff;
        }
        
        .footer__newslatter form input:-ms-input-placeholder {
            color: #ffffff;
        }
        
        .footer__newslatter form input::-ms-input-placeholder {
            color: #ffffff;
        }
        
        .footer__newslatter form input::placeholder {
            color: #ffffff;
        }
        
        .footer__newslatter form button {
            font-size: 18px;
            color: #ec8432;
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            padding: 0 16px;
            background: #ffffff;
            border: none;
        }
        
        .footer__newslatter form button:hover {
            color: #ffffff;
            background: #ec8432;
        }
        
        .footer__copyright__text {
            text-align: center;
        }
        
        .footer__copyright__text p {
            color: #fff;
            font-weight: 400;
            font-size: 15px;
        }
        
        .footer__copyright__text a {
            color: #fff;
            /* text-decoration: underline; */
        }
        
        .footer__copyright__text a:hover {
            color: #ed8532;
        }
        
        .footer__copyright__text i {
            color: #c11;
        }
        
        .footer.footer2 {
            padding-bottom: 0px;
            margin-top: 0px;
        }
        
        @media only screen and (max-width: 1199px) {
            .footer {
                padding-top: 61px;
                padding-bottom: 60px;
                margin-top: -393px;
                height: 455px;
            }
            .footer.footer2 {
                margin-top: 0px;
                padding-bottom: 0px;
            }
        }
        
        @media only screen and (max-width: 991px) {
            .footer__newslatter h4 {
                font-size: 26px;
                color: #ffffff;
                font-weight: 700;
                margin-bottom: 30px;
                padding-top: 0px;
            }
            .footer {
                padding-bottom: 10px;
            }
            .footer.footer2 {
                padding-top: 61px;
                padding-bottom: 0px;
            }
        }
        
        @media only screen and (max-width: 767px) {
            .footer__social h2 {
                padding-top: 0px;
            }
            .footer.footer2 {
                padding-bottom: 0px;
            }
        }
        /*---------------------
  Breadcrumb
-----------------------*/
        
        .breadcrumb-option {
            padding-top: 35px;
        }
        
        .breadcrumb__links a {
            font-size: 15px;
            color: #111111;
            margin-right: 18px;
            display: inline-block;
            position: relative;
        }
        
        .breadcrumb__links a:after {
            position: absolute;
            right: -14px;
            top: 0;
            content: "|";
            color: #888888;
        }
        
        .breadcrumb__links a i {
            margin-right: 5px;
        }
        
        .breadcrumb__links span {
            font-size: 15px;
            color: #888888;
            display: inline-block;
        }
        /*---------------------
  About
-----------------------*/
        
        .about {
            padding-top: 0;
        }
        
        .about.about--page {
            padding-top: 80px;
            padding-bottom: 80px;
        }
        
        .about.about--page .section-title {
            margin-bottom: 28px;
        }
        
        .about.about--page .section-title h2 {
            line-height: 55px;
        }
        
        .about.about--page .about__text {
            padding-top: 15px;
        }
        
        .about.about--page .about__text p {
            color: #111111;
        }
        
        .about__text {
            /* padding-top: 110px; */
            padding-top: 75px;
        }
        
        .about__text p {
            margin-bottom: 35px;
        }
        /*---------------------
  Skills
-----------------------*/
        
        .skills {
            padding-bottom: 0;
            padding-top: 80px;
        }
        
        .skills__content {
            background: #23418f;
            height: 500px;
            padding: 100px 70px 60px;
        }
        
        .skills__content .section-title h2 {
            color: #ffffff;
        }
        
        .skills__content .section-title h1 {
            color: #ffffff;
            opacity: 0.1;
            text-align: center;
        }
        
        .skills__content p {
            color: #ffffff;
            margin-bottom: 32px;
        }
        
        .skill__bar__item {
            margin-bottom: 20px;
        }
        
        .skill__bar__item p {
            font-size: 15px;
            font-weight: 500;
            color: #ffffff;
            margin-bottom: 10px;
        }
        
        .skill__bar__item .barfiller {
            width: 100%;
            height: 5px;
            background: rgba(255, 255, 255, 0.2);
            border: none;
            margin-bottom: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        
        .skill__bar__item .barfiller .tip {
            margin-top: -32px;
            padding: 0;
            font-size: 15px;
            color: #fff;
            background: transparent;
        }
        
        .skill__bar__item .barfiller .tip:after {
            display: none;
        }
        
        .skills__video {
            height: 500px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        .skills__video .play-btn {
            font-size: 26px;
            color: #5c00ce;
            height: 90px;
            width: 90px;
            border-radius: 50%;
            background: rgba(117, 31, 221, 0.3);
            display: inline-block;
            line-height: 90px;
            text-align: center;
            position: relative;
            z-index: 1;
        }
        
        .skills__video .play-btn i {
            position: relative;
            top: 2px;
            left: 2px;
        }
        
        .skills__video .play-btn:after {
            position: absolute;
            left: 15px;
            top: 15px;
            height: 60px;
            width: 60px;
            background: #ffffff;
            border-radius: 50%;
            content: "";
            z-index: -1;
        }
        /*---------------------
  About Pic
-----------------------*/
        
        .about-pic {
            overflow: hidden;
        }
        
        .about-pic .container-fluid {
            padding-right: 0;
        }
        
        .about-pic img {
            min-width: 100%;
            margin-bottom: 10px;
            padding-right: 10px;
        }
        /*---------------------
  About Services
-----------------------*/
        
        .about-services {
            padding-bottom: 50px;
        }
        /* .about-services .section-title {
                    margin-bottom: 60px;
                } */
        
        .about__services__item {
            -webkit-transition: all, 0.3s;
            -o-transition: all, 0.3s;
            transition: all, 0.3s;
        }
        
        .about__services__item:hover {
            -webkit-box-shadow: 0px 3px 30px rgba(22, 41, 124, 0.1);
            box-shadow: 0px 3px 30px rgba(22, 41, 124, 0.1);
        }
        
        .about__services__item__pic {
            height: 240px;
            position: relative;
        }
        
        .about__services__item__pic .icon {
            height: 50px;
            width: 50px;
            background: #5c00ce;
            border-radius: 50%;
            line-height: 50px;
            text-align: center;
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            bottom: -25px;
        }
        
        .about__services__item__text {
            text-align: center;
            padding: 50px 10px 30px;
        }
        
        .about__services__item__text h4 {
            font-size: 26px;
            color: #111111;
            font-weight: 700;
            margin-bottom: 12px;
        }
        
        .about__services__item__text p {
            margin-bottom: 0;
        }
        /*---------------------
  Feature
-----------------------*/
        
        .feature {
            padding-bottom: 70px;
        }
        
        .feature.feature--about .section-title span {
            color: #0071e4;
        }
        
        .feature.feature--about .feature__item {
            background: #f5f5f5;
        }
        
        .feature.feature--about .feature__item h5 {
            color: #111111;
        }
        
        .feature__text {
            padding-top: 80px;
        }
        
        .feature__text .section-title {
            margin-bottom: 20px;
        }
        
        .feature__text p {
            margin-bottom: 26px;
        }
        
        .feature__item {
            background: #0c2b4b;
            text-align: center;
            padding: 40px 10px 35px;
            margin-bottom: 30px;
        }
        
        .feature__item.right-column {
            margin-top: 120px;
        }
        
        .feature__item h5 {
            font-weight: 700;
            text-transform: uppercase;
            color: #ffffff;
            margin-top: 25px;
        }
        /*---------------------
  Services
-----------------------*/
        
        .services {
            overflow: hidden;
        }
        
        .services__left {
            height: 640px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        .services__left .play-btn {
            font-size: 26px;
            color: #ffffff;
            height: 90px;
            width: 90px;
            border-radius: 50%;
            background: -webkit-gradient(linear, left top, right top, from(rgba(127, 0, 173, 0.3)), to(rgba(93, 0, 206, 0.3)));
            background: -o-linear-gradient(left, rgba(127, 0, 173, 0.3), rgba(93, 0, 206, 0.3));
            background: linear-gradient(to right, #ed8d46e3, rgb(237 141 70 / 71%));
            display: inline-block;
            line-height: 90px;
            text-align: center;
            position: relative;
            z-index: 1;
        }
        
        .services__left .play-btn i {
            position: relative;
            top: 2px;
            left: 2px;
            color: #ed8d46;
        }
        
        .services__left .play-btn:after {
            position: absolute;
            left: 15px;
            top: 15px;
            height: 60px;
            width: 60px;
            background: -webkit-gradient(linear, left top, right top, from(#7E00AD), to(#5C00CE));
            background: -o-linear-gradient(left, #30aeae, #2dcac8);
            /* background: linear-gradient(to right, #7E00AD, #5C00CE); */
            background: linear-gradient(to right, #ffffff, #ffffff)!important;
            border-radius: 50%;
            content: "";
            z-index: -1;
        }
        /*  */
        /*  */
        
        .services__list {
            margin: 0;
        }
        
        .service__item {
            background: #30A8A8;
            height: 320px;
            padding: 70px 40px 40px 70px;
        }
        
        .service__item.deep-bg01 {
            background: #ed8531;
            ;
        }
        
        .service__item.deep-bg02 {
            background: rgb(255 151 68);
        }
        
        .service__item.deep-bg03 {
            background: #fdb77e;
        }
        
        .service__item.deep-bg04 {
            background: rgb(251 173 105);
        }
        /*             
            .service__item.deep-bg01:hover {
                background-image: linear-gradient(rgb(0 182 12) 0%, #4caf50 46%, #43a047 100%);
            }
            
            .service__item.deep-bg02:hover {
                background-image: linear-gradient(rgb(0 182 12) 0%, #4caf50 46%, #43a047 100%);
            }
            
            .service__item.deep-bg03:hover {
                background-image: linear-gradient(to bottom, #009688 0%, #36ab9d 46%, #01c2a7 100%);
            }
            
            .service__item.deep-bg04:hover {
                background-image: linear-gradient(to bottom, #009688 0%, #36ab9d 46%, #01c2a7 100%);
            } */
        
        .service__item h4 {
            font-size: 26px;
            color: #ffffff;
            font-weight: 700;
            margin-top: 25px;
            margin-bottom: 10px;
        }
        
        .service__item p {
            color: #ffffff;
            margin-bottom: 0;
        }
        /*---------------------
  Tours
-----------------------*/
        
        .tours {
            padding-top: 150px;
            padding-bottom: 60px;
        }
        
        .tours__item__text {
            padding-right: 30px;
            margin-bottom: 100px;
        }
        
        .tours__item__text.tours__item__text--right {
            padding-left: 30px;
            padding-right: 0;
        }
        
        .tours__item__text h2 {
            font-size: 42px;
            color: #111111;
            text-transform: uppercase;
            margin-bottom: 24px;
        }
        
        .tours__item__text .tours__text__widget {
            overflow: hidden;
            border-bottom: 2px solid #f2f2f2;
            padding-bottom: 38px;
        }
        
        .tours__item__text .tours__text__widget ul {
            float: left;
        }
        
        .tours__item__text .tours__text__widget ul li {
            list-style: none;
            font-size: 15px;
            color: #111111;
            padding-left: 35px;
            position: relative;
            margin-bottom: 10px;
        }
        
        .tours__item__text .tours__text__widget ul li:last-child {
            margin-bottom: 0;
        }
        
        .tours__item__text .tours__text__widget ul li i {
            color: #5c00ce;
            position: absolute;
            left: 0;
            top: 3px;
        }
        
        .tours__item__text .tours__text__widget ul li span {
            display: inline-block;
            padding-right: 8px;
            position: relative;
            margin-right: 5px;
        }
        
        .tours__item__text .tours__text__widget ul li span:last-child {
            padding-right: 0;
            margin-right: 0;
        }
        
        .tours__item__text .tours__text__widget ul li span:last-child:after {
            display: none;
        }
        
        .tours__item__text .tours__text__widget ul li span:after {
            position: absolute;
            right: 0;
            top: 0;
            content: "|";
        }
        
        .tours__item__text .tours__text__widget .price {
            font-size: 18px;
            color: #ffffff;
            font-weight: 700;
            display: inline-block;
            padding: 14px 25px 12px 30px;
            background: #5c00ce;
            float: right;
        }
        
        .tours__item__text .tours__text__desc {
            padding-top: 40px;
            margin-bottom: 65px;
        }
        
        .tours__item__text .tours__text__desc p {
            color: #111111;
            margin-bottom: 20px;
        }
        
        .tours__item__text .tours__text__desc p:last-child {
            margin-bottom: 0;
        }
        
        .tours__item__pic {
            position: relative;
            z-index: 1;
            padding-right: 50px;
            margin-bottom: 110px;
            padding-left: 30px;
        }
        
        .tours__item__pic.tours__item__pic--left {
            padding-left: 50px;
            padding-right: 0;
        }
        
        .tours__item__pic.tours__item__pic--left:after {
            left: 0;
        }
        
        .tours__item__pic.tours__item__pic--last {
            margin-bottom: 0;
        }
        
        .tours__item__pic:after {
            position: absolute;
            left: 50px;
            top: -50px;
            width: calc(100% - 50px);
            height: 100%;
            border: 20px solid rgba(9, 53, 247, 0.1);
            content: "";
            z-index: -1;
        }
        
        .tours__item__pic img {
            min-width: 100%;
        }
        /*---------------------
  Videos
-----------------------*/
        
        .videos {
            padding-bottom: 90px;
        }
        
        .videos .section-title {
            margin-bottom: 70px;
        }
        
        .videos__large__item {
            height: 585px;
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 30px;
        }
        
        .videos__large__item .play-btn {
            height: 50px;
            width: 50px;
            background: #5c00ce;
            border-radius: 50%;
            font-size: 18px;
            line-height: 50px;
            text-align: center;
            display: inline-block;
            color: #ffffff;
        }
        
        .videos__large__item__text {
            background: rgba(7, 14, 38, 0.7);
            padding: 25px 30px 25px;
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
        }
        
        .videos__large__item__text h4 {
            color: #ffffff;
            font-weight: 700;
        }
        
        .videos__large__item__text ul li {
            font-size: 13px;
            list-style: none;
            display: inline-block;
            margin-right: 18px;
            color: #ffffff;
            position: relative;
        }
        
        .videos__large__item__text ul li:after {
            position: absolute;
            right: -12px;
            top: 2px;
            height: 17px;
            width: 1px;
            background: #ffffff;
            content: "";
        }
        
        .videos__large__item__text ul li:last-child {
            margin-right: 0;
        }
        
        .videos__large__item__text ul li:last-child:after {
            display: none;
        }
        
        .videos__item__pic {
            height: 180px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        .videos__item__pic .play-btn {
            height: 40px;
            width: 40px;
            background: #5c00ce;
            border-radius: 50%;
            font-size: 16px;
            line-height: 40px;
            text-align: center;
            display: inline-block;
            color: #ffffff;
        }
        
        .videos__item__text {
            padding-top: 20px;
        }
        
        .videos__item__text h5 {
            color: #111111;
            font-weight: 700;
            line-height: 26px;
            margin-bottom: 5px;
        }
        
        .videos__item__text ul li {
            font-size: 13px;
            list-style: none;
            display: inline-block;
            margin-right: 18px;
            color: #5c00ce;
            position: relative;
        }
        
        .videos__item__text ul li:after {
            position: absolute;
            right: -12px;
            top: 2px;
            height: 17px;
            width: 1px;
            background: #888888;
            content: "";
        }
        
        .videos__item__text ul li:last-child {
            margin-right: 0;
            color: #888888;
        }
        
        .videos__item__text ul li:last-child:after {
            display: none;
        }
        
        .videos__slider .col-lg-3 {
            max-width: 100%;
        }
        
        .videos__slider.owl-carousel .owl-nav button {
            font-size: 18px;
            color: #888888;
            height: 50px;
            width: 25px;
            background: #ffffff;
            line-height: 50px;
            position: absolute;
            left: 15px;
            top: 22%;
        }
        
        .videos__slider.owl-carousel .owl-nav button.owl-next {
            left: auto;
            right: 15px;
        }
        /*---------------------
    Blog
-----------------------*/
        
        .blog {
            padding-bottom: 60px;
        }
        
        .blog .section-title {
            margin-bottom: 80px;
        }
        
        .blog__large {
            margin-bottom: 45px;
            -webkit-box-shadow: 0px 3px 10px rgba(22, 41, 124, 0.1);
            box-shadow: 0px 3px 10px rgba(22, 41, 124, 0.1);
            margin-bottom: 50px;
        }
        
        .blog__large__pic {
            height: 370px;
            position: relative;
        }
        
        .blog__large__pic a {
            font-size: 16px;
            height: 40px;
            width: 40px;
            background: rgba(245, 245, 245, 0.3);
            border-radius: 50%;
            color: #ffffff;
            line-height: 40px;
            text-align: center;
            display: inline-block;
            position: absolute;
            right: 12px;
            bottom: 12px;
        }
        
        .blog__large__text {
            background: #ffffff;
            text-align: center;
            padding: 30px 40px 0;
        }
        
        .blog__large__text span {
            font-size: 13px;
            text-transform: uppercase;
            color: #5c00ce;
        }
        
        .blog__large__text h4 {
            color: #111111;
            font-weight: 700;
            line-height: 31px;
            margin-top: 5px;
            margin-bottom: 15px;
        }
        
        .blog__large__text p {
            margin-bottom: 40px;
        }
        
        .blog__large__widget {
            border-top: 1px solid #f2f2f2;
            padding: 15px 0 20px;
            text-align: left;
            margin: 0 30px;
        }
        
        .blog__large__widget .right__widget {
            text-align: right;
        }
        
        .blog__large__widget ul li {
            font-size: 13px;
            color: #888888;
            display: inline-block;
            list-style: none;
            margin-right: 20px;
            position: relative;
        }
        
        .blog__large__widget ul li span {
            color: #111111;
        }
        
        .blog__large__widget ul li:after {
            position: absolute;
            right: -14px;
            top: -2px;
            content: "|";
        }
        
        .blog__large__widget ul li:last-child {
            margin-right: 0;
        }
        
        .blog__large__widget ul li:last-child:after {
            display: none;
        }
        
        .blog__item {
            -webkit-box-shadow: 0px 3px 10px rgba(22, 41, 124, 0.1);
            box-shadow: 0px 3px 10px rgba(22, 41, 124, 0.1);
            margin-bottom: 50px;
        }
        
        .blog__item__pic img {
            min-width: 100%;
        }
        
        .blog__item__text {
            text-align: center;
            background: #ffffff;
            padding: 20px 20px 25px;
        }
        
        .blog__item__text span {
            font-size: 13px;
            text-transform: uppercase;
            color: #5c00ce;
        }
        
        .blog__item__text h5 {
            color: #111111;
            font-weight: 700;
            line-height: 26px;
            font-size: 20px;
            margin-top: 10px;
            margin-bottom: 12px;
        }
        
        .blog__item__text ul li {
            font-size: 13px;
            color: #888888;
            display: inline-block;
            list-style: none;
            margin-right: 20px;
            position: relative;
        }
        
        .blog__item__text ul li span {
            color: #111111;
        }
        
        .blog__item__text ul li:after {
            position: absolute;
            right: -14px;
            top: -2px;
            content: "|";
        }
        
        .blog__item__text ul li:last-child {
            margin-right: 0;
        }
        
        .blog__item__text ul li:last-child:after {
            display: none;
        }
        /*---------------------
  Blog Sidebar
-----------------------*/
        
        .blog__sidebar__item {
            text-align: center;
            margin-bottom: 65px;
        }
        
        .blog__sidebar__item:last-child {
            margin-bottom: 0;
        }
        
        .blog__sidebar__item form input {
            height: 50px;
            font-size: 15px;
            color: #444444;
            padding-left: 20px;
            border: 1px solid #e1e1e1;
            width: 100%;
            margin-bottom: 20px;
        }
        
        .blog__sidebar__item form input::-webkit-input-placeholder {
            color: #444444;
        }
        
        .blog__sidebar__item form input::-moz-placeholder {
            color: #444444;
        }
        
        .blog__sidebar__item form input:-ms-input-placeholder {
            color: #444444;
        }
        
        .blog__sidebar__item form input::-ms-input-placeholder {
            color: #444444;
        }
        
        .blog__sidebar__item form input::placeholder {
            color: #444444;
        }
        
        .blog__sidebar__title {
            text-align: center;
            margin-bottom: 35px;
        }
        
        .blog__sidebar__title h4 {
            color: #111111;
            font-weight: 700;
            position: relative;
            padding-bottom: 20px;
        }
        
        .blog__sidebar__title h4::before {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 5px;
            width: 70px;
            background: #e1e1e1;
            content: "";
            margin: 0 auto;
        }
        
        .blog__sidebar__social a {
            display: inline-block;
            font-size: 18px;
            color: #111111;
            width: 50px;
            height: 50px;
            background: #f2f2f2;
            border-radius: 50%;
            line-height: 50px;
            text-align: center;
            margin-right: 6px;
            margin-bottom: 5px;
        }
        
        .blog__sidebar__social a:last-child {
            margin-right: 6px;
        }
        
        .recent__item {
            display: block;
            overflow: hidden;
            margin-bottom: 25px;
            text-align: left;
        }
        
        .recent__item__pic {
            float: left;
            margin-right: 25px;
        }
        
        .recent__item__text {
            overflow: hidden;
        }
        
        .recent__item__text h6 {
            color: #111111;
            line-height: 21px;
            font-weight: 700;
        }
        
        .recent__item__text span {
            font-size: 13px;
            color: #888888;
        }
        /*---------------------
  Blog Details
-----------------------*/
        
        .blog-details {
            padding-bottom: 60px;
            padding-top: 70px;
        }
        
        .blog__details__item {
            margin-bottom: 32px;
        }
        
        .blog__details__item__pic {
            height: 385px;
            position: relative;
        }
        
        .blog__details__item__pic a {
            font-size: 16px;
            height: 40px;
            width: 40px;
            background: rgba(245, 245, 245, 0.3);
            border-radius: 50%;
            color: #ffffff;
            line-height: 40px;
            text-align: center;
            display: inline-block;
            position: absolute;
            right: 12px;
            bottom: 12px;
        }
        
        .blog__details__item__text {
            background: #ffffff;
            padding-top: 30px;
        }
        
        .blog__details__item__text span {
            font-size: 13px;
            text-transform: uppercase;
            color: #5c00ce;
        }
        
        .blog__details__item__text h3 {
            color: #111111;
            font-weight: 700;
            line-height: 31px;
            margin-top: 5px;
            margin-bottom: 15px;
        }
        
        .blog__details__item__text p {
            margin-bottom: 40px;
        }
        
        .blog__details__item__widget {
            border-top: 1px solid #f2f2f2;
            padding-top: 15px;
            text-align: left;
        }
        
        .blog__details__item__widget ul li {
            font-size: 13px;
            color: #888888;
            display: inline-block;
            list-style: none;
            margin-right: 20px;
            position: relative;
        }
        
        .blog__details__item__widget ul li span {
            color: #111111;
        }
        
        .blog__details__item__widget ul li:after {
            position: absolute;
            right: -14px;
            top: -2px;
            content: "|";
        }
        
        .blog__details__item__widget ul li:last-child {
            margin-right: 0;
        }
        
        .blog__details__item__widget ul li:last-child:after {
            display: none;
        }
        
        .blog__details__desc {
            margin-bottom: 54px;
        }
        
        .blog__details__desc p {
            margin-bottom: 20px;
        }
        
        .blog__details__desc p:last-child {
            margin-bottom: 0;
        }
        
        .blog__details__quote {
            border: 1px solid #e1e1e1;
            padding: 35px 40px 35px 40px;
            position: relative;
            margin-bottom: 35px;
        }
        
        .blog__details__quote p {
            font-size: 18px;
            color: #111111;
            line-height: 31px;
        }
        
        .blog__details__quote h6 {
            font-size: 15px;
            color: #888888;
            text-transform: uppercase;
        }
        
        .blog__details__quote i {
            font-size: 36px;
            color: #5c00ce;
            position: absolute;
            right: 40px;
            bottom: 35px;
        }
        
        .blog__details__tags {
            padding-top: 20px;
            margin-bottom: 60px;
        }
        
        .blog__details__tags a {
            display: inline-block;
            font-size: 15px;
            color: #444444;
            padding: 12px 20px 10px;
            background: #f5f5f5;
            margin-right: 10px;
        }
        
        .blog__details__tags a:last-child {
            margin-right: 0;
        }
        
        .blog__details__option {
            margin-bottom: 60px;
        }
        
        .blog__option__btn {
            display: block;
            overflow: hidden;
        }
        
        .blog__option__btn.blog__option__btn--next {
            text-align: right;
        }
        
        .blog__option__btn.blog__option__btn--next .option__btn__name i {
            margin-right: 0;
            margin-left: 6px;
        }
        
        .blog__option__btn.blog__option__btn--next .blog__option__btn__item {
            overflow: hidden;
        }
        
        .blog__option__btn.blog__option__btn--next .blog__option__btn__item .blog__option__btn__pic {
            float: right;
            margin-right: 0;
            margin-left: 30px;
        }
        
        .blog__option__btn .option__btn__name {
            font-size: 15px;
            color: #444444;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 25px;
        }
        
        .blog__option__btn .option__btn__name i {
            font-size: 18px;
            font-weight: 700;
            margin-right: 6px;
        }
        
        .blog__option__btn__pic {
            float: left;
            margin-right: 26px;
        }
        
        .blog__option__btn__text {
            overflow: hidden;
        }
        
        .blog__option__btn__text h6 {
            color: #111111;
            font-weight: 700;
            line-height: 21px;
        }
        
        .blog__option__btn__text span {
            color: #888888;
            font-size: 13px;
        }
        
        .blog__details__services {
            margin-bottom: 30px;
        }
        
        .blog__details__services__title,
        .blog__details__form__title {
            text-align: center;
            margin-bottom: 30px;
        }
        
        .blog__details__services__title h4,
        .blog__details__form__title h4 {
            color: #111111;
            font-weight: 700;
            position: relative;
            padding-bottom: 20px;
            font-size: 26px;
        }
        
        .blog__details__services__title h4::before,
        .blog__details__form__title h4::before {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 5px;
            width: 70px;
            background: #e1e1e1;
            content: "";
            margin: 0 auto;
        }
        
        .blog__details__services__item {
            -webkit-box-shadow: 0px 5px 15px rgba(0, 61, 85, 0.07);
            box-shadow: 0px 5px 15px rgba(0, 61, 85, 0.07);
            margin-bottom: 30px;
        }
        
        .blog__details__services__item__pic img {
            min-width: 100%;
        }
        
        .blog__details__services__item__text {
            padding: 15px 20px 10px;
        }
        
        .blog__details__services__item__text h6 a {
            font-size: 17px;
            color: #111111;
            font-weight: 700;
            line-height: 22px;
        }
        
        .blog__details__services__item__text span {
            color: #888888;
            font-size: 13px;
        }
        
        .blog__details__form form .input__list,
        .contact__form form .input__list {
            margin-right: -20px;
            overflow: hidden;
        }
        
        .blog__details__form form .input__list input,
        .contact__form form .input__list input {
            height: 50px;
            font-size: 13px;
            color: #666666;
            padding-left: 20px;
            border: 1px solid #e1e1e1;
            width: calc(33.33% - 20px);
            margin-bottom: 20px;
            margin-right: 16px;
        }
        
        .blog__details__form form .input__list input::-webkit-input-placeholder,
        .contact__form form .input__list input::-webkit-input-placeholder {
            color: #666666;
        }
        
        .blog__details__form form .input__list input::-moz-placeholder,
        .contact__form form .input__list input::-moz-placeholder {
            color: #666666;
        }
        
        .blog__details__form form .input__list input:-ms-input-placeholder,
        .contact__form form .input__list input:-ms-input-placeholder {
            color: #666666;
        }
        
        .blog__details__form form .input__list input::-ms-input-placeholder,
        .contact__form form .input__list input::-ms-input-placeholder {
            color: #666666;
        }
        
        .blog__details__form form .input__list input::placeholder,
        .contact__form form .input__list input::placeholder {
            color: #666666;
        }
        
        .blog__details__form form textarea,
        .contact__form form textarea {
            height: 120px;
            font-size: 13px;
            color: #666666;
            padding-left: 20px;
            padding-top: 12px;
            border: 1px solid #e1e1e1;
            width: 100%;
            margin-bottom: 14px;
            resize: none;
        }
        
        .blog__details__form form textarea::-webkit-input-placeholder,
        .contact__form form textarea::-webkit-input-placeholder {
            color: #666666;
        }
        
        .blog__details__form form textarea::-moz-placeholder,
        .contact__form form textarea::-moz-placeholder {
            color: #666666;
        }
        
        .blog__details__form form textarea:-ms-input-placeholder,
        .contact__form form textarea:-ms-input-placeholder {
            color: #666666;
        }
        
        .blog__details__form form textarea::-ms-input-placeholder,
        .contact__form form textarea::-ms-input-placeholder {
            color: #666666;
        }
        
        .blog__details__form form textarea::placeholder,
        .contact__form form textarea::placeholder {
            color: #666666;
        }
        /*---------------------
  Map
-----------------------*/
        
        .map {
            height: 585px;
            margin-top: 60px;
        }
        
        .map iframe {
            width: 100%;
        }
        /*---------------------
  Contact
-----------------------*/
        
        .contact {
            padding-top: 70px;
            padding-bottom: 50px;
        }
        
        .contact__address .section-title {
            margin-bottom: 10px;
        }
        
        .contact__address .section-title h2 {
            text-transform: none;
        }
        
        .contact__address p {
            margin-bottom: 34px;
        }
        
        .contact__address ul li {
            list-style: none;
            padding-left: 100px;
            position: relative;
            margin-bottom: 30px;
        }
        
        .contact__address ul li:last-child {
            margin-bottom: 0;
        }
        
        .contact__address ul li i {
            font-size: 30px;
            height: 70px;
            width: 70px;
            background: #f5f5f5;
            border-radius: 50%;
            line-height: 70px;
            text-align: center;
            color: #5c00ce;
            position: absolute;
            left: 0;
            top: -4px;
        }
        
        .contact__address ul li h5 {
            font-size: 20px;
            color: #111111;
            font-weight: 700;
            margin-bottom: 10px;
        }
        
        .contact__address ul li p {
            margin-bottom: 0;
        }
        
        .contact__address ul li span {
            font-size: 15px;
            color: #111111;
            display: inline-block;
            margin-right: 25px;
            position: relative;
        }
        
        .contact__address ul li span:after {
            position: absolute;
            right: -20px;
            top: -1px;
            content: ".";
            font-size: 39px;
            line-height: 0;
            border-radius: 50%;
        }
        
        .contact__address ul li span:last-child {
            margin-right: 0;
        }
        
        .contact__address ul li span:last-child:after {
            display: none;
        }
        
        .contact__form .section-title {
            margin-bottom: 10px;
        }
        
        .contact__form .section-title h2 {
            text-transform: none;
        }
        
        .contact__form p {
            margin-bottom: 34px;
        }
        /*--------------------------------- Responsive Media Quaries -----------------------------*/
        
        @media only screen and (min-width: 1200px) {
            .container {
                max-width: 1170px;
                /* max-width: 1300px; */
            }
        }
        
        @media only screen and (min-width: 1400px) {
            .container {
                /* max-width: 1170px; */
                max-width: 1300px;
            }
        }
        /* Medium Device = 1200px */
        
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .header__menu ul li {
                margin-right: 18px;
            }
            .header__menu {
                margin-right: 30px;
            }
            .service__item {
                padding: 40px 30px 30px 40px;
            }
            .skills__content {
                padding: 60px 40px 40px;
            }
            .discography__item__text a {
                margin-right: 0;
                text-align: center;
                margin-bottom: 10px;
            }
        }
        /* Tablet Device = 768px */
        
        @media only screen and (min-width: 768px) and (max-width: 991px) {
            .header__right__social {
                display: none;
            }
            .header__menu {
                margin-right: 0;
            }
            .header__menu ul li {
                margin-right: 15px;
            }
            .event .section-title:after {
                width: 560px;
            }
            .track__all {
                text-align: left;
                margin-bottom: 60px;
            }
            .track__content {
                margin-bottom: 120px;
            }
            .track__pic img {
                height: auto;
            }
            .footer {
                height: auto;
            }
            .about.about--page .about__text {
                padding-top: 30px;
            }
            .discography__item__text a {
                margin-right: 0;
                text-align: center;
                margin-bottom: 10px;
            }
            .blog__sidebar {
                padding-top: 50px;
            }
            .contact__address {
                margin-bottom: 40px;
            }
            .footer__social::before {
                display: none;
            }
            .footer__social::after {
                display: none;
            }
            .tours__item__pic {
                margin-bottom: 50px;
            }
            .tours__item__text {
                padding-right: 0;
            }
            .countdown {
                /* padding-bottom: 776px; */
                padding-bottom: 0;
            }
            /* .footer {
                        margin-top: -740px;
                        background-position: top 0 left 19%;
                    } */
            .footer {
                margin-top: 0;
                background-position: top 0 left 19%;
            }
        }
        /* Wide Mobile = 480px */
        
        @media only screen and (max-width: 767px) {
            .hero {
                padding-top: 190px;
                padding-bottom: 200px;
            }
            .event .section-title:after {
                display: none;
            }
            .track__all {
                text-align: left;
                margin-bottom: 60px;
            }
            .track__content {
                margin-bottom: 120px;
            }
            .track .p-0 {
                padding: 0 15px !important;
            }
            .track__pic img {
                height: auto;
            }
            .discography__item__text a {
                margin-right: 0;
                text-align: center;
                margin-bottom: 10px;
            }
            .blog__sidebar {
                padding-top: 50px;
            }
            .contact__address {
                margin-bottom: 40px;
            }
            .footer {
                height: auto;
            }
            .footer__social::before {
                display: none;
            }
            .footer__social::after {
                display: none;
            }
            .player_bars {
                width: 240px;
                margin-right: 20px;
            }
            .jp-seek-bar>div {
                width: 140px;
            }
            .countdown__item {
                margin-right: 0;
                margin-bottom: 30px;
                width: 50%;
                float: left;
            }
            .footer__social {
                text-align: left;
            }
            .skills__content {
                height: auto;
            }
            .about.about--page .about__text {
                padding-top: 30px;
            }
            .tours__item__pic {
                margin-bottom: 50px;
            }
            .blog__large__widget ul {
                text-align: center;
            }
            .blog__large__widget .right__widget {
                text-align: center;
            }
            .blog__option__btn {
                margin-bottom: 30px;
            }
            .blog__details__form form .input__list,
            .contact__form form .input__list {
                margin-right: 0;
                overflow: visible;
            }
            .blog__details__form form .input__list input,
            .contact__form form .input__list input {
                width: 100%;
                margin-right: 0;
            }
            .header__nav {
                display: none;
            }
            .header .container {
                position: relative;
            }
            .slicknav_btn {
                position: absolute;
                right: 15px;
                top: 25px;
                margin: 0;
                border-radius: 0;
                padding: 12px 15px;
                float: none;
                background: #5c00ce;
            }
            .slicknav_nav {
                position: absolute;
                left: 0;
                top: 90px;
                background: #222;
                width: 100%;
            }
            .slicknav_menu {
                background: transparent;
                padding: 0;
                display: block;
            }
            .slicknav_nav ul {
                margin: 0;
                padding: 5px 0;
            }
            .slicknav_nav .slicknav_row,
            .slicknav_nav a {
                padding: 10px 28px;
                margin: 0;
            }
            .slicknav_nav a:hover {
                border-radius: 0;
                background: #5c00ce;
                color: #ffffff;
            }
            .slicknav_nav .slicknav_row:hover {
                border-radius: 0;
                background: #5c00ce;
                color: #ffffff;
            }
            .service__item {
                height: auto;
            }
            .tours__item__text {
                padding-right: 0;
            }
            /* .countdown {
                        padding-bottom: 940px;
                    }
                    .footer {
                        margin-top: -940px;
                        background-position: top 0 left 19%;
                    } */
        }
        /* Small Device = 320px */
        
        @media only screen and (max-width: 479px) {
            .section-title h1 {
                top: -40px;
                font-size: 50px;
                line-height: 0.8;
            }
            .hero__text h1 {
                font-size: 70px;
            }
            .videos {
                padding-bottom: 0;
            }
            .countdown__text h1 {
                font-size: 50px;
            }
            .single_player_container h4 {
                font-size: 16px;
            }
            .player_bars {
                width: 150px;
                margin-right: 10px;
            }
            .player_controls_box {
                margin-right: 10px;
            }
            .jp-volume-controls {
                width: 68px;
                padding-left: 23px;
            }
            .jp-volume-bar {
                width: 42px;
            }
            .jp-seek-bar>div {
                width: 55px;
            }
            .service__item {
                height: auto;
                padding: 40px 40px 40px 40px;
            }
            .skills__content {
                height: auto;
                padding: 80px 25px 40px;
            }
            .tours__item__text .tours__text__widget ul {
                float: none;
                margin-bottom: 30px;
            }
            .tours__item__text .tours__text__widget .price {
                float: none;
            }
            .tours__item__pic {
                padding-left: 0;
            }
            .tours__item__text.tours__item__text--right {
                padding-left: 0;
            }
            .blog__large__text {
                padding: 30px 20px 0;
            }
            .blog__large__widget {
                margin: 0;
            }
            .blog__details__tags a {
                margin-bottom: 10px;
            }
            /* .countdown {
                        padding-bottom: 980px;
                    } */
            .footer {
                /* margin-top: -970px; */
                background-position: top 0 left 19%;
            }
        }
        /*--------------------------------------------------------------
# Sections banner-ir 
--------------------------------------------------------------*/
        
        .box-head {
            height: 85px;
        }
        
        .banner-ir {
            background: url(../img/banner-ir.webp);
            background-size: cover;
            background-repeat: no-repeat;
            /* height: 90vh; */
            height: 82vh;
            width: 100%;
            /* padding: 235px 0 0 0; */
            padding: 270px 0 0 0;
        }
        
        .tex-page__text2 .t1 {
            color: #ffffff;
            text-align: left;
            /* font-size: 34px; */
            font-size: 40px;
            font-weight: 500;
            text-shadow: 0 0 9px rgb(45 45 45 / 66%);
            margin-bottom: 2px;
            line-height: 1.2;
        }
        
        .tex-page__text2 .t2 {
            color: #ffffff;
            text-align: left;
            /* font-size: 34px; */
            font-size: 75px;
            font-weight: 700;
            /* text-shadow: 0 0 9px rgb(45 45 45 / 66%); */
            margin-bottom: 10px;
            line-height: 1.2;
            text-transform: uppercase;
        }
        
        .tex-page__text2 .t3 {
            color: #ffffff;
            text-align: left;
            /* font-size: 34px; */
            font-size: 20px;
            font-weight: 500;
            /* text-shadow: 0 0 9px rgb(45 45 45 / 66%); */
            margin-bottom: 0px;
            line-height: 1.2;
            margin-top: 25px;
        }
        
        @media only screen and (max-width: 1399px) {
            .banner-ir {
                height: 650px;
                padding: 180px 0 0 0;
            }
            .tex-page__text2 .t2 {
                font-size: 65px;
            }
        }
        
        @media only screen and (max-width: 1366px) {
            .banner-ir {
                height: 630px;
            }
        }
        
        @media only screen and (max-width: 1199px) {
            .banner-ir {
                /* height: 65vh; */
                width: 100%;
                height: 585px;
                padding: 135px 0 0 0;
            }
        }
        
        @media only screen and (max-width: 991px) {
            .banner-ir {
                /* height: 65vh; */
                width: 100%;
                height: 520px;
                padding: 137px 0 0 0;
            }
            .tex-page__text2 .t2 {
                font-size: 55px;
            }
        }
        
        @media only screen and (max-width: 818px) {
            .banner-ir {
                /* height: 65vh; */
                width: 100%;
                height: 520px;
                /* padding: 125px 0 0 8%; */
                padding: 125px 0 0 0;
            }
            .tex-page__text2 .t2 {
                font-size: 55px;
            }
            .tex-page__text2 .t3 {
                font-size: 17px;
            }
            .tex-page__text2 .t1 {
                font-size: 35px;
            }
        }
        
        @media only screen and (max-width: 575px) {
            .banner-ir {
                width: 100%;
                /* height: 520px; */
                padding: 125px 30px 0 30px;
            }
        }
        
        @media only screen and (max-width: 515px) {
            .banner-ir {
                background: url(../img/banner-ir3.webp);
                background-repeat: no-repeat;
                padding: 125px 27px 0 27px;
            }
        }
        
        @media only screen and (max-width: 414px) {
            .banner-ir {
                /* height: 65vh; */
                width: 100%;
                height: 485px;
                padding: 95px 20px 0 20px;
            }
        }
        
        @media only screen and (max-width: 375px) {
            .banner-ir {
                background: url(../img/banner-ir4.webp);
                background-repeat: no-repeat;
                padding: 95px 15px 0px;
            }
        }
        
        @media only screen and (max-width: 335px) {
            .banner-ir {
                padding: 95px 15px 0px;
            }
        }
        /*--------------------------------------------------------------
    #  stock-price
     --------------------------------------------------------------*/
        
        .crop-set-box {
            background-color: #EC8432;
            /* background-color: #142a73; */
            /* background-color: #54595f; */
            /* background-color: #02c3f0; */
            position: relative;
            padding: 0;
            margin: auto;
            text-align: center;
            /* bottom: 170px; */
            bottom: 95px;
            width: 100%;
            overflow: hidden;
            vertical-align: middle;
            /* top: 0; */
            border-radius: 20px;
        }
        
        .box-set-day {
            /* background-color: #313133; */
            height: 170px;
        }
        /*------------------------------------------------------------------------------------------------------------------------*/
        /* cover-stock-price-1 */
        
        .cover-stock-price-1 {
            float: left;
            margin: 25px 0 0 70px;
            padding-right: 0;
            display: block;
            padding-bottom: 5px;
            /* vertical-align: middle; */
        }
        
        .cover-stock-price-1 .cover-stock-price-symbol {
            /* margin-bottom: 35px;
margin-top: 20px; */
            margin: 29px auto 0px;
        }
        
        .cover-stock-price-1 .cover-stock-price-symbol .stock-price-symbol-1 {
            float: left;
        }
        
        .cover-stock-price-1 .cover-stock-price-symbol .stock-price-symbol-1 p.t1 {
            font-size: 16px;
            font-weight: 500;
            color: #DAB85F;
            margin-bottom: -2px;
            line-height: 1;
        }
        
        .cover-stock-price-1 .cover-stock-price-symbol .stock-price-symbol-1 p.t2 {
            font-size: 40px;
            font-weight: 500;
            color: #ffffff;
            margin-bottom: 0px;
            text-align: left;
        }
        
        .cover-stock-price-1 .cover-stock-price-symbol .stock-price-symbol-2 {
            padding-left: 97px;
        }
        
        .cover-stock-price-1 .cover-stock-price-symbol .stock-price-symbol-2 p.t1 {
            font-size: 16px;
            font-weight: 500;
            color: #DAB85F;
            margin-bottom: -2px;
            line-height: 1;
        }
        
        .cover-stock-price-1 .cover-stock-price-symbol .stock-price-symbol-2 p.t2 {
            font-size: 33px;
            font-weight: 600;
            color: #ffffff;
            margin-bottom: 0px;
        }
        
        .cover-stock-price-1 .cover-stock-price-symbol .text-stock-price-sector {
            font-size: 16px;
            font-weight: 500;
            color: #ffffff;
            line-height: 0;
            margin: revert;
        }
        
        .cover-stock-price-1 .cover-stock-price-symbol .text-stock-price-sector span {
            color: #DAB85F;
            font-weight: 500;
        }
        
        .date .t1 {
            color: #fff;
            vertical-align: middle;
            font-size: 15px;
        }
        
        .date img {
            padding-right: 10px;
        }
        /* cover-stock-price-2 */
        
        .cover-stock-price-2 {
            float: left;
            margin: auto 0 auto 0;
            display: flex;
        }
        
        .cover-stock-price-2 .left {
            display: flex;
        }
        
        .cover-stock-price-2 .right {
            display: flex;
        }
        
        .cover-stock-price-2 .price {
            /* margin-right: 48px; */
            margin-right: 74px;
        }
        
        .cover-stock-price-2 .price .t1 {
            font-size: 20px;
            font-weight: 300;
            color: #ffffff;
            line-height: 1;
            vertical-align: middle;
        }
        
        .cover-stock-price-2 .price .t2 {
            font-size: 40px;
            font-weight: 500;
            color: #ffffff;
            line-height: 1;
            vertical-align: baseline;
            text-align: left;
        }
        /* cover-stock-price-3 */
        
        .cover-stock-price-3 {
            margin: 0px 0 auto 0;
            display: block;
            vertical-align: middle;
        }
        
        .cover-stock-price-3 a {
            font-size: 15px;
            font-weight: 500;
            color: #2d2d2d;
            display: block;
            background-color: #ffffff;
            /* padding: 15px 30px; */
            padding: 11px 30px;
            transition: all .3s;
            border-radius: 7px;
        }
        
        .cover-stock-price-3 a:hover {
            background-color: #54595f;
            color: #fff;
        }
        
        .cover-stock-price-3 a span {
            position: relative;
            top: 0px;
        }
        
        .cover-stock-price-3 img {
            margin-right: 10px;
        }
        /* date */
        
        .section-stock-price .date {
            margin: -47px 0 0px 0;
            padding-bottom: 30px;
        }
        
        .section-stock-price .date img {
            float: left;
        }
        
        .section-stock-price .date p.t1 {
            font-size: 16px;
            font-weight: 400;
            color: #ffffff;
            line-height: 1;
            padding-top: 2px;
            padding-left: 25px;
        }
        
        .section-stock-price .date p.t1 span {
            color: #ffffff;
        }
        
        .date {
            padding-top: 20px;
        }
        
        .box-crop-btn-set {
            /* padding-top: 50px; */
            padding-top: 42px;
        }
        
        .tex-w1 {
            font-weight: 100;
        }
        
        .tex-w2 {
            font-weight: 200;
        }
        
        .tex-w3 {
            font-weight: 300;
        }
        
        .tex-w4 {
            font-weight: 400;
        }
        
        .tex-w5 {
            font-weight: 500;
        }
        
        .tex2 {
            font-size: 18px;
            font-weight: 400;
        }
        
        .box-set-icon {
            padding-right: 5px;
        }
        
        .price br {
            display: none;
        }
        /* .cover-stock-price-3.crop02 {
display: none;
} */
        
        @media screen and (max-width: 1399px) {
            .cover-stock-price-2 .price {
                margin-right: 50px;
            }
        }
        
        @media screen and (max-width: 1366px) {
            .cover-stock-price-3 {
                margin: 0 0 auto 0;
                display: block;
            }
            .cover-stock-price-1 {
                margin: 25px 0 0 45px;
            }
            .crop-set-box {
                width: 90%;
            }
            .cover-stock-price-2 .price {
                margin-right: 65px;
            }
            .cover-stock-price-2 .price {
                margin-right: 60px;
            }
        }
        
        @media screen and (max-width: 1300px) {
            .cover-stock-price-2 .price {
                margin-right: 55px;
            }
        }
        
        @media screen and (max-width: 1250px) {
            .cover-stock-price-2 .price {
                margin-right: 45px;
            }
            .cover-stock-price-1 {
                margin: 25px 0 0 35px;
            }
        }
        
        @media screen and (max-width: 1199px) {
            .cover-stock-price-2 .price .t1 {
                font-size: 15px;
            }
            .cover-stock-price-2 .price {
                margin-right: 35px;
            }
            .cover-stock-price-2 .price .t2 {
                font-size: 25px;
            }
            .cover-stock-price-1 {
                float: left;
                margin: 25px 0 0 15px;
                padding-right: 0;
                display: block;
                padding-bottom: 5px;
                /* vertical-align: middle; */
            }
            .cover-stock-price-1 .cover-stock-price-symbol .stock-price-symbol-1 p.t2 {
                font-size: 35px;
            }
            .cover-stock-price-2 .price .t2 {
                font-size: 35px;
            }
            .date .t1 {
                font-size: 13px;
                text-align: left;
            }
            .cover-stock-price-2 .price {
                margin-right: 45px;
            }
        }
        
        @media screen and (max-width: 1055px) {
            .cover-stock-price-2 .price {
                margin-right: 35px;
            }
        }
        
        @media screen and (max-width: 991px) {
            .cover-stock-price-1 .cover-stock-price-symbol .stock-price-symbol-1 p.t2 {
                font-size: 25px;
            }
            .cover-stock-price-1 {
                float: left;
                margin: 12px 0 0 30px;
                padding-right: 0;
                display: block;
                padding-bottom: 5px;
            }
            .date img {
                padding-right: 2px;
                width: 20px;
            }
            .box-set-day {
                height: 155px;
            }
            .crop-set-box {
                bottom: 169px;
                bottom: 155px;
            }
            .cover-stock-price-3 a span {
                position: relative;
                top: 0px;
                font-size: 14px;
            }
            .cover-stock-price-3 a img {
                width: 20px;
            }
            .cover-stock-price-2 .price {
                margin-right: 20px;
            }
            .cover-stock-price-3 a {
                font-size: 15px;
                padding: 10px 11px;
            }
            .box-crop-btn-set {
                padding-top: 45px;
            }
            .cover-stock-price-2 .price .t2 {
                font-size: 20px;
            }
            .price br {
                display: block;
            }
            .crop-set-box {
                bottom: 85px;
            }
            .box-crop-btn-set {
                padding-top: 30px;
            }
            .cover-stock-price-3 {
                margin: 30px 0 auto 0;
                display: block;
            }
            .cover-stock-price-1 .cover-stock-price-symbol {
                margin: 30px auto 0px;
            }
        }
        
        @media screen and (max-width:767px) {
            .cover-stock-price-1 .cover-stock-price-symbol {
                margin: 17px 18px 0px;
            }
            .box-set-day {
                height: 90px;
            }
            .box-crop-btn-set {
                padding: 25px 35px;
            }
            .cover-stock-price-2 {
                float: left;
                margin: auto 0 20px 0;
                display: flex;
            }
            .crop-set-box {
                bottom: 140px;
                z-index: 40;
            }
            .blessbrand-page__text2 .t1 {
                font-size: 30px;
            }
            .blessbrand-page__text2 .t3 {
                font-size: 30px;
            }
            .cover-stock-price-3 a {
                padding: 10px 25px;
            }
            .cover-stock-price-3 {
                margin: 2px 0 auto 0;
                display: block;
            }
        }
        
        @media screen and (max-width:590px) {
            .cover-stock-price-3.crop02 {
                position: absolute;
                bottom: 35px;
                left: 50px;
                /* padding: 10px; */
                width: 154px;
            }
            .box-crop-btn-set {
                padding: 25px 35px;
                height: 180px;
            }
            .cover-stock-price-2 .price {
                margin-right: 55px;
            }
            .box-crop-btn-set {
                padding: 10px 35px;
                height: 214px;
            }
            .cover-stock-price-1 {
                margin: 12px 0px 0px 18px;
                padding-bottom: 5px;
            }
            .date {
                padding-top: 5px;
            }
            .cover-stock-price-3 a {
                padding: 13px 25px;
            }
        }
        
        @media screen and (max-width:583px) {
            .cover-stock-price-2 .price {
                margin-right: 50px;
            }
        }
        
        @media screen and (max-width: 561px) {
            .cover-stock-price-2 .price {
                margin-right: 45px;
            }
            .box-crop-btn-set {
                padding: 10px 35px;
                height: 190px;
            }
            .cover-stock-price-3.crop02 {
                bottom: 25px;
            }
        }
        
        @media screen and (max-width: 540px) {
            .cover-stock-price-2 .price {
                margin-right: 35px;
            }
        }
        
        @media screen and (max-width:515px) {
            .tex-page__text2 .t2 {
                font-size: 40px;
            }
            .tex-page__text2 .t1 {
                font-size: 25px;
                margin-bottom: 7px;
            }
            .cover-stock-price-2 .price .t1 {
                font-size: 14px;
            }
            .tex-page__text2 .t3 {
                font-size: 15px;
                line-height: 25px;
                margin-top: 16px;
                text-shadow: -1px 1px 4px rgb(45 45 45 / 60%);
            }
            .cover-stock-price-3 {
                margin: 0px 0 auto 0;
                display: block;
            }
            .crop-set-box {
                bottom: 150px;
                z-index: 40;
            }
            .cover-stock-price-1 .cover-stock-price-symbol {
                margin: 17px 18px 0px;
            }
            .cover-stock-price-3.crop02 {
                position: absolute;
                bottom: 24px;
                left: 50px;
                /* padding: 10px; */
                width: 154px;
            }
            .box-crop-btn-set {
                padding: 11px 35px;
                height: 190px;
            }
            .cover-stock-price-2 .price {
                margin-right: 41px;
            }
            .cover-stock-price-2 .price {
                margin-right: 40px;
            }
        }
        
        @media screen and (max-width:509px) {
            .cover-stock-price-2 .price {
                margin-right: 40px;
            }
        }
        
        @media screen and (max-width:500px) {
            .cover-stock-price-2 .price {
                margin-right: 30px;
            }
        }
        
        @media screen and (max-width:490px) {
            .cover-stock-price-2 .price {
                margin-right: 28px;
            }
        }
        
        @media screen and (max-width:450px) {
            .cover-stock-price-2 .price {
                margin-right: 20px;
            }
        }
        
        @media screen and (max-width:414px) {
            .cover-stock-price-3 {
                margin: 0px 0 auto 0;
                /* display: none; */
                width: 100%;
            }
            .cover-stock-price-2 .price {
                margin-right: 15px;
            }
            .cover-stock-price-3.crop02 {
                position: absolute;
                bottom: 20px;
            }
        }
        
        @media screen and (max-width:375px) {
            .crop-set-box {
                border-radius: 13px;
            }
            .tex-page__text2 .t2 {
                font-size: 35px;
            }
        }
        
        @media screen and (max-width:388px) {
            .cover-stock-price-2 .price {
                margin-right: 10px;
            }
            .cover-stock-price-2 {
                float: left;
                margin: auto 0 20px 5px;
                display: flex;
            }
            .cover-stock-price-1 {
                margin: 12px 0 0 0px;
                padding-right: 0;
                padding-bottom: 5px;
            }
            .cover-stock-price-3.crop02 {
                position: absolute;
                bottom: 30px;
                left: 32px;
            }
            .box-crop-btn-set {
                padding: 10px 9px;
                height: 195px;
                /* width: 100%; */
            }
        }
        
        @media screen and (max-width:315px) {
            .cover-stock-price-2 .price .t1 {
                font-size: 11px;
            }
            .cover-stock-price-2 .price .t2 {
                font-size: 18px;
            }
        }
        /*--------------------------------------------------------------
# Sections About
--------------------------------------------------------------*/
        
        .bg-about-01 {
            background: url(../img/bg-about01.webp);
            background-size: cover;
            background-repeat: no-repeat;
            height: auto;
            width: 100%;
        }
        
        .tex-sub-main {
            font-weight: 500;
            font-size: 20px;
        }
        
        .about {
            padding-top: 145px;
            margin-top: -170px;
        }
        
        .box-img-about-n {
            display: none;
        }
        
        .box-img-about-b {
            display: block;
        }
        
        @media screen and (max-width:1399px) {
            .about {
                padding-top: 80px;
                margin-top: -170px;
            }
        }
        
        @media screen and (max-width:1199px) {
            .tex-sub-main {
                font-size: 16px;
            }
            .linear__icon {
                margin-top: 110px;
                width: 100%;
            }
        }
        
        @media screen and (max-width:991px) {
            .box-img-about-n {
                display: block;
            }
            .box-img-about-b {
                display: none;
            }
            .linear__icon {
                margin-top: 0;
                width: 58%;
            }
            .box-detai-about01 {
                display: none;
            }
        }
        
        @media screen and (max-width:767px) {
            .linear__icon {
                /* margin-top: -41px; */
                width: 85%;
            }
            .about {
                padding-top: 100px;
                margin-top: -252px;
            }
        }
        /* btt */
        
        @media screen and (max-width:590px) {
            .about {
                padding-top: 154px;
                margin-top: -305px;
            }
        }
        
        .cta {
            position: relative;
            margin: auto;
            padding: 19px 22px;
            transition: all 0.2s ease;
        }
        
        .cta:before {
            content: "";
            position: absolute;
            top: 13px;
            left: 0;
            display: block;
            border-radius: 28px;
            background: rgb(237 133 50);
            width: 40px;
            height: 40px;
            transition: all 0.3s ease;
        }
        
        .cta span {
            position: relative;
            font-size: 15px;
            line-height: 18px;
            font-weight: 500;
            letter-spacing: 0;
            text-transform: uppercase;
            vertical-align: middle;
            color: #000;
        }
        
        .cta svg {
            position: relative;
            top: 0;
            margin-left: 10px;
            fill: none;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke: #111;
            stroke-width: 2;
            transform: translateX(-5px);
            transition: all 0.3s ease;
        }
        
        .cta:hover:before {
            width: 100%;
            background: #F2A874;
        }
        
        .cta:hover svg {
            transform: translateX(0);
        }
        
        .cta:active {
            transform: scale(0.96);
        }
        /* btt */
        /*--------------------------------------------------------------
# Sections finacial_graph
--------------------------------------------------------------*/
        
        .finacial_bg {
            background: url(../img/bg-finacial-h.webp) no-repeat;
            width: 100%;
            overflow: hidden;
            height: 650px;
            background-size: cover;
        }
        /* .finacial_bg {
        min-height: 100%;
        background: #fff url('../img/bg-finacial-h.webp') no-repeat;
        width: 100%;
        overflow: hidden;
    }
     */
        
        .center {
            text-align: center;
        }
        
        .white {
            color: #ffffff;
        }
        
        .t-w2 {
            font-weight: 200;
        }
        
        .t-w3 {
            font-weight: 300;
        }
        
        .t-w4 {
            font-weight: 400;
        }
        
        .t-w5 {
            font-weight: 500;
        }
        
        .tex-counter {
            margin: 20px auto;
            font-weight: 600;
            font-size: 40px;
            color: #ffffff;
        }
        
        .box-main-tex {
            margin-bottom: 50px;
        }
        
        .box-graph-01 {
            background-color: #eff8ff;
            position: relative;
            border-radius: 14px;
            position: relative;
            top: -338px;
        }
        
        .p-3 {
            padding: 55px 40px 15px !important;
        }
        
        .card .card__text {
            margin-bottom: 45px!important;
        }
        
        @media (max-width: 991px) {
            .tex-counter {
                margin: 20px auto;
                font-size: 30px;
            }
            .finacial_bg {
                height: 835px;
            }
            .box-g3 {
                display: none;
            }
        }
        
        @media (max-width: 767px) {
            .box-graph-01 {
                display: none;
            }
            .finacial_bg {
                height: auto;
            }
        }
        /*--------------------------------------------------------------
        # Sections information-ir-dl
        --------------------------------------------------------------*/
        
        .information-ir-dl {
            margin-top: -325px;
            margin-bottom: 120px;
        }
        
        .box-info-01 {
            padding: 30px 40px;
            background-color: #f4ebe6;
            margin: 20px 0;
            border-radius: 20px;
            text-align: center;
        }
        
        .box-info-01.box-002 {
            /* background-color: rgb(230 147 87 / 42%); */
            /* background-color: rgb(230 147 87 / 85%); */
            background-color: #f4ebe6;
        }
        
        .tex-box-info {
            padding: 20px 0 6px 0;
        }
        
        .btt-dl a {
            display: block;
            /* vertical-align: middle; */
            width: 190px;
            font-size: 15px;
            color: #fff;
            font-weight: 500;
            /* background-color: #02C3F0; */
            background-color: #ec8432;
            padding: 13px 14px;
            text-align: center;
            border-radius: 35px;
            margin: auto;
        }
        
        .btt-dl a:hover {
            color: #ec8432;
            background-color: #fff;
        }
        
        .box-crop-dl {
            margin: 2px 0 auto 0;
            display: block;
        }
        
        .icon-dl {
            padding-left: 5px;
        }
        
        @media (max-width:1400px) {
            .box-detail {
                height: 85px;
            }
        }
        
        @media (max-width:1399px) {
            .box-detail {
                height: 108px;
            }
        }
        
        @media (max-width:1199px) {
            .box-info-01 {
                padding: 30px 30px;
                margin: 20px 0;
                border-radius: 20px;
                height: 365px;
            }
            .c-sm-n {
                display: none;
            }
            .icon-dl {
                padding-left: 5px;
                width: 23px;
            }
            .box-info-01 {
                padding: 30px 10px;
                margin: 20px 0px;
                border-radius: 20px;
                height: 250px;
            }
            .tex-box-info {
                padding: 20px 0 6px 0;
                font-size: 14px;
            }
            .btt-dl {
                margin: 20px auto;
            }
        }
        
        @media (max-width:991px) {
            .btt-dl a {
                font-size: 15px;
                padding: 11px 0px;
                width: 160px;
            }
        }
        
        @media (max-width:767px) {
            .c-sm-n {
                display: none;
            }
            .img-info-icon {
                width: 50px;
            }
            .box-info-01 {
                padding: 30px 30px;
                margin: 10px 0px;
                border-radius: 20px;
                height: 224px;
            }
            .box-info-01.box-003 {
                background-color: #f4ebe6;
            }
            .information-ir-dl {
                margin-top: -120px;
                margin-bottom: 120px;
            }
        }
        
        @media (max-width:515px) {
            .box-info-01 {
                padding: 25px 18px;
                margin: 10px 0px;
                border-radius: 20px;
                height: 224px;
            }
        }
        /*--------------------------------------------------------------
        # Sections vdo-meet
        --------------------------------------------------------------*/
        
        .bg-meeting-vdo {
            /* background: url(../img/meeting-vdo.webp) no-repeat; */
            width: 100%;
            overflow: hidden;
            /* height: 650px; */
            background-size: cover;
        }
        
        .box-tex-vdo {
            position: absolute;
            top: 80px;
            text-align: center;
        }
        
        .tex-vdo {
            font-size: 23px;
            line-height: 32px;
            padding-bottom: 10px;
        }
        
        .tex-vdo-sub {
            font-size: 17px;
        }
        
        .services__left .play-btn:hover {
            background: linear-gradient(to right, rgb(237 141 70), rgb(237 141 70));
        }
        /* box */
        /* .service__item {
                    background: url(../img/meeting-vdo.webp) no-repeat;
                    width: 100%;
                    overflow: hidden;
                    background-size: cover;
                    height: 320px;
                    padding: 70px 40px 40px 70px;
                } */
        
        .tex-detail-info01 {
            top: 200px;
            font-size: 20px;
            font-weight: 500;
            position: relative;
            /* bottom: -205px; */
            right: 35px;
        }
        
        .service__item.deep-bg.bg-pic01 {
            background: url(../img/dividend.webp) no-repeat;
            width: 100%;
            overflow: hidden;
            background-size: cover;
        }
        
        .service__item.deep-bg.bg-pic02 {
            background: url(../img/mda.webp) no-repeat;
            width: 100%;
            overflow: hidden;
            background-size: cover;
        }
        
        .service__item.deep-bg.bg-pic03 {
            background: url(../img/shareholder.webp) no-repeat;
            width: 100%;
            overflow: hidden;
            background-size: cover;
        }
        
        .service__item.deep-bg.bg-pic04 {
            background: url(../img/bg-img-9.webp) no-repeat;
            width: 100%;
            overflow: hidden;
            background-size: cover;
        }
        
        .service__item h4 {
            font-size: 20px;
            color: #000;
            font-weight: 500;
            margin-top: 25px;
            margin-bottom: 10px;
        }
        /* card */
        
        .go-corner {
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            width: 45px;
            height: 45px;
            overflow: hidden;
            /* top: 5px; */
            right: 16px;
            bottom: 14px;
            /* background-color: #02c3f0; */
            background-color: #ed8d46;
            border-radius: 50%;
            font-size: 34px;
        }
        
        .go-arrow {
            margin-top: -4px;
            margin-right: -4px;
            color: white;
            font-family: courier, sans;
        }
        
        .card1 {
            display: block;
            position: relative;
            /* max-width: 262px; */
            background-color: #f2f8f9;
            /* border-radius: 4px; */
            /* padding: 32px 24px; */
            /* margin: 12px; */
            text-decoration: none;
            z-index: 0;
            overflow: hidden;
            width: 100%;
        }
        
        .card1:before {
            content: "";
            position: absolute;
            z-index: -1;
            /* top: -16px; */
            right: 22px;
            bottom: 19px;
            /* background: rgb(110 193 228 / 79%); */
            background: rgb(236 132 50 / 48%);
            height: 35px;
            width: 35px;
            border-radius: 32px;
            transform: scale(0.5);
            transform-origin: 70% 65%;
            transition: transform 0.25s ease-out;
        }
        
        .card1:hover:before {
            transform: scale(21);
        }
        
        .card1:hover p {
            transition: all 0.3s ease-out;
            color: rgba(255, 255, 255, 0.8);
        }
        
        .card1:hover h3 {
            transition: all 0.3s ease-out;
            color: #ffffff;
        }
        
        @media (max-width:1399px) {
            .service__item {
                padding: 50px 40px 40px 70px;
            }
            .tex-detail-info01 {
                top: 205px;
                font-size: 21px;
                right: 45px;
            }
            .go-corner {
                overflow: hidden;
                /* top: 5px; */
                right: 16px;
                bottom: 24px;
            }
        }
        
        @media (max-width:1366px) {
            .tex-detail-info01 {
                top: 192px;
                font-size: 20px;
                right: 45px;
            }
            .go-corner {
                right: 15px;
                bottom: 36px;
            }
            .card1:before {
                right: 22px;
                bottom: 36px;
            }
        }
        
        @media (max-width:1366px) {
            .tex-detail-info01 {
                top: 192px;
                font-size: 16px;
                right: 45px;
            }
            .go-corner {
                right: 15px;
                bottom: 44px;
            }
        }
        
        @media (max-width:1199px) {
            .service__item {
                padding: 50px 40px 40px 70px;
                height: 240px;
            }
            .services__left {
                height: 480px;
            }
            .tex-detail-info01 {
                top: 135px;
                font-size: 16px;
                right: 45px;
            }
            .go-corner {
                right: 15px;
                bottom: 21px;
            }
        }
        
        @media (max-width:991px) {
            .services__left {
                height: 395px;
            }
            .services__left .play-btn {
                top: 61px;
            }
        }
        
        @media (max-width:767px) {
            .tex-vdo {
                font-size: 20px;
                line-height: 32px;
                padding-bottom: 10px;
            }
            .tex-vdo-sub {
                font-size: 15px;
            }
        }
        
        @media (max-width:575px) {
            /* .tex-vdo {
                        font-size: 20px;
                        line-height: 30px;
                        padding-bottom: 8px;
                    } */
            .tex-vdo {
                font-size: 18px;
                line-height: 30px;
                padding-bottom: 8px;
            }
        }
        
        @media (max-width:500px) {
            .go-arrow {
                margin-top: 0px;
                margin-right: 0px;
            }
        }
        
        @media (max-width:414px) {
            .services__left {
                height: 315px;
            }
            .tex-vdo-sub {
                font-size: 14px;
            }
            .tex-vdo {
                font-size: 14px;
                line-height: 20px;
                padding-bottom: 4px;
            }
            .box-tex-vdo {
                position: absolute;
                top: 35px;
                text-align: center;
                padding: 0 40px;
            }
            .services__left .play-btn {
                top: 38px;
            }
        }
        
        @media (max-width: 403px) {
            .services__left .play-btn {
                top: 70px;
            }
        }
        
        @media (max-width:375px) {
            .box-tex-vdo {
                position: absolute;
                top: 35px;
                text-align: center;
                padding: 0 15px;
            }
            .tex-vdo {
                font-size: 14px;
                line-height: 25px;
                padding-bottom: 8px;
            }
            .services__left .play-btn {
                top: 50px;
            }
        }
        
        @media (max-width: 335px) {
            .services__left .play-btn {
                top: 65px;
            }
        }
        /*--------------------------------------------------------------
        # Sections 
        --------------------------------------------------------------*/
        /* @media (min-width: 1199px) {
                    .container.container-event {
                        max-width: 1000px;
                    }
                } */
        /* @media only screen and (min-width: 991px) {
                    .container.container-event {
                        max-width: 950px;
                        
                    }
                }
                 */
        /* @media only screen and (min-width: 1200px) {
                    .container.container-event {
                        max-width: 1100px;
                       
                    }
                } */
        
        @media only screen and (min-width: 1400px) {
            .container.container-event {
                max-width: 1300px;
                /* max-width: 1300px; */
            }
        }
        
        @media only screen and (min-width: 1500px) {
            .container.container-event {
                /* max-width: 1170px; */
                max-width: 1500px;
            }
        }
        
        .box-crop-event-main {
            padding-right: 35px;
        }
        
        .cover_next-event {
            background-color: #e7eaf1;
            color: #000;
            font-size: 16px;
            padding: 25px 40px;
            -webkit-box-shadow: 0 12px 34px rgb(0 0 0 / 12%);
            -moz-box-shadow: 0 12px 34px rgba(0, 0, 0, 0.12);
            box-shadow: 2px 9px 9px 2px rgb(0 0 0 / 0%);
            width: 100%;
            height: 300px;
        }
        
        .cover_next-event .head-1 {
            font-size: 18px;
            font-weight: 800;
            margin-bottom: 5px;
        }
        
        .box-day {
            padding: 5px;
            background-color: #ffffff;
            color: #242529;
            font-weight: bold;
            font-size: 14px;
            /* border-left: solid #031c6c 10px; */
        }
        
        .cover_calendar-news .content {
            background-color: #fff0;
        }
        
        .cover_calendar-news .content {
            position: relative;
            z-index: 1;
        }
        
        .box-event-d {
            float: left;
            width: 45%;
        }
        
        .sub-hrad1 {
            border-bottom: 1px solid#000;
            margin-bottom: 15px;
        }
        
        .head-2 {
            font-size: 15px;
            margin: 0px auto;
        }
        
        .box-bt-news {
            margin: 80px 0;
        }
        
        .cover_next-event {
            padding: 25px 40px;
            -webkit-box-shadow: 0 12px 34px rgb(0 0 0 / 12%);
            -moz-box-shadow: 0 12px 34px rgba(0, 0, 0, 0.12);
            box-shadow: 2px 9px 9px 2px rgb(0 0 0 / 0%);
            /* width: 470px; */
            width: 455px;
            height: 155px;
        }
        
        .img-time-icon1 {
            float: left;
            margin-right: 10px;
            margin-top: 3px;
        }
        /* news */
        
        .event__item {
            -webkit-box-shadow: 0px 3px 15px rgb(22 41 124 / 10%);
            box-shadow: 0px 3px 15px rgb(22 41 124 / 10%);
            border-radius: 10px;
            height: 270px;
        }
        
        .icon-time-n {
            width: 20px!important;
        }
        
        .tex-detail-news {
            overflow: hidden;
            word-wrap: break-word;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            height: 80px;
            margin: -10px 0 15px 0;
        }
        
        .box-crop-news {
            padding: 30px 20px;
        }
        
        .tex-news {
            font-size: 15px;
            font-weight: 500;
        }
        
        .box-news-tex {
            padding: 5px;
            text-align: center;
            border-radius: 16px;
            color: #000;
            margin-bottom: 20px;
        }
        
        .box-news-tex.bg-new-tex {
            /* background-color: #C3DEBA; */
            /* background-color: rgb(2 195 240 / 63%); */
            background-color: rgb(2 195 240);
            width: 158px;
        }
        
        .box-news-tex.bg-new-set {
            background-color: rgb(237 143 76 / 71%);
            /* background-color: rgb(237 143 76); */
            width: 201px;
        }
        
        .tex-date-news {
            font-weight: 500;
            /* color: #ed8b42;
            color: #02c3f0; */
            color: #000000;
            font-size: 15px;
            margin-bottom: 15px;
        }
        
        @media screen and (max-width:1499px) {
            .cover_next-event {
                width: 390px;
                height: 155px;
            }
        }
        
        @media screen and (max-width:1399px) {
            .tex-news {
                font-size: 14px;
                font-weight: 500;
            }
            .box-news-tex.bg-new-set {
                width: auto;
            }
            .box-news-tex.bg-new-tex {
                width: auto;
            }
            .box-crop-event-main {
                padding-right: 15px;
            }
        }
        
        @media screen and (max-width:1199px) {
            .cover_next-event {
                width: 320px;
                /* height: 160px; */
            }
            .box-crop-news {
                padding: 30px 10px;
            }
        }
        
        @media screen and (max-width:991px) {
            .box-crop-news {
                padding: 30px 20px;
            }
            /* .cover_next-event {
                        font-size: 16px;
                        padding: 25px 28px;
                        width: 330px;
                        height: auto;
                    } */
            .cover_next-event {
                font-size: 16px;
                padding: 25px 28px;
                width: 500px;
                height: 152px;
            }
            .head-2 {
                font-size: 14px;
                margin: 0px auto;
            }
            .box-event-d {
                float: left;
                width: 50%;
            }
            .cover-big-head.cover-big-head-2.sub04 {
                margin-bottom: 34px;
                margin-top: 70px;
            }
            .responsive-tabs.tap-newsMl {
                margin-left: 0px;
            }
            .box-bt-news {
                margin: 20px 0;
            }
            .bg-event-news {
                padding-bottom: 85px;
            }
            .box-main-crop-event {
                width: 500px;
                margin: auto;
            }
            .tex-center-even {
                text-align: center;
            }
        }
        
        @media screen and (max-width:767px) {
            .cover_next-event {
                font-size: 16px;
                padding: 25px 35px;
                width: 525px;
                height: 160px;
            }
            .cover_next-event {
                -webkit-box-shadow: 0 12px 34px rgb(0 0 0 / 12%);
                -moz-box-shadow: 0 12px 34px rgba(0, 0, 0, 0.12);
                box-shadow: 3px 10px 10px 0px rgb(0 0 0 / 2%);
            }
            .box-main-crop-event {
                width: 100%;
                margin: auto;
            }
            .box-news-tex.bg-new-tex {
                width: 158px;
            }
            .box-news-tex.bg-new-set {
                width: 201px;
            }
        }
        
        @media screen and (max-width:575px) {
            .cover_next-event {
                width: 545px;
                height: 160px;
            }
        }
        
        @media screen and (max-width:515px) {
            .cover_next-event {
                width: 485px;
            }
        }
        
        @media screen and (max-width:475px) {
            .cover_next-event {
                width: 445px;
            }
        }
        
        @media screen and (max-width:414px) {
            .cover-big-head.cover-big-head-2.sub04 {
                margin-top: 50px;
            }
            .cover_next-event {
                width: 380px;
            }
        }
        
        @media screen and (max-width:380px) {
            .cover_next-event {
                width: 350px;
            }
        }
        
        @media screen and (max-width:375px) {
            .box-event-d {
                float: left;
                width: 50%;
            }
        }
        
        @media screen and (max-width:350px) {
            .cover_next-event {
                width: 310px;
            }
        }
        
        @media screen and (max-width:320px) {
            .cover_next-event {
                width: 290px;
            }
        }
        /*------------------------------------------------------------------------------------------------------------------------*/
        /*-------------------------News-----------------------------------------------------------------------------------------------*/
        
        .tex-m-r-box {
            padding-right: 30px;
        }
        
        .tex-m-l-box {
            padding-left: 30px;
        }
        
        .news-box-head {
            margin: 60px 0;
        }
        
        .box-news-crop {
            background-color: #ffffff;
            box-shadow: -5px 1px 7px 0px rgb(212 212 212 / 66%);
            display: flex;
            vertical-align: middle;
            height: 115px;
            width: 100%;
            margin-left: 0;
            margin-top: 10px;
            margin-bottom: 10px;
        }
        
        .day {
            color: #fff;
            font-size: 30px;
            font-weight: 500;
        }
        
        .day-m-y {
            font-size: 16px;
            font-weight: 300;
            color: #ffffff;
        }
        /* .box-day {
                    background-color: #232d74;
                    padding: 12px 0px;
                    text-align: center;
                    line-height: 23px;
                    width: 100px;
                    height: 90px;
                    top: -20px;
                    position: relative;
                    right: -25px;
                }
                 */
        
        .box-news-fL {
            float: left;
        }
        
        a.t-detail-news {
            font-size: 16px;
            font-weight: 100;
            color: #000000!important;
            overflow: hidden;
            word-wrap: break-word;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
        }
        
        a.t-detail-news:hover {
            /* color: #293278!important; */
            text-decoration: none;
        }
        
        .box-detail-news {
            padding: 15px 30px 15px 55px;
            overflow: hidden;
            word-wrap: break-word;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            width: 90%;
        }
        
        .news-main {
            margin: 35px 0;
        }
        
        .box-btt-even02 {
            position: absolute;
            display: block;
            /* overflow: hidden; */
            right: 0;
            /* margin-right: 20px; */
            top: 15px;
        }
        
        .btt-news {
            position: relative;
            margin: auto;
            padding: 19px 16px;
            transition: all 0.2s ease;
        }
        
        .btt-news:before {
            content: "";
            position: absolute;
            top: 16px;
            left: 0;
            display: block;
            border-radius: 28px;
            background: #ed8d46;
            width: 35px;
            height: 35px;
            transition: all 0.3s ease;
        }
        
        .btt-news span {
            position: relative;
            font-size: 15px;
            line-height: 18px;
            font-weight: 500;
            letter-spacing: 0;
            text-transform: uppercase;
            vertical-align: middle;
            color: #000;
        }
        
        .btt-news svg {
            position: relative;
            top: 0;
            margin-left: 10px;
            fill: none;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke: #111;
            stroke-width: 2;
            transform: translateX(-5px);
            transition: all 0.3s ease;
        }
        
        .btt-news:hover:before {
            width: 100%;
            background: #F2A874;
        }
        
        .btt-news:hover svg {
            transform: translateX(0);
        }
        
        .btt-news:active {
            transform: scale(0.96);
        }
        
        @media screen and (max-width: 1499px) {
            .event .section-title:after {
                position: absolute;
                right: 46px;
                top: 28px;
                width: 485px;
            }
        }
        
        @media screen and (max-width: 1399px) {
            a.bt-news {
                width: 95px;
                margin-top: 15px;
            }
            .box-news-crop {
                width: 96%;
            }
        }
        
        @media screen and (max-width: 1199px) {
            a.bt-news {
                width: 95px;
                margin-top: 5px;
            }
            a.t-detail-news {
                font-size: 16px;
            }
            .box-news-crop {
                width: 100%;
            }
            .box-btt-even02 {
                position: absolute;
                display: block;
                top: 570px;
                left: 0;
            }
            .event .section-title:after {
                width: 310px;
            }
        }
        
        @media screen and (max-width: 991px) {
            .box-bttn-news-sub {
                position: absolute;
                bottom: -70px;
            }
            .f-l01 {
                float: unset;
            }
            .tex-m-l-box {
                padding-left: 10px;
            }
            .tex-m-r-box {
                padding-right: 10px;
            }
            .day {
                font-size: 26px;
            }
            .box-day {
                width: 105px;
            }
            .box-detail-news {
                padding: 15px 20px;
                width: 100%;
            }
            .box-detail-news {
                padding: 15px 15px;
                width: 100%;
            }
            a.bt-news {
                width: 140px;
                margin-top: 5px;
            }
            /* .box-day {
                        background-color: #232d74;
                        padding: 12px 0px;
                        text-align: center;
                        line-height: 23px;
                        width: 100px;
                        height: 90px;
                        top: -20px;
                        position: relative;
                        right: -7px;
                    } */
            a.t-detail-news {
                font-size: 14px;
            }
            .news-box-head {
                margin: 56px 0;
            }
            .box-btt-even02 {
                position: absolute;
                display: block;
                top: 570px;
                left: 180px;
                /* right: 0; */
            }
            .event .section-title:after {
                width: 390px;
            }
        }
        
        @media screen and (max-width: 767px) {
            .tex-m-l-box {
                padding-left: 0px;
                margin-top: 80px;
            }
            .tex-m-r-box {
                padding-right: 0px;
            }
            .box-detail-news {
                padding: 20px 15px;
            }
            .news-box-head {
                margin: 40px 0;
            }
            .responsive-tabs.tap-newsMl {
                margin-top: 60px;
            }
            .box-btt-even02 {
                top: 570px;
                left: 210px;
            }
        }
        
        @media screen and (max-width: 475px) {
            .box-btt-even02 {
                top: 570px;
                left: 0;
            }
            .tex-center-even {
                text-align: left;
            }
        }
        
        @media screen and (max-width: 414px) {
            a.t-detail-news {
                font-size: 14px;
            }
        }
        /*--------------------------------------------------------------
        # Sections partner
        --------------------------------------------------------------*/
        
        .bg-partner {
            /* background: url(../img/bg-about01.webp); */
            background-size: cover;
            background-repeat: no-repeat;
            height: auto;
            width: 100%;
            /* background-color: #e3e6f3; */
            background-color: #dfdfdf;
        }
        
        .partner-box-sub {
            padding-top: 40px;
            margin-top: -45px;
            padding-bottom: 40px;
        }
        
        @media (max-width: 1199px) {
            .partner-box-sub {
                padding-top: 40px;
                margin-top: -45px;
                padding-bottom: 0px;
            }
        }
        
        @media (max-width: 991px) {
            .partner-box-sub {
                padding-top: 45px;
                margin-top: -33px;
                padding-bottom: -31px;
                height: 170px;
            }
        }
        
        @media (max-width: 767px) {
            .partner-box-sub {
                height: 185px;
            }
        }
        
        @media (max-width: 519px) {
            .partner-box-sub {
                height: 225px;
            }
        }
        
        @media (max-width: 500px) {
            .partner-box-sub {
                height: 215px;
            }
        }
        
        @media (max-width: 450px) {
            .partner-box-sub {
                height: 195px;
            }
        }
        
        @media (max-width: 414px) {
            .partner-box-sub {
                height: 185px;
            }
        }
        
        @media (max-width: 385px) {
            .partner-box-sub {
                height: 175px;
            }
        }
        
        @media (max-width: 335px) {
            .partner-box-sub {
                height: 160px;
            }
        }
        /*--------------------------------------------------------------
        # Sections footter
        --------------------------------------------------------------*/
        
        @media (min-width: 992px) {
            .offset-lg-1 {
                margin-left: 4.333333%;
            }
        }
        /* ir-sub */
        
        .banner-ir-sub {
            background: url(../img/banner-ir.webp);
            background-size: cover;
            background-repeat: no-repeat;
            /* height: 45vh; */
            height: 35vh;
            width: 100%;
            padding: 125px 0;
            /* background-position: top 87% center; */
            background-position: top 30% center;
        }
        
        @media only screen and (max-width: 1399px) {
            .banner-ir-sub {
                height: 298px;
                padding: 115px 0;
                background-position: top 17% center;
            }
        }
        
        @media only screen and (max-width:767px) {
            .banner-ir-sub {
                padding: 90px 0;
                background-position: top 38% center;
                height: 240px;
            }
        }
        
        @media only screen and (max-width: 515px) {
            .banner-ir-sub {
                height: 235px;
                background-position: top 26% 0;
            }
        }
        
        @media only screen and (max-width: 414px) {
            .banner-ir-sub {
                /* height: 65vh; */
                width: 100%;
                height: 220px;
                padding: 75px 0 0 0;
            }
        }
        
        @media only screen and (max-width: 375px) {
            .banner-ir-sub {
                /* background: url(../img/banner-ir4.webp); */
            }
        }
        /*  */
        
        .tex-sub-2 {
            font-size: 25px;
            font-weight: 300;
            text-align: center;
            line-height: 40px;
            margin-bottom: 70px;
        }
        
        .banner-ir-sub .tex-page__text2 .t2 {
            font-size: 50px;
            text-shadow: -1px 1px 4px rgb(45 45 45 / 60%);
        }
        
        .box-info-01.box-viss {
            /* background-color: #45bbea; */
            background-color: rgb(242 174 127 / 22%);
            height: 310px;
        }
        
        .box-info-01.box-viss:hover {
            background-color: #ed8531;
            /* background-image: linear-gradient(to top, #339999 0%, #36ab9d 29%, #4df1da6e 100%); */
            /* background-image: linear-gradient(to top, #009688 0%, #4caf50 29%, #8dc63fc9 100%); */
            transition: transform 0.25s ease-out;
            color: #fff;
            font-size: 20px;
        }
        
        .icon-pic-s {
            width: 95px;
        }
        
        .breadcrumb__links a:hover {
            color: #ec8432;
        }
        
        @media only screen and (max-width: 1199px) {
            .banner-ir-sub .tex-page__text2 .t2 {
                font-size: 45px;
            }
            .box-info-01.box-viss {
                font-size: 20px!important;
            }
            .tex-sub-2 {
                font-size: 18px;
            }
        }
        
        @media only screen and (max-width: 575px) {
            .box-info-01.box-viss {
                height: auto;
            }
        }
        
        @media only screen and (max-width: 767px) {
            .tex-sub-2 {
                margin-bottom: 50px;
            }
            .banner-ir-sub .tex-page__text2 .t2 {
                font-size: 37px;
            }
        }
        
        @media only screen and (max-width: 414px) {
            .banner-ir-sub .tex-page__text2 .t2 {
                font-size: 30px;
            }
            .icon-pic-s {
                width: 60px;
            }
        }
        /* financial-sub */
        
        .box-graph-02 {
            background-color: #eff8ff;
            border-radius: 14px;
        }
        /* --------------------------------------------- */
        
        .box-crop-bg {
            margin-bottom: 450px;
        }
        
        @media only screen and (max-width: 767px) {
            .box-g22 {
                display: none;
            }
        }
        /* ////////////////////////////////////////// */
        
        a:hover,
        a:focus {
            color: #F2A874;
        }
        
        .tex-orange {
            color: #EC8432;
        }
        /* ////////////////////////////////////////// */
        /* ////////////////////////////////////////// */
        /*IR contact*/
        
        .detail-contact-ir {
            width: 90%;
            margin: auto;
            font-weight: 100 !important;
        }
        
        .box-crop-btn-contact-ir {
            text-align: center;
            height: auto;
            overflow: hidden;
            padding: 10px 0 35px 0;
            position: relative;
            top: 10px;
        }
        
        .tex-white {
            color: #ffffff!important;
        }
        
        .tex-in-contact {
            margin: 40px 5% 0 18%;
            left: 10%!important;
        }
        
        .icn-contact {
            margin: 10px 0px 10px 10px;
            max-width: 65px;
            width: 10%;
        }
        
        .tex-h-contact-1 {
            color: #ffffff;
            text-align: center;
        }
        
        .bg-contact-detail-blue2 {
            background-color: #ed8532;
            height: auto;
        }
        
        .bg-contact3 {
            margin: 35px 0 0 0;
        }
        
        .PadLR0 {
            padding-right: 0;
            padding-left: 0;
        }
        
        .iogo-contact {
            text-align: center;
            margin: 20px;
        }
        
        .logo02 {
            width: 250px;
        }
        
        @media screen and (max-width:991px) {
            .bg-contact-detail-blue2 {
                padding-bottom: 30px;
            }
            .tex-in-contact {
                font-size: 15px;
            }
            .PadLR0 {
                padding-right: unset;
                padding-left: unset;
            }
        }
        
        @media screen and (max-width:414px) {
            .bg-contact3 {
                margin: 35px 0 0 0;
            }
            .tex-in-contact {
                font-size: 14px;
            }
        }
        /* ////////////////////////////////////////// */
        /* ////////////////////////////////////////// */
        /*------------------------------------------------------------------------------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------------------------------*/
        /* Company Information */
        /*------------------------------------------------------------------------------------------------------------------------*/
        
        .section-company-info {
            margin-bottom: 80px;
        }
        
        .section-company-info .head-sub {
            color: #000;
            font-size: 17px;
            font-weight: 400;
            margin-bottom: 10px;
        }
        
        .section-company-info .head-sub span {
            color: #D5AF55;
        }
        
        .section-company-info .head-sub-2 {
            font-size: 17px;
            font-weight: 500;
            color: #ffffff;
            background-color: #ed8d46;
            padding: 11px 20px 10px 20px;
            margin-bottom: 0;
            border-bottom: 3px solid #ffc107;
            cursor: pointer;
        }
        
        table.table.company-info-table {
            margin-bottom: 0px;
            /* border-bottom: 2px solid #293278; */
        }
        
        table.table.company-info-table td {
            border: 0px solid transparent;
            font-size: 15px;
            font-weight: 300;
            color: #212529;
            border-bottom: 0px solid rgb(242 242 242);
            /* padding: 9px 20px 8px 20px; */
            padding: 15px 20px 15px 20px;
        }
        
        table.table.company-info-table td.head {
            font-weight: 500;
        }
        
        table.table.company-info-table td a.linkk {
            color: #ed8d46;
            transition: all .2s;
        }
        
        table.table.company-info-table td a.linkk:hover {
            color: #f2a874;
        }
        
        table.table.company-info-table .line {
            border-top: 3px solid #d6ad4a;
        }
        
        table.table.company-info-table tr:nth-child(odd) {
            background-color: #fff1e6;
        }
        
        table.table.company-info-table tr:nth-child(even) {
            background-color: #fdfdfd;
        }
        
        .accordion-icon {
            position: absolute;
            right: 0;
            margin-right: 45px;
            margin-top: 2px;
        }
        
        .company-info-accordion {
            background-color: #f9f9f9;
            margin: 20px 0;
        }
        
        .company-info-accordion .js-scrollable::-webkit-scrollbar {
            width: 0px;
        }
        
        .company-info-accordion .head-sub-2 .accordion-icon .rotate-icon {
            transform: rotate(0deg);
            transition: all .3s;
        }
        
        .company-info-accordion .head-sub-2.collapsed .accordion-icon .rotate-icon {
            transform: rotate(180deg);
            transition: all .3s;
        }
        
        .box-acc-detail {
            background-color: #f5f9fc;
            padding: 20px;
        }
        
        @media screen and (max-width: 991px) {
            table.table.company-info-table td {
                font-size: 16px;
            }
            .section-company-info .head-sub-2 {
                padding: 13px 40px 10px 20px;
                font-size: 16px;
            }
        }
        
        @media screen and (max-width: 767px) {
            .section-company-info .head-sub-2 {
                padding: 13px 40px 9px 15px;
            }
        }
        
        @media screen and (max-width: 425px) {
            table.table.company-info-table td {
                font-size: 15px;
            }
            .section-company-info .head-sub {
                font-size: 15px;
            }
            .accordion-icon {
                margin-right: 35px;
            }
            .section-company-info .head-sub-2 {
                padding: 10px 40px 9px 15px;
                font-size: 15px;
            }
        }
        /*--------------csr----------------------------------------------------------------------------------------------------------*/
        
        .cover-firat-mda .pic-csr {
            background: url(../img/banner_csr.webp) center center no-repeat;
            background-size: cover;
            height: 100%;
        }
        /*--------------csr----------------------------------------------------------------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------------------------------*/
        /*--------------corporate-g----------------------------------------------------------------------------------------------------------*/
        
        .cover-firat-mda .pic-corporate-g {
            background: url(../img/banner_corporate-g.webp) center center no-repeat;
            background-size: cover;
            height: 100%;
        }
        /*------------------------------------------------------------------------------------------------------------------------*/
        /*--------------------------anti_corruptio----------------------------------------------------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------------------------------*/
        
        .cover-firat-mda .pic-anti_corruption {
            background: url(../img/banner_corruption.webp) center center no-repeat;
            background-size: cover;
            height: 100%;
        }
        /*------------------------------------------------------------------------------------------------------------------------*/
        /*--------------corporate-g----------------------------------------------------------------------------------------------------------*/
        
        .cover-firat-mda .pic-corporate-g {
            background: url(../img/banner_corporate-g.webp) center center no-repeat;
            background-size: cover;
            height: 100%;
        }
        /*------------------------------------------------------------------------------------------------------------------------*/
        /*------------------------------------------------------------------------------------------------------------------------*/
        
        .box-img-Dividend {
            margin: 50px auto 80px;
        }
        
        .tex-sub-d {
            line-height: 40px;
        }
        
        @media (max-width: 991px) {
            .box-img-Dividend {
                margin: 50px auto;
            }
        }
        
        @media (max-width: 767px) {
            .box-img-Dividend {
                margin: 50px auto 50px;
            }
        }
        /* ************************------mda------*********************************************** */
        /* Dropdown */
        /*----------------------------------------------------------------------------------------------*/
        /*   */
        /*------------------------------------------------------------------------------------------------------------------------*/
        
        .section-mda {
            margin-bottom: 80px;
        }
        
        .cover-firat-mda {
            margin: 80px auto;
        }
        
        .cover-firat-mda .firat-mda {
            /* background-color: #f4f4f4; */
            background-color: #f4ebe6;
            padding: 80px 0 80px 0;
            height: 100%;
        }
        
        .cover-firat-mda .pic-mda {
            background: url(../img/banner_Dividend.webp) center center no-repeat;
            background-size: cover;
            height: 100%;
        }
        
        .cover-firat-mda .firat-mda .t1 {
            text-align: center;
            font-size: 22px;
            font-weight: 400;
            color: rgb(0 0 0 / 90%);
        }
        
        .cover-firat-mda .firat-mda .t1 span {
            color: rgb(0 0 0 / 90%);
        }
        
        a.bt-firat-mda {
            display: block;
            margin: auto;
            font-size: 17px;
            font-weight: 500;
            color: #000000;
            text-align: center;
            width: 250px;
            border: 2px solid rgb(3 29 108 / 0%);
            padding: 14px 0 12px 0;
            margin-top: 30px;
            transition: all .3s;
            background-color: #ffc72c;
        }
        
        a.bt-firat-mda:hover {
            /* border: 2px solid #d4af56; */
            background-color: #293278;
            color: #fff;
            text-decoration: none;
        }
        
        .padding-0 {
            padding: 0;
        }
        
        @media screen and (max-width: 1199px) {
            a.bt-firat-mda {
                font-size: 16px;
                width: 230px;
                padding: 14px 0 12px 0;
                margin-top: 30px;
                transition: all .3s;
            }
        }
        
        @media screen and (max-width: 991px) {
            a.bt-firat-mda {
                width: 220px;
                padding: 11px 0 9px 0;
                margin: 25px auto 0 auto;
            }
        }
        
        @media screen and (max-width: 767px) {
            .cover-firat-mda .pic-mda {
                height: 300px;
            }
        }
        
        @media screen and (max-width: 515px) {
            .cover-firat-mda .pic-mda {
                height: 150px;
            }
        }
        /*----------------------------------------------------------------------------------------------*/
        /* Dropdown */
        /*----------------------------------------------------------------------------------------------*/
        /* //////////////////////////////////////////////////////////////// */
        
        .box-vis-itns01 {
            padding: 60px 100px;
            background-color: #ee954c;
            height: 550px;
        }
        
        .box-miss-itns01 {
            padding: 60px 100px;
            background-color: #eeebe9;
            height: 550px;
        }
        
        @media screen and (max-width:515px) {
            .box-vis-itns01 {
                padding: 60px 40px;
                height: 550px;
            }
            .box-miss-itns01 {
                padding: 60px 40px;
                height: 550px;
            }
        }
        
        @media screen and (max-width:414px) {
            .box-vis-itns01 {
                padding: 60px 25px;
            }
            .box-miss-itns01 {
                padding: 60px 25px;
            }
        }
        /* ////////////////////////////////////////// */
        
        .tex-sub-important01 {
            font-weight: 500;
            font-size: 15px;
        }
        
        .box-info-01.box-info-box-22 {
            height: 265px;
        }
        
        @media screen and (max-width:767px) {
            .box-info-01.box-info-box-22 {
                padding: 30px 30px;
                margin: 10px 0px;
                border-radius: 20px;
                height: 250px;
            }
        }
        
        @media screen and (max-width:575px) {
            .box-row2 {
                padding: 15px 0 0 15px;
            }
        }
        /* ///////// */
        
        .tex-r-comp {
            padding: 0 16%;
            font-weight: 600!important;
        }
        
        .tex-r-comp2 {
            padding: 0 32%;
        }
        
        @media screen and (max-width:1399px) {
            .tex-r-comp {
                padding: 0px 14%;
            }
            .tex-r-comp2 {
                padding: 0px 14%;
            }
        }
        
        @media screen and (max-width:1199px) {
            .tex-r-comp {
                padding: 0px 11%;
            }
            .tex-r-comp2 {
                padding: 0px 11%;
            }
        }
        
        @media screen and (max-width:991px) {
            .tex-r-comp {
                padding: 0px 3%;
            }
            .tex-r-comp2 {
                padding: 0px 3%;
            }
        }
        
        @media screen and (max-width:767px) {
            .tex-r-comp {
                padding: 0px 0;
            }
            .tex-r-comp2 {
                padding: 0px 0;
            }
        }
        @media screen and (min-width:1400px) {
            .d-xxl-block{
                display: block !important;
            }
        }

        .bg-chai{
            max-width: 200px;
        }
        @media screen and (max-width:767px) {
            .bg-chai{
                max-width: 150px;
            }
        }