/*---------- Hello Programmer ----------*/
.site-header .main {
    background-color: rgba(255,255,255,1);
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.15);
}
.site-header.-default .main {
    background-color: rgba(255, 255, 255,1);
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.15);
}
.site-header .main-search .link:hover {
    background-color: #ff6633;
}
.site-header .main-lang .link:hover {
    background-color: #ff6633;
}
.site-header .main-nav .link {
    color: #1d1d1d;
    line-height: 60px;
}

.site-header .main-brand .thumb {
    width: 270px;
    margin: 0;
}
.site-footer .main-info .copy{text-align: right; color: #fff; font-size: 20px; line-height: 30px;}
.whead.dark .title {
    color: #ff6633;
    font-weight: 500;
}
.title span{
    color: #0066cc;
}
.wg-about-header .desc {
    margin: 0;
    font-size: 32px;
    color: #000000;
    text-align: center;
    line-height: 1.1em;
}
.btn-primary:hover, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary:active:focus, .btn-primary.active:focus, .btn-primary:active.focus, .btn-primary.active.focus, .btn-primary:focus:hover, .btn-primary.focus:hover {
    color: #fff;
    background-color: #ff6633;
    border-color: transparent;
}
.btn-primary,.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0066cc;
    border-color: transparent;
    
}
.btn-vill-all{
 border-radius: 60px; 
}
.wg-about-list .wrapper:before {
    content: '';
    position: absolute;
    left: 100%;
    width: 128px;
    height: 1px;
    background-color: #0066cc;
}
/* font.css */
.wg-product .wrapper {
    display: table;
    width: 100%;
    height: 100vh;
    border-right: 1px solid rgba(255,255,255,0.3);
}
.wg-about-list .icon {
    display: block;
    position: relative;
    margin: auto;
    width: 170px;
    height: 170px;
    border: 2px solid #0066cc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.wg-about-list .icon:hover {

    border: 2px solid #e95d2f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.wg-about-list .icon:hover:after {
  content: '';
  position: absolute;
      top: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(255,255,255,0.3);*/
  /*border: 12px solid rgb(233, 93, 47, 0.2);*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.wg-about-list .icon:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.3);
    border: 12px solid rgb(0, 102, 204, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.wg-about-list .title {
    position: absolute;
    width: 100%;
    top: 100%;
    margin: 20px 0 0 0;
    font-size: 36px;
    font-weight: normal;
    color: #000000;
    line-height: 0.9em;
    text-align: center;
    word-break: keep-all;
}
.row-table .col-auto {
    width: 5%;
}

.site-header .main-lang{position: relative;}
.site-header .main-lang .sl-selector{}
.site-header .main-lang .sl-options{
    position: absolute;
    left:0;top: 65px;
    visibility: hidden;
}
.site-header .main-lang.active .sl-options{visibility: visible;}
.site-header .main-lang .sl-options a{
    margin: 5px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition:all 350ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition:all 350ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -webkit-transform:scale(0.3);
    transform:scale(0.3);
}
.site-header .main-lang.active .sl-options a{
    opacity: 1;
    visibility: visible;
    -webkit-transform:scale(1);
    transform:scale(1);
}
.site-header .main-lang.active .sl-options a:first-child{
    -webkit-transition-delay:0ms;
    transition-delay:0ms;
}
.site-header .main-lang.active .sl-options a:first-child+a{
    -webkit-transition-delay:100ms;
    transition-delay:100ms;
}
.btn-secondary, .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #cc171d;
    border-color: transparent;
}
.btn-secondary:hover, .btn-secondary:active:hover, .btn-secondary.active:hover, .btn-secondary:active:focus, .btn-secondary.active:focus, .btn-secondary:active.focus, .btn-secondary.active.focus, .btn-secondary:focus:hover, .btn-secondary.focus:hover {
    color: #fff;
    background-color: #000000;
    border-color: transparent;
}
.about-block .block-image {
    margin-top: 1.8em;
    margin-bottom: 1.8em;
}
.item-list figure{margin-bottom: 0;}
.item-list figure img{width: 100%;}
.item-list ul{margin: 0; padding: 0;}
.item-list li{list-style: none;}
.item-list a.link{position: relative; display: block;
    -webkit-transition:All 300ms ease;
    -moz-transition:All 300ms ease;
    -o-transition:All 300ms ease;
}
.item-list a.title{
    -webkit-transition:All 300ms ease;
    -moz-transition:All 300ms ease;
    -o-transition:All 300ms ease;
}
.item-list a.title:hover{color: #f8a901; text-decoration: none;}