/*begin header*/

@font-face {
    font-family: 'UTM_HelvetIns';
    src: url('./fonts/UTMHelvetIns.eof');
    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: 'UTM_AmericanSans';
    src: url('./fonts/UTMAmericanSans.eot');
    src: url('./fonts/UTMAmericanSans.eot') format('embedded-opentype'), url('./fonts/UTMAmericanSans.woff') format('woff2'), url('./fonts/UTMAmericanSans.woff') format('woff'), url('./fonts/UTMAmericanSans.ttf') format('truetype'), url('./fonts/UTMAmericanSans.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UVFBankGothicMdBT';
    src: url('./fonts/UVFBankGothicMdBT.ttf');
}

@font-face {
    font-family: 'UTM_Pierre';
    src: url('./fonts/UTMPierre.eot');
    src: url('./fonts/UTMPierre.eot') format('embedded-opentype'), url('./fonts/UTMPierre.woff') format('woff2'), url('./fonts/UTMPierre.woff') format('woff'), url('./fonts/UTMPierre.ttf') format('truetype'), url('./fonts/UTMPierre.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto_Medium';
    src: url('./fonts/RobotoMedium.eot');
    src: url('./fonts/RobotoMedium.eot') format('embedded-opentype'), url('./fonts/RobotoMedium.woff') format('woff2'), url('./fonts/RobotoMedium.woff') format('woff'), url('./fonts/RobotoMedium.ttf') format('truetype'), url('./fonts/RobotoMedium.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UTMAvo';
    src: url('./fonts/UTMAvo.ttf');
    src: url('./fonts/UTMAvo.eot') format('embedded-opentype'), url('./fonts/UTMAvo.woff') format('woff2'), url('./fonts/UTMAvo.woff') format('woff'), url('./fonts/UTMAvo.ttf') format('truetype'), url('./fonts/UTMAvo.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Opensans-Regular';
    src: url('./fonts/OpenSans.ttf');
    src: url('./fonts/OpenSans.eot') format('embedded-opentype'), url('./fonts/OpenSans.woff') format('woff2'), url('./fonts/UTMAvo.woff') format('woff'), url('./fonts/UTMAvo.ttf') format('truetype'), url('./fonts/OpenSans.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Opensans-Bold';
    src: url('./fonts/Opensans-Bold.ttf');
    src: url('./fonts/Opensans-Bold.eot') format('embedded-opentype'), url('./fonts/Opensans-Bold.woff') format('woff2'), url('./fonts/Opensans-Bold.woff') format('woff'), url('./fonts/Opensans-Bold.ttf') format('truetype'), url('./fonts/OpenSans.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('fonts/OpenSans-SemiBold.ttf');
}


/* @font-face{
    font-family: '';
} */

html {
    overflow-x: hidden;
}

body {
    font-family: OpenSans-Regular;
    font-size: 14px;
    overflow-x: hidden;
}

.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: #FFFFFF;
    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: #BBA966;
    /* sua */
}

.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: #BBA966;
    /* sua */
    /* 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 #ffffff;
}

.nav-menu>.menu-item.is-active {
    background: #3435ce;
}

.nav-menu>.menu-item:hover {
    background: #3435ce;
}

.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: #633514;
    font-size: 14px;
    display: block;
    /* 1 */
    text-decoration: none;
    padding: 8px 15px;
    font-family: OpenSans-SemiBold;
}

.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: 37px;
    height: 37px;
    text-align: center;
}

.has-dropdown.is-active:after {
    content: "\2013";
    /* 1 */
}

.nav-dropdown {
    display: none;
    background-color: #24249a;
}

.has-dropdown.is-active>.nav-dropdown {
    display: block;
    /* 1 */
}

.nav-dropdown .nav-dropdown {
    background-color: #aaa;
}

.nav-dropdown .menu-item {
    border-color: #ffffff;
}

.nav-dropdown .nav-dropdown .menu-item {
    background-color: #24249a !important;
}

.logo_mobile {
    text-align: center;
}

.logo_mobile img {
    width: 180px;
    height: auto;
}

.nav-menu>.menu-item>.menu-link {
    padding: 8px 15px;
}


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

@media (min-width: 992px) {
    .menu_main {
        float: left;
    }
    .bg_menu {
        background: #3a88ef;
        /* da sua */
    }
    .bg_menu .d_flex {
        display: flex;
        justify-content: center;
    }
    .nav {
        background-color: rgba(0, 0, 0, 0.65);
    }
    .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: #A8A400;
    }
    .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: #ddbf17;
    }
    .nav-dropdown .menu-item:hover .menu-link,
    .nav-dropdown .menu-item:hover .menu-link {
        color: #633514;
    }
    .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 15px;
        font-size: 15px;
        color: #fff;
        font-weight: 500;
        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.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: #faa61a;
    }
    .nav-menu>.menu-item>a:hover {
        color: #faa61a;
    }
    .nav-dropdown>.menu-item {
        padding: 0;
        background: #faa61ab7;
    }
    .nav-menu .menu-link {
        padding: 8px 15px 8px 15px;
        ;
    }
    .nav-dropdown>.menu-item>.menu-link {
        color: #633514 !important;
    }
    .nav-dropdown>.menu-item:hover>.menu-link {
        color: #633514 !important;
    }
    .nav-menu>.menu-item {
        position: relative;
    }
    /*.nav-menu > .menu-item:not(:last-child) > .menu-link:after{
                position: absolute;
                display: inline-block;
                width: 1px;
                height: 14px;
                background: white;
                top: 12px;
                right: 0;
                content: '';
            }*/
}


/*================================================end style menu main===============================================*/

@media (min-width:768px) and (max-width:991px)
/* sm*/

{
    .qts_head_bot.sticky-header {
        position: relative !important;
    }
}

@media (max-width:767px)
/* xs*/

{
    .qts_head_bot.sticky-header {
        position: relative !important;
    }
    .ul_lick_msh {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        margin-bottom: 30px;
    }
    .map_ft {
        width: 100%;
        height: 100%;
    }
}

.bg_head_top {
    background: #bd0000;
}

.group_add_hd {
    display: inline-block;
    float: left;
    font-size: 12px;
    color: #BBA966;
    font-weight: bold;
    line-height: 25px;
    margin: 2px 20px 2px 6px;
}

.group_add_hd a {
    color: #BBA966;
}

.icon_add_hd {
    float: left;
    line-height: 22px;
    display: inline-block;
    font-size: 17px;
    margin-right: 7px;
}

.txt_add_hd {
    display: inline-block;
    float: left;
    color: #BBA966;
}

a.txt_add_hd:hover {
    text-decoration: underline;
    color: #BBA966;
}

.head_top_right {
    float: right;
}

.group_btn_lag {
    float: left;
    margin: 2px 10px 2px 6px;
}

.icon_btn_lag {
    float: left;
    line-height: 22px;
    margin-right: 7px;
    color: #BBA966;
    font-size: 17px;
    font-weight: 500;
}

.btn_lag {
    background: transparent !important;
    border: transparent !important;
    padding: 0px !important;
    line-height: 25px;
    color: #BBA966 !important;
    font-size: 12px;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0px !important;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125) !important;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125) !important;
}

.btn_lag span.caret {
    margin-left: 8px;
}

.list_link_hd {
    float: left;
    margin: 2px 7px 2px 5px;
}

.list_link_hd a {
    color: #BBA966;
    font-size: 15px;
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    float: left;
    line-height: 25px;
}

.list_link_hd a:hover {
    color: #BBA966;
    font-size: 17px;
}

@media (min-width:768px) and (max-width:991px)
/* sm*/

{
    .head_top_right {
        float: left;
    }
}

@media (max-width:767px)
/* xs*/

{
    .head_top_right {
        float: left;
    }
    .icon_fixed.visible-xs {
        top: 43%;
    }
}

.bg_head_mid {
    background-color: #fff;
    background-size: 100% 100%;
}

.logo_pc {
    margin: 23px 0 0;
    text-align: center;
}

.logo_pc img {
    width: 200px;
    max-width: 100%;
    
}

.slogan_cpn_hd {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
}

.slogan_main_hd {
    font-size: 30px;
    text-transform: uppercase;
    color: #6b2726;
    font-family: UTM_HelvetIns;
    text-decoration-line: underline;
}

.des_slogan_hd {
    font-size: 20px;
    color: #c5b061;
   
    margin-bottom: 10px;
}

@media (min-width:992px) and (max-width:1199px) {
    .slogan_main_hd {
        font-size: 31px;
    }
    .des_slogan_hd {
        font-size: 28px;
    }
    .nb_hotline_hd {
        font-size: 18px;
    }
    .box_prod a img {
        height: 200px;
    }
}

@media (min-width:768px) and (max-width:991px)
/* sm*/

{
    .hotline_header {
        margin-top: 19px;
        float: left;
    }
}

@media (max-width:767px)
/* xs*/

{
    .hotline_header {
        margin-top: 19px;
        float: left;
    }
}


/* Search icon by IcoMoon, made with http://icomoon.io/app/ */

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon/icomoon.eot');
    src: url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.woff') format('woff'), url('../fonts/icomoon/icomoon.ttf') format('truetype'), url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.sb-search {
    margin-top: 0px;
    position: relative;
    width: 0%;
    min-width: 50px;
    height: 50px;
    float: left;
    /*overflow: hidden;*/
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    top: 50px;
    right: 0px;
    left: 0px;
    border: none;
    outline: none;
    background: #fff;
    width: 0px;
    height: 38px;
    margin: 0;
    padding: 5px 5px 5px 15px;
    font-family: inherit;
    font-size: 16px;
    color: #2c3e50;
    display: none;
    z-index: 9;
}

.sb-search.sb-search-open .sb-search-input {
    width: 300px;
    display: block;
    border: 1px solid #cccccc;
}

.sb-search-input::-webkit-input-placeholder {
    color: #ddbf17;
}

.sb-search-input:-moz-placeholder {
    color: #ddbf17;
}

.sb-search-input::-moz-placeholder {
    color: #ddbf17;
}

.sb-search-input:-ms-input-placeholder {
    color: #ddbf17;
}

.sb-icon-search,
.sb-search-submit {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    border: 0px solid transparent;
}

.sb-search-submit {
    background: #fff;
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #fff;
    background: #bd0000;
    z-index: 90;
    font-size: 17px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
    display: none;
    content: "\f002";
    font: normal normal normal 16px/1 fontawesome;
    color: #888888;
}

.sb-search.sb-search-open .sb-icon-search:before {
    color: #000000;
}


/* Open state */

.sb-search.sb-search-open,
.no-js .sb-search {
    /*width: 100%;*/
}

.sb-search:hover .sb-icon-search,
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: transparent;
    color: #faa61a;
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}

.menu_main .nav.is-fixed {
    position: relative;
    z-index: 105;
}

@media (min-width:768px) and (max-width:991px) {
    .sb-search.sb-search-open .sb-search-input,
    .sb-search-input {
        top: 0px;
        display: block;
        padding: 5px 43px 5px 15px;
        width: 100%;
        border: 1px solid #cccccc;
    }
    .sb-search {
        margin: 0px 0px;
        margin-right: 0px;
        width: 100%;
    }
    #sb-search {}
    .sb-icon-search {
        background: #faa61a !important;
    }
    .sb-search:hover .sb-icon-search,
    .sb-search.sb-search-open .sb-icon-search,
    .no-js .sb-search .sb-icon-search {
        background: #faa61a;
        z-index: 99;
    }
}

@media (max-width:767px) {
    .sb-search.sb-search-open .sb-search-input,
    .sb-search-input {
        top: 0px;
        display: block;
        padding: 5px 43px 5px 15px;
        width: 100%;
        border: 1px solid #cccccc;
    }
    .sb-search {
        margin: 0px 0px;
        margin-right: 0px;
        width: 100%;
    }
    #sb-search {
        margin-right: 0px !important;
    }
    .sb-icon-search,
    .sb-search-submit {
        right: 0;
    }
    .sb-icon-search {
        background: #faa61a !important;
    }
    .sb-search:hover .sb-icon-search,
    .sb-search.sb-search-open .sb-icon-search,
    .no-js .sb-search .sb-icon-search {
        background: #faa61a;
        z-index: 99;
    }
}


/*end header*/


/*begin footer*/


/* @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;
    background: #ffffff;
    z-index: 999;
    left: 0;
    right: 0;
    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: #BBA966;
    padding: 30px 0px;
}

.title_footer {
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff; 
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0px;
}

.ul_ass li {
    color: #fff;
    font-size: 15px;
    list-style: none;
}

.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: 15px;
    line-height: 23px;
    position: relative;
    padding-left: 20px;
}

.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: #A89000;
}

.left_footer_bot {
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
    float: left;
}

.left_footer_bot>span {
    color: #FFFA51;
}

.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;
}


/*end footer*/


/*begin danhmuc*/

.nav_prod_home {
    background: #fff;
    position: relative;
    z-index: 50;
    border: 1px solid #ccc;
}

.nav_prod_home>li {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 0px 10px;
}

.nav_prod_home>li:last-child {
    border-bottom: 0;
}

.nav_prod_home>li>a {
    position: relative;
}

.nav_prod_home li a {
    display: block;
    font-size: 15px;
    color: #333;
    line-height: 22px;
    padding: 8px 0px 9px 5px;
}

.nav_prod_home>li:hover>a {
    color: #BBA966;
}

.nav-dropdown.sub_nav_prod_h {
    left: 100%;
    top: 0px;
    background: #fff;
}

.sub_nav_prod_h>li>a {
    position: relative;
    padding-left: 10px;
    border-bottom: 1px solid #cccccc;
}

.sub_nav_prod_h>li:last-child>a {
    border-bottom: 0;
}

.sub_nav_prod_h>li:hover>a {
    color: #015eab;
}

.tit_prod_left {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    background: #BBA966;
    padding: 10.5px 10px;
}

.tit_prod_left img {
    width: 20px;
    height: auto;
    margin-right: 20px;
}

@media (min-width: 1200px) {
    .bg_menu .d_flex {
        padding-right: 170px;
    }
}

@media (min-width:992px)
/* lg*/

{
    .nav_prod_home .has-dropdown:after {
        content: "\f105" !important;
        font: normal normal normal 13px/1 fontawesome;
        color: #333;
        line-height: 42px;
        width: 25px;
    }
}

@media (max-width:991px)
/* xs*/

{
    body.class::-webkit-scrollbar {
        width: 0px;
    }
    .nav_prod_home .has-dropdown:after {
        color: #333;
        line-height: 40px;
    }
    .sb-icon-search,
    .sb-search-submit {
        width: 38px;
        height: 36px;
        line-height: 38px;
    }
    .menu_mb {
        right: 15px;
    }
}


/*++++++++++++++++++++++*/


/*end danhmuc*/


/*begin tintucnoibat*/

@font-face {
    font-family: 'Roboto_Regular';
    src: url('./fonts/Roboto-Regular.eot');
    src: url('./fonts/Roboto-Regular.eot') format('embedded-opentype'), url('./fonts/Roboto-Regular.woff') format('woff2'), url('./fonts/Roboto-Regular.woff') format('woff'), url('./fonts/Roboto-Regular.ttf') format('truetype'), url('./fonts/Roboto-Regular.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.title_dmsp {
    background-color: #ff0000;
    padding: 8px 20px 8px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.box_sp_news {
    padding: 0px 20px 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.05);
}

.product_list_widget>li {
    list-style: none;
    padding: 10px 0 5px 75px;
    min-height: 80px;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    line-height: 1.33;
}

ul.product_list_widget li a:not(.remove) {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 19.5px;
    /* height: 40px; */
    /* text-transform: uppercase; */
    max-height: 38px;
    font-family: OpenSans-Regular;
    color: #333;
    font-weight: bold;
}

.product_list_widget>li a:hover {
    color: #DD3333 !important;
}

ul.product_list_widget li img {
    top: 10px;
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    object-fit: cover;
    object-position: 50% 50%;
}

span.amount {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #333;
    font-size: 13px;
    line-height: 21px;
    font-weight: bold;
    font-family: OpenSans-Regular;
}

.woocommerce-Price-currencySymbol {
    font-size: 14px;
    font-weight: bold;
    font-family: OpenSans-Regular;
}

ul.product_list_widget li+li {
    border-top: 1px solid #ececec;
}


/*end tintucnoibat*/


/*begin sanphamnoibat*/


/*end sanphamnoibat*/


/*begin video*/


/*end video*/


/*begin hotrotructuyen*/


/* 
@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============*/

#go_top {
    position: fixed;
    width: 24px;
    height: 25px;
    background: #fb7600;
    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;
}


/*================================================================================*/

.box_support {
    border: 1px solid #d2d2d2;
    border-top: none;
}

p.phone_sup {
    font-family: arial;
    font-size: 20px;
    color: #000;
    margin-top: 9px;
}

p.phone_sup a {
    color: #df0303;
    font-weight: bold;
}

p.phone_sup a:hover {
    text-decoration: underline;
}

.info_connect {
    padding: 11px 39px 16px 35px;
}

.btn_sup {
    max-width: 21px;
    margin: 7px 6px 7px 0px;
    display: block;
}

.support_num {
    margin: 0px 6px;
}

.support_num span {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    margin-bottom: 4px;
}

.support_num p {
    font-family: arial;
    font-size: 12px;
    color: #333;
}

.support_num p a {
    font-family: arial;
    font-size: 16px;
    color: #ff0000;
    font-weight: bold;
}

.support_num p a:hover {
    text-decoration: underline;
}

.line_1 {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.support_onl {
    margin-bottom: 30px;
}

.clearfix-70 {
    clear: both;
    height: 70px;
}

@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: 'Roboto_Black';
    src: url('./fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('./fonts/Roboto-Black.woff') format('woff'), url('./fonts/Roboto-Black.ttf') format('truetype'), url('./fonts/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto_Light';
    src: url('./fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('./fonts/Roboto-Light.woff') format('woff'), url('./fonts/Roboto-Light.ttf') format('truetype'), url('./fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto_Medium';
    src: url('./fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('./fonts/Roboto-Medium.woff') format('woff'), url('./fonts/Roboto-Medium.ttf') format('truetype'), url('./fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoSlab_Regular';
    src: url('./fonts/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'), url('./fonts/RobotoSlab-Regular.woff') format('woff'), url('./fonts/RobotoSlab-Regular.ttf') format('truetype'), url('./fonts/RobotoSlab-Regular.svg#RobotoSlab-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h2.title_home {
    font-family: Roboto_Regular;
    font-size: 21px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
}

h2.title_home a {
    color: #A89000;
    display: inline-block;
    border-bottom: 1px solid #A89000;
}

.box_prod {
    margin-bottom: 30px;
}

.qts_content_home .box_prod {
    height: 385px;
}

.box_prod a img {
    height: 200px !important;
    object-fit: contain;
}

.box_prod .name_prod {
    margin: 10px 0;
    padding: 3px 0;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 14px;
    text-transform: uppercase;
    font-family: OpenSans-Regular;
    font-weight: bold;
    text-align: center;
}

.box_prod .name_prod a {
    color: #000;
}

.box_prod .name_prod a:hover {
    color: #A89000;
    text-decoration: underline;
}

.box_prod p {
    font-family: OpenSans-Regular;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    text-align: center;
    max-height: 44px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}

.box_prod:hover img {
    opacity: 0.8;
}

.slider_prod .owl-nav {
    width: 80px;
    left: 0;
    right: 0;
    top: -40px;
    margin: auto;
}

.icon_slider {
    width: 32px;
    height: 32px;
    border: 1px solid #e26f6c;
    text-align: center;
    line-height: 29px;
    font-size: 20px;
    color: #e26f6c;
}

.sc_detail .detail .prod-detail .detail-name {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
}

.sc_detail .detail .prod-detail .block {
    font-size: 12px;
}

.sc_detail .detail .prod-detail .price {
    color: #2f3191;
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
}

.sc_detail .detail .prod-detail .number {
    font-size: 20px;
    width: 80px;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.sc_detail .detail .prod-detail .submit {
    color: #fff;
    background: #3498db;
    padding: 10px 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 0;
}

.sc_detail .detail .detail-desc .block-title {
    text-decoration: underline;
    text-underline-position: under;
    margin-bottom: 20px;
}

.sc_detail .lienquan .tit_detail {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-position: under;
    margin-bottom: 20px;
}

.sc_detail .lienquan .tit_detail a {
    color: #000;
}

.sc_detail .lienquan .product {
    background: #f0f2f5;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
}

.sc_detail .lienquan .product .thumbnail {
    background: #fff;
    text-align: center;
    padding: 0;
    padding-bottom: 20px;
    border: 0;
}

.sc_detail .lienquan .product .thumbnail img {
    width: 100%;
}

.sc_detail .lienquan .product .summary {
    padding: 20px 15px 15px;
}

.sc_detail .lienquan .product .read-more {
    text-align: right;
    padding: 0 15px;
    margin-bottom: 15px;
}

.sc_detail .lienquan .product .read-more a {
    display: inline-block;
    background: #2f3191;
    padding: 3px 5px 2px;
    color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.gc-icon.gc-icon-download {
    display: none !important;
}

.gc-thumbs-area-next .gc-icon.gc-icon-next:before {
    content: "\f105" !important;
    font: normal normal normal 24px/1 fontawesome !important;
    width: 24px;
    height: 24px;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.gc-thumbs-area-prev .gc-icon.gc-icon-prev:before {
    content: "\f104" !important;
    font: normal normal normal 24px/1 fontawesome !important;
    width: 24px;
    height: 24px;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.gc-display-area .gc-icon.gc-icon-next {
    width: 36px !important;
    height: 50px !important;
    right: 10px;
}

.gc-display-area .gc-icon.gc-icon-next:before {
    content: "\f105" !important;
    font: normal normal normal 48px/1 fontawesome !important;
    width: 36px;
    color: #fff;
    height: 50px;
    text-align: center;
}

.gc-display-area .gc-icon.gc-icon-prev {
    width: 36px !important;
    height: 50px !important;
    left: 10px;
}

.gc-display-area .gc-icon.gc-icon-prev:before {
    content: "\f104" !important;
    font: normal normal normal 48px/1 fontawesome !important;
    width: 36px;
    color: #fff;
    height: 50px;
    text-align: center;
}

.gc-overlay-right-icons .gc-icon.gc-icon-next {
    width: 36px !important;
    height: 50px !important;
    text-align: center;
}

.gc-overlay-right-icons .gc-icon.gc-icon-next:before {
    content: "\f105" !important;
    font: normal normal normal 48px/1 fontawesome !important;
    width: 36px !important;
    height: 50px !important;
    color: #fff;
}

.gc-overlay-left-icons .gc-icon.gc-icon-prev {
    width: 36px !important;
    height: 50px !important;
    text-align: center;
}

.gc-overlay-left-icons .gc-icon.gc-icon-prev:before {
    content: "\f104" !important;
    font: normal normal normal 48px/1 fontawesome !important;
    width: 36px !important;
    height: 50px !important;
    color: #fff;
}

.gc-icon.gc-icon-enlarge {
    display: none !important;
}

.gc-overlay-top-icons .gc-icon.gc-icon-close:before {
    content: "\f00d" !important;
    font: normal normal normal 25px/1 fontawesome !important;
    color: #fff;
    width: 24px;
    text-align: center;
}

.slider_detail .glass-case {
    margin: auto;
}

.slider_detail .glass-case ul li {
    border: none;
}

.slider_detail .glass-case img {
    width: initial;
}

.slider_detail .glass-case .gc-thumbs-area .gc-icon {
    border: none;
    margin-top: 0px !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: initial;
    height: initial;
}

.slider_detail .glass-case .gc-thumbs-area .gc-icon.gc-icon-next-vt:before {
    font-family: Fontawesome;
}


/* #endregion sc_detail */


/*end pro_detail*/


/*begin pages_home*/

.txt_info h2 {
    margin-top: 20px;
    margin-bottom: 35px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 24px;
    color: #A89000;
    text-transform: uppercase;
}

.txt_info p {
    font-family: OpenSans-Regular;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}

.txt_info a.view_info {
    font-size: 14px;
    color: #A89000;
    display: inline-block;
    margin-top: 15px;
}

.txt_info a.view_info:hover {
    text-decoration: underline;
}


/*end pages_home*/


/*begin media_image*/


/*end media_image*/


/*begin news1*/


/*end news1*/


/*begin news2*/


/*end news2*/


/*begin tintucnoibat_home*/


/*end tintucnoibat_home*/


/*begin ykienkhachhang_home*/


/*end ykienkhachhang_home*/

.menu_top li {
    display: inline;
}

.menu_top li a {
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    position: relative;
}

.menu_top li a:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 13px;
    top: 7px;
    right: 0;
    background: #fff;
}

.menu_top li:last-child a:after {
    display: none;
}

.sub_cat_home {
    text-align: center;
}

.nb_hotline_hd img {
    margin-right: 10px;
}

.sub_cat_home a {
    display: inline-block;
    padding: 5px 10px;
    color: #7e7e7e;
    font-size: 16px;
    font-family: OpenSans-Regular;
    font-style: normal;
    font-weight: 500;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    margin-right: 7px;
}

.qts_doitac {
    background: #e9e9e9;
    padding: 30px 0;
}

.slider_doitac .owl-nav .owl-prev {
    top: 0 !important;
    left: -18px !important;
}

.slider_doitac .owl-nav .owl-next {
    top: 0 !important;
    right: -18px !important;
}

.back_link {
    border-bottom: 1px solid #ccc;
    margin-top: 19px !important;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.back_link ul li {
    display: inline;
}

.back_link ul li a {
    display: inline-block;
    font-size: 14px;
    font-family: OpenSans-Regular;
}

.detail-name {
    margin-top: 0;
    font-weight: bold;
    font-size: 18px;
}

.prod-detail .txt_detail {
    font-size: 14px;
    color: #000;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.block-title-detail {
    margin: 30px 0;
    font-size: 18px;
    text-transform: uppercase;
}

.block-title-detail span {
    border-bottom: 1px solid #ccc;
}

.block-content {
    font-size: 14px;
    color: #000;
    line-height: 24px;
    text-align: justify;
}

.block-content img {
    max-width: 100%;
    margin: 15px auto;
    display: block;
    text-align: center;
}

.description_cate_news {
    font-size: 14px;
    font-family: OpenSans-Regular;
}

.tit_detail_lq a {
    display: inline-block;
    font-size: 24px;
    color: #A89000;
    border-bottom: 1px solid #A89000;
    text-transform: uppercase;
}

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

.content {
    padding: 10px 0;
}

.content_detail img {
    max-width: 600px!important;
    height: auto!important;
}


/* update 21/6/2018 -----> */

.hotline_header {
    color: red;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}


/*============================UPDATE SUPORT 6/7/2021====================================*/

.supoter-name {
    text-transform: uppercase;
    color: #058ab6;
    font-size: 14px;
    margin-top: 0;
}

.suport {
    padding-bottom: 20px;
    border-top: 3px solid #058ab6;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(./img/home-product-bg.png);
}

.suport .row {
    margin-top: 20px;
    margin-right: 0;
    --bs-gutter-x: 0;
    border-radius: 50rem;
}

.suport .item {
    border-radius: 500px;
    background-color: #fff;
    padding: 5px 5px;
    padding-left: 0;
    margin-left: 10px;
    position: relative;
    overflow: hidden;
}

.info-suporter {
    margin-top: 10px;
    padding: 2px;
}

.info-suporter div a {
    line-height: 13px;
    font-size: 13px;
    max-width: 200px;
    word-wrap: break-word;
    display: inline-block;
}

.info-suporter i {
    margin-right: 10px;
}

.image-suporter {
    margin-bottom: 10px;
    padding-left: 0;
}

.image-suporter img {
    width: 70px;
    height: 70px;
    border-radius: 1000px;
}

.suport-title {
    text-align: center;
    text-transform: uppercase;
    padding: 10px 60px;
    color: #fff;
    height: 40px;
    font-size: 16px;
    margin: -1px auto;
    width: max-content;
    border-radius: 0 0 65px 65px;
    background-color: #058ab6;
}

.fa-arrow-left,
.fa-arrow-right {
    line-height: 40px;
    color: #fff;
    width: 30px;
    height: 40px;
    background-color: rgba(0, 0, 0, .6);
}

@media(max-width:1200px) {
    .suport .row {
        margin-top: 5px;
    }
    .suport .item {
        border-radius: 10px;
        background-color: transparent;
    }
    .image-suporter {
        margin: 10px auto;
        width: 70px;
    }
    .image-suporter img {
        border-radius: 0;
    }
    .info-suporter {
        text-align: center;
        background-color: #fff;
        padding: 20px;
        border-radius: 30px;
        font-size: 15px;
    }
}


/* ======= */

.wrap_item_sp .img_sp {
    position: relative;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    margin: 0 auto 10px;
    overflow: hidden;
}

.wrap_item_sp .img_sp img {
    height: 100%;
    object-fit: cover;
}

.wrap_item_sp .img_sp::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #fff;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
}

.name_sp {
    font-weight: bold;
    font-size: 16px;
}

.phone_sp a {
    font-size: 18px;
    font-weight: bold;
    color: #ff4e00;
    margin: 3px 0 5px;
    display: block;
}

.phone_sp a:hover {
    color: #0098da;
}

.wrap_item_sp .sp_contact {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap_item_sp .sp_contact a {
    max-width: 28px;
    margin: 0 5px;
}
.wrap_item_sp .sp_contact a i{
    font-size: 24px;
}
@media (min-width: 992px) {
    .col-lg-220 {
        width: 20%;
    }
}


/*--------------------------------HEADER_IMG_RIGHT---------------------------------*/

.header_right {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 144px;
}

.header_right>div:last-child {
    padding-left: 10px;
}


/*--------------------------------HEADER_BOT----------------------------------------------------*/

.qts_head_bot>.container-fluid {
    padding: 0;
}


/*---------------------------------HOTLINE_HEADER-------------------------------*/

.contact_hd-img {
    position: relative;
    z-index: 13;
}

.contact_hd-img img {
    position: absolute;
    top: -8px;
    left: -12px;
    width: 52px;
    padding: 2px;
    border-radius: 100px;
    border: 1px solid #FFCC29;
}

.email_hd,
.hottline_hd {
    background-color: #4C2F2C;
    color: #FFCC29;
    padding: 0px 15px;
    margin: 2px;
    font-size: 13px;
}

.email_hd {
    color: #fff;
}

.contact_hd {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
}

.contact_hd-info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    line-height: 28px;
    padding-left: 40px;
}


/* 
.contact_hd-img {
    position: absolute;
} */

.suntory-alo-phone.suntory-alo-green div.suntory-alo-ph-circle-fill,
.suntory-alo-phone.suntory-alo-green div.suntory-alo-ph-img-circle,
span.hotline_company {
    background-color: #612C2C;
}


/*---------------------------------SHOW_BG_IMG----------------------*/


/*đề phòng việc khách thắc mắc ảnh không bằng nhau nhưng thực tế do chiều cao ảnh không đủ còn vị trí ảnh vẫn đủ*/

.owl-item img {
    background: #eaeaea;
}


/*---------------------------------Make line round---------------------------------*/

.clip-path-pin {
    border-radius: 0px 100px 100px 0px;
}

.outline-path-pin::before {
    height: 60px;
    width: 50px;
    content: "";
    border-top-right-radius: 55px;
    border-bottom-right-radius: 55px;
    position: absolute;
    top: -14px;
    left: -50px;
    background: #fff;
    margin-left: 6px;
    border: 1px solid #4C2F2C;
    border-left: none;
    z-index: 9;
}

.outline-path-pin {
    position: relative;
    border-radius: 0px 100px 100px 0px;
    border: 1px solid #4C2F2C;
    border-left: none;
    overflow: hidden;
}

.mechanical_systems