

/* Put your custom styles here */

.intro_mss
{
    background-color: #fff;
    margin-right: -100px;
    z-index: 9;
    position: relative;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.intro_hd
{
}

.intro_hd h1
{
    font-size: 7em;
    text-align: right;
    color: #193B62;
}

st_numbers
{
    color: #CC9933;
}

.image-video
{
    width: 100%;
    background-image: url('../img/1920x1080/02.jpg');
    background-size: cover;
}

.add-box
{
    border-radius: 0;
}

.add-box h3
{
    font-size: 30px !important;
}

.add-box p
{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
}

.dow_menu
{
    width: 100%;
    min-height: 20px;
    position: fixed;
    z-index: 99;
    background-color: rgba(212, 157, 49, 0.0);
    bottom: 0;
    margin-bottom: 20px;
}

.pagedown_menu
{
    min-height: 20px;
    position: absolute;
    z-index: 99;
    background-color: rgba(212, 157, 49, 0.0);
    margin-bottom: 20px;
    bottom: 0;
    width: 100%;
}

.down-nav
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 30px;
}

.btn-down-bar
{
    width: 100%;
    display: inline-block;
    margin-bottom: -5px;
}

.btn-down-box
{
    padding-right: 0;
    padding-left: 0;
    border-left: 1px solid rgba(255, 255, 255, 0);
}

@media (max-width:767px)
{
    .dow_menu
    {
        position: relative;
    }
    .pagedown_menu
    {
        position: relative;
    }
}

.btn-down-main
{
    padding-right: 0;
    padding-left: 0;
    border-radius: 60px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.21);
    background-color: rgba(255, 255, 255, 0.21);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-down-main2
{
    padding-right: 0;
    padding-left: 0;
    border-radius: 60px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.21);
    background-color: rgba(255, 255, 255, 0.21);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top: -50px;
}

@media (max-width:767px)
{
    .btn-down-main
    {
        border-radius: 0;
        border: 0;
    }
    .btn-down-main2
    {
        border-radius: 0;
        border: 0;
    }
}

.bar-c
{
    overflow: hidden;
    height: 30px;
    width: 40px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}

.bar {
  height: 1px;
  width: 3px;
  display: inline-block;
  background-color: #ffffd2;
  bottom: 0;
  position: absolute;
  
  &.noAnim {
    -webkit-animation: none;
    -webkit-animation-name: none;
  }
  
  &#bar-1 { 
    left: 0; 
    -webkit-animation-name: danceHeight1;
    -webkit-animation-delay: 0ms;
  }
  &#bar-2 { 
    left: 6px; 
    -webkit-animation-name: danceHeight2; 
    -webkit-animation-delay: 300ms;
  }
  &#bar-3 { 
    left: 12px;
    -webkit-animation-name: danceHeight3;
    -webkit-animation-delay: 600ms;
  }
  &#bar-4 { 
    left: 18px;
    -webkit-animation-name: danceHeight4;
    -webkit-animation-delay: 900ms;
  }
  &#bar-5 { 
    left: 24px;
    -webkit-animation-name: danceHeight5;
    -webkit-animation-delay: 1200ms;
  }
  &#bar-6 { 
    left: 30px;
    -webkit-animation-name: danceHeight6;
    -webkit-animation-delay: 1500ms;
  }
  
  -webkit-animation-duration: 500ms;
  -webkit-animation-play-state: running;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes danceHeight1{
  from { height: 1px; }
  to { height: 22px; }
}

@-webkit-keyframes danceHeight2{
  from { height: 1px; }
  to { height: 15px; }
}

@-webkit-keyframes danceHeight3{
  from { height: 1px; }
  to { height: 30px; }
}

@-webkit-keyframes danceHeight4{
  from { height: 1px; }
  to { height: 20px; }
}

@-webkit-keyframes danceHeight5{
  from { height: 1px; }
  to { height: 15px; }
}

@-webkit-keyframes danceHeight6{
  from { height: 1px; }
  to { height: 15px; }
}

.pagetop_banner
{
    width: 100%;
    height: 80vh;
    background-color: #404040;
    position: relative;
    background-size: cover !important;
}

.content_block_01
{
    margin-top: -100px;
    position: relative;
}

.row-up
{
    padding: 5%;
}

.content_block_02
{
    background-color: #f3f3f3;
    padding-top: 50px;
    padding-bottom: 50px;
}

.profile_block1
{
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}

.profile_block1_txt
{
    padding: 10px;
    position: relative;
    display: inline-block;
}

.txt_box1
{
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.txt_box1 p
{
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.3;
}

.txt_box1 small
{
    color: #CC9933;
}

.content_block_03
{
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width:767px)
{
    .pagetop_banner
    {
        margin-top: 100px;
    }
}

@media (max-width:991px)
{
    .btn-down-main2
    {
        margin-top: 0;
        margin-bottom: 10px;
    }
}

.content_block_01 p
{
    margin-top: 0;
    margin-bottom: 0;
}

.myTab
{
    width: 100%;
}

.myTabs2>li
{
    width: 100%;
    text-align: left;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 500;
}

.pc_header1
{
    border-radius: 0;
}

.pc_header1 h4
{
    font-weight: 500;
    background-color: #CC9933;
    padding: 10px 15px;
    color: #fff;
}

.page_pixbox1
{
    width: 100%;
    position: relative;
    display: inline-block;
    z-index: 0;
}

.content_block_02-overview
{
    position: relative;
    z-index: 99;
    background-color: #fff;
    margin-top: 50px;
    padding: 30px;
    margin-bottom: 50px;
    border-left: 2px solid #CC9933;
}

.content_block_02-img
{
    padding-left: 0;
    padding-right: 0;
}

.panels1
{
    border: 0 !important;
}

.content_block_02-imgbox
{
    display: inline-block;
    position: absolute;
    left: -90px;
}

@media (max-width:767px)
{
    .content_block_02-imgbox
    {
        position: relative;
        left: 0;
        right: 0;
    }
}

.panelline
{
    border-bottom: 0 !important;
}

.thumb_txt1
{
    padding: 20px;
    margin-bottom: 30px;
    width: 90%;
    margin-top: -20px;
}

.news_txt1
{
    padding: 20px;
    margin-bottom: 30px;
    width: 90%;
    margin-top: -20px;
}

.mythumb-body
{
    padding: 0;
}

@media (max-width:767px)
{
    .thumb_txt1
    {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .news_txt1
    {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .row-up
    {
        margin-left: 0;
        margin-right: 0;
    }
}

.news_txt1 h3
{
}

.nd_btn1
{
    padding-left: 0;
    padding-right: 0;
    border-radius: 60px;
    overflow: hidden;
    margin-bottom: 50px;
    font-weight: 700;
}

.downloadlink1
{
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.mapbox1
{
    width: 90%;
    position: relative;
    display: inline-block;
    margin-bottom: -5px;
    height: 400px;
    background-color: #e3e3e3;
}

