/* 
    Document   : main
    Created on : 1 ก.ค. 2556, 11:49:24
    Author     : Sittha
    Description:
    Purpose of the stylesheet follows.
*/

@charset "UTF-8";

/*
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
*/

@import url("form.css");
@viewport {
    width: device-width;
}

* {
    list-style-type: none;
}

::selection {
    background-color:#f75905;
    color: white;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    font-family: "Libre Franklin", sans-serif;
    color: rgba(0,0,0,0.5);
    font-size: 12px;
    font-weight: normal;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-family: "Libre Franklin", sans-serif;
    color: rgba(0,0,0,0.5);
    font-size: 12px;
    font-weight: normal;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-family: "Libre Franklin", sans-serif;
    color: rgba(0,0,0,0.5);
    font-size: 12px;
    font-weight: normal;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-family: "Libre Franklin", sans-serif;
    color: rgba(0,0,0,0.5);
    font-size: 12px;
    font-weight: normal;
}
*:focus {
    outline: 0 !important;
}

div,
table,
td,
tr {
    margin: 0;
    padding: 0;
}

root {
    display: block;
}

html {
    font-family: "Libre Franklin", sans-serif;
    font-size: 100%;
    color: #000;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    overflow-x: hidden;
}

body {
    font-family: "Libre Franklin", sans-serif;
    margin: 0;
    padding: 0;
    background: #ffffff;
}

.menu-font {
    font-family: "Libre Franklin", cursive;
}

.makets,
img {
    /* IE 9 Fix */
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.img-fluid {
    width: 100%;
    height: auto;
}

.totop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    line-height: 50px;
    font-size: 32px;
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    z-index: 999999;
    will-change: transform;
    transition: all 0.3s ease-in-out;
}

.totop:hover {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    background: rgba(0,0,0,1);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transform: rotate(360deg);
}

.totop i {
    will-change: transform;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.totop:hover i {
    transform: scale(1.4);
}

.totop.tt-hide {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
}

.totop.tt-show {
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    transition: all 0.3s ease-in-out;
}

a {
    text-decoration: none !important;
    color: #4c4d4f;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

a:active,
a:focus,
a:hover {
    text-decoration: none !important;
    color: #000;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

p {
    word-wrap: break-word;
}

/*==========================================DEFUALT*/

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.clear {
    clear: both !important;
}

.bold {
    font-weight: bold !important;
}

.italic {
    font-style: italic !important;
}

.line {
    border: none;
    background: #ccc;
    width: 100%;
    height: 1px;
}

.lines {
    border: none;
    background: #ccc;
    width: 100%;
    height: 1px;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.txt-left {
    text-align: left !important;
}

.txt-right {
    text-align: right !important;
}

.txt-center {
    text-align: center !important;
}

.txt-just {
    text-align: justify !important;
}

.unbold {
    font-weight: normal !important;
}

.pdlr {
    padding-left: 10px;
    padding-right: 10px;
}

.nopadding {
    padding: 0;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-lr {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.mgb-15 {
    margin-bottom: 15px;
}

.box-shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.tab-shadow{
    box-shadow: 0 5px 15px rgba(0, 0, 0,0.05);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0,0.05);
}

/*==========================================COLOR*/

.set_bold {
    font-weight: bold !important;
}

.gray_cl {
    color: #929292;
}

.white {
    color: rgba(255, 255, 255, 0.8);
}

.red {
    color: red;
}

.blue {
    color: #3198d3;
}

.redxl {
    color: #c43442;
}
.gray{
    color: #8d8d8d;
}
.gray2{
    color: #3d3d3d;
}


.bg_gray {
    background: #fff;
}

.wow {
    visibility: hidden;
}

.display-hide {
    display: none;
}

.b_test {
    border: 1px solid red;
}

.set_blue {
    color: #2ec0dd !important;
}

.set_red {
    color: #f75905 !important;
}
.set_green2 {
    color: #f75905 !important;
}



.set_success {
    color: #8dc73f !important;
}

.set_green {
    color: #009d04 !important;
}

.set_green:hover {
    color: #4c4d4f !important;
}

.set_yellow {
    color: #facd01 !important;
}
.set_yellow:hover {
    color: #000 !important;
}
/*==========================================MARGIN*/

.mgt-0 {
    margin-top: 0 !important;
}

.mgt-5 {
    margin-top: 5px !important;
}

.mgt-10 {
    margin-top: 10px !important;
}

.mgt-15 {
    margin-top: 15px !important;
}

.mgt-20 {
    margin-top: 20px !important;
}

.mgt-25 {
    margin-top: 25px !important;
}

.mgt-30 {
    margin-top: 30px !important;
}

.mgt-35 {
    margin-top: 35px !important;
}

.mgt-40 {
    margin-top: 40px !important;
}

.mgt-45 {
    margin-top: 45px !important;
}

.mgt-50 {
    margin-top: 50px !important;
}

.mgt-60 {
    margin-top: 60px !important;
}


.mgb-0 {
    margin-bottom: 0 !important;
}

.mgb-5 {
    margin-bottom: 5px !important;
}

.mgb-10 {
    margin-bottom: 10px !important;
}

.mgb-15 {
    margin-bottom: 15px !important;
}

.mgb-20 {
    margin-bottom: 20px !important;
}

.mgb-25 {
    margin-bottom: 25px !important;
}

.mgb-30 {
    margin-bottom: 30px !important;
}

.mgb-35 {
    margin-bottom: 35px !important;
}

.mgb-40 {
    margin-bottom: 40px !important;
}

.mgb-45 {
    margin-bottom: 45px !important;
}

.mgb-50 {
    margin-bottom: 50px !important;
}
.mgb-60 {
    margin-bottom: 60px !important;
}
.mgb-80 {
    margin-bottom: 80px !important;
}

.mgb-90 {
    margin-bottom: 90px !important;
}


.f-14 {
    font-size: 14px !important;
}

.f-16 {
    font-size: 16px !important;
}

.f-18 {
    font-size: 18px !important;
}

.f-20 {
    font-size: 20px !important;
}

.f-22 {
    font-size: 22px !important;
}

.f-24 {
    font-size: 24px !important;
}

.f-26 {
    font-size: 26px !important;
}

.f-28 {
    font-size: 28px !important;
}

.f-30 {
    font-size: 30px !important;
}

.f-32 {
    font-size: 32px !important;
}

.f-34 {
    font-size: 34px !important;
}

.f-36 {
    font-size: 36px !important;
}

.f-38 {
    font-size: 38px !important;
}

.f-40 {
    font-size: 40px !important;
}

.f-42 {
    font-size: 42px !important;
}

.f-44 {
    font-size: 44px !important;
}

.f-46 {
    font-size: 46px !important;
}

.f-numpdf{
    color: #2759e9;
    font-weight: normal;
    font-size: 12px;
    padding-left: 5px;
}

.img_act{
    text-align: right;
    /* background: #fff; */
    background: #c6c6c6;
}
.del_img{
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    /*    border: 1px solid #e3e3e3;*/
    padding: 7px;
    margin-top: 5px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}
.del_img:hover{
    opacity: 0.78;
}

.vlcenter {
    vertical-align: middle !important;
}

.vlbasel {
    vertical-align: baseline !important;
}

.vltexttop {
    vertical-align: text-top !important;
}

.set_gray {
    color: #54565a;
}

.set_inline {
    display: inline-block;
    vertical-align: middle;
}
.set_inline * {
    vertical-align: middle;
}

.lm-space {
    padding-left: 5px;
    padding-right: 5px;
}

.nowarp {
    white-space: nowrap;
}

.pl-10 {
    padding-left: 10px;
}

@media screen and (max-width: 768px) {
    .f-14 {
        font-size: 12px !important;
    }
    .f-16 {
        font-size: 14px !important;
    }
    .f-18 {
        font-size: 14px !important;
    }
    .f-20 {
        font-size: 16px !important;
    }
    .f-22 {
        font-size: 18px !important;
    }
    .f-24 {
        font-size: 20px !important;
    }
    .f-26 {
        font-size: 22px !important;
    }
    .f-28 {
        font-size: 24px !important;
    }
    .f-30 {
        font-size: 26px !important;
    }
    .f-32 {
        font-size: 28px !important;
    }
    .f-34 {
        font-size: 30px !important;
    }
    .f-36 {
        font-size: 32px !important;
    }
    .f-38 {
        font-size: 34px !important;
    }
    .f-40 {
        font-size: 36px !important;
    }
    .f-42 {
        font-size: 38px !important;
    }
    .f-44 {
        font-size: 40px !important;
    }
    .f-46 {
        font-size: 42px !important;
    }
}


.loading{
    display: none;
    position: fixed; 
    z-index: 99999999999999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0; 
    left: 0;
    bottom: 0;
    right: 0;
}
/* Transparent Overlay */
.loading:before {
    content: ''; 
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    /*    background: radial-gradient(rgba(175, 27, 30,.1), rgba(175, 27, 30,0.1));*/
    /*    background: -webkit-radial-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5));*/
    background: -webkit-radial-gradient(rgba(255,255,255,1), rgba(255,255,255,1));
}

.loading .loader-wrapper{
    width: 85px;
    height: 85px;
}

@-webkit-keyframes ball-spin-fade-loader {
    50% {
        opacity: 0.3;
        -webkit-transform: scale(0.4);
        transform: scale(0.4); }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1); } }
@keyframes ball-spin-fade-loader {
    50% {
        opacity: 0.3;
        -webkit-transform: scale(0.4);
        transform: scale(0.4); }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1); } }
.ball-spin-fade-loader {
    position: relative;
    top: -10px;
    left: -10px; }
.ball-spin-fade-loader > div:nth-child(1) {
    top: 25px;
    left: 0;
    -webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
    animation: ball-spin-fade-loader 1s -0.96s infinite linear; }
.ball-spin-fade-loader > div:nth-child(2) {
    top: 17.04545455px;
    left: 17.04545455px;
    -webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
    animation: ball-spin-fade-loader 1s -0.84s infinite linear; }
.ball-spin-fade-loader > div:nth-child(3) {
    top: 0;
    left: 25px;
    -webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
    animation: ball-spin-fade-loader 1s -0.72s infinite linear; }
.ball-spin-fade-loader > div:nth-child(4) {
    top: -17.04545455px;
    left: 17.04545455px;
    -webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
    animation: ball-spin-fade-loader 1s -0.6s infinite linear; }
.ball-spin-fade-loader > div:nth-child(5) {
    top: -25px;
    left: 0;
    -webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
    animation: ball-spin-fade-loader 1s -0.48s infinite linear; }
.ball-spin-fade-loader > div:nth-child(6) {
    top: -17.04545455px;
    left: -17.04545455px;
    -webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
    animation: ball-spin-fade-loader 1s -0.36s infinite linear; }
.ball-spin-fade-loader > div:nth-child(7) {
    top: 0;
    left: -25px;
    -webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
    animation: ball-spin-fade-loader 1s -0.24s infinite linear; }
.ball-spin-fade-loader > div:nth-child(8) {
    top: 17.04545455px;
    left: -17.04545455px;
    -webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
    animation: ball-spin-fade-loader 1s -0.12s infinite linear; }
.ball-spin-fade-loader > div {
    background-color: #f75905;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute; }





/*==========================================PADDING*/

.overlay-ef {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.overlay-ef:hover {
    box-shadow: 0 5px 15px rgba(7, 7, 7, 0.3);
    -webkit-box-shadow: 0 5px 15px rgba(7, 7, 7, 0.3);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.container,
.container-fluid {
    padding: 0;
}

.table-responsive {
    border: none;
}

.box-banner-home{}
.box-banner-home .bx-subitems{
    position: relative;
    overflow: hidden;
    width: 100%;
    height:170px;
    line-height: 170px;
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
}
.box-banner-home .bx-subitems img{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.box-banner-home .bx-subitems .bxhome-det{
    position:absolute;
    width: 100%;
    color:#ffffff;
    font-size: 18px;
    font-weight:600;
    z-index: 9;
}


.box-banner-home .bx-subitems span{
    color:#ffffff;
    font-size: 18px;
    font-weight:600;
}

.bx-home-tab{
    margin-top: 30px;
}
.bx-home-tab .tab-tt{
    font-family: "Source Sans Pro", sans-serif;
    font-size: 36px;
    color:rgba(0,0,0,1);
    font-weight:600;
    margin-bottom: 4px;
}
.bx-home-tab .tab-tt-sub{
    font-size: 16px;
    color:rgba(0,0,0,0.7);
    font-weight:500;
    padding-left:7px;

}
.bx-home-tab .tab-det{
    padding-left:7px;
}
.bx-home-tab .tab-content{
    margin: 10px 0px;
    min-height: 180px;
    font-size:14px;
    color:rgba(0,0,0,0.7) !important;
}
.bx-home-tab .tab-content>.tab-pane{
    padding: 10px 0;   
}
/*.bx-home-tab .tab-content>.tab-pane.active{
    
}*/

.box-login{
    position: absolute;
    width: 380px;
    height: 312px;
    background: rgba(255,255,255,0.8);
    top:22%;
    left:40%;
}
.box-login .a-forgot,.a-back{color: #8d8d8d;
                             transition: 0.2s all ease;
                             -webkit-transition: 0.2s all ease;
                             -moz-transition: 0.2s all ease;}
.box-login .a-forgot,.a-back:hover{opacity: 0.78;}
.box-login .a-request{color: #f75905;
                      transition: 0.2s all ease;
                      -webkit-transition: 0.2s all ease;
                      -moz-transition: 0.2s all ease;}
.box-login .a-request:hover{opacity: 0.78;}

.btn-login{
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    border-radius:30px;
    background: #f75905;
    border: 1px #f75905 solid;
    color: #fff;
    padding: 7px 30px;
    outline: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.btn-login:focus,
.btn-login:active,
.btn-login:hover{
    background: transparent;
    color: #f75905;
    box-shadow:none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.bx-forgot h3{color:#3d3d3d; }

@media screen and (max-width:1200px) {
    .box-login{left: 35%;}
}
@media screen and (max-width:992px) {
    .box-login{left: 28%;}
}
@media screen and (max-width:768px) {
    .box-login{left:25%;}
}
@media screen and (max-width:650px) {
    .box-login{left:18%;}
}
@media screen and (max-width:576px) {
    .box-login{left:15%;}
}
@media screen and (max-width:500px) {
    .box-login{left:10%;}
}
@media screen and (max-width:499px) {
    .box-login{
        width: 300px;
        left: 0;
        right: 0;
        margin: auto;
        top: 20px;
    }
}

.bx-profile{}
.bx-profile .dv-photos{
    background-size: cover;width: 140px;height: 140px;margin: auto;
    border-radius: 50%;
    border: 5px solid #fff;
    background-position: center;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
}
.bx-profile a.edit_photos{
    font-size: 12px;
    color:#8d8d8d;
}

.bx-profile h4{
    font-size: 16px;
    color: #f75905;
    font-weight: 600;
}

.btn-start{
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    border-radius:30px;
    background: #f75905;
    border: 1px #f75905 solid;
    color: #fff;
    padding: 7px 27px;
    outline: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.btn-start:focus,
.btn-start:active,
.btn-start:hover{
    background: transparent;
    color: #f75905;
    box-shadow:none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.btn-measubmit{
    font-family: "Source Sans Pro", sans-serif;
    width: 242px;
    height: 50px;
    font-size: 18px;
    border-radius:18px;
    background: transparent;
    border: 1px #8d8d8d solid;
    color: #8d8d8d;
    padding: 7px 27px;
    outline: none;
    box-shadow:none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.btn-measubmit.active{
    background: #f75905;
    border: 1px #f75905 solid;
    color: #fff;
}
.btn-measubmit.waiting{
    line-height: 18px;
    color: #f75905;
}
.btn-measubmit.waiting span{
    font-size: 14px;
    color: #8d8d8d;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.btn-measubmit.waiting:hover{
    background: transparent;
    color: #f75905;
    border: 1px #8d8d8d solid;
    /*    cursor: not-allowed;*/
    /*    background: #f75905;
        border: 1px #f75905 solid;
        color: #fff;*/
}
.btn-measubmit.waiting:hover span{
    /*    color: #fff;*/
}


/*.btn-measubmit:focus span,
.btn-measubmit:active span,
.btn-measubmit:hover span{
    color: #fff;
}*/
/*.btn-measubmit:focus,*/
.btn-measubmit:active,
.btn-measubmit:hover{
    /*    background: transparent;*/
    /*    color: #f75905;*/
    background: #f75905;
    border: 1px #f75905 solid;
    color: #fff;
    box-shadow:none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}



.btn-back{
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    border-radius:30px;
    background: #c6c6c6;
    border: 1px #c6c6c6 solid;
    color: #fff;
    padding: 7px 27px;
    outline: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.btn-back:focus,
.btn-back:active,
.btn-back:hover{
    background: #8d8d8d;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.btn-radio{
    width: 145px;
    height: 48px;
    font-family: "Source Sans Pro", sans-serif;
    color: #8d8d8d;
    background:#fff;
    font-size: 20px;
    font-weight: normal;
    border: 1px #3d3d3d solid;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.btn-radio:focus,
.btn-radio:hover,
.btn-radio:active,
.btn-radio.active{
    color: #fff;
    background:#8d8d8d;
    border: 1px #8d8d8d solid;
}
.btn-radio.active:hover{
    opacity: 0.7;
}

p.pd-sty01{
    padding: 0 28px;
}


.bx-measure{
    font-family: "Source Sans Pro", sans-serif;
}
.bx-measure h3{font-size: 30px;font-weight: 600;color:#3d3d3d;}
.bx-measure h4{font-size: 18px;color:#f75905;font-weight: 600; }
.bx-measure p{
    font-size: 18px;
} 

.bx-measure .pp2{
    font-size: 20px;
    color: #8d8d8d;
}

.bx-downloads{font-family: "Source Sans Pro", sans-serif;}
.bx-downloads h3{
    font-size: 30px;font-weight: 600;color:#3d3d3d;
    text-align: center;
}
.bx-downloads h4{
    color: #3d3d3d;
    font-size: 18px;
    font-weight: 600;
}
.bx-downloads h4 span{
    color: #8d8d8d;
    font-size: 16px;
}
.bx-downloads ul{margin-top: 25px;padding-left: 15px;}
.bx-downloads ul li{
    padding-bottom: 15px;
}
.bx-downloads ul li a{
    color: #8d8d8d;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.bx-downloads ul li a:hover{
    color: #f75905;

}


.bx-question{
    font-size: 18px;
    font-weight: 600;
}
.bx-question a{
    color: #f75905;
}
.bx-question a:hover{
    color: #8d8d8d;
}

.bx-link a{
    font-family: "Source Sans Pro", sans-serif;
    color: #f75905;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.bx-link a:hover{
    color: #8d8d8d;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.bx-link  .bx-link-items{
    padding: 15px 5px;
}
.sel_body_size img{
    margin: auto;
    opacity: 0.68; 
}
.sel_body_size.active img,
.sel_body_size:hover img{ 
    opacity: 1;
}

a.sel_body_size{
    color: #8d8d8d;
}
a.sel_body_size.active,
a.sel_body_size:hover{
    color: #3d3d3d;
}



.bx-home-tab .tab-btn{}
.btn-rbtg{
    background: transparent;
    border: 2px #4c4c4c solid;
    color: #4c4d4f;
    width: 215px;
    height: 50px;
    border-radius: 0;
    outline: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.btn-rbtg.ffgray{
    font-size: 12px;
    font-weight:500;
    outline: none;
}

.btn-rbtg.ffgray:hover{
    background:  rgba(0,0,0,0.7);
    color: rgba(255,255,255,0.7);
    outline: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.btn-rbtg.ffgray2{
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight:500;
    outline: none;
}

.btn-rbtg.ffgray2:focus,
.btn-rbtg.ffgray2:active,
.btn-rbtg.ffgray2:hover{
    background:  rgba(0,0,0,0.7);
    color: rgba(255,255,255,0.7);
    outline: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.btn-rbtg.ffgray3{
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight:500;
    background: #2e2e2e;
    color:#fff;
    border: 2px #2e2e2e solid;
    outline: none;
}

.btn-rbtg.ffgray3:focus,
.btn-rbtg.ffgray3:active,
.btn-rbtg.ffgray3:hover{
    background: transparent;
    border: 2px #4c4c4c solid;
    color: #4c4d4f;
    outline: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}


.btn-rbtg.ffwhite{
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight:500;
    color: #fff;
    border: 2px solid #b3b3b3;
    outline: none;
}

.btn-rbtg.ffwhite:focus,
.btn-rbtg.ffwhite:active,
.btn-rbtg.ffwhite:hover{
    border: 2px #fff solid;
    background: #fff;
    color: rgba(0,0,0,1);
    outline: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}


.btn-rbtg.ff_gray{
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight:500;
    background: #2e2e2e;
    color: #ebebeb;
    border: 2px solid #b6b5b4;
    outline: none;
}

.btn-rbtg.ff_gray:focus,
.btn-rbtg.ff_gray:active,
.btn-rbtg.ff_gray:hover{
    border: 2px #fff solid;
    background: #fff;
    color: rgba(0,0,0,1);
    outline: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}





@media screen and (max-width:768px) {
    .btn-rbtg{
        width: 150px;
        font-size: 10px !important;
    }
}



.nav-rbt{ display: inline;}
.nav-rbt li{
    display:inline-block;
    padding-right: 15px;
}
.nav-rbt a{
    padding-left: 0 !important;
    font-size: 12px;
    font-weight:600;
    color:rgba(0,0,0,0.9) !important;
    /*    background: transparent;
        border: none !important;*/
}

.nav-rbt li.active a:after{
    width: 100%;
    left: 0;
    background: rgba(0,0,0,1);
}

.bx-other-prd h4{
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    color:rgba(0,0,0,1);
    font-weight: 600;
}
/*.bx-other-prd .bx-oth-img{
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}*/
.bx-other-prd .bx-oth-inner{cursor: pointer;}

/*.bx-other-prd .bx-oth-inner:hover .bx-oth-img img{
    transform:scale(1.04,1.04);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}*/
.bx-other-prd .bx-oth-inner .bx-oth-img{
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.bx-other-prd .bx-oth-inner .bx-oth-img div{
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.bx-other-prd .bx-oth-inner:hover .bx-oth-img div{
    transform:scale(1.04,1.04);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.bx-other-prd .bx-oth-img div{
    margin: auto;
}


.bx-other-prd .bx-othdet{
    font-family: "Libre Franklin", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: rgba(0,0,0,0.9);
    line-height: 42px;
}

.bx-other-prd .bx-oth-img img{
    margin: auto;
} 

.effect-hvimg{
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.effect-hvimg:hover img{
    transform:scale(1.04,1.04);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.effect-hvimg2 a:before{
    background: rgba(255,255,255, 0.3);
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    top: 0;
    width: 0;
}

.effect-hvimg2 a:after{
    background: rgba(255,255,255, 0.3);
    bottom: 0;
    content: "";
    height: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    right: 0;
    width: 0;
}
.effect-hvimg2:hover a:before{
    height: 100%;
    -webkit-transition-duration: 1.3s;
    transition-duration: 1.3s;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    z-index: 9;
}
.effect-hvimg2:hover a:after{
    height: 100%;
    -webkit-transition-duration: 1.3s;
    transition-duration: 1.3s;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    z-index: 9;
}

.effect-hvimg3 {
    display: inline-block;
    overflow: hidden;
}

.effect-hvimg3:before,
.effect-hvimg3:after{
    background:rgba(255,255,255,0.3) none repeat scroll 0 0;
    position:absolute;
    content:"";width:0;
    height:0;
    -webkit-opacity:1;
    -moz-opacity:1;
    opacity:1;
    -webkit-transform:rotate(100deg);
    -moz-transform:rotate(100deg);
    -ms-transform:rotate(100deg);
    -o-transform:rotate(100deg);
}
.effect-hvimg3:before{
    right:0;top:0;
}
.effect-hvimg3:after{
    left:0;bottom:0;
}
.effect-hvimg3:hover:before,
.effect-hvimg3:hover:after{
    height:70%;
    width:70%;
    -webkit-opacity:0;
    -moz-opacity:0;
    opacity:0;
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -ms-transform:rotateY(180deg);
    -o-transform:rotateY(180deg);
    -webkit-transition:all 0.9s ease 0s;
    -moz-transition:all 0.9s ease 0s;
    -ms-transition:all 0.9s ease 0s;
    -o-transition:all 0.9s ease 0s;
    transition:all 0.9s ease 0s;
    z-index: 9;
}




.bx-footer{
    background:#f2f2f2;
    padding: 30px 15px;
}
.bx-footer .ft-tt{
    margin-top: 15px;
    font-size: 16px;
    color: rgba(0,0,0,1);
    font-weight: 600;
    line-height: 32px;
}
.bx-footer .ft-det{
    font-size: 14px;
    color: rgba(0,0,0,1);
    line-height: 22px;
}


.box-tab-suits{
    background:#2d2d2d;max-height: 390px;
}

.box-tab-suits .tab-result{
    /*    1170px*/
    width: 580px;
    height: 390px;
    margin-left: auto;
    margin-right: 0;color:#fff;
    padding: 40px 15px 30px 15px;
}
@media screen and (max-width: 1250px) {
    .box-tab-suits .tab-result{
        width: auto;
        /*        height: auto; */
    }

}
.box-tab-suits.mes{
    min-height: 415px;
    max-height:inherit;
    color: #fff;
}
.box-tab-suits.mes h4{
    font-size: 30px;
    margin-bottom: 15px;
}
.box-tab-suits.mes .bx-mesinfo{
    font-size: 14px;
    max-width: 300px;
    margin: auto;
}
.box-tab-suits.mes .bx-mesinfo h4{
}
.box-tab-suits.mes .bx-mesinfo .bx-mesdet{
    color: rgba(255,255,255,0.7);
}
.bx-mesform{
    font-weight: 500;
    line-height: 34px;
}

.bx-mesform .line-left{
    border-left: 1px rgba(0,0,0,0.5) solid;
}

.bx-el-customize .tab-el-menuleft ul li{
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    line-height: 28px;

}
.bx-el-customize .tab-el-menuleft ul li a{
    color: rgba(0,0,0,0.7);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.bx-el-customize .tab-el-menuleft ul li a:hover{
    color: rgba(0,0,0,1);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.bx-el-customize .tab-el-menuleft ul li a.active:after{
    width: 100%;
    left: 0;
    background: rgba(0,0,0,1);
}

.bx-bkappment h4,
.bx-howtowork h4{
    font-family: "Source Sans Pro", sans-serif;
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    margin-top: 0;
}
.bx-howtowork .hw-stp{
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
}
.bx-howtowork .hw-det{
}
.bx-howtowork .hw-duedate{
    background: transparent url("../images/ic_time2.png") left top no-repeat;
    padding-left:28px;
}


#banner_page .caption{
    width: 100%;
    position: absolute;
    top: 215px;
    text-align: center;
    z-index: 9;
}
#banner_page .caption .caption_tt{
    font-family: "Source Sans Pro", sans-serif;
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
    color: #fff;
}
#banner_page .caption .caption_tt span{padding-bottom: 12px;border-bottom: 1px #939291 solid;}
#banner_page .caption .caption_tt2{
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    /*    line-height: 60px;*/
    font-weight: 500;
    color: #fff;
    line-height: 28px;padding-top: 20px;
}





.gq_s_background_gradient:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(180deg,rgba(0, 0, 0,1) 0%,rgba(0, 0,0,1) 100%);
    /*    animation-duration: 2500ms;
        animation-delay: 700ms;*/
    opacity: 0.58;
    /*    -webkit-animation-name: et_pb_fade;
        animation-name: et_pb_fade;
        -webkit-animation-fill-mode: both !important;
        animation-fill-mode: both !important;*/
}
@media screen and (max-width:992px) {
    .bx-mesform .line-left{
        border-left: none;
    }
}
@media screen and (max-width: 490px) {
    .box-tab-suits.hmb{
        height:500px;
        max-height: 500px;
    }
    .box-tab-suits.hmb .tab-result{
        height:500px;
    }
    #banner_page .caption .caption_tt{
        font-size: 28px;
    }
    #banner_page .caption .caption_tt2{
        font-size:12px;
        padding-top: 10px;
    }

    #banner_page .caption{
        top: 100px; 
    }


    .box-tab-suits{
        max-height: 100%;
    }
    .box-tab-suits .tab-result{
        height: auto;
    }


}























/*add drop */

.adddrop {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -webkit-transition: opacity 0.17s ease-in-out;
    -moz-transition: opacity 0.17s ease-in-out;
    -ms-transition: opacity 0.17s ease-in-out;
    -o-transition: opacity 0.17s ease-in-out;
    transition: opacity 0.17s ease-in-out;
}

.adddrop:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    filter: alpha(opacity=70);
}

.addbox-shadow {
    -webkit-box-shadow: 1px 7px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 7px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 7px 10px 1px rgba(0, 0, 0, 0.05);
}

/* main */

.checkbox {
    margin: 15px 0;
    padding: 0;
}

.checkbox label,
.radio label {
    color: #54565a;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

.checkbox label a,
.radio label a {
    color: #dc9d38;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.checkbox label a:hover,
.radio label a:hover {
    color: #888;
}

.checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.checkbox input[type="checkbox"] + .checkbox-label:before {
    content: "";
    border-radius: 100%;
    border: none;
    background: url("../images/radio_none.png");
    display: inline-block;
    width: 35px;
    height: 35px;
    position: relative;
    top: -0.2em;
    margin-right: 10px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
    padding: 0;
}

.checkbox input[type="checkbox"]:checked + .checkbox-label:before {
    /* background-color: #3197EE;
      box-shadow: inset 0 0 0 4px #f4f4f4; */
    background: url("../images/radio_checked.png");
}

.checkbox input[type="checkbox"]:focus + .checkbox-label:before {
    outline: none;
    /* border-color: #3197EE; */
    /* background: url('../images/radio_checked.png'); */
}

.checkbox input[type="checkbox"]:disabled + .checkbox-label:before {
    /* box-shadow: inset 0 0 0 4px #f4f4f4; */
    /* border-color: #b4b4b4;
      background: #b4b4b4; */
    background: url("../images/radio_none.png");
}

.checkbox input[type="radio"] + .checkbox-label:empty:before {
    margin-right: 0;
}

/* link effect */
.link-effect { 
    position: relative;
    padding-bottom: 3px;
}
.link-effect:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    width: 0;
    /*    padding-bottom: 4;*/
    background: transparent;
    transition: width 0.3s ease, background-color 0.3s ease, left 0.3s ease;
}

.link-effect:hover:after {
    width: 100%;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
}
.link-effect.black:hover:after {
    width: 100%;
    left: 0;
    background:#8d8d8d; 
}
.link-effect.red:hover:after {
    width: 100%;
    left: 0;
    background:#f75905; 
}

.link-effect.yellow:hover:after {
    width: 100%;
    left: 0;
    background:rgba(0,0,0,1);
}

.link-effect.green2:hover:after {
    width: 100%;
    left: 0;
    background:#009d04;
}

.link-effect.white2:hover:after {
    width: 100%;
    left: 0;
    background:rgba(255,255,255,1); 
    /*    background: rgba(100, 100, 100, 0.7);*/
}

/* main body */

.section {
    margin: 0 auto;
    padding: 0;
}

.box-body {
    min-height: 300px;
    margin: 0 auto;
    padding: 40px 0;
    background: #ffffff;
}

.box-body.min {
    padding: 5px 15px;
}

.box-body.block {
    min-height: 0;
    padding: 15px 15px;
    margin: 0 auto;
}

.mb-breadcrumb {
    margin: auto;
    padding: 0;
}

.mb-breadcrumb li {
    font-family: "Libre Franklin", cursive;
    font-size: 18px;
    color: #585858;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}

.mb-breadcrumb li a {
    color: #585858;
}

.mb-breadcrumb li .brown {
    color: #dc9d38;
}

.mb-breadcrumb li img {
    vertical-align: text-top;
    margin-top: 1px;
}

.mb-breadcrumb li::after {
    display: inline-block;
    font-family: "Libre Franklin", cursive;
    content: "/";
}

.mb-breadcrumb li:last-child::after {
    content: " ";
}

/* top-header */
.top-header {
    min-height:0px;
    /*    background: url("../images/bg_top.jpg") left center repeat-x;*/
    /*    background-size: cover;*/
    background: #fff;
    vertical-align: middle;
}

.top-header .item-top {
    display: inline-block;
    vertical-align: middle;
}

.top-header .item-top.protext-sec {
    font-family: "BalooThambi2", sans-serif;
    font-size: 16px;
    padding-left: 0px;
    margin-top: 25px;
    margin-left: 30px;
    /*    line-height: 32px;*/
    text-transform: uppercase;
    color: #4c4d4f;
    background: url("../images/mbk-logo-top.png") top center no-repeat;
}
.top-header .item-top.protext-sec2 {
    background: url("../images/mbk-logo-bt.png") bottom center no-repeat;
}

.top-header .item-top.text-sec {
    font-size: 24px;
    margin-top: 13px;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 32px;
    text-transform: uppercase;
    color: #4c4d4f;
}
.top-header .item-top.text-sec.tt-fb a img,
.top-header .item-top.text-sec.tt-youtube a img{
    opacity:0.68;
    padding: 0 5px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.top-header .item-top.text-sec.tt-fb a img:hover,
.top-header .item-top.text-sec.tt-youtube a img:hover{
    opacity:1;
}


.top-header .item-top.text-sec.phone {
    background: transparent url("../images/phone_icon.png") left center no-repeat;
    padding-left: 25px;
}
.top-header .item-top.text-sec.phone a {
    color: #4c4d4f;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.top-header .item-top.text-sec.phone a:hover,
.top-header .item-top.text-sec.phone a:focus,
.top-header .item-top.text-sec.phone a:active {
    cursor: pointer;
    color: #facd01;
}

@media screen and (max-width: 991px) {
    .top-header .item-top.protext-sec {
        font-size: 14px;
        line-height: 16px;
        padding-left: 15px;
    }
    .top-header .item-top.text-sec {
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .top-header {
        max-height: none;
        min-height: 0;
        height: auto;
        /*        padding: 5px 15px;*/
    }
    .top-header .item-top.logo-sec {
        max-width: 140px;
        margin-left: 35px;
        height: auto;
    }
    .top-header .item-top.protext-sec {
        font-size: 14px;
        padding-left: 25px;
        margin-top: 15px;
        margin-left: 15px;
        line-height: 25px;
    }
    .top-header .item-top.text-sec.phone {
        margin-top: 5px;
        font-size: 20px;
    }
    .top-header .item-top.text-sec.text2,
    .top-header .item-top.text-sec.phone {
        display: none;
    }
    .top-header .item-top.text-sec.tt-fb,
    .top-header .item-top.text-sec.tt-youtube{
        display: none;
    }

    .box-body {
        padding: 10px;
    }
}

@media screen and (max-width: 576px) {
    .top-header .item-top {
        white-space: nowrap;
    }
    .top-header .item-top.protext-sec {
        font-size: 12px;
        padding-left: 7px;
        margin-top: 17px;
        margin-left: 10px;
        line-height: 15px;
    }
}

@media screen and (max-width: 489px) {
    .top-header .item-top.logo-sec {
        margin-left: 12px;
    }
}

/* trip */
.trip-contain {
    background-color: #eaeaea;
    padding: 20px 10px 10px 10px;
}

.trip-box {
    padding: 5px 10px 0 10px;
    clear: both;
}

.trip-box .titem {
    background: transparent url("../images/trip_div.png") right center no-repeat;
    margin-bottom: 20px;
}

.trip-box .titem.none {
    background: none;
}

.trip-box .titem .icon {
    display: inline-block;
    width: 55px;
    height: auto;
    vertical-align: middle;
    text-align: left;
}
.trip-box .titem .icon img {
    text-align: left;
}
.trip-box .titem .info {
    display: inline-block;
    width: 190px;
    height: auto;
    text-align: left;
    vertical-align: middle;
    font-size: 20px;
    padding-left: 5px;
}
.trip-box .titem .info .title {
    font-size: 24px;
    line-height: 25px;
    font-weight: bold;
}
.trip-box .titem .info .sub {
    margin-top: 5px;
    font-size: 20px;
    line-height: 20px;
    color: #4c4d4f;
}

.trip-box-mob {
    padding: 0 5px;
    clear: both;
}

.trip-box-mob .titem {
    display: inline-block;
    width: 24.4%;
    padding: 6px 0;
    margin: 0;
    padding-left: 28px;
    line-height: 22px;
    font-size: 20px;
    white-space: nowrap;
    vertical-align: middle;
}

.trip-box-mob .titem.set1 {
    background: transparent url("../images/trip_1.png") 4px center no-repeat;
    background-size: 18px auto;
}
.trip-box-mob .titem.set2 {
    background: transparent url("../images/trip_2.png") 4px center no-repeat;
    background-size: 18px auto;
}
.trip-box-mob .titem.set3 {
    background: transparent url("../images/trip_3.png") 4px center no-repeat;
    background-size: 18px auto;
}
.trip-box-mob .titem.set4 {
    background: transparent url("../images/trip_4.png") 4px center no-repeat;
    background-size: 18px auto;
}

@media screen and (max-width: 768px) {
    .trip-contain {
        padding: 10px 0;
    }
    .trip-box .titem {
        background-image: none;
    }
    .trip-box .titem .icon {
        width: 45px;
    }
    .trip-box .titem .info {
        width: 200px;
        padding-left: 15px;
    }
    .trip-box .titem .info .title {
        font-size: 20px;
        line-height: 20px;
    }
    .trip-box .titem .info .sub {
        font-size: 18px;
        line-height: 20px;
        margin-top: 5px;
    }
    .trip-box-mob .titem {
        font-size: 12px;
        line-height: 14px;
    }
}
/* proj-list box */
h4.page-header-text {
    font-size: 36px;
    color: #4c4d4f;
}

@media screen and (min-width: 1024px) {
    /* .page-header-text {
      padding-left: 15px;
      padding-right: 15px;
    } */
}

.proj-list {
    display: block;
}

.proj-list h4 {
    font-size: 36px;
    color: #4c4d4f;
}

.proj-list .right-content {
    text-align: right;
}

.right-content .link {
    margin-top: 20px;
    text-align: right;
    margin-bottom: auto;
}

.right-content .link a {
    font-size: 20px;
    line-height: 25px;
    color: #4c4d4f;
}
.right-content .link a:hover {
    color: #009d04;
}
.right-content .link a .fa {
    vertical-align: middle;
    margin-left: 5px;
}

@media screen and (max-width: 768px) {
    .right-content .link {
        margin-top: 5px;
        text-align: left;
        margin-bottom: 15px;
    }
}

.proj-list .viewall {
    font-size: 20px;
    line-height: 20px;
    margin-top: 5px;
}

.proj-list .viewall a {
    color: #4c4d4f;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.proj-list .viewall a:hover {
    color: #f75905;
}
/*.proj-list .viewall a:hover .img1{
    display: none;
}
.proj-list .viewall a:hover .img2{
    display: inline-block !important;
}*/

.project_list {
    display: block;
    margin: 15px auto;
    margin-left: -10px;
    margin-right: -10px;
}

.project_list .items {
    margin-bottom: 25px;
}

.project_list .items .inner {
    position: relative;
    background-color: #fff;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
.project_list .items .inner .sold_out {
    position: absolute;
    width: 147px;
    height: 92px;
    left: 0;
    top: 0;
    z-index: 2;
}
/* .project_list .items:hover .inner {
  margin-top: -10px;
  box-shadow: 2px 4px 12px 4px rgba(0, 0, 0, 0.25);
} */

.project_list .items .info {
    padding: 10px 15px 0 15px;
    font-size: 24px;
    color: #4c4d4f;
}
.project_list .items .info .sub-line {
    line-height: 20px;
}
.project_list .items .info .status {
    font-size: 20px;
}
.project_list .items .info .status.done {
    color: #37bb2d;
}
.project_list .items .info .status.wait {
    color: #bb2d2d;
}

.project_list .items .info .listde {
    display: block;
    margin: 15px auto;
}

.project_list .items .info .listde .list-item {
    display: inline-block;
    margin-right: 25px;
    font-size: 20px;
}
.project_list .items .info .listde .list-item.bed {
    background: transparent url("../images/bed_icon.png") left center no-repeat;
    padding-left: 30px;
}
.project_list .items .info .listde .list-item.shw {
    background: transparent url("../images/shower_icon.png") left center no-repeat;
    padding-left: 20px;
}
.project_list .items .info .listde .list-item.sqm {
    background: transparent url("../images/sqm_icon.png") left center no-repeat;
    padding-left: 24px;
}
.project_list .items .info .prices {
    border: 1px solid #8d8d8e;
    border-left: none;
    border-right: none;
}

.project_list .items .info .prices2 {
    border: 1px solid #8d8d8e;
    border-left: none;
    border-right: none;
    line-height: 20px;
    padding: 5px 0;
}
.project_list .items .info .prices2 .prices_r1{
    font-size: 20px;
}
.project_list .items .info .prices2 .prices_r1 span{
    text-decoration: line-through;
}
.project_list .items .info .prices2 .prices_r2{

}
.project_list .items .info .prices_sold{
    border: 1px solid #f00;
    background: #f00;
    border-left: none;
    border-right: none;
    line-height: 40px;
    padding: 5px 0;
    color:#ffffff;
    font-size: 48px;
    font-weight: 500;
}


.project_list .items .info .detail {
    /*    margin: 25px auto 15px auto;*/
    background: #54565a;
    line-height: 48px;
    text-align: center;
    font-size: 24px;
    text-align: -moz-center;
    text-align: -webkit-center;
}
.project_list .items .info .detail.stsold{
    color: #ffffff;
    font-size: 20px;
}

.project_list .items .info .detail a {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.project_list .items .info .detail .red {
    position: relative;
    color: #ff0000;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.project_list .items .info .detail .fa {
    font-size: 16px;
    vertical-align: baseline;
    margin-left: 2px;
}

.project_list .items .info .detail a:hover {
    color: #f75905 ;
}
/*.project_list .items .info .detail a:hover .img1{
    display: none;
}
.project_list .items .info .detail a:hover .img2{
    display: inline-block !important;
}*/

.project_list .items .img{
    position: relative;
}
.project_list .items .assettype {
    position: absolute;
    right: 5px;
    bottom: -8px;
    font-size: 20px;
    line-height: 22px;
    background: #54565a;
    color: rgba(255, 255, 255,1);
    padding-left:15px;
    padding-right:15px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    z-index: 3;
}


.listdepj {
    margin-left: 25px;
    margin-right: 25px;
}

.listdepj .list-item {
    display: inline-block;
    margin-right: 20px;
    font-size: 20px;
}
.listdepj .list-item.bed {
    background: transparent url("../images/bed_icon.png") left center no-repeat;
    padding-left: 30px;
}
.listdepj .list-item.shw {
    background: transparent url("../images/shower_icon.png") left center no-repeat;
    padding-left: 20px;
}
.listdepj .list-item.sqm {
    background: transparent url("../images/sqm_icon.png") left center no-repeat;
    padding-left: 24px;
}

@media screen and (max-width: 768px) {
    .listdepj {
        margin-left: 0;
        margin-right: 0;
    }
}

.bigslider {
    position: relative;
    margin: auto;
    padding: 0;
}

.project-relate h4.headis {
    font-size: 24px;
    margin: 0 auto;
    line-height: 32px;
}

.project-relate .slider-top-r {
    text-align: right;
    margin: 0 auto;
    padding: 0;
    line-height: 59px;
}
.project-relate .slider-top-r div {
    display: inline-block;
    margin: auto 2px;
    font-size: 20px;
    line-height: 30px;
    color: #4c4d4f;
    vertical-align: middle;
}
.project-relate .slider-top-r div a {
    color: #4c4d4f;
}
.project-relate .slider-top-r div a:hover{
    color:#f75905;
}
.project-relate .slider-top-r div:after {
    content: "\00a0";
    margin-left: 10px;
    background: transparent url("../images/mbk-menu_right.png") right center no-repeat;
}
.project-relate .slider-top-r div:last-child:after {
    content: "";
}

.pjd-text {
    display: block;
}

.pjd-text a {
    font-size: 20px;
    vertical-align: middle;
}
.pjd-text .fa {
    vertical-align: middle;
    padding: 0 4px;
}
.pjd-text a:hover {
    color: #facd01;
}

.term {
    padding: 20px 30px;
    font-size: 20px;
    line-height: 20px;
}

.term h4 {
    font-size: 36px;
    line-height: 40px;
    margin: 10px auto;
}
.term ul {
    margin: 15px auto;
    margin-left: 15px;
    margin-right: 15px;
}

.term ul li {
    line-height: 25px;
    padding-left: 10px;
    list-style-type: decimal;
}

.alerted {
    padding: 20px 30px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
}

.alerted h4 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 28px;
    line-height: 32px;
    margin: 10px auto;
    margin-top: 15px;
}
.alerted ul {
    margin: 15px auto;
    margin-left: 15px;
    margin-right: 15px;
}

.alerted ul li {
    line-height: 25px;
    padding-left: 10px;
    list-style-type: decimal;
}
/* resevebox */
.rev-time {
    font-size: 20px;
    line-height: 20px;
    margin: 10px auto;
    text-align: center;
}

.rev-time span {
    font-size: 60px;
    color: #f75905;
    padding-left: 6px;
    padding-right: 6px;
}
.reserve-box {
    padding: 25px;
    background-color: #eaeff2;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}
.reserve-box .retext-top {
    font-size: 24px;
    line-height: 24px;
}
.reserve-box .prices {
    font-size: 48px;
    line-height: 50px;
    font-weight: bold;
    margin: 15px auto;
}

.reserve-box .total {
    font-size: 24px;
    line-height: 24px;
    margin: 5px auto 10px auto;
    color: #4c4d4f;
}

.project-data {
    margin: 5px auto;
    padding: 0;
}

.project-data h4 {
    font-size: 36px;
    line-height: 30px;
    color: #4c4d4f;
    /*    font-weight: bold;*/
    margin: 10px auto;
}

.box-detail-pro{
    font-size: 20px;
    line-height: 20px;
}

.project-data .pcontent {
    display: none;
    margin: 5px auto;
    padding: 0;
    font-size: 20px;
    line-height: 20px;
    color: #4c4d4f;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.project-data .pcontent.active {
    display: block;
}
.project-data .pcontent .sub-content {
    font-size: 20px;
    line-height: 25px;
    color: #4c4d4f;
}

.project-data .project-topcontent {
    display: block;
}
.project-data .project-topcontent h4 {
    margin-right: 15px;
    vertical-align: middle;
}
.project-data .project-topcontent ul {
    display: inline-block;
}
.project-data .project-topcontent ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.project-data .project-topcontent ul li:first-child {
    margin-left: 0;
}

.project-data .project-topcontent ul li a {
    color: rgba(76, 77, 79, 0.6);
}
.project-data .project-topcontent ul li a:hover,
.project-data .project-topcontent ul li a:focus,
.project-data .project-topcontent ul li a:active {
    color: rgba(76, 77, 79, 1);
}

.proj-datatable tr td {
    padding: 2px 0;
    color: #4c4d4f;
    font-size: 20px;
    line-height: 23px;
}

.proj-datatable tr td a,
.proj-datatable tr td a .fa {
    vertical-align: middle;
    margin-left: 6px;
    margin-right: 6px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.proj-datatable tr td a:hover .fa {
    color: #f75905;
}
.proj-datatable tr td a.linkweb:hover{
    color: #f75905;
}

.proj-datatable.wnl tr td {
    border-bottom: 1px solid #9f9fa0;
}

.proj-datatable.acc tr td {
    font-size: 20px;
}

.proj-datatable.acc tr td:nth-child(2) {
    text-align: right;
}

.promotion-box {
    clear: both;
    margin: 10px auto;
    background-color: #facd01;
    text-align: center;
    padding: 10px 10px;
}

.promotion-box .pm-title {
    font-size: 30px;
    line-height: 35px;
    color: #4c4d4f;
}
.promotion-box .pm-text {
    font-size: 24px;
    line-height: 25px;
    color: #4c4d4f;
}

.bigslider .bidsl-fixmenu {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 10;
}

.bigslider .item {
    background: #fff;
    display: block;
    padding: 15px;
    margin: 20px auto;
}
.bigslider .item .image {
    float: left;
}
.bigslider .item .image img {
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255,1);
}
.bigslider .item .info {
    position: relative;
    font-size: 30px;
    line-height: 30px;
}
.bigslider .item .content {
    color: #54565a;
    font-size: 18px;
}
.bigslider .item .content h4 {
    font-size: 24px;
    margin: 0 auto;
    line-height: 24px;
}
.bigslider .item .content .text {
    margin: 10px auto;
    font-size: 20px;
    line-height: 23px;
}
.bigslider .item .content .conlink {
    margin: 15px auto 5px auto;
}
.bigslider .item .content .conlink a {
    color:#54565a;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.bigslider .item .content .conlink a:hover {
    color: #f75905;
}
.bigslider .item .content .conlink img{
    vertical-align: text-top;
}






/*.bigslider .item .info .content {
    position: absolute;
    left: -60px;
    background-color: #390505;
    margin-top: 10px;
    padding: 20px 30px 20px 60px;
    color: #fff;
    font-size: 18px;
    z-index: 2;
}
.bigslider .item .info .content img {
    width: auto;
    max-width: 100%;
    margin-bottom: 10px;
}
.bigslider .item .info .content h4 {
    font-size: 24px;
    margin: 0 auto;
    line-height: 24px;
}
.bigslider .item .info .content .text {
    margin: 10px auto;
    font-size: 20px;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.6);
}
.bigslider .item .info .content .conlink {
    margin: 15px auto 5px auto;
    text-align: right;
}

.bigslider .item .info .content .conlink a {
    color: rgba(255, 255, 255, 1);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.bigslider .item .info .content .conlink a:hover {
    color: #facd01;
}*/

@media screen and (min-width: 1024px) {
    .proj-list .viewall {
        text-align: right;
        line-height: 30px;
        margin-top: 15px;
    }
    .project_list .items {
        padding: 20px;
    }
}

.proj-list .viewall.vv_hotdeal {
    text-align: right;
    line-height: 30px;
    margin-top: 15px;
}


@media screen and (max-width: 768px) {
    .bigslider .item {
        padding: 0;
    }
    .bigslider .item .content {
        position: relative;
        padding: 30px 30px;
        left: auto;
        right: auto;
        margin-top: 0;
    }
    .proj-list .right-content {
        text-align: center;
        margin-top: 7px;
    }
}

@media screen and (max-width: 490px) {
    .bigslider .item .content {
        padding: 40px 30px;
    }
}
.brd-section {
    background-color: #f2f2f2;
    padding: 0;
    margin: 0 auto;
    min-height: 0;
    height: auto;
}

.brd-crumb {
    color: #4c4d4f;
    font-size: 18px;
    padding: 0 15px;
}

.brd-crumb ul {
    display: block;
    margin: 0;
    padding: 0;
}

.brd-crumb ul li {
    display: inline-block;
    line-height: 40px;
    color: #4c4d4f;
}

.brd-crumb ul li::after {
    font-family: FontAwesome;
    content: "\f0da";
    color: #000;
    font-weight: 300;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -2px;
}

.brd-crumb ul li:last-child::after {
    content: " ";
    display: none;
}

.brd-crumb ul li a {
    color: #4c4d4f;
}
.brd-crumb ul li a:hover {
    color: #f75905;
}

.block-right {
    display: inline-block;
    font-size: 16px;
    color: #686868;
}

.ag-paging {
    display: block;
    margin: auto 15px;
}
.ag-paging a {
    display: inline-block;
    color: #686868;
    background-color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: auto 2px;
    padding: 5px 12px;
    line-height: initial;
}
.ag-paging a:hover,
.ag-paging a:focus,
.ag-paging a:active,
.ag-paging a.active {
    background-color: #ffffff;
    color: #333;
}
.ag-paging a {
    min-width: 30px;
}

.ag-paging input {
    width: 30px;
    text-align: center;
    padding: 4px 3px 3px 3px;
    border: none;
    vertical-align: top;
    outline: none;
    font-size: 18px;
}

.ag-paging .fa {
    vertical-align: middle;
    color: rgba(100, 100, 100, 0.3);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.ag-paging a:hover .fa {
    color: rgba(100, 100, 100, 1);
}

.ag-paging .pn:hover,
.ag-paging .pn:focus,
.ag-paging .pn:active {
    background-color: #ffffff;
    color: #333;
}
.ag-paging span {
    font-size: 18px;
}

.cs-dropdwn-warpper {
    position: relative;
}
.cs-dropdwn-warpper .cs-dropdwn-inner {
    display: none;
    /*    position: absolute;*/
    position: unset;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    /*    border: 1px solid #aeb2b5;*/
    border: none;
    overflow-y: auto;
    /*    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);*/
    box-shadow:none;
    /*    z-index: 9999;*/

}

.cs-dropdwn-warpper .cs-dropdwn-inner ul {
    /*    background: #fff;*/
    padding: 0 15px;
    margin: 0;
}

.cs-dropdwn-warpper .cs-dropdwn-inner ul.lang {
    padding: 0;
    margin: 0;
}

.cs-dropdwn-warpper .cs-dropdwn-inner.lang {
    top: 48px;
}

.cs-dropdwn-warpper .cs-dropdwn {
    /*    font-size: 18px;
        color: #fff;*/
    padding-left: 15px;
    padding-right: 15px;
}

.cs-dropdwn-warpper.oth .cs-dropdw {
    font-size: 18px;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
}

.cs-dropdwn-warpper .cs-dropdwn::after {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f0d7";
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    margin-left: 10px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -ms-transition: -ms-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.cs-dropdwn-warpper.login {
    min-width: 150px;
}

.cs-dropdwn-warpper.login .cs-dropdwn::after {
    display: inline-block;
    content: " ";
    background: url('../images/dd_caret.png') center center no-repeat;
    width: 8px;
    height: 4px;
    margin-left: 10px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -ms-transition: -ms-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.cs-dropdwn-warpper .cs-dropdwn-inner ul {
    margin: 0 auto;
    padding: 7px 0 5px 0;
}

.cs-dropdwn-warpper.oth .cs-dropdwn-inner {
    top: 40px;
    left: -25px;
    right: 0;
}

.cs-dropdwn-warpper .cs-dropdwn-inner ul li {
    white-space: nowrap;
    padding-left: 15px;
    padding-right: 6px;
    background: transparent url("../images/dotted_icon.png") 15px center
        no-repeat;
    text-align: left;
    border: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.cs-dropdwn-warpper .cs-dropdwn-inner ul li:hover,
.cs-dropdwn-warpper .cs-dropdwn-inner ul li.active {
    /*    background-color: #eaeaea;*/
    padding-left: 25px;
}
.cs-dropdwn-warpper .cs-dropdwn-inner a {
    display: block;
    /*    color: #6e6e6e;*/
    font-size: 18px;
    padding: 4px 5px;
}
.submenu .cs-dropdwn-warpper .cs-dropdwn-inner a{
    font-size: 14px;
    padding: 4px 15px;
    line-height: 18px;
}
.cs-dropdwn-warpper
.cs-dropdwn-inner.lg
.cs-content
.select-item
.slitem
a:hover,
.cs-dropdwn-warpper
.cs-dropdwn-inner.lg
.cs-content
.select-item
.slitem.active
a,
.cs-dropdwn-warpper
.cs-dropdwn-inner.lg
.cs-content
.select-item
.slitem.active
a:active,
.cs-dropdwn-warpper
.cs-dropdwn-inner.lg
.cs-content
.select-item
.slitem.active
a:focus {
    background: #8d8d8d;
    color: #fff;
}

.cs-dropdwn-warpper.oth
.cs-dropdwn-inner.lg
.cs-content
.select-item
.slitem
a:hover,
.cs-dropdwn-warpper.oth
.cs-dropdwn-inner.lg
.cs-content
.select-item
.slitem.active
a,
.cs-dropdwn-warpper.oth
.cs-dropdwn-inner.lg
.cs-content
.select-item
.slitem.active
a:active,
.cs-dropdwn-warpper.oth
.cs-dropdwn-inner.lg
.cs-content
.select-item
.slitem.active
a:focus {
    background: #8d8d8d;
    color: #4c4d4f;
}

.cs-select {
    width: 100%;
    height: auto;
    border: none !important;
    background-color: transparent !important;
}

.sort-box {
    position: relative;
    /*    text-align: center;*/
    padding-left: 5px;
    padding-right: 5px;
}
.sort-box > .cs-dropdwn-warpper {
    background: #fff;
}
.sort-box > .cs-dropdwn-warpper > a {
    /*    border: 1px #000 solid;*/
    margin: 1px auto;
    display: block;
    font-size: 18px;
    line-height: 40px;
    color:#8d8d8d;
    padding-top: 2px;
    padding-left: 20px;
    padding-right: 15px;
    padding-bottom: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.sort-box > .cs-dropdwn-warpper:hover > a {
    color: #000;
}

.sort-box > .cs-dropdwn-warpper > a::after {
    position: absolute;
    right: 15px;
    display: inline-block;
    font-family: FontAwesome;
    content: "\f0d7";
    color: #555;
    font-size: 13px;
    margin-left: 10px;

    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -ms-transition: -ms-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.sort-box.col_wd > .cs-dropdwn-warpper > a::after {
    position: absolute;
    right: 8px;
}

.sort-box > .cs-dropdwn-warpper > a.active::after {
    color: #000 !important;
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.sort-box > .cs-dropdwn-warpper ul {
    text-align: right;
}

/*#wd-1.cs-dropdwn-warpper:hover .cs-dropdwn-inner,
#wd-2.cs-dropdwn-warpper:hover .cs-dropdwn-inner{
    opacity: 1;
    display: block;
}*/

.cs-dropdwn-warpper.endless{
    border: 1px rgba(0,0,0,0.05) solid;
}
.cs-dropdwn-warpper.endless a{
    margin: 0;
    padding: 5px 15px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px !important;
    line-height: 28px !important;
    text-align: left;
    color: rgba(0,0,0,0.7);
    /*    box-shadow: 0 5px 15px rgba(0, 0, 0,0.05);
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0,0.05);*/
}
.cs-dropdwn-warpper.endless .cs-dropdwn-inner,
.cs-dropdwn-warpper.bkapp .cs-dropdwn-inner{
    position: absolute;
    background: #fff;
    z-index: 9;
    border: 1px rgba(0,0,0,0.05) solid;
    overflow: auto;
    max-height: 300px;
    padding-left: 15px;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 5%);
}
.cs-dropdwn-warpper.endless .cs-dropdwn-inner .dropdown,
.cs-dropdwn-warpper.bkapp .cs-dropdwn-inner .dropdown{
    background:#fff;
}
.cs-dropdwn-warpper.endless .cs-dropdwn-inner ul li,
.cs-dropdwn-warpper.bkapp .cs-dropdwn-inner ul li{
    padding: 0;
}
.cs-dropdwn-warpper.endless .cs-dropdwn-inner ul li a{
    padding-left: 15px;
}

.cs-dropdwn-warpper.bkapp{
    height: 48px;
    border: 1px #9d9ea0 solid;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
}

.cs-dropdwn-warpper.bkapp .cs-dropdwn-inner ul li a{
    padding-left: 5px;
    color: #8d8d8d;
}





.btn-modal {
    font-family: "Source Sans Pro", sans-serif;
    margin: 5px auto;
    font-size: 16px;
    font-weight: 500;
    background: #4c4d4f;
    border: 2px #4c4c4c solid;
    color: #fff;
    padding: 7px 50px;
    border-radius: 0px;
    outline: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.btn-modal:focus,
.btn-modal:active,
.btn-modal:hover {
    outline: none;
    background: #fff;
    color: #4c4c4c;
}


.login-regisbox {
    font-size: 20px;
    color: #4c4d4f;
    line-height: 32px;
}

.login-regisbox a {
    color: #f75905;
}

.login-regisbox a:hover {
    color: #009d04;
}

.btn-rev_sold{
    font-size: 20px;
    border: 1px solid #7d7e80;
    padding: 5px;
    border-radius: 5px;
    background: #7d7e80;
    padding: 7px 10px;
}

.regis-info {
    margin: 50px auto;
}
.regis-info h4 {
    clear: both;
    font-weight: bold;
    line-height: 25px;
    font-size: 20px;
    text-align: left;
    color: #4c4d4f;
}
.regis-info ul {
    text-align: left;
    margin: 5px auto;
    padding: 0 15px;
}
.regis-info ul li {
    list-style-type: decimal;
    font-weight: 400;
    text-align: left;
    font-size: 20px;
    line-height: 23px;
    color: #4c4d4f;
    padding: 0 5px;
}


/* footer */

.profile-title {
    line-height: 35px;
    font-size: 24px;
    text-align: left;
    padding-left: 15px;
    margin-bottom: 10px;
}


.profile-title.mini {
    line-height: 20px;
    font-size: 20px;
    text-align: left;
    padding-left: 15px;
    margin-bottom: 0;
}

.mk-sticky {
    position: -webkit-sticky;
    position: sticky;
}

footer {
    display: block;
    padding: 25px 15px 30px 15px;
    background: #3d3d3d;
    color: #fff;
}

footer h4 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    color:rgba(255,255,255,1);
}

footer ul {
    margin: auto;
    padding: 0;
}

footer ul li {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
}

footer ul li a {
    color: rgba(255, 255, 255, 1);
}

footer ul li a:hover {
    color: rgba(255, 255, 255,0.7);
}

footer .social-ic {
    margin: 0 auto;
    margin-bottom: 40px;
}

footer .social-ic .ic-item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
}

footer .social-ic .ic-item:hover {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}

footer .logo-ic img{
    opacity: 0.68;
    -moz-opacity: 0.68;
    -webkit-opacity: 0.68;
}
footer .logo-ic img:hover{
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}

footer .copy-right {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    width: 220px;
    /*    background-color: #f75905;
        padding: 0;
        text-align: center;
        height: 15px;*/
}
footer .ft-logo{
    width: 220px;
    text-align: center;
}

.ft-socail{
    padding-left: 5px;
}
.ft-socail a{
    font-size:36px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.ft-socail a:hover{
    color: rgba(255, 255, 255,0.7);
}
.ft-socail a i{
    padding-right: 10px;
}


/*.copy-right .fo-logo {
    margin: auto;
    text-align: center;
}*/

footer .fo-text {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
    margin: 5px auto;
}

footer .ft-phone{
    font-family: "Source Sans Pro", sans-serif;
    background: transparent url("../images/ic_phone.png") left center no-repeat;
    padding-left:40px;
    font-size: 22px;
    font-weight: 500;
    line-height:38px;
    margin-left: 5px;
}
footer .ft-email{
    font-family: "Source Sans Pro", sans-serif;
    background: transparent url("../images/ic_email.png") left center no-repeat;
    padding-left: 40px;
    font-size: 14px;
    line-height: 38px;
    margin-left:10px;
}
footer .ft-phone a{
    color: rgba(255, 255, 255,1);
}
footer .ft-email a{
    color: rgba(255, 255, 255, 0.7);
}
footer .ft-left{
    padding-left: 30px;
}
@media screen and (max-width:992px) {
    footer .ft-left{
        padding-left: 0px;
    }

}


.box-contact{
    font-family: "Libre Franklin", sans-serif;
    font-size: 16px;
    line-height: 26px;
}
.box-contact .ct-tt{
    font-size: 18px;
    font-weight: 600;
}
.ct-location{
    background: transparent url("../images/ic_map.png") left top no-repeat;
    padding-left: 60px;
    margin-left: 10px;
}
.ct-working{
    background: transparent url("../images/ic_time.png") left top no-repeat;
    padding-left: 60px;
    margin-left: 10px;
}


@media screen and (max-width: 768px) {
    footer h4 {
        font-size: 16px;
        /*        line-height: 18px;*/
    }

    footer ul li {
        font-size: 14px;
        /*        line-height: 16px;*/
    }
    footer .social-ic {
        margin-bottom: 5px;
    }
    footer .social-ic .ic-item {
        padding-left: 3px;
        padding-right: 3px;
    }
    footer {
        /*        padding-bottom: 100px;*/
    }
    footer .fo-text {
        margin: 5px auto;
        font-size: 12px;
        line-height: 14px;
        color: rgba(255, 255, 255, 0.4);
    }

    /*    .totop{
            bottom: 115px;
        }*/
}

@media screen and (max-width: 478px) {
    .totop {
        right: 10px;
        /*        bottom: 115px;*/
    }
}

/* form respon */
.bottom-respon {
    /*    font-size: 18px;
        line-height: 20px;
        padding: 15px auto;
        margin: 10px auto;*/
    color: #f75905;
}

.bottom-respon.error {
    color: #f75905 !important;
}

.bottom-respon.success {
    color: #009d04 !important;
}

.datepicker * {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px !important;
}

.iframe-wrapper {
    width: 100%;
    height: auto;
}

.iframe-wrapper iframe {
    width: 100% !important;
    height: auto;
    min-height: 450px !important;
}

.relation-box {
    position: relative !important;
}

.content-text {
    font-size: 22px;
}
.content-text strong {
    font-size: 26px;
    font-weight: bold !important;
}
.content-text .underline {
    text-decoration: underline !important;
}
.content-text a {
    color: #0b70aa;
    text-decoration: none;
}
.content-text a:hover,
.content-text a:focus,
.content-text a:active {
    color: #ffd204;
}


.fancybox-skin .fancybox-image{
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}


.hdrtpmob_chkout{
    background: #f3f3f3;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999999999;		
}

.link-ggmap{

}
.link-ggmap label{
    margin: 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    padding: 8px 15px;
    border: 1px #aeb2b5 solid;
    margin-bottom: 15px;
    width: 90%;
    background: #fff;
    cursor:pointer;
}
.link-ggmap label.linkact{
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.link-ggmap label.linkact:hover{
    background: #aeb2b5;
    color: #fff;
}

@media screen and (min-width:768px) {
    .pinned.chkout_pp{
        position: fixed;
        top: 138px;
        max-width:370px;
    }
}



/* avatar */
.avatar-p {
    display: block;
    margin: 30px auto;
    padding: 0;
    margin-bottom: 10px;
}
.avatar-p .avatar-img {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    width: 140px;
    margin: auto;
}
.avatar-p .avatar-img img {
    display: block;
    text-align: center;
}
.avatar-p .avatar-name {
    display: inline-block;
    vertical-align: middle;
}

.avatar-p .avatar-name .a-name {
    line-height: 30px;
    font-size: 30px;
    color: #fff;
}
.avatar-p .avatar-name .a-mail {
    line-height: 20px;
    font-size: 20px;
    color: rgba(255,255,255,.8);
}

.avatar-img .slim{
    background-color: unset;
}
.slim .slim-file-hopper{
    /*    background: #8d8d8d !important;*/
    /*    border: 5px #fff solid;
        box-shadow:0 0px 10px rgb(0 0 0 / 20%);
        -webkit-box-shadow:0 0px 10px rgb(0 0 0 / 20%);
        border-radius: 50%;*/
    background: rgba(0,0,0,0.1) !important;
    box-shadow: rgb(0 0 0 / 25%) 0px 0px 10px 0px;
    border-radius: 50%;
    border: 5px solid rgb(255, 255, 255);
}
.slim .slim-file-hopper.focus,
.slim .slim-file-hopper:active{
    border-radius: 50% !important;
}

.slim .slim-area .slim-result{
    width: 140px;
    height: 140px;
    margin: auto;
    border-radius: 50%;
    border: 5px solid #fff;
    background-position: center;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
}
.slim:hover,.slim:focus{border-radius: 50%;}
.bx-profile a.edit_photos:hover{color:#f75905; }
