
    /*begin header*//*background-color: rgba(0, 0, 0, 0.65);*/
@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: 'OpenSans';
  src: url('./fonts/OpenSans.eot?#iefix') format('embedded-opentype'),  url('./fonts/OpenSans.woff') format('woff'), url('./fonts/OpenSans.ttf')  format('truetype'), url('./fonts/OpenSans.svg#OpenSans') format('svg');
  font-weight: normal;
  font-style: normal;
}
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

i.fa.fa-chevron-down {
    font-size: 13px;
    padding-left: 6px;
}

html {
    font-size: 100%;
}

.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: #0d7cd6;
    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: #0d7cd6; /* 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: #c8c8c8;
}
.nav-menu > .menu-item:hover {
    background: #c8c8c8;
}
.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: #0a4c82;
}
.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: 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 =====================================================*/


@media (min-width: 992px) {
    .nav-menu > .menu-item > .menu-link {

    }
    .sub_item_pro h3{
        height: 55px;
        overflow: hidden;
    }
    .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-color:#92e973;
    }
    .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: #2350a5;
    }
    .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 25px 15px 25px;
        font-size: 17px;
        color: #fff;
        font-family: 'Roboto-Regular';
        -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: #fff;
    }
    .nav-menu > .menu-item > a:hover {
        color: #333;
    }
    .nav-dropdown > .menu-item {
        padding: 0;
        background: #ffffff;
    }
    .nav-menu .menu-link {
        padding: 8px 15px 8px 15px;;
    }
    .nav-dropdown>.menu-item>.menu-link {
        color: #333 !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;
    }
}


/*end menu*/

*------------------header-------------*/


.menu_main .nav.is-fixed{
    position: relative;
    z-index: 105;
}
.qts_head_top {
    border-bottom: 1px solid #ccc;
}
.text_hd  {
font-size: 14px;
font-family: 'Roboto-Bold';
text-transform: uppercase;
color: #0342ac;
line-height: 34px;
}
.list_link_hd{
    margin: 5px 0px;
}
.list_link_hd>a{
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    overflow: hidden;
    border-radius: 3px;
    color: #ffffff;
    background: #ff0000;
    font-size: 18px;
    margin: 0px 3.5px;
}
.list_link_hd>a:hover{
    font-size: 20px;
}
.list_link_hd>a.fa-facebook{
    background: #3f51b5;
}
.list_link_hd>a.fa-google-plus{
    background: #f44336;
}
.list_link_hd>a.fa-skype{
    background: #2196f3;
}
.list_link_hd>a.fa-twitter{
    background: #03a9f4;
}
/*----------------*/
.logo_pc {
  margin: 12px 0;
}
.head_mid {
    margin: 20px 0;
}
.head_mid  h2{
font-size: 18px;
text-transform: uppercase;
color: #646464;
text-align: center;
margin-bottom: 15px;
}
.form_search {
    margin: auto;
    max-width: 350px;
    width: 100%;
}
.form_search input.form-control {
    border-radius: 0px;
    width: 289px;
    height: 36px;
    /* font-style: italic; */
    border: 1px solid #c6c6c6;
    border-radius: 4px 0 0 4px;
    background: url('./img/src-icon.png') no-repeat;
    padding-left: 38px;
    background-position: 2px;
}
.form_search button.btn.btn-default {
    border-radius: 0;
    height: 36px;
    font-size: 14px;
    background: #ed3237;
    color: #fff;
    border: 1px solid #c6c6c6;
    border-radius: 0 4px 4px 0;

}
.contact_head {
    margin: 25px 0;
}
.contact_head h3 {
    font-size: 22px;
    font-family: 'Roboto-Regular';
    color: #ff0000;
}
.contact_head h3 span {
font-size: 26px;
font-family: 'Roboto-Bold';
}
.contact_head p {
font-family: 'Roboto-Regular';
font-size: 18px;
color: #053484;
}
.qts_head_bot {
    background: #3b88c8;
    border-bottom: 1px solid #ed3237;
}

/*====================modal===================*/


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

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

}

.menu_main .nav.is-fixed {

position: relative; z-index: 105; }

.search-drop {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin: 14px;
}

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

.search-drop .drop-button .fa {
    font-size: 20px;
    color: #333;
}

@media (min-width: 992px) {
    .search-drop .drop-button .fa {
        color: #fff;
    }
}

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

/*end header*/
/*begin footer*/@font-face {
  font-family: 'OpenSans_Regular';
  src: url('./fonts/OpenSans.eot?#iefix') format('embedded-opentype'),  url('./fonts/OpenSans.woff') format('woff'),
   url('./fonts/OpenSans.ttf')  format('truetype'), url('./fonts/OpenSans.svg#OpenSans') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans_Bold';
  src: url('./fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),  url('./fonts/OpenSans-Bold.woff') format('woff'),
   url('./fonts/OpenSans-Bold.ttf')  format('truetype'), url('./fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro_Regular';
  src: url('./fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),  url('./fonts/MyriadPro-Regular.otf')  format('opentype'),
         url('./fonts/MyriadPro-Regular.woff') format('woff'), url('./fonts/MyriadPro-Regular.ttf')  format('truetype'),
         url('./fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}



/* ***********************footer********* */
.contact h4 {
    font-family: OpenSans_Bold;
    font-size: 18px;
    text-transform: uppercase;
    margin: 30px 0px 20px 0px;
}
.contact h5 {
    font-family: OpenSans_Bold;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.contact p {
    font-family: OpenSans_Regular;
    font-size: 14px;
    line-height: 35px;
}
.form_ft p {
    font-size: 14px;
}
.form_ft input {
    display: block;
    width: 100%;
    max-width: 415px;
    height: 40px;
    margin-bottom: 10px;
}
.mess {
    display: inline-block !important;
    max-width: 330px !important;
}

.form_ft input.thu-dt {
    background: url(./img/img3.png);
    background-repeat: no-repeat;
    padding: 5px 0px 5px 30px;
    background-position-x: 10px;
    background-position-y: 10px;
    background-color: #fff;
}
.form_ft input.name {
    background: url(./img/img2.png);
    background-repeat: no-repeat;
    padding: 5px 0px 5px 30px;
    background-position-x: 10px;
    background-position-y: 10px;
    background-color: #fff;
}
.form_ft input.mess {
    background: url(./img/img4.png);
    background-repeat: no-repeat;
    padding: 5px 0px 5px 30px;
    background-position-x: 10px;
    background-position-y: 10px;
    background-color: #fff;
}
section.qts_footer_mid {
    background: #3b88c8;
    color: #fff;
    padding-bottom: 20px;
    padding-top: 60px;
}
.form_ft span {
    background: url(./img/img5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0083bd;
    max-width: 100%;
    width: 85px;
    height: 39px;
    margin-left: -3px;
    border-radius: 0px;
}
.qts_footer_bot{
    background: #ED3235;
}
.qts_footer_bot p {
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    padding: 15px 0px;
}
.contact p i{
    margin-right: 10px;
}
/******************************************/



@media (min-width:992px) and (max-width:1199px) /* md*/{
    .contact h5 {
        font-size: 23px;
    }
    .qts_footer_bot {
        padding-bottom: 0px;
    }
}
@media (min-width:768px) and (max-width:991px) /* sm*/{
    .contact h5 {
        font-size: 18px;
    }
    .contact p {
        font-size: 15px;
        line-height: 30px;
    }
    .form_ft p {
        font-size: 13px !important;
        margin-bottom: 5px;
    }
    .mess {
        display: inline-block !important;
        max-width: 259px !important;
    }
}



@media (max-width:767px) /* xs*/{
    .contact h4 {
        font-size: 15px;
    }
    .contact h5 {
        font-size: 16px;
        line-height: 25px;
    }
    .contact p {
        font-size: 13px;
        line-height: 25px;
    }
    .form_ft input {
        height: 30px;
    }
    .form_ft span {
        width: 50px;
        height: 29px;
    }
    .form_ft input.name {
    background-position-y: 5px;
    }
    .form_ft input.thu-dt {
        background-position-y: 5px;
    }
    .form_ft input.mess {
        background-position-y: 5px;
    }
}




@media (max-width:480px) {
    .contact h4 {
        font-size: 14px;
    }
    .contact h5 {
        font-size: 14px;
    }
    .contact p {
        word-break: break-word;
    }
    .contact p i {
        margin-right: 4px;
    }
    .qts_footer_bot p {
        padding: 10px 0px;
    }
}/*end footer*/
/*begin danhmuc*/@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_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: 'UTMHelvetIns';
  src: url('./fonts/UTMHelvetIns.eot?#iefix') format('embedded-opentype'),
    url('./fonts/UTMHelvetIns.woff') format('woff'), url('./fonts/UTMHelvetIns.ttf')  format('truetype'),
     url('./fonts/UTMHelvetIns.svg#UTMHelvetIns') format('svg');
  font-weight: normal;
  font-style: normal;
}

.cate > h2 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #3b88c8;
    text-transform: uppercase;
    padding: 15px 0px;
}
.cate h2 i{
    padding: 0px 24px;
}
.cate ul li {
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 0px;
    background: #d5ebfe;
    margin: 1px;
}
.cate ul li a {
    color: #333;
    padding: 10px 15px;
}
.cate ul li a:hover{
    color: #fff;
}
.cate ul li a i{
    padding: 0px 20px;
}
.cate ul li.active {
    background: #d60404;
}
.cate ul li.active a{
    color: #fff;
}
.cate > ul > li:hover{
    background: #d60404;
}


.cate form label {
    font-size: 14px;
    color: #333;
    font-weight: normal;
}


.title {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* padding: 0px 0px; */
}

/* Hide the browser's default checkbox */
.title input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.title:hover input ~ .checkmark {
    background-color: #808080;
}

/* When the checkbox is checked, add a blue background */
.title input:checked ~ .checkmark {
    background-color: #808080;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.title input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.title .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.cate form{
    background: #d9d1c7;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    padding: 15px 0px 0px 18px;
}

.cate_2 h2 i{
    padding: 0px 15px;
}



.center-on-page {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}


/* Custom Select */
.select {
    position: relative;
    display: block;
    width: 20em;
    height: 3em;
    line-height: 3;
    /* background: #2c3e50; */
    overflow: hidden;
    /* border-radius: .25em; */
    margin: auto;
    margin-top: 15px;
}
.select select {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 .5em;
    color: #838383;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 1px solid #363636;
    background: #d9d1c7;
    border-radius: 7px;
}
.select select::-ms-expand {
  display: none;
}
/* Arrow */


.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 1em;
    background: #d9d1c7;
    pointer-events: none;
    color: #838383;
    border: 1px solid #363636;
    border-left: 0px;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
}
/* Transition */
.select:hover::after {
  color: #f39c12;
}
.select::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

.cate_2 {
    background: #d9d1c7;
    padding-bottom: 15px;
}
.search a.btn{
    background: #2d2d2d;
    color: #fff;
    font-size: 14px;
    font-family: Roboto_Regular;
    padding: 10px 20px;
    border: 1px solid #fff;
}
.search{
    text-align: center;
    padding-bottom: 11px;
}

.select select option{

    background: url(./img/c1.png);
    background-position: left;
}

.hotline > img{
    width: 100%;
    height: auto;
}
.hotline > p.phone{
    font-family: UTMHelvetIns;
    font-size: 24px;
    color: #ff0000;
}
.hotline > p.email{
    font-size: 13px;
    font-weight: bold;
    color: #008abf;
}
.hotline{
    border:1px solid #d0d0d0;
}
.hotline p{
    margin:10px 10px;
}

.search_box button{
    width: 100%;
    text-align: left;
    background: none;
    border: 1px solid #363636;
    border-radius: 7px !important;
}
.search_box {
    padding: 14px 24px 0px 24px !important;
}
.search_box .input-group-btn .search-panel{
    border: 1px solid #363636;
}
.search_box ul {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.search_box ul li a img {
    float: left;
    margin-right: 10px;
    width: 25px;
    height: auto;
}
.search_box ul li a{
    color: #fff;
    padding: 0px 20px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: transparent;
}
/*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: 13px;
    line-height: 19.5px;
    /* height: 40px; */
    text-transform: uppercase;
    max-height: 38px;
    font-family: Roboto_Regular;
    color: #333;
}
.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: Roboto_Regular;
}
.woocommerce-Price-currencySymbol {
    font-size: 14px;
    font-weight: bold;
    font-family: Roboto_Regular;
}
ul.product_list_widget li+li {
    border-top: 1px solid #ececec;
}
 /*end tintucnoibat*/
/*begin sanphamnoibat*/@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;
}
/*====css san pham moi====*/
.title {
    font-size: 18px;
    text-align: center;
    background: #3b88c8;
    padding: 10px;
    color: #fff;
}
.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;
    box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.05);
    margin-bottom: 15px;
}
.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: 13px;
    line-height: 19.5px;
    /* height: 40px; */
    text-transform: uppercase;
    max-height: 38px;
    font-family: Roboto_Regular;
    color: #333;
}
.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: Roboto_Regular;

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

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

/*==end-san pham moi===*//*end sanphamnoibat*/
/*begin video*//*end video*/
/*begin hotrotructuyen*//*end hotrotructuyen*/
/*begin counter*//*end counter*/

/*begin fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*//*end fanpage*/
/*begin sanphamnoibat_home*//*end sanphamnoibat_home*/
/*begin sanphambanchay_home*//*end sanphambanchay_home*/
/*begin sanphammoi_home*//*end sanphammoi_home*/
/*begin sanphamkhuyenmai_home*//*end sanphamkhuyenmai_home*/
/*begin danhmucsanpham_home*/@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;
}

.subject{text-transform: uppercase;
    font-size: 18px;
    border-bottom: 1px solid #e8e8e8;
    font-weight: bold;
    margin-top: 30px;
    color: #6d6666;
    margin-bottom: 20px;

}
.product-item {
    border: 1px solid #ddd;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.product-item a {
    font-size: 14px;
    color: #333;
    font-family: 'OpenSans';
    text-transform: uppercase;
    line-height: 22px;

}
.product-item .a_img {
    display: block;

   padding: 10px;

}
.product-item .a_img .img_product {
    margin-top: 12px;
    margin-bottom: 12px;
    max-height: 245px;
    min-width: 180px;
}
.product-item .size {
font-size: 14px;
color: #4c4b4b;
font-family: 'Roboto_Bold';
}
.product-item h3{
    text-align: left;
}
.cate_pro_item {
  text-transform: normal;

}
.code_pro, .price_pro{
  width: 50%;
    float: left;
  font-size: 14px;
  color: #333;
  font-family: OpenSans;

}
.price_pro {
  color: #ed3237;
  font-weight: bold;
}
.sub_item_pro {
  padding: 30px 15px 15px 15px;
}
.price{display: block;
float: left;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;}

.cart_pro{
    float: right;
    background: #822464;
    border-radius: 5px;
    padding: 1px 14px;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.cart_pro a{ color: #fff;
font-size: 10px;
/*line-height: 10px; */}
.fa-cart-arrow-down{
    color: #fff;
    font-size: 15px;
}
.rice_new{
    font-size: 14px;
    font-family: 'Roboto_Bold';
    color: #c72626;
    margin-left: 165px;
}
.discount{
    color: #6f6f6f;
    text-decoration: line-through;
}
.cart_pro_1{
    font-family: 'Roboto_Bold';
    font-size: 10px;
}
/*end danhmucsanpham_home*/



/*begin partner_home*/ /*end partner_home*/

    /*begin root_content*//*end root_content*/

    /*begin title_left*//*end title_left*/
    /*begin title_right*//*end title_right*/
    /*begin title_tintuchome_home*//*end title_tintuchome_home*/
/*begin banner_home*//*end banner_home*/
/*begin banner*//*end banner*/
    /*begin product_detail*//*end product_detail*/
    /*begin title_danhmuc2*//*end title_danhmuc2*/
    /*begin title_danhmucsanpham*//*end title_danhmucsanpham*/
    /*begin title_tintuc*//*end title_tintuc*/
    /*begin title_video*//*end title_video*/
    /*begin title_partner*//*end title_partner*/
    /*begin tintuchome_home*//*end tintuchome_home*/

/*begin video_home*//*end video_home*/
/*begin pro_detail*/
/*==========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;
}


.menu_left_prod{
    border: 1px solid #cccccc;
}
.menu_cate_prod_l{
    background: #ffffff;
    position: relative;
    z-index: 30;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
}

.menu_cate_prod_l>li{
    position: relative;

}
.menu_cate_prod_l>li:last-child{
    border-bottom: 0;
}
.menu_cate_prod_l>li>a{
    border-bottom: 1px solid #cccccc;
    display: inline-block;
    width: 100%;
    background: -moz-linear-gradient(top,#FFFFFF,#f4f4f4);
    background: -webkit-linear-gradient(top,#FFFFFF,#f4f4f4);
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    line-height: 20px;
    padding: 8px 5px 8px 30px;
}
.menu_cate_prod_l li:last-child a{
    border-bottom: 0;
}
i.fa.fa-caret-right {
    float: right;
    padding: 3px 0;
}


.sub_menu_cate_prod{
    display: none;
    width: 270px;
    position: absolute;
    top: 0px;
    left: 100%;
    border-left: 1px solid #cccccc;


}
.menu_cate_prod_l>li:hover .sub_menu_cate_prod{
    display: block;
    z-index: 999;
    left: 100%;

}
.sub_menu_cate_prod>li>a{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    line-height: 20px;
    padding: 8px 5px 8px 40px;
    background: rgba(255, 255, 255, 0.8);
}
.sub_menu_cate_prod>li:last-child>a{
    border-bottom: 0;
}
/*.menu_cate_prod_l li:hover {*/
/*background: #914d0a;*/
/*color: white !important;*/
/*}*/
.menu_cate_prod_l>li:hover>a{
    color: #127791 !important;
    font-weight: bold;
}
/*end menu danh muc*/
.sub_menu_cate_prod>li:hover .dropdown_cate>a:after{
    color: white;
}

.sub_menu_cate_prod > li:hover > a{
    font-weight: bold;
    color: #127791;
}
.sub_menu_cate_prod li a{
    position: relative;
}
.sub_menu_cate_prod li a:before{
    content: url("./img/right.png");
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 25px;
}

.tit_left {

    margin-top: 0;
    margin-bottom: 0;
    background: -moz-linear-gradient(top,#FFFFFF,#f4f4f4);
    background: -webkit-linear-gradient(top,#FFFFFF,#f4f4f4);
    border-bottom: 1px solid #cccccc;
}
.tit_left span {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: white;
    padding: 13px 10px 13px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 230px;
    width: 100%;
    line-height: 18px;
    background: url("./img/bg_tit.png") no-repeat;
}
.menu_cate_prod_l>li>a:before {
    content: url("./img/right.png");
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 15px;
}
.tit_left .fa{
    margin-right: 15px;
}

.row_8{
    margin: 0 -8px;
}
.row_7{
    margin: 0 -7px;
}
.sub_menu_cate_prod > li > .sub_menu_cate_prod{
    display: none !important;
    border-left: 0 !important;
}
.sub_menu_cate_prod > li:hover > .sub_menu_cate_prod{
    display: block !important;
}
.sub_menu_cate_prod > li > .sub_menu_cate_prod > li > a:before{
    display: none !important;
}
.sub_menu_cate_prod > li > .sub_menu_cate_prod > li{
    margin-left: 5px !important;
}
.owl-dots{
    display: none;
}
.phone_sp{
    margin: 10px 0;
}
.phone_sp span{
    color: #ae0001;
    font-weight: bold;
    font-size: 18px;
}
.phone_sp img{
    margin-right: 5px;
}
.email_sp{
    color: #999999;
}
.email_sp a{
    font-size: 14px;
    color: #403e3e;
}
.txt_sp {
    font-size: 14px;
    color: #525252;
    font-weight: bold;
}
.nb_sp{
    color: #005fb1;
}
.name_sp .fa{
    float: left;
    margin-right: 10px;
    margin-top: 4px;
}
.txt_sp{
    overflow: hidden;
}
.list_sp{
    padding: 0 20px
}
.zs img{
    margin-top: 5px;
}
.list_sp li{
    padding: 15px 10px;
    border-bottom: 1px dashed #cccccc;
}
.suport{
    border: 1px solid #cccccc;
    padding-bottom: 20px;
    background: #f3f3f3;
}
.video{
    border: 1px solid #cccccc;
    background: #f2f2f2;
    border-radius: 5px;
}
.box_video{
    padding: 5px;
}
.name_news{
    margin: 0;
    font-size: 12px;
    font-weight: bold;
}
.name_news a{
    color: #000000;
}
.des_news{
    color: black;font-size: 12px;
}
.list_news img{
    float: left;
    margin-right: 5px;
    width: 90px;
    height: 67px;
}
.list_news img:hover{
    opacity: 0.8;
}
.sub_news{
    overflow: hidden;
    text-align: justify;
}
.name_news{
    line-height: 17px;
}
.name_news a:hover{
    text-decoration: underline;
}
.list_news{
    padding: 0px 10px;
}
.list_news li{
    padding: 10px 0;
}
.news{
    background: #f2f2f2;
    border: 1px solid #cccccc;
}
.tit_main_detail{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    border-bottom: 1px solid #d3d3d3;
    text-align: left !important;
}
.tit_main_detail a{
    color: #00a7e4;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #00a7e4;
    margin-bottom: -1px;
}
.row_7{
    margin: 0 -7px;
}
.row_8{
    margin: 0 -8px;
}
.prod {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prod img {
    width: 100%;
    padding: 2px;
    border: 1px solid #d3d3d3;
}
.prod h3.main {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 5px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.prod .price {
    color: #ac0001;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}
.prod .more {
    font-size: 12px;
    color: #000;
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e5e5));
    background: -webkit-linear-gradient(#fff, #e6e5e5);
    background: -o-linear-gradient(#fff, #e6e5e5);
    background: linear-gradient(#fff, #e6e5e5);
    padding: 0px 20px;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.prod:hover {
    -webkit-box-shadow: 0 10px 10px -9px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 10px -9px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.5);
}
.prod h3:hover {
    color: #2973b3;
}
.prod .more:hover, .prod .more:focus {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(60%, #e6e5e5));
    background: -webkit-linear-gradient(#fff, #e6e5e5 60%);
    background: -o-linear-gradient(#fff, #e6e5e5 60%);
    background: linear-gradient(#fff, #e6e5e5 60%);
}
.headingdt {
    text-align: center;
    position: relative;
    text-transform: uppercase;
    color: #00a7e4;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.headingdt:before {
    position: absolute;
    content: '';
    width: 320px;
    height: 1px;
    background: #00a7e4;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}
.headingdt:after {
    content: url(../img/i-visa.png);
    position: absolute;
    bottom: -24px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}
.slider_dt img{
    border: 1px solid #cccccc;
}
.slider_dt .owl-nav{
    top: 45%;
}

.qts_footer_top .ft-name {
     font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
    margin-bottom: 10px;
}
.txt_add{

    font-size: 12px;
    color: white;
    line-height: 19px;
}
.link_ft a{
    margin-right: 5px;
}
.fb-area img{
    max-width: 300px;
    width: 100%;
}
.map-area img{
    max-width: 300px;
    width: 100%;
}
.phantrang_prod {
    text-align: right;
}
.phantrang li {
    display: inline-block;
    padding-right: 0px;
}
.phantrang>li:first-child>a, .phantrang>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.phantrang>li:last-child>a, .phantrang>li:last-child>span {
    margin-left: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.phantrang>.active>a, .phantrang>.active>span, .phantrang>.active>a:hover, .phantrang>.active>span:hover, .phantrang>.active>a:focus, .phantrang>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #fc3f43;
    border-color: #fc3f43;
}
.phantrang>li>a, .phantrang>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.phantrang>li>a:hover, .phantrang>li>span:hover, .phantrang>li>a:focus, .phantrang>li>span:focus {
    color: #fff;
    background-color: #fc3f43;
    border-color: #fc3f43;
}
.phantrang{
    margin: 0;
}

/*==================================================Slider detail=================================================================*/
.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;
}
.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;
}
.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;
}
.glass-case{
    margin: auto;
}
/*===================================================end slider detail======================================================*/
.name_prod_detail{
    font-size: 18px;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
}
.info_prod_detail{
    font-size: 14px;
    color: black;
    line-height: 20px;
}
.info_prod_detail form button{
    border: 0;
    background: none;
}
.add_detail{
    font-size: 14px;
    color: black;
}
.add_detail img{
    float: left;
    margin-right: 10px;
}
.txt_add_dt{
    overflow: hidden;
}
.add_detail{
    padding-top: 10px;
    border-top: 1px solid #cccccc;
}
.info_prod_detail{
    padding-bottom: 10px;
}
.w_info_dt{
    font-weight: bold;
}
.price_if_dt{
    color: #b80101;
    font-size: 18px;
}
.txt_info_dt img{
    margin-right: 5px;
}
.tab_detail li{
    display: inline-block;
}
.tab_detail li a{
    color: black;
    font-size: 14px;
    text-transform: uppercase;
    padding: 4px 10px 4px 10px;
    display: block;
    line-height: 35px;
    position: relative;
}
.tab_detail li:not(:last-child) a:after{
    content: '|';
    color: black;
    display: inline-block;
    position: absolute;
    top: 6px;
    right: -2px;
}
/*=================================================== effect tab_deatil==================================================*/
.tab_detail>li.active>a,
.tab_detail>li.active>a:hover,
.tab_detail>li.active>a:focus {

    background: #019bd3;
    color: #fff;
}
.tab_detail>li>a:hover, .tab_detail>li>a:focus {
    background: #019bd3;
    color: #fff;
}
/*=================================================== end effect tab_deatil==================================================*/
ul.tab_detail {
    border-bottom: 1px solid #019bd3;
}
.tab_detail li a:hover:after, .tab_detail li a:focus:after, .tab_detail li a:active:after {
    display: none;
}
.tab_detail>li.active>a:hover:after, .tab_detail>li.active>a:focus:after, .tab_detail>li.active>a:active:after {
    display: none;
}
.tab_detail>li.active>a:after{
    display: none;
}
.tab-content{
    font-size: 14px;
    color: black;
    padding: 20px 0;
}
.slider_lq .prod{
    margin: 2px;
}
.name_prod_lq {
    font-size: 17px;
    font-family: Roboto_Regular;
    margin: 5px 0;
}

/*end pro_detail*/
/*begin pages_home*/@font-face {
    font-family: 'ROBOTO-BOLD';
    src: url('./fonts/ROBOTO-BOLD.eot');
    src: url('./fonts/ROBOTO-BOLD.eot') format('embedded-opentype'), url('./fonts/ROBOTO-BOLD.woff')
    format('woff2'), url('./fonts/ROBOTO-BOLD.woff') format('woff'), url('./fonts/ROBOTO-BOLD.ttf')
    format('truetype'), url('./fonts/ROBOTO-BOLD.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@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;
}
.w_100{
    width: 100%;
}
/*============================style pc============================*/
.title_home_reson{
    margin-top: 50px;
}
.content_tt_home_reson{
    display: inline-block;
    position: relative;
    font-family: ROBOTO-BOLD;
    font-size: 26px;
    color: #00a651;
    text-transform: uppercase;
    background: #fff;
    padding: 4px;
    top: -23px;
    margin: 0px;
}
.info_item{
  padding: 20px;
  position: relative;
}
.info_item:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 60px;
  top: 25px;
  left: 100%;
  background: #ccc;
}
.box_page_home:last-child .info_item:after {
  display: none;
}
.tile_info a{
    font-family: ROBOTO-BOLD;
    font-size: 14px;
    color: #333;
    text-align: justify;
    margin-bottom: 8px;
    text-transform: uppercase;
    display: block;
}
.content_info{
    font-family: ROBOTO-REGULAR;
    font-size: 14px;
    color: #333;
    text-align: justify;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content_tt_home_reson{
    position: relative;
    font-family: ROBOTO-BOLD;
    font-size: 26px;
    color: #00a651;
    text-transform: uppercase;
    margin: 0px;
}
.content_tt_home_reson:before{
    content: '';
    width: 110px;
    height: 1px;
    background: #00a651;
    position: absolute;
    top: 22px;
    right: 103%;

}
.content_tt_home_reson:after{
    content: '';
    width: 110px;
    height: 1px;
    background: #00a651;
    position: absolute;
    top: 22px;
    left: 102%;

}

.img_col_service {
    padding-top: 9px;
}
/*============================end style pc============================*/

/*=================================style setmedia===================================*/


@media (min-width:1200px) /* lg*/ {
    .row_pc{
        margin-right: -15px;
        margin-left: -15px;
    }

    .pdd_8{
        padding: 0px 8px;
    }
    .row_8{
        margin: 0px -8px;
    }
    .w_22{
    width: 22%;
    }
    .w_78{
        width: 78%;
    }
}

@media (min-width:992px) and (max-width:1199px) /* md*/{
     .pdd_8{
        padding: 0px 8px;
    }
    .row_8{
        margin: 0px -8px;
    }
}

@media (min-width:768px) and (max-width:991px) /* sm*/{
    .content_tt_home_reson {
        font-size: 24px!important;
    }
    .content_tt_home_reson:before, .content_tt_home_reson:after {
        content: '';
        width: 80px!important;
        top: 21px!important;
    }
      .w_22{
    width: 22%;
    }
    .w_78{
        width: 78%;
    }
     .pdd_8{
        padding: 0px 8px;
    }
    .row_8{
        margin: 0px -8px;
    }
}

@media (max-width:767px) /* xs*/{
    .content_tt_home_reson {
        font-size: 22px!important;
    }
    .content_tt_home_reson:before, .content_tt_home_reson:after {
        content: '';
        width: 80px!important;
        top: 19px!important;
    }

     .img_col_service img{
        max-width: 50px;
        display: block;
        margin: auto;
        margin-bottom: 7px;
    }
    .tile_info a{
        text-align: center!important;
    }
}

@media (max-width:480px) {
    .col-480-12{
        width: 100% !important;
    }
    .content_tt_home_reson {
        font-size: 18px!important;
    }
    .content_tt_home_reson:before, .content_tt_home_reson:after {
        content: '';
        width: 30px!important;
        top: 16px!important;
    }

     .img_col_service img{
        max-width: 50px;
        display: block;
        margin: auto;
        margin-bottom: 7px;
    }
    .tile_info a{
        text-align: center!important;
    }
}

@media (max-width:320px) {
    .content_tt_home_reson {
        font-size: 20px!important;
    }
    .content_tt_home_reson:before, .content_tt_home_reson:after {
        content: '';
        width: 23px!important;
        top: 15px!important;
    }
    .img_col_service img{
        max-width: 50px;
        display: block;
        margin: auto;
        margin-bottom: 7px;
    }
    .tile_info a{
        text-align: center!important;
    }
}

.icon_option_head {
  margin-top: 26px;
}
.cart_icon i {
  font-size: 18px;
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 1px solid #000;
  border-radius: 50%;
  text-align: center;
  padding-top: 4px;
}
.cart_icon {
  color: #333333;
  font-size: 14px;
}
.cart_icon span {
  color: #ff0000;
}
.icon_option_head a{
  margin-left: 5px;
  display: inline-block;
}

.info_page {
  border: 5px solid #e8e8e8;
}
.subject a {
  display: inline-block;
  border-bottom: 1px solid #ed3237;
  padding-bottom: 10px;
}
.img_pro {
  border-bottom: 1px solid #ccc;
}
.title_ft {
  font-size: 18px;
  font-family: OpenSans_Bold;
  margin-bottom: 15px;

}
.menu_ft {
  list-style: disc;
  font-size: 14px;
  font-family: OpenSans;
  margin-left: 20px;
}
.menu_ft li a {
  color: #fff;
}
.title_cate {
  margin-top: 0;
}
.title_home {
  font-size: 24px;
  font-family: OpenSans;
}
/*=================================end style setmedia===================================*//*end pages_home*/
/*begin media_image*//*end media_image*/
/*begin news1*//*end news1*/
/*begin news2*//*end news2*/
/*begin tintucnoibat_home*//*end tintucnoibat_home*/
/*begin tintucmoinhat_home*//*end tintucmoinhat_home*/
/*begin ykienkhachhang_home*//*end ykienkhachhang_home*/
/*begin email_home*//*end email_home*/
/*begin morong_home*//*end morong_home*/
