

    /*begin header*//*background-color: rgba(0, 0, 0, 0.65);*/
@font-face{
    font-family: Roboto-Bold;
    src: url('../fonts/Roboto-Bold.ttf');
    font-weight: normal;
}
@font-face{
    font-family: Roboto-Regular;
    src: url('../fonts/Roboto-Regular.ttf');
}
@font-face{
    font-family: Roboto-Light;
    src: url('../fonts/ROBOTO-LIGHT.TTF');
    font-weight: normal; 
}
@font-face{
    font-family: Roboto-Medium;
    src: url('../fonts/ROBOTO-MEDIUM.TTF');
}
@font-face{
    font-family: Roboto-Thin;
    src: url('../fonts/ROBOTO-THIN.TTF');
}
*,

*:before,

*:after {

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}



html {

    font-size: 100%;

}

#homepage{
    top: 0 !important;
    font-family: Roboto-Regular;
    font-size: 14px;
}

.menu_main {

    background-size: 100% 100%;

}



/* Content wrapper */



.wrapper {

    /*width: 94%;*/

    /*max-width: 75%;*/

    margin: 0 auto;

}

.wrapper-small {

    max-width: 728px;

}

.wrapper-flush {

    width: 100%;

}

.nav.is-fixed {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 99;

}

.nav-container {

    position: fixed;

    top: 62px;

    left: 0;

    z-index: 9999;

    overflow-y: auto;

    visibility: hidden;

    width: 300px;

    max-width: 70%;

    height: 100%;

    min-height: 100%;

    margin: 0;

    padding: 0;

    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;

    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;

    -webkit-transform: translateX(-100%);

    -ms-transform: translateX(-100%);

    transform: translateX(-100%);

    /*background-color: #c0c0c0;*/

    -webkit-overflow-scrolling: touch;

}

.nav-container.is-visible {

    visibility: visible;

    -webkit-transform: translateX(0);

    -ms-transform: translateX(0);

    transform: translateX(0);

}

.nav-toggle {

    line-height: 1;

    display: inline-block;

    padding: 1.25rem 1rem;

    border: 0;

    background-color: rgba(25, 25, 25, 0.8);

    float: left;

    width: 60px;

    /*position: fixed;*/

    z-index: 99;

}

.nav-toggle .icon-menu {

    position: relative;

    display: inline-block;

    width: 28px;

    height: 20px;

    vertical-align: middle;

    fill: none;

}

.icon-menu .line {

    position: absolute;

    left: 0;

    display: block;

    width: 100%;

    height: 4px;

    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);

    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);

    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);

    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);

    background-color: #fff;

}

.icon-menu .line-1 {

    top: 0;

}

.is-active .icon-menu .line-1 {

    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);

    -ms-transform: translateY(8px) translateX(0) rotate(45deg);

    transform: translateY(8px) translateX(0) rotate(45deg);

}

.icon-menu .line-2 {

    top: 50%;

    margin-top: -2px;

}

.is-active .icon-menu .line-2 {

    opacity: 0;

}

.icon-menu .line-3 {

    bottom: 0;

}

.is-active .icon-menu .line-3 {

    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);

    -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);

    transform: translateY(-8px) translateX(0) rotate(-45deg);

}

.menu {

    list-style: none;

    margin: 0;

    padding: 0;

}

.nav-menu {

    background-color:#191919; /* 1 */

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none; /* 2 */

}

.nav-menu .menu-item {

    border-top: 1px solid #d68686;

}

.nav-menu > .menu-item.is-active {

    background:#000;

}

.nav-menu > .menu-item:hover {

    background: #d63030;

}

.nav-menu > .menu-item.is-active.has-dropdown:after,

.nav-menu > .menu-item:hover.has-dropdown:after {

    color: #ffffff;

}

.nav-menu > .menu-item.is-active a,

.nav-menu > .menu-item:hover a {

    color: #ffffff;

}

/*.nav-dropdown > .menu-item {*/

    /*padding-left: 10px;*/

/*}*/

.nav-dropdown > .menu-item:hover {

    opacity: 0.85;

}

.nav-menu .menu-link {

    color: #fff;

    font-size: 14px;

    display: block; /* 1 */

    text-decoration: none;

    padding: 8px 15px;



}

.has-dropdown {

    position: relative;

    cursor: pointer;

}

.has-dropdown > .menu-link {

    display: inline-block;

}

.has-dropdown:after {

    padding-top: 0px;
    font-size: 24px;

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    content: "+";

    color: #fff;

    line-height: 32px;

    width: 57px;

    height: 37px;

    text-align: center;

}

.has-dropdown.is-active:after {

    content: "\2013"; /* 1 */

}

.nav-dropdown {

    display: none;

    background-color: #c37474;

}

.has-dropdown.is-active > .nav-dropdown {

    display: block; /* 1 */

}

.nav-dropdown .nav-dropdown {

    background-color: #aaa;

}

.nav-dropdown .menu-item {

    border-color: #d68686;

}

.nav-dropdown .nav-dropdown .menu-item {

    background-color: rgb(15, 155, 163) !important;

}

.logo_mobile {

    text-align: center;

}

.logo_mobile img {

    width: 180px;

    height: auto;

}

.nav-menu > .menu-item > .menu-link {

    padding: 8px 15px;

}





/*=================================================== menu_desktop =====================================================*/


         /* .lang1 {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 22222222;
} */
.lang1 img {
    width: 22px;
    height: 16px;
}


@media (min-width: 992px) {

    .nav {

        background-color: rgba(0, 0, 0, 0.65);

    }
    /* .lang1 {
        right: 95px;
    } */
    .nav,

    .nav-container,

    .nav-container.is-visible {

        position: static;

        top: auto;

        left: auto;

        z-index: auto;

        -webkit-transform: translateX(0);

        -ms-transform: translateX(0);

        transform: translateX(0);

    }

    .nav-container,

    .nav-container.is-visible {

        visibility: visible;

        height: auto;

        min-height: 0;

        overflow-y: visible;

        width: 100%;

        max-width: 100%;

    }

    .nav-toggle {

        display: none;

    }

    .nav-menu > .menu-item:hover,

    .nav-menu > .menu-item.is-active {

        background-color: transparent;

    }

    .nav-menu .menu-item {

        -webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;

        transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;

    }

    .has-dropdown:after {

        content: "" !important;

    }

    .nav-menu > .menu-item:hover.has-dropdown:after {

        border-color: transparent transparent transparent transparent !important;

    }

    .menu-item:hover.has-dropdown:after {

        border-color: rgb(117, 173, 33) transparent transparent transparent !important;



    }

    .nav-menu > .has-dropdown:after {

        position: absolute;

        top: 50%;

        /*right: 0.3rem;*/

        width: 0;

        height: 0;

        margin-top: -2px;

        margin-left: -4px;

        content: "";

        border-width: 5px 5px 0 5px;

        border-style: solid;

        border-color: transparent transparent transparent transparent;

    }

    .has-dropdown > .menu-link {

        padding-right: 2rem;

    }

    .nav-dropdown {

        left: 0px;

        display: block;

        opacity: 0;

        position: absolute;

        top: 100%;

        width: 215px;

        margin: 0;

        background-color: transparent;

        border-radius: 0px;

        box-shadow: 0 0 4px hsla(0, 0%, 0%, 0.15);

        visibility: hidden;

        -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s linear;

        transition: visibility 0s linear 0.25s, opacity 0.25s linear;

    }

    .has-dropdown:hover > .nav-dropdown {

        visibility: visible;

        opacity: 1;

        -webkit-transition-delay: 0s;

        transition-delay: 0s;

    }

    .nav-dropdown .menu-item {

        border: 0;

        margin-top: 1px;

    }

    .nav-dropdown .menu-item:last-child {

        border: 0;

        border-bottom: none;

    }

    .nav-dropdown .menu-item:hover,

    .nav-dropdown .nav-dropdown .menu-item:hover {

        background-color: #d63030;

    }

    .nav-dropdown .menu-item:hover .menu-link,

    .nav-dropdown .menu-item:hover .menu-link {

        color: #ffffff;

    }

    .nav-dropdown .nav-dropdown,

    .nav-dropdown .nav-dropdown .menu-item {

        background-color: #dedede;

    }

    .nav-dropdown .nav-dropdown {

        z-index: 998;

        top: 0;

        left: 100%;

    }

    .content {

        margin-top: 0;

    }

    .nav-menu > .menu-item > .menu-link {

        display: block;

        line-height: 20px;

        padding: 15px 26px;

        font-size: 16px;
        color: #fab493;

        text-transform: uppercase;

        -webkit-transition: all 0.15s linear;

        -moz-transition: all 0.15s linear;

        -o-transition: all 0.15s linear;

        transition: all 0.15s linear;



    }

    .nav-menu > .menu-item:last-child > .menu-link{

        padding-right: 0;

    }

    .nav-menu > .menu-item.active

    .nav-menu > .menu-item:hover {

        background: #0098da;

    }

    .nav-menu > .menu-item {

        position: relative;

        float: left;

        padding: 0px 0px 0px 0px;

        border-top: 0px;

    }

    .nav-menu,

    .nav {

        background: none;

    }

    .nav-menu > .menu-item.is-active > .menu-link,

    .nav-menu > .menu-item:hover > .menu-link {

        color: #fab493;

    }

    .nav-menu > .menu-item > .menu-link:before{

        -webkit-transform: scaleX(0);

        -moz-transform: scaleX(0);

        -ms-transform: scaleX(0);

        -o-transform: scaleX(0);

        transform: scaleX(0);



        pointer-events: none;

        position: absolute;

        content: '';

        top: 100%;

        left: 0;

        right: 0;

        margin: auto;

        height: 1px;

        width: 70%;

        background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255,255) 0%, rgba(0, 0, 0, 0) 80%);

        background: radial-gradient(ellipse at center, rgba(255, 255, 255,255) 0%, rgba(0, 0, 0, 0) 80%);

        -webkit-transition-property: left, right;

        transition-property: left, right;

        -webkit-transition-duration: 0.3s;

        transition-duration: 0.3s;

        -webkit-transition-timing-function: ease-out;

        transition-timing-function: ease-out;

        -webkit-transition: all 0.3s;

        -moz-transition: all 0.3s;

        -ms-transition: all 0.3s;

        -o-transition: all 0.3s;

        transition: all 0.3s;





    } 

    .nav-menu > .menu-item > a:hover {

        color: #fff;

    }

    .nav-dropdown > .menu-item {

        padding: 0;

        background: #ffffff;

    }

    .nav-menu .menu-link {

        padding: 8px 15px 8px 15px;;

    }

    .nav-dropdown>.menu-item>.menu-link {

        color: #0d0d0d !important;

    }

    .nav-dropdown>.menu-item:hover>.menu-link {

        color: #ffffff !important;

    }

    .nav-menu > .menu-item {

        position: relative;

    }

    .nav-dropdown{

        -webkit-transform: scaleY(0);

    transform: scaleY(0);

    -webkit-transform-origin: 50% 0;

    transform-origin: 50% 0;

    -webkit-transition-property: transform;

    transition-property: transform;

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

    -webkit-transition-timing-function: ease-out;

    transition-timing-function: ease-out;

    }

    .has-dropdown:hover > .nav-dropdown{

        -webkit-transform: scaleY(1) !important;

    transform: scaleY(1) !important;

    }

    .nav-dropdown .has-dropdown .nav-dropdown{

        -webkit-transform: scaleX(0) !important;

    transform: scaleX(0) !important;

    -webkit-transform-origin: 0 50%;

    transform-origin: 0 50%;

    -webkit-transition-property: transform;

    transition-property: transform;

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

    -webkit-transition-timing-function: ease-out;

    transition-timing-function: ease-out;

    }

    .nav-dropdown .has-dropdown:hover .nav-dropdown{

        -webkit-transform: scaleX(1) !important;

    transform: scaleX(1) !important;

    }

    .nav-dropdown .nav-dropdown .menu-item{

        background: #fff !important;

    }

    .nav-dropdown .nav-dropdown .menu-item:hover{

        background: #b00303 !important;

    } 

    .qts_head_top{ 

        position: absolute;

        top: 0px;

        width: 100%;

        z-index: 1000;

        background: #4a2b3d;
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 5px solid #9b8d98;
    }

}

 



.qts_head_top .sc_menu_header {display: flex;align-items: center;justify-content: space-between;position: relative;}



.qts_head_top .sc_menu_header .logo_pc img {

  width: 100%;

}



.menu_mb {

  background: #d63030;

}



.slider_main .owl-dots .owl-dot span {

  background: #353535;

  border: 1px solid #FFFFFF;

}



.slider_main .owl-dots .owl-dot.active span,

.slider_main .owl-dots .owl-dot:hover span {

  border-color: #353535;

  background: #fff;

}



@media (min-width: 992px) and (max-width: 1199px) {

  .nav-menu>.menu-item>.menu-link {

    padding: 15px 9px 15px 9px;

  }

}



.menu_main .nav.is-fixed {



position: relative; z-index: 105; }

@font-face {

    font-family: 'UTM_HelvetIns';

    src: url('./fonts/UTMHelvetIns.eot');

    src: url('./fonts/UTMHelvetIns.eot') format('embedded-opentype'), url('./fonts/UTMHelvetIns.woff')

    format('woff2'), url('./fonts/UTMHelvetIns.woff') format('woff'), url('./fonts/UTMHelvetIns.ttf')

    format('truetype'), url('./fonts/UTMHelvetIns.svg#fontawesomeregular') format('svg');

    font-weight: normal;

    font-style: normal;

}



/*==========Main============*/

.menu_mb{

    position: fixed;

    width: 100%;

    background: #ffffff;

    z-index: 999;

    padding: 1px 15px;

    border-bottom: 1px solid #ccc;

}

#go_top {

    position: fixed;

    width: 24px;

    height: 25px;

    background: #000;

    color: #fff;

    text-align: center;

    line-height: 25px;

    font-size: 18px;

    font-weight: bold;

    background-size: 100% 100%;

    display: inline-block;

    z-index: 100;

    bottom: 25px;

    right: 25px;

}

.img_logo_mb{

    max-height: 60px;

    max-width: 70%;

}

.menu_main .nav.is-fixed{

    position: relative;

    z-index: 105;

}

#go_top {

    position: fixed;

    width: 30px;

    height: 30px;

    background: #53d267;

    color: #fff;

    text-align: center;

    line-height: 25px;

    font-size: 18px;

    font-weight: bold;

    background-size: 100% 100%;

    display: inline-block;

    z-index: 100;

    bottom: 25px;

    right: 10px;

    border-radius: 2px;

}

.icon_next{

    font-size: 16px;

    padding-top: 6px;

}

#go_top:hover {

    opacity: 0.85;

}

.qts_footer_top{

    background: #000000;

    padding: 30px 0px;

    border-top: 3px solid #e6b22c;

}

.title_footer{

    font-size: 13px;

    line-height: 21px;

    font-weight: bold;

    text-transform: uppercase;

    color: #ffffff;

    margin-bottom: 20px;

    margin-top: 0px;

}

.title_name_ft {

    font-size: 18px;

    line-height: 21px;

    font-weight: bold;

    text-transform: uppercase;

    color: #e6b22c;

    margin-bottom: 20px;

    margin-top: 0px;

    font-family: Arial;

}

.ul_ass> li {

    color: #ffffff;

    font-size: 13px;

    line-height: 23px;

    padding-left: 20px;

    position: relative;



}



.ul_ass> li:before{

    content: "";

    display: inline-block;

    position: absolute;

    left: 0px;

    top: 3px;

    background: url("./img/bf_home_ft.png") no-repeat;

    width: 16px;

    height: 15px;

}

.footer_left_top > p {

    color: #ffffff;

    font-size: 13px;

    line-height: 23px;

    position: relative;

}

.bf_phone_ft:before{

    content: "";

    display: inline-block;

    position: absolute;

    left: 0px;

    top: 4px;

    background: url("./img/bf_phone_ft.png") no-repeat;

    width: 16px;

    height: 15px;

}

.bf_gmail_ft:before{

    content: "";

    display: inline-block;

    position: absolute;

    left: 0px;

    top: 6px;

    background: url("./img/bf_sms.png") no-repeat;

    width: 16px;

    height: 10px;

}

.bf_web_ft:before{

    content: "";

    display: inline-block;

    position: absolute;

    left: 0px;

    top: 3px;

    background: url("./img/bf_web.png") no-repeat;

    width: 16px;

    height: 14px;

}

.ul_lick_msh> li{

   padding: 5px 0px;

}

.img_msh{

    display: inline-block;

}

.img_msh> img {

    width: 27px;

    height: 27px;

    margin-right: 10px;

}

.text_mxh{

    color: #ffffff !important;

    font-size: 13px;

}

.text_mxh:hover{

    text-decoration: underline;

}

.qts_footer_bot{

    padding: 10px 0px;

    background: #1f1f1f;

}

.left_footer_bot{

    color: #ffffff;

    font-size: 12px;

    line-height: 22px;

    float: left;

}

.left_footer_bot> span{

    color: #47d4ff;

}

.right_footer_bot{

    color: #ffffff;

    font-size: 12px;

    line-height: 22px;

    float: right;

}

.right_footer_bot> span{

    position: relative;

    display: inline-block;

    padding-left: 20px;

}

.right_footer_bot> span:before{

    content: "";

    display: inline-block;

    position: absolute;

    left: 0px;

    top: 3px;

    background: url("./img/bf_footer_bot.png") no-repeat;

    width: 12px;

    height: 13px;

}

@font-face {

    font-family: 'UTM_HelvetIns';

    src: url('./fonts/UTMHelvetIns.eot');

    src: url('./fonts/UTMHelvetIns.eot') format('embedded-opentype'), url('./fonts/UTMHelvetIns.woff')

    format('woff2'), url('./fonts/UTMHelvetIns.woff') format('woff'), url('./fonts/UTMHelvetIns.ttf')

    format('truetype'), url('./fonts/UTMHelvetIns.svg#fontawesomeregular') format('svg');

    font-weight: normal;

    font-style: normal;

}

@font-face {

  font-family: 'Roboto-Bold';

  src: url('./fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),  url('./fonts/Roboto-Bold.woff') format('woff'), url('./fonts/Roboto-Bold.ttf')  format('truetype'), url('./fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');

  font-weight: normal;

  font-style: normal;

}

@font-face {

  font-family: 'Roboto-Regular';

  src: url('./fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),  url('./fonts/Roboto-Regular.woff') format('woff'), url('./fonts/Roboto-Regular.ttf')  format('truetype'), url('./fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');

  font-weight: normal;

  font-style: normal;

}

@font-face {

  font-family: "UVFAphroditePro";

  src: url("./fonts/UVFAphroditePro.eot"); /* IE9 Compat Modes */

  src: url("./fonts/UVFAphroditePro.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */

    url("./fonts/UVFAphroditePro.otf") format("opentype"), /* Open Type Font */

    url("./fonts/UVFAphroditePro.svg") format("svg"), /* Legacy iOS */

    url("./fonts/UVFAphroditePro.ttf") format("truetype"), /* Safari, Android, iOS */

    url("./fonts/UVFAphroditePro.woff") format("woff"); /* Modern Browsers */

  font-weight: normal;

  font-style: normal;

}



.tit_hot {
 text-align: center;

/*  font-family: 'Roboto-Medium';
 */
 font-size: 30px;

 color: #0342ac;

 text-transform: uppercase;

 margin-bottom: 30px;

 /* background: url('./img/bg_title.png') no-repeat center bottom; */

 padding-bottom: 30px;
 color: #333;

}

.tit_hot a {

    color: #4a2b3d;
    border-bottom: 1px solid #fab493;
    padding-bottom: 15px;

}

.tit_hot a:hover {

    color: #5d5c5c;

}

.box_hot {

    position: relative;

}

.txt_box{

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    height: 40px;

    background: #4c2f3f;

    text-align: center;

}

.txt_box:hover {

    background: #4a2b3d;

}

.txt_box a{

    font-size: 18px;

    font-family: 'Roboto-Regular';

    text-transform: uppercase;

    color: #fff;

   text-overflow: ellipsis;

   overflow: hidden;

   white-space: nowrap;

   line-height: 40px;

   display: block;

}

.txt_box:hover a{

    color: #fff;

}

/*-----------------------------*/

.slider_proj .owl-nav {

    top: 50%;

    

}

.slider_proj .owl-nav .icon-slider {

    font-size: 25px;

     width: 25px;

    height: 25px;

    line-height: 23px;

    text-align: center;

    border: 1px solid #e65951;

    color: #e65951;

}

@font-face {

    font-family: 'UTM_AvoBold';

    src: url('../fonts/UTMAvoBold.eot');

    src: url('../fonts/UTMAvoBold.eot') format('embedded-opentype'), url('../fonts/UTMAvoBold.woff')

    format('woff2'), url('../fonts/UTMAvoBold.woff') format('woff'), url('../fonts/UTMAvoBold.ttf')

    format('truetype'), url('../fonts/UTMAvoBold.svg#fontawesomeregular') format('svg');

    font-weight: normal;

    font-style: normal;

}

/*==========Main============*/

.menu_mb{

    position: fixed;

    width: 100%;

    background: #ffffff;

    z-index: 999;

    padding: 1px 15px;

    border-bottom: 1px solid #ccc;

}

#go_top {

    position: fixed;

    width: 24px;

    height: 25px;

    background: #000;

    color: #fff;

    text-align: center;

    line-height: 25px;

    font-size: 18px;

    font-weight: bold;

    background-size: 100% 100%;

    display: inline-block;

    z-index: 100;

    bottom: 25px;

    right: 25px;

}

.img_logo_mb{

    max-height: 60px;

    max-width: 70%;

}

.menu_main .nav.is-fixed{

    position: relative;

    z-index: 105;

}

#go_top {

    position: fixed;

    width: 30px;

    height: 30px;

    background: #53d267;

    color: #fff;

    text-align: center;

    line-height: 25px;

    font-size: 18px;

    font-weight: bold;

    background-size: 100% 100%;

    display: inline-block;

    z-index: 100;

    bottom: 25px;

    right: 10px;

    border-radius: 2px;

}

.icon_next{

    font-size: 16px;

    padding-top: 6px;

}

#go_top:hover {

    opacity: 0.85;

}

.qts_content_home{

    margin: 30px 0px;

}

.title_right_home{

    color: #000;

    font-size: 24px;

    font-weight: bold;

    margin: 0px;

    font-family: Roboto-Bold;

}

.sologane_home> p {

    color: #e6b22c;

    font-size: 45px;
    font-family: UVFAphroditePro;

    text-align: center;

    position: relative;

    padding: 5px 50px;

    line-height: 34px;

}

.sologane_home{

    margin: 40px 0px;

}

.sologane_home> p:before{

    content: "\f10d";

    font: normal normal normal 28px/1 FontAwesome;

    color: #e6b22c;

    position: absolute;

    left: 0px;

    bottom: 100%;

}

.sologane_home> p:after{

    content: "\f10e";

    font: normal normal normal 28px/1 FontAwesome;

    color: #e6b22c;

    position: absolute;

    right: 0px;

    top: 100%;

}

.text_home > p {

    color: #2b2c36;

    font-size: 14px;

    line-height: 23px;

    margin-bottom: 10px;

    overflow: hidden;

    font-family: Roboto-Regular; 

}

.lick_me {

    text-align: right;

    margin-top: 20px;

}

.lick_me > a {

    display: inline-block;

    color: #ffffff;

    background: #e6b22c;

    padding: 11px 35px;

    font-size: 13px;

}

.lick_me > a  > i {

    padding-left: 10px;

}

.box_header{

    position: relative;

} 

.logo_pc img{

  /*  margin-bottom: -40px;*/

}

.menu>li>a{

    position: relative;

}

/* .menu>li>a:after{

    position: absolute;

    content: "\f111";

    top:15px;

    left:7px; 

    font-family: FontAwesome;

    font-size: 6px;

    color: #fab702;

} */

.lang{

    color:#fff;

    font-size: 16px; 

    padding-top: 12px;

}

.lang select{

    background: transparent;

    border:0px;

    border-right: 1px solid #fff; 

}

.lang select option{

    background:transparent;

}

.search_top{

    color:#fff;

    font-size: 16px; 

}

.menu>li.search-drop>a:after{ 

    display: none!important;

}

.menu>li.search-drop>a{

    color: #fff;

}

.menu>li.search-drop{

    padding-top: 10px;

    padding-left: 10px;

}



.search-drop {

    position: relative;

    cursor: pointer;

    display: inline-block;

    margin: 10px;

}



@media (min-width: 992px) {}



.search-drop .drop-button .fa {

    font-size: 20px;

    color: #333;
    border-left: 1px solid #fab493;
    padding-left: 15px;

}



@media (min-width: 992px) {

    .search-drop .drop-button .fa {

        color: #fab493;
        margin-top: 5px;

    }

}



.search-drop .dropdown-content {

    position: absolute;

    z-index: 1;

    top: 100%;

    right: 0;

    width: 250px;

    padding: 30px 20px;

    background: #fff;

    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);

    box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);

    display: none;

}



.search-drop .dropdown-content .close {

    opacity: 1;

    display: inline-block;

    font-size: 14px;

    width: 20px;

    height: 20px;

    line-height: 17px;

    text-align: center;

    color: #fff;

    position: absolute;

    top: -24px;

    right: 0px;

    background: #000;

    border: 1px solid #ccc;

    -webkit-border-radius: 100px;

    border-radius: 100px;

}



.search-drop .dropdown-content .box_search {

    width: 100%;

    margin-bottom: 0;

}



.search-drop .dropdown-content .box_search .input-group .form-control,

.search-drop .dropdown-content .box_search .input-group .btn {

    height: 40px;

    -webkit-border-radius: 0;

    border-radius: 0;

}



.search-drop .dropdown-content .box_search .input-group .form-control {

    font-size: 13px;

    -webkit-box-shadow: none;

    box-shadow: none;

    border: 4px solid #e5e5e5;

    background: #E7E7E7;

    border-right: none;

}



.search-drop .dropdown-content .box_search .input-group .input-group-btn {

    line-height: 0;

}



.search-drop .dropdown-content .box_search .input-group .btn {

    padding: 0 5px;

    line-height: 19px;

    color: #bfbfbf;

    font-size: 18px;

    z-index: 2;

    background: #E7E7E7;

    border: 4px solid #e5e5e5;

    border-left: none;

    border-right-width: 4px;

}



.search-drop .dropdown-content .box_search .input-group .btn:hover {

    background-color: #eee;

}



.search-drop .dropdown-content .box_search .input-group .btn .fa.fa-search {

    -webkit-filter: drop-shadow(1px 1px 0px gray);

    filter: drop-shadow(1px 1px 0px gray);

}



.search-drop .visible {

    display: block;

}

.sc_form_qts {

    background: url('./img/bg_form.png') no-repeat;

    background-size: 100% 100%;

    padding-top: 40px;

}

.title_form a{

    color: #fff;

}

.title_form a:hover {

    color: #fff;

}

.text_form {

    text-align: center;

    font-size: 18px;

    color: #fff;

    font-family: Roboto-Regular;

    margin: 10px 0;

    text-transform: none;

}

.input_from_re {

    margin-bottom: 30px;

    height: 43px;

}

.button_send {

    width: 10%;

    background: #fd030f;

    border: none;

    color: #fff;

    text-transform: uppercase;

    font-family: Roboto-Regular; 

    margin: auto;

    margin-bottom: 67px;

}

.box_pro_cate {



}

.title_detail {

    font-family: Roboto-Bold;

    margin: 20px 0;

}

.title_detail a {

    font-size: 20px;

}

.sc_form_qts_spa {

    padding-top: 100px;

    background: #fff;

}

.sc_form_qts_spa .title_form a, .sc_form_qts_spa .text_form{

    color: #000;

}

.menu_mobi {

    margin-top: 15px;

}

.menu_mobi select {

    width: 70%;

    margin: auto;

}
 .fixed_bn {
    
    position: fixed !important;
    top: 0px;
    z-index: 9999;
    width: 100%;
}
.row-flex{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
.menu_main{
    display: flex;
    justify-content: center;
}
.lang1{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.lang1 a{
    padding-left: 5px;
    padding-right: 5px;
}
.qts-content-home .col-md-7 p, .qts-content-home .col-md-7 span{
    text-align: justify;
    line-height: 25px;
    font-size: 14px;
}
.qts-content-home .col-md-5 img{
    max-width: 100%;
    height: 435px;
}
.title-review{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 45px;
}
.title-review a{
    border-bottom: 1px solid #fab493;
    padding-bottom: 10px;
}
.review iframe{
    height: 430px;
}
.img_cus_cmt img{
    width: 105px;
    height: 105px;
    border-radius: 50%;
}
.review .col-md-6 .row{
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
/* .review .col-md-6 .row:last-child{
    border-bottom: 0;
} */
.content_cus_cmt{
    text-align: left;
}
.name_cus_cmt{
    font-weight: bold;
    margin-top: 20px;
}
.review{
    margin-top: 45px;
}
footer{
    background: #4a2b3d;
    padding-top: 25px;
}
.qts-footer-top .row{
    display: flex;
    justify-content: space-between;
}
.send-mail{
    display: flex;
    justify-content: flex-end;
}
.help{
    color: #fff;
}
.help h4{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}
.help p{
    font-size: 14px;
}
.send-mail input{
    width: 300px;
    padding: 5px 10px;
}
.send-mail button{
    background: #fab493;
    border: 0;
    padding: 7.5px 55px;
}
.send-mail button a{
    color: #000;
    font-weight: bold;
}
.qts-footer-top{
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}
.qts-footer-center .row .col-md-4 h3{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}
.qts-footer-center .row .col-md-4 ul li{
    color: #fff;
    line-height: 30px;
}
.qts-footer-center .row .col-md-4 ul li i{
    margin-right: 10px;

}
.qts-footer-center{
    padding-top: 20px;
}
.qts-footer-center .row .col-md-2 img{
    width: 70%;
}
.qts-footer-center .col-md-2 h3{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}
.qts-footer-center .col-md-2 ul li a{
    color: #fff;
    line-height: 30px;
}
.qts-footer-center .row{
    padding-bottom: 25px;
    border-bottom: 1px dashed #fff;
}
.qts-copy p{
    color: #fff;
    padding-top: 20px;
    padding-bottom: 25px;
}
.form-control{
    display: inline !important;
    border-radius: 0 !important;
}
.send-email form{
    display: flex;
    justify-content: flex-end;
}
.slider_main .item img{
    height: 750px;
}
.box_pro_cate .img_box img{
    height: 275px;
}
.slider_main{
    max-width: 100%;
}
.img_mxh img {
    width: 27px !important;
    height: 27px;
    margin-right: 10px;
}
.qts-footer-center .col-md-2 ul li{
    margin-bottom: 15px;
}