    html {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    *, *:before, *:after {; -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; margin: 0; }
    body {
        /*font-family: 'Open Sans','Trirong', sans-serif !important;*/
        /*font-family: 'Roboto','rsuregular', sans-serif !important;*/
        /*font-family: 'Open Sans','rsuregular', sans-serif !important;*/
        /*font-family:'Open Sans', 'rsuregular', sans-serif !important;*/
        font-family:'Open Sans', 'Prompt', sans-serif !important;        
        padding: 0;
        margin: 0;
        background-color: #ffffff !important;
    }
  /*  @font-face {
        font-family: 'rsubold';
        src: url('fonts/rsu_bold-webfont.woff2') format('woff2'),
             url('fonts/rsu_bold-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;

    }
    @font-face {
        font-family: 'rsulight';
        src: url('fonts/rsu_light-webfont.woff2') format('woff2'),
             url('fonts/rsu_light-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;

    }
    @font-face {
        font-family: 'rsuregular';
        src: url('fonts/rsu_regular-webfont.woff2') format('woff2'),
             url('fonts/rsu_regular-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;

    }*/

/***************************************
GLOBAL
***************************************/ 
    body {
        color: #767679;
    }
    .body-wrap {
        position: relative;
    }
    input {
        border-radius: 0 !important;
    }
    p {
        font-weight: 300;
        font-size: 18px;
        color: #767679;
    }
    a:focus {
        outline: none;
    }
    .services-price p {
        font-size: 16px;
    }
    ::-webkit-input-placeholder {
        color: #ffffff;
    }
    :-moz-placeholder {
    /* Firefox 18- */
        color: #ffffff;
    }
    ::-moz-placeholder {
    /* Firefox 19+ */
        color: #ffffff;
    }
    :-ms-input-placeholder {
        color: #ffffff;
    }
    /* Webkit */

    ::selection {
        background: #db1d4d;
        color: #ffffff;
    }
    /* Gecko/Mozilla */

    ::-moz-selection {
        background: #db1d4d;
        color: #ffffff;
    }

    .bx-row {
        width: 100%;
        float: left;
    }
    a:focus, a:hover {
        text-decoration: none !important;
        color:#000000;
    }
    .row {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
    [class^='col'] {
        float: left;
        padding: 0 7.5px;
    }


/***************************************
SIDEBAR RESPONSIVE
***************************************/ 
    body.active{
        overflow: hidden;
        position: fixed;
        width: 100%;
        height: 100%;
    }
    .main-wrap{
        -webkit-transition: -webkit-transform .3s;
        transition: transform .3s;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .main-wrap.active{
        -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
        transform: translateX(300px);
        height: 100%;
    }
    .body-wrapper {
        -webkit-transition: -webkit-transform .3s;
        transition: transform .3s;
    }
    .bg-dark{
        z-index: 100;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        background-color: #000;
        opacity: 0;
        -webkit-transition: opacity .3s,width 0s .3s,height 0s .3s;
        transition: opacity .3s,width 0s .3s,height 0s .3s;
        overflow: hidden;
        position: fixed;
    }
    .bg-dark.active{
        width: 100%;
        height: 100%;
        opacity: .7;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }
    .bg-skindark{
        z-index: 50;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000000;
        position: fixed;
        display: none;
    }
    .bg-skindark.active{
        width: 100%;
        height: 100%;
        opacity: 1;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }


/***************************************
BACK-TO-TOP 
***************************************/
    span#top-link-block {
        position: fixed;
        right: 3%;
        bottom: 3%;
        z-index: 50;
        display: none;
    }
    span#top-link-block a {
        opacity: 0.8;
        font-size: 22px;
        border: 2px solid #e8e8e8;
        width: 60px;
        float: left;
        height: 60px;
        line-height: 33px;
        text-decoration: none;
        padding: 11px 18px;
        border-radius: 52px;
    }
    span#top-link-block a:hover {
        transition: all 0.35s;
        border-color: #db1d4d;
        background-color: #db1d4d;
        color: #cccccc;
    }
    span#top-link-block a {
        color: #b0b0b0;
    }

/***************************************
BREADCRUMBS
***************************************/
    .bread-crumb {
        margin: 0;
    }
    .breadcrumb {
        margin: 0;
        background-color: #ffffff;
        border-radius: 0;
        padding: 0 0 0 190px;
        position: relative;
        margin-bottom: 15px;
        margin-top: 15px;
        height: 50px;
    }
    .breadcrumb a {
        color: #999999;
        font-size: 14px;
        line-height: 50px;
        font-weight: 300;
    }   
    .breadcrumb>li>span {
        display: inline-block;
        float: left;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #000;
        color: #e1e1e1;
        margin: 0;
        width: 150px;
        font-size: 14px;
        font-weight: 300;
        padding: 0;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }
    .breadcrumb>li:nth-child(1) {
        padding-left: 0;
        padding-right: 10px;
        position: absolute;
        top: 0;
        left: 0;
        float: left;
        width: 180px;
        height: 50px;
        overflow: hidden;
    }
    .breadcrumb>li>span:after{
        -moz-transform: skew(45deg, 0);
        -ms-transform: skew(45deg, 0);
        -webkit-transform: skew(45deg, 0);
        transform: skew(45deg, 0);
        content: "";
        height: 50%;
        width: 1px;
        background: #000;
        border-right: 1px solid #000;
        position: absolute;
        top: 0;
        right: -12px;
        z-index: 1;
    }
    ul.bread-crumbs li:before {
        -moz-transform: skew(-45deg, 0);
        -ms-transform: skew(-45deg, 0);
        -webkit-transform: skew(-45deg, 0);
        transform: skew(-45deg, 0);
        content: "";
        height: 51%;
        width: 1px;
        background: #d2e6e6;
        border-right: 1px solid #d2e6e6;
        position: absolute;
        bottom: 0;
        right: -15px;
        z-index: 1;
    }
    .breadcrumb>li>span:before {
        -moz-transform: skew(-45deg, 0);
        -ms-transform: skew(-45deg, 0);
        -webkit-transform: skew(-45deg, 0);
        transform: skew(-45deg, 0);
        content: "";
        height: 50%;
        width: 1px;
        background: #000;
        border-right: 1px solid #000;
        position: absolute;
        bottom: 0;
        right: -12px;
        z-index: 1;
    }
    .breadcrumb>li>span:after {
        width: 25px;
        background: #000;
    }
    .breadcrumb>li>span:before {
        width: 25px;
        background: #000;
    }
    .breadcrumb>li+li:nth-child(2):before {
        color: #fff !important;
        display: none;
    }
    ol.breadcrumb > li:before {
        color: #2c3d51;
    } 

/***************************************
QODE BUTTON
***************************************/
    .qode-btn {
        min-width: 180px;
        width: auto;
        height: 50px;
        float: left;
        padding: 0 10px 0 0;
        margin: 0;
        cursor:pointer;
    }
    .qode-text {
        line-height: 50px;
        font-size: 14px;
        color: #ffffff;
        font-weight: 400;
    }
    .qode-icon {
        width: 50px;
        height: 50px;
        float: left;
        text-align: center;
        line-height: 50px;
        color: #ffffff;
        padding: 0;
        margin: 0;
        margin-right: 10px;       
    }
    .i-con {
        position: relative;
        top: 8px;
    }
    .widget-tel {
        background-color: #8cba33;
    }
    .qode-btn.widget-tel > .qode-icon {
        background: #80a925;
    }
    .qode-btn.widget-download {
        background-color: #cb564c;
    }
    .qode-btn.widget-download > .qode-icon {
        background-color: #ad3a34;
    }


/***************************************
ENTRY SOCIAL
***************************************/
    .entry-social {
        padding: 0;
        margin: 0;
        float: left;
    }
    .social-element {
        list-style:none;
        float:left;
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 50px;
        font-size: 18px;
        color: #ffffff;
        cursor:pointer;
    }
    .social-element.facebook {
        background-color: #3b5999;
    }
    .social-element.twitter {
        background-color: #6ac1f4;
    }
    .social-element.instargram {
        background-color: #3f729b;
    }
    .social-wrap {
        position: relative;
        float: left;
        width: auto;
    }
    .entry-social.dropdown-menu {
        padding: 0;
        margin: 0 !important;
        min-width: auto;
        box-shadow: 0 6px 12px rgba(255, 252, 252, 0.175);
        border: 0;
    }
    .entry-social.dropdown-menu {
        display: block;
        position: relative;
    }

/***************************************
LOGO RESPONSIVE
***************************************/
    .logo-respons {
        width: 70px;
        height: 50px;
        margin: 0;
        padding: 0;
        cursor: pointer;
        background-color: transparent;
        position: relative;
        display: none;
    }
    .logo-respons > figure,
    .logo-respons > figure > a {
        height: 100%;
    }
    .logo-respons > figure > a > img {
        max-width: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

/***************************************
BOTTON
***************************************/
    button.btn,
    .btn {
        outline: none;
        border-radius: 0;
        height: 50px;
        width: 50px;
        padding: 0;
        margin: 0;
        color: #ffffff;
        font-size: 18px;
        border: 0 !important;
        float: left;
    }

    button.btn:focus,
    button.btn:focus {
        outline : transparent !important;
        color:#ffffff;
    }

    .btn-cahin {
        position:relative;
        display: none;
        background-color: #8cba33;     
    }
    .btn-cahin > i {
        position:relative;
        top: 3px;
    }
    .btn-cahin:hover{
        color:#ffffff;
    }
    .btn-cahin:focus{
        background-color: #8cba33;  
        color:#ffffff; 
    }

/***************************************
NAV ABOVE
***************************************/
    .nav-above {
        height: 50px;
        background-color: #21405c;
    } 
    .welcome-text{
        line-height: 50px;
        margin: 0;
        font-size: 17px;
        height: 50px;
        overflow: hidden;
        width: 300px;
        font-weight: 300;
        color: #ffffff;
        float: left;
        padding: 0 10px;
    }

/***************************************
NAV BOTTOM
***************************************/
    .nav-bottom {
        height: 100px;
        background-color: #33526e;
        position: relative;
    }
    .logo-wrap {
        max-width: 320px;
        float: left;
        height: 100px;
        position: relative;
    }
   .logo-main {
        width: 100px;
        height: 100px;
        float: left;
        position: absolute;
    }
    .logo-main > figure, 
    .logo-main > figure > a {
        height: 100%;    
    }
    .logo-main > figure > a > img {
        max-width: 100%;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .text-main {
        width: 100%;
        float: left;
        padding: 0 0 0 110px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .keytext {
        font-family: 'Open Sans', sans-serif;
        margin: 0 4px 5px 0;
        float: left;
        font-size: 25px;
        font-weight: 700;
    }
    .keytext:nth-of-type(1) {
        color: #43bae5;
    }
    .keytext:nth-of-type(2) {
        color: #e9d55c;
    }
    .main-text {
        font-size: 14px;
        font-weight: 300;
        color: #ffffff;
        width: 100%;
        text-align: left;
        margin: 0;
        position: relative;
    }


/***************************************
NAV BOTTOM -- CHAIN RIGHT
***************************************/
    .chain-right {
        height: 100px;
        float: left;
        position: relative;
        display: block;
    }
    .btn-cycle {
        position: relative;
        width: 50px;
        height: 50px;
        line-height: 50px;
        float: left;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        background-color: #264561;
        border: 1px solid #385c7c;
        border-radius: 50%;
        cursor: pointer;
        color: #ffffff;
        margin-left: 15px;
    }
    .btn-searching > i,
    .btn-cycle.btn-downloading > i {
        font-size: 18px;
        position: relative;
        top: 5px;
    }
    .btn-cycle:hover {
        color: #43bae5;
    }
    .btn-cycle > i:hover {
        color: #43bae5;
    }
    .btn-cycle.btn-downloading.responsive {
        display: none;
    }
    .sub-languages.dropdown-menu {
        width: 50px;
        min-width: 50px;
        right: 0;
        left: inherit;
        text-align: center;
        padding: 0;
    }
    .sub-languages.dropdown-menu > li {
        position: relative;
        height: 50px;
        border-bottom: 1px solid #13334f !important;
    }
    .sub-languages.dropdown-menu > li:last-child {
        border: 0;
    }

    .sub-languages.dropdown-menu > li > a {
        padding: 0;
        line-height: 49px;
        background-color: #264561;
        color: #ffffff;
        cursor: pointer;
        font-size: 14px;
    }
    .sub-languages.dropdown-menu > li > a:hover,
    .sub-languages.dropdown-menu > li > a:focus{
        background-color:#13334f;
        color:#ffffff;
    }

/***************************************
NAV BOTTOM -- NAV BAR
***************************************/
    .navbar {
        padding: 0;
        margin: 0;
        height: 100px;
        position: relative;
        border: 0;
        float: left;
    }
    .navbar > li {
        list-style: none;
        float: left;
        height: 100px;
        position: relative;
    }
    .navbar > li > a {
        padding: 0 5px 0 20px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        float: left;
        font-size: 17px;
        font-weight: 300;
        color: #ffffff;
        transition: all 0.15s;
        cursor: pointer;
    }
    .navbar > li > a:hover {
        color: #43bae5;
    }
    .icon-after {
        font-size: 14px;
    }
    .navbar-dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 200px;
        padding: 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }
    .navbar-dropdown > li {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #13334f !important;
    }
    .navbar-dropdown > li > a {
        width: 100%;
        float: left;
        padding: 0 10px;
        background-color: #264561;
        color: #ffffff;
        line-height: 39px;
        font-size: 14px;
        font-weight: 300;
    }
    .navbar-dropdown > li > a:hover,
    .navbar-dropdown > li > a:focus{
        background-color:#13334f;
        color:#ffffff;
    }

    .btn-navbar > i {
        position: relative;
        top: 7px;
        color:#264561;
        transition: all 0.25s;
    }
    .btn-navbar {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
        display: none;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: left;
        cursor: pointer;
    }
    .btn-navbar:hover i {
        color: #0098d7;
    }
    
/***************************************
FOOTER CONTACT
***************************************/
    .ft-contact {
        width: 100%;
        float: left;
        background-color: #0098d7;
        /* padding-bottom: 10px; */
    }
    .ft-title {
        color: #ffffff;
        font-weight: 700;
        font-size: 20px;
    }
    .ft-lint {
        border-top: 3px solid #ffffff;
    }
    .ft-subtitle {
        min-width: 120px;
        float: left;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        margin-right: 15px;
    }
    .ft-desc {
        color: #ffffff;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }
    
/***************************************
FOOTER MAP
***************************************/
    .ft-map {
        width: 100%;
        float: left;
        position: relative;
    }
    .google-map-canvas{
        margin-bottom: 0 !important;
    }

/***************************************
FOOTER NAVIGATION
***************************************/
    .ft-navigate {
        width: 100%;
        float: left;
        background-color: #0098d7;
    }
    .ft-text {
        font-size: 16px;
        color: #ffffff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.15s;
    }
    .ft-content {
        width: 250px;
        float: left;
        padding: 0 0 0 50px;
        position: relative;
        height: 40px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .ft-content a.ft-text:hover{
        color: #21405c;
    }
    .ft-content a.ft-text:focus {
        color: #ffffff;
    }
    .ft-img {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        left: 0;        
    }
    .ft-img > figure {
        height: 100%;
    }
    .ft-img > figure img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 33px;
    }

    .item-navigate {
        height: 100px;
        position: relative;
        float: left;
        border-right: 1px solid #4f7ba3;
    }
    .item-navigate:first-child {
        border-right: 1px solid #4f7ba3;
        border-left: 1px solid #4f7ba3;
    }


/***************************************
FOOTER LEAVE
***************************************/
    .ft-leave {
        width: 100%;
        float: left;
        background-color: #33526e;
    }
    .leave-content {
        height: 100px;
    }
    .leave-img {
        float: left;
        height: 100px;
        position: absolute;
        width: 350px;
    }
    .leave-img > figure {
        height: 100%;
    }
    .leave-img > figure img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 350px;
    }
    .leave-detail {
        height: 100px;
        position: relative;
    }
    .leave-detail:last-child {
        border-right: 1px solid #21405c;
    }
    .leave-detail:first-child {
        border-left: 1px solid #21405c;
    }
    .leave-group {
        height: 100px;
        float: right;
    }
    .leave-mail {
        float: left;
        height: 50px;
        position: relative;
        padding: 0 15px 0 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .leave-form {
        float: left;
        height: 50px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        padding: 0 70px 0 10px;
        right: 0;
    }
    .leave-text {
        font-size: 16px;
        float: left;
        line-height: 22px;
        color: #ffffff;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        font-weight: 300;
    }
    .regis-icon {
        float: left;
        color: #ffffff;
        font-size: 25px;
        margin: 0 7px 0 0;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .leave-icon {
        height: 50px;
        width: 70px;
        border-radius: 0 4px 4px 0;
        background-color: #56cbf6;
        color: #33526e;
        text-align: center;
        line-height: 50px;
        font-size: 32px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }
    .leave-input {
        height: 50px;
        width: 350px;
        border: 0;
        outline: none;
        padding: 0 10px;
        color: #ffffff;
        font-size: 14px;
        line-height: 50;
        background-color: #2d4c68;
        border: 1px solid #506379;
        font-weight: 300;
    }
    input.leave-input::-webkit-input-placeholder {
       color: #cccccc;
       font-size:14px;
    }
    input.leave-input:-moz-placeholder { /* Firefox 18- */
       color: #cccccc;
       font-size:14px;
    }
    input.leave-input::-moz-placeholder {  /* Firefox 19+ */
       color: #cccccc; 
       font-size:14px; 
    }
    input.leave-input:-ms-input-placeholder {  
       color: #cccccc;  
       font-size:14px;
    }
    input.leave-input:focus::-webkit-input-placeholder {
       color: transparent;
       font-size:14px;
    }
    

/***************************************
FOOTER BOTTOM
***************************************/
    .ft-bottom {
        background-color: #21405c;
        min-height: 50px;
        line-height: 50px;
        text-align: center;
        color: #dddddd;
        width: 100%;
        float: left;
    }
    .ft-bottom i {
        line-height: 50px;
        position: relative;
        top: 5px;
        margin: 0 5px 0 5px;
        font-size: 20px;
    }
    .ft-bottom a {
        color: #ffffff;
        font-weight: 600;
    }
    .ft-bottom a:hover, .ft-bottom a:focus {
        color: #0098d7;
    }

/************************
SLIDE ONE TIME
*************************/
    .one-time{
        width: 100%;
        float: left;
        cursor: pointer;
        margin-bottom: 0 !important;
        position: relative;
    }
    .one-time button.slick-next,
    .one-time button.slick-prev{
        width: 50px;
        height: 100%;
        text-align: center;
        background-color: transparent;
        color: transparent;
        font-size: 25px;
        z-index: 5;
    }
    .one-time .slick-list.draggable {
        overflow: hidden;
    }
    .one-time button.slick-next{
        position: absolute;
        top: 50%;
        right: 0;
        transition: all 0.25s;
        width: 200px;
    }
    .one-time button.slick-prev{
        position: absolute;
        top: 50%;
        left: 0;
        transition: all 0.25s;
        width: 200px;
        opacity: .5;
    }
    .one-time button.slick-next:before,
    .one-time button.slick-prev:before{
        font-family: FontAwesome;
        content: "\203a";
        top: 45%;
        right: 0;
        position: absolute;
        font-size: 35px;
        text-shadow: 0px 0px 0.1px #999999 !important;
        color: #ffffff;
        float: right;
        z-index: 6;
        font-weight:100;
        width: 100%;
        opacity: 0.5;
    }
    .one-time button.slick-prev:before{
        content: "\2039";
        left: 0;
        top: 45%;
        width: 100%;
    }
    .one-time button.slick-prev:hover{
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x;
    }
    .one-time button.slick-prev:hover:before{
        opacity:1;
    }
    .one-time button.slick-next:hover{
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x;
    }
    .one-time button.slick-next:hover:before{
        opacity:1; 
    }
    .one-time button.slick-next:hover:before,
    .one-time button.slick-prev:hover:before{
        color:#ffffff !important;
    }
    .bx-slideOne {
        max-height: 595px;
        height:auto;
    }
    .one-time [class^='col'] {
        padding:0;
    }
    .bx-slideOne img {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .one-time .slick-dots {
        bottom: 25px;
    }
    .one-time .slick-dots li button:before{
        font-size:12px;
    }
    .one-time .slick-dots li.slick-active button:before{
        color:#ffffff;
    }

/************************
POSTER
*************************/
    .bg-poster {
        width: 100%;
        float: left;
        position: absolute;
        height: 100%;
    }
    .poster {
        width: 100%;
        float: left;
        min-height: 599px;
        position: relative;
        overflow: hidden;
    }
    .bg-poster > figure {
        height: 100%;
    }
    .bg-poster > figure img {
        min-width: 1140px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .content-poster {
        position: relative;
        min-width: 590px;
        width: 590px;
        margin: 100px auto 0;
        color: #ffffff;
        font-size: 14px;
    }
    .poster-title {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 27px;
        text-align: center;
        font-weight: 600;
    }
    .poster-subtitle {
        font-size: 24px;
        text-align: center;
        color: #ffffff;
        font-weight: 400;
    }
    .content-poster p {
        color: #ffffff;
        font-size: 18px;
        text-indent: 50px;
        font-weight: 300;
    }


/************************
CUE
*************************/
    .cue {
        height: 62px;
        margin: 15px 0;
        background-color: #ffffff;
        padding: 0;
        position: relative;
        border: 1px solid #eeeeee;
        line-height: 60px;
        text-align: center;
        font-size: 18px;
        color: #000000;
        font-weight: 500;
    }
    .cue-title {
        font-size: 16px;
        color: #000000;
        font-weight: 500;
        width: 100%;
        float: left;
        padding: 0 350px 0 310px;
    }
    .cue-icon {
        height: 60px;
        width: 60px;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        line-height: 60px;
        background-color: #0098d7;
        font-size: 30px;
    }
    .cue-left {
        width: 310px;
        position: absolute;
        height: 60px;
        padding: 0 0 0 60px;
        text-align: center;
        line-height: 60px;
        font-size: 20px;
        color: #ffffff;
        top: 0;
        left: 0;
    }
    .cue-text {
        width: 100%;
        height: 100%;
        float: left;
        background-color: #44c1ef;
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
    }
    .cue-rightgroup {
        float: right;
        height: 60px;
        position: absolute;
        top: 0;
        right: 0;
        width: 120px;
    }
    .cue-right {
        position: absolute;
        height: 60px;
        background-color: #fafafa;
        min-width: 350px;
        width: auto;
        padding: 0 120px 0 0;
        line-height: 60px;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        top: 0;
        right: 0;
        border-left: 1px solid #eeeeee;
        color: #777;
        word-break: break-all;
    }
    .more-icon {
        height: 60px;
        width: 60px;
        text-align: center;
        line-height: 60px;
        float: left;
        background-color: #44c1ef;
        font-size: 30px;
        color: #ffffff;
        cursor: pointer;
        transition: all 0.15s;
        top: 0;
        right: 0;
        position: absolute;
    }
    .more-icon > i {
        position: relative;
        top: -2px;
    }
    .more-icon:hover {
        background-color: #21405c;
        color:#ffffff;
    }
    .list-icon {
        width: 60px;
        height: 60px;
        float: left;
        line-height: 60px;
        background-color: #0098d7;
        text-align: center;
        color: #ffffff;
        font-size: 30px;
        cursor: pointer;
        transition: all 0.15s;
        position: absolute;
        right: 60px;
        z-index: 5;
    }
    .list-icon:hover {
        background-color: #21405c;
    }

/************************
TAB CONTENT
*************************/
    .bx-content {
        border: 1px solid #eeeeee;
        padding: 15px;
    }
    .content-desc {
        font-size: 16px;
        color: #bebebe;
        text-indent: 50px;
        margin-bottom: 15px;
        font-weight: 300;
    }
    .content-subtitle {
        font-size: 18px;
        font-weight: 400;
        color: #000000;
    }
    .content-title {
        font-size: 22px;
        font-weight: 500;
        color: #000000;
    }
    .bx-fullimg {
        position: relative;
        height: auto;
    }
    .bx-fullimg img {
        width: 100%;
    }
    .content-img {
        width: 100%;
        float: left;
        position: relative;
    }
    .content-img img {
        width: 100%;
        height: auto;
    }

/************************
PORTFOLIO
*************************/
    .port-content {
        border: 1px solid #eeeeee;
        position: relative;
        transition: all 0.25s;
    }
    .port-link {
        width: 100%;
        float: left;
        height: 60px;
        line-height: 60px;
        color: #bebebe;
        padding: 0 10px;
        font-size: 16px;
        transition: all 0.15s;
    }
    .icon-link {
        float: right;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
    }
    .port-img {
        width: 100%;
        float: left;
        height: 250px;
        overflow: hidden;
        position: relative;
    }
    .port-img > figure {
        height: 100%;
    }
    .port-img > figure img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%;
    }
    .port-content:hover .port-link > i {
        color: #0098d7;
    }
    .port-link:hover {
        color: #000000;
    }
    .port-content:hover .port-link {
        color: #0098d7;
    }
    .port-link:hover i{
        color: #0098d7;
    }
    .port-content:hover {
        box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.14);
        transition: all 0.25s;
    }

/************************
ARTICLE
*************************/
    .port-templates {
        transition: all 0.25s;
    }
    .port-templates:hover{
        box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.14);
        transition: all 0.25s;
    }
    .templates-img {
        width: 100%;
        float: left;
        height: 190px;
        overflow: hidden;
        position: relative;
        border-left: 1px solid #eeeeee;
        border-right: 1px solid #eeeeee;
    }
    .templates-img > figure {
        height: 100%;
    }
    .templates-img > figure img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%;
    }
    .templates-desc {
        height: 150px;
        width: 100%;
        float: left;
        overflow: hidden;
        padding: 15px;
        border-left: 1px solid #eeeeee;
        border-right: 1px solid #eeeeee;
        font-size: 16px;
        font-weight: 300;
        text-align: center;
        color: #bebebe;
        transition: all 0.25s;
    }
    .templates-desc article {
        height: 94%;
        overflow: hidden;
    }
    .port-templates:hover .templates-desc {
        color: #777777;
    }
    .templates-more {
        width: 100%;
        float: left;
        height: 50px;
        text-align: center;
        color: #767679;
        font-size: 30px;
        cursor: pointer;
        position: relative;
        border: 1px solid #eeeeee;
        transition: all 0.15s;
    }
    .templates-more:hover {
        color: #0098d7;
    }
    .port-templates:hover .templates-more {
        color: #0098d7;
    }
    .templates-more > i{
        font-size: 30px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .templates-more > span{
        
font-size: 15px;
        
position: relative;
        
top: -3px;
    }
    .templates-title {
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 18px;
        width: 100%;
        float: left;
        color: #000000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border: 1px solid #eeeeee;
    }
    .templates-author {
        padding: 0;
        margin: 0;
        height: 50px;
        width: 100%;
        float: left;
        border-bottom: 1px solid #eeeeee;
        border-left: 1px solid #eeeeee;
    }
    .templates-author > li {
        float: left;
        width: 25%;
        text-align: center;
        list-style: none;
        color: #767679;
        font-size: 12px;
        height: 100%;
        position: relative;
        border-right: 1px solid #eeeeee;
    }
    .templates-author > li > i {
        font-size: 20px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .templates-author > li > span {
        line-height: 50px;
    }


/************************
LIST 
*************************/
    .dropdown-list {
        z-index: 20;
        position: absolute;
        /* background-color: #fafafa; */
        margin-top: 3px;
        padding: 0;
        width: 100%;
        float: left;
        border-top: 1px solid #eeeeee;
        border-left: 1px solid #eeeeee;
        border-right: 1px solid #eeeeee;
        left: 0;
        display: none;
    }
    .dropdown-list > li {
        list-style: none;
        width: 100%;
        float: left;
        border-bottom: 1px solid #eeeeee;
    }
    .dropdown-list > li > a {
        color: #767679 !important;
        font-size: 16px;
        font-weight: 300;
        width: 100%;
        float: left;
        background-color: #ffffff !important;
        height: 60px;
        line-height: 60px;
    }
    .dropdown-list > li > a:hover {
        background-color: #fafafa !important;
    }



/************************
PORTFOLIO PAGE 
*************************/
    .all-portfolio .list-icon {
        right: 0 !important;
    }
    .header-title {
        height: 60px;
        margin: 0;
        padding: 0 20px 0 0;
        line-height: 60px;
        float: left;
        color: #444444;
        font-weight: 500;
        font-size: 30px;
    }
    .line-title {
        height: 60px;
        line-height: 60px;
    }
    .line-title > hr {
        margin: 0;
        top: 50%;
        position: relative;
        border-top: 1.5px solid #eeeeee;
    }


/************************
PAGINATION
*************************/
    .pagi-box {
        float: right;
        width: 75%;
        padding-left: 3.5px;
    }
    .pagination-wrap {
        height: fit-content;
        background-color: #ffffff;
        margin-bottom: 15px;
        position: relative;
        border: 1px solid #e5e5e5;
    }
    .first {
        width: 120px;
        float: left;
        background-color: #fafafa;
        height: 50px;
        line-height: 50px;
        text-align: center;
        text-transform: uppercase;
        transition: all 0.25s;
    }
    .first>a,
    .last>a,
    .re-last a,
    .re-first a{
        color: #000000 !important;
    }
    .last {
        width: 120px;
        float: right;
        background-color: #fafafa;
        height: 50px;
        text-align: center;
        line-height: 50px;
        text-transform: uppercase;
    }
    .pagination-inner {
        float: left;
    }
    .pagination-inner ul {
        padding: 0;
        margin: 0;
    }
    .pagination-inner ul li {
        float: left;
        width: 30px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        list-style:none;
    }
    .pagi-icon {
        width: 50px;
        height: 50px;
        float: left;
        background-color: #ffffff;
        line-height: 50px;
        text-align: center;
        border-right: 1px solid #eeeeee;
        border-left: 1px solid #eeeeee;
    }
    .pagi-icon i {
        font-size: 25px;
    }
    .icon-right,
    .icon-left {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        position: relative;
        top: 13px;
        font-size: 40px;
    }
    .pagi-right {
        float: right;
    }
    .pagi-right-wrap {
        float: right;
    }
    .pagination-inner ul li.pagi-go {
        background-color: #fafafa;
        width: 50px;
        border-right: 1px solid #eeeeee;
        border-left: 1px solid #eeeeee;
    }
    .pagination-inner ul li.pagi-go a {
        color: #000000;
    }
    .pagination-inner ul li.pagi-dot {
        width: 50px;
    }
    .pagination-inner ul li:last-child {
        /* width: 50px; */
    }
    .pagination-wrap a {
        /* width: 100%; */
        float: left;
        color: #999999;
        transition: all 0.15s;
    }
    .pagination-wrap a:hover {
        color: #0098d7 !important;
        transition: all 0.25s;
    }
    .re-first {
        width: 50px;
        height: 50px;
        background-color: #fafafa;
        float: left;
        text-align: center;
        line-height: 50px;
        display: none;
        transition: all 0.25s;
    }
    .re-last {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background-color: #fafafa;
        float: left;
        display: none;
    }
    .first:hover,
    .pagi-icon:hover,
    .re-first:hover,
    .pagination-inner ul li a:hover,
    .last:hover,
    .re-last:hover {
        transition: all 0.15s;
        background-color: #0098d7;
    }
    .pagination-wrap a:hover{
        transition: all 0.15s;
        color:#ffffff !important;
    }
    .pagination-inner ul li.active {
        background-color: #fafafa;
    }
    .pagination-inner ul li.active a {
        color: #ffffff;
        background-color: #0098d7;
    }


/************************
RELATED
*************************/
    .cue.cue-related {
        border: 0;
        height: 60px;
        margin-top: 0;
    }
    .cue.cue-related .cue-left {
        width: 100%;
        margin-bottom: 15px;
    }
    .desc-thumbnail {
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }
    .desc-thumbnail > figure {
        height: 100%;
    }
    .desc-thumbnail > figure img {
        width: 100%;
    }
    .desc-detail img {
        float:left;
        width: auto;
        max-width: 100%;
        margin-bottom: 15px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .desc-detail iframe {
        max-width: 100%;
        margin-bottom: 15px;
    }
    .related-content {
        border: 1px solid #eeeeee;
        position: relative;
        padding: 10px 10px 10px 120px;
        height: 120px;
        transition: all 0.25s;
    }
    .related-content:hover {
        box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.14);
        transition: all 0.25s;
    }
    .related-img {
        width: 100px;
        height: 100px;
        position: absolute;
        top: 10px;
        left: 10px;
        overflow: hidden;
    }
    .related-img > figure {
        height:100%;
    }
    .related-title {
        margin: 0;
        padding: 0;
        height: 30px;
        line-height: 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
        color: #0098d7;
        font-weight: 500;
    }
    .related-title > a {
        color: #0098d7;
    }
    .related-desc {
        margin: 0;
        padding: 0;
        height: 62px;
        line-height: 20px;
        overflow: hidden;
        font-size: 14px;
        color: #000000;
        font-weight: 300;
    }
    .text-title {
        font-size: 22px;
        float: left;
        width: 100%;
        color: #000000;
        margin: 0 0 15px 0;
    }
    .contact-title{
        font-size: 20px;
        font-weight: 600;
        width: 100%;
        color: #000000;
        margin: 0 0 10px 0;
        line-height: 25px;
    }
    .contact-detail p {
        color: #999999;
        text-indent: 50px;
        font-size: 16px;
    }

    .ct-subtitle {
        min-width: 200px;
        float: left;
        color: #000000;
        font-size: 18px;
        font-weight: 500;
        margin-right: 15px;
    }
    .ct-desc {
        color: #999999;
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
    }
    .ct-vision:nth-of-type(3) .ct-subtitle {
        min-height: 120px;
    }

/************************
FORM INPUT
*************************/
    .form-info {
        width: 100%;
        float: left;
        background-color: #fafafa;
        padding: 15px;
        border: 1px solid #ebebeb;
    }
    .input-info {
        width: 100%;
        float: left;
        padding: 0 10px 0 10px;
        outline: none;
        height: 60px;
        line-height: 60px;
        border: 1px solid #ebebeb;
        font-size: 14px;
        background-color: #ffffff;
        font-weight: 400;
    }
    textarea.input-info {
        height: auto;
    }
    .btn.btn-submitForm {
        width: 100%;
        position: relative;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background-color: #43c2ef;
        transition: all 0.25s;
    }
    .form-icon {
        width: 85px;
        position: absolute;
        top: 0;
        left: 0;
        line-height: 60px;
        background-color: #0098d7;
        font-size: 40px;
    }
    .btn.btn-submitForm:hover {
        color: #ffffff;
        background-color:#21405c;
    }
    .input-info::-webkit-input-placeholder {
        color: #cccccc;
        font-size: 14px;
        font-weight: 300;
    }
    .input-info:focus::-webkit-input-placeholder {
        color: transparent;
    }
    .input-info:-moz-placeholder {
    /* Firefox 18- */
        color: #cccccc;
        font-size: 14px;
        font-weight: 400;
    }
    .input-info:focus:-moz-placeholder {
    /* Firefox 18- */
       color: transparent;
       font-weight: 400;
    }
    .input-info::-moz-placeholder {
    /* Firefox 19+ */
        color: #cccccc;
        font-size: 14px;
        font-weight: 400;
    }
    .input-info:focus::-moz-placeholder {
    /* Firefox 19+ */
        color: transparent;
    }
    .input-info:-ms-input-placeholder {
        color: #cccccc;
        font-size: 14px;
        font-weight: 400;
    }
    .input-info:focus:-ms-input-placeholder {
        color: transparent;
    }

/************************
CONTACT GROUPBOX
*************************/
    .contact-groupbox {
        width: 100%;
        float: left;
        padding: 15px 15px 0 15px;
        background-color: #fafafa;
        margin-bottom: 15px;
        border: 1px solid #ebebeb;
    }
    .info-block {
        height: 90px;
        position: relative;
        padding: 10px 10px 10px 100px;
        margin: 0;
        border: 1px solid #ebebeb;
        border-width: 1px 1px 1px 0;
        overflow: hidden;
        background-color: #ffffff;
    }
    .info-desc {
        width: 100%;
        float: left;
        position: relative;
        padding: 0;
        top: 50%;
        transform: translateY(-50%);
        overflow: hidden;
        font-size: 16px;
        font-weight: 300;
        color: #000000;
    }
    .info-blockIcon {
        width: 90px;
        height: 90px;
        position: absolute;
        top: 0px;
        left: 0;
        font-size: 30px;
        text-align: center;
        line-height: 90px;
        color: #ffffff;
        background-color: #ee2d24;
    }
    .info-blockIcon > img {
        width: 35px;
        overflow: hidden;
        position: relative;
        top: -5px;
    }
    .contact-groupbox [class^='col']:nth-of-type(1) .info-blockIcon {
        background-color: #f6bb43;
    }
    .contact-groupbox [class^='col']:nth-of-type(2) .info-blockIcon {
        background-color: #e9573e;
    }
    .contact-groupbox [class^='col']:nth-of-type(3) .info-blockIcon {
        background-color: #b276d8;
    }
    .contact-groupbox [class^='col']:nth-of-type(4) .info-blockIcon {
        background-color: #d870ad;
    }
    .contact-groupbox [class^='col']:nth-of-type(5) .info-blockIcon {
        background-color: #4b89dc;
    }

/************************
EFFECT
*************************/
    .navFix {
        position: fixed !important;
        top: -100%;
        left: 0;
        width: 100%;
        z-index: 6;
        height: 100px;
    }
    .fadedown{
        top: 0 !important;
        transition: all 0.35s;
    }

/************************
SEARCH
*************************/
    .search-form {
        position: absolute;
        top: 0;
        left: 0;
        height: 100px;
        width: 100%;
        background-color: #ffffff;
        box-shadow: 10px 5px 10px rgba(0,0,0,.05);
        display: none;
        z-index: 100;
    }
    .form-holder {
        width: 100%;
        height: 100px;
        float: left;
        position: relative;
        padding: 0 24px 0 0;
    }
    .icon-close {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }
    .icon-close:hover {
        color: #21405c;
    }
    .icon-submit {
        position: absolute;
        right: 35px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        border: 0;
        background: transparent;
        outline: none;
    }
    .icon-submit > i {
        position: relative;
        top: 2px;
        font-size: 24px;
    }
    .icon-submit:hover{
        color:#21405c;
    }
    .search-field {
        width: 100%;
        height: 100%;
        outline: none;
        border: 0;
        padding: 0 40px 0 10px;
        line-height: 100px;
        font-size: 16px;
    }
    .search-field::-webkit-input-placeholder {
        color: #999999;
        font-size: 14px;
        font-weight: 300;
    }
    .search-field:focus::-webkit-input-placeholder {
        color: transparent;
    }
    .search-field:-moz-placeholder {
    /* Firefox 18- */
        color: #999999;
        font-size: 14px;
        font-weight: 400;
    }
    .search-field:focus:-moz-placeholder {
    /* Firefox 18- */
       color: transparent;
       font-weight: 400;
    }
    .search-field::-moz-placeholder {
    /* Firefox 19+ */
        color: #999999;
        font-size: 14px;
        font-weight: 400;
    }
    .search-field:focus::-moz-placeholder {
    /* Firefox 19+ */
        color: transparent;
    }
    .search-field:-ms-input-placeholder {
        color: #999999;
        font-size: 14px;
        font-weight: 400;
    }
    .search-field:focus:-ms-input-placeholder {
        color: transparent;
    }


/************************
DOWNLOAD DROP
*************************/
    .download-list {
        width: 380px;
        margin: 15px;
        padding: 15px;
        text-align: left;
        border:1px solid #eeeeee;
        background-color: #ffffff;
        position: relative;
        float: left;
        left: 50%;
        transform: translateX(-50%);
        z-index: 500;
        position: absolute;
        display: none;       
    }   
    .download-head {
        text-align: left;
        font-size: 18px;
        font-weight: 400;
        width: 100%;
        float: left;
        color: #000000;
        background-color: #ffffff;
        padding-bottom: 5px;
        border-bottom: 2px solid #000000;
        margin-bottom: 15px;
    }
    .close-download {
        position: absolute;
        top: 0;
        right: 0;
        color: #ee2d24;
        cursor: pointer;
        padding: 0 0 15px 15px;
        transition: all 0.15s;
    }
    .close-download:hover {
        color: #c91007;
    }
    .download-sub-title {
        font-size: 16px;
        font-weight: 400;
    }
    .download-group {
        border-bottom: 1px solid #000000;
    }
    .download-text {
        font-size: 13px;
        color: #337ab7;
    }
    .download-item {
        margin-bottom: 10px;
    }
    .download-icon {
        font-size: 20px;
        color: #337ab7;
    }
    .download-item {
        cursor: pointer;
    }
    .download-item:hover span {
        color: #000000;
    }
    .download-item:hover i {
        color: #000000;
    }



/************************
PROVINCE
*************************/
    .caption-outer {
        width: 100%;
        float: left;
        position: absolute;
        bottom: 0;
        height: 150px;
        background: rgba(0,0,0,0.6);
        z-index: 150;
    }
    .caption-title {
        font-size: 30px;
        font-weight: 500;
        color: #ffca2d;
        margin: 15px 0 10px;
    }
    .caption-subtitle {
        font-size: 24px;
        color: #ffffff;
        font-weight: 400;
        line-height: 32px;
        margin: 10px 0;
    }
    .templates-img.templates-province {
        height: 250px;
    }
    .templates-title.text-left {
        text-align: left !important;
        padding: 0 0 0 10px;
    }
    .templates-desc.text-left{
        text-align: left !important;
    }
    .text-article {
        font-size: 16px;
        font-weight: 300;
        color: #bebebe;
    }
    .img-box {
        width: 450px;
        height: 380px;
        margin: 15px auto 0;
        position: relative;
        overflow: hidden;
    }
    .img-box > figure {
        height: 100%;
    }
    .img-box > figure > img {
        min-width: 450px;
    }


/************************
SEARCH
*************************/
.find-img {
    width: 180px;
    min-height: 135px;
    float: left;
    position: absolute;
    left: 15px;
    top: 15px;
    overflow: hidden;
}
.box-find {
    position: relative;
    min-height: 165px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}
.find-img figure {
    height: 100%;
}
.find-img figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 300px;
}
.find-text {
    position: relative;
    width: 100%;
    float: left;
    padding: 15px 15px 0 210px;
    height: 100%;
    max-height: 200px;
    overflow: hidden;
    min-height: 150px;
}
.find-text > p { 
    color: #000000;
    width: 100%;
    float: left;
    height: 59px;
    overflow: hidden;  
    font-size:14px;
}
.search-title {
    font-size: 16px;
    margin-bottom: 5px;
    float: left;
    width: 100%;
    color: #000000;
    transition: all 0.15s;
}
.search-title:hover {
    color: #0098d7;
}



/************************
NOTFOUND
*************************/
.notfound {
    margin-bottom: 15px;
    text-align: center;
}
.notfound-wrap {
    text-align: center;
    color: #ee2d24;
    font-size: 200%;
}
.notfound-h h1 {
    font-size: 18px;
    margin: 15px 0 15px 0;
    color: #252525;
}
.notfound-h {
    border-bottom: 1px solid #767679;
    margin-bottom: 15px;
}
 .underline {
    width: 80px;
    height: 2px;
    background: #ee2d24;
    margin: 14px auto;
}
.related-img > figure > a > img {
    width: 100%;
}