@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-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: 'Oswald-Bold';
  src: url('../fonts/Oswald-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald-Medium';
  src: url('../fonts/Oswald-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald-Regular';
  src: url('../fonts/Oswald-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/OpenSans-Regular.ttf') format('truetype'), 
  url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Italic';
  src: url('../fonts/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Roboto-Italic.woff') format('woff'), url('../fonts/Roboto-Italic.ttf')
  format('truetype'), url('../fonts/Roboto-Italic.svg#Roboto-Italic') 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;
}
.row {
    margin-right: -15px !important;
    margin-left: -15px !important;
}
.clearfix-20{
    clear: both;
    height: 20px;
}
.clearfix-60{
    clear: both;
    height: 60px;
}
@media (min-width: 1200px){
  .container {
      width: 1200px;
    }
}
/*.slider_main .item img{
    height: 600px;
    object-fit: cover;
}*/
.menu_top {
    width: 100%;
}
.logo_pc img {
    /*height: 56px;*/
}
.list_top {
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    height: 70px;
    position: absolute;
    z-index: 99;
}
.picture_logo {
    background: #fff;
    position: relative;
    /*padding: 5px 0;*/
}
.list_top {
    position: fixed;
    top: 0;
    width: 100%;
}
li.has_menu:hover .nav_menu_sub {
    display: block;
}
.nav_menu_sub li.menu-item a {
    color: #000 !important;
}
.nav_menu_sub li.menu-item a:hover {
    color: #fff !important;
}
ul.nav_menu_sub {
    display: none;
    top: 0;
    left: 215px;
    width: 215px;
    position: absolute;
    background: #fff;
    color: #333;
}
.img_head {
    z-index: 99;
    /*background: #fff;*/
    /*padding: 8px;*/
    /*overflow: hidden;*/
    /*width: 100%;*/
}
h1.home_pages {
    font-size: 16px;
    text-transform: uppercase;
    font-family: Oswald-Medium;
    letter-spacing: 0.3em;
    line-height: 26px;
    margin-bottom: 15px;
}
.span1:before {
    content: '';
    position: absolute;
    top: 14px;
    left: 17px;
    width: 38px;
    height: 2px;
    background: #000;
}
.box_sub {
  padding-left: 65px;
    overflow: hidden;
}
.text_justify {
    text-align: justify;
    line-height: 30px;
    color: #555;
}
span.txt_home {
    font-size: 16px;
    text-transform: uppercase;
    font-family: Oswald-Regular;
    letter-spacing: 0.3em;
}
span.txt_homepages.bold {
    font-weight: bold;
    font-family: Oswald-Bold;
    font-size: 26px;
    line-height: 35px;
    text-transform: uppercase;
}
.homepages_right {
    margin-bottom: 15px;
}
.list_text img {
    margin-right: 5px;
    height: 30px;
    width: 30px;
}
.txt_fontsz {
    font-size: 16px;
    text-transform: uppercase;
    font-family: Oswald-Regular;
    line-height: 1.4;
}
.list_text li.text_item {
    padding: 15px 16px;
}
.list_text li:first-child,
.list_text li:nht-child(2) {
  padding-top: 0;
}
.list_text li{
    float: left;
    width: 50%;
}
.title_pros_newe {
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 30px;
}
.span3.pros_new {
    font-size: 16px;
    text-transform: uppercase;
    font-family: Oswald-Regular;
    letter-spacing: 0.3em;
}
span.span3:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 33%;
    width: 50px;
    height: 2px;
    background: #000;
}
.product_image {
    position: relative;
    margin-bottom: 35px;
}
.product_image h4 {
    font-size: 17px;
    height: 40px;
    line-height: 20px;
    overflow-y: hidden;
    margin-top: 15px;
    font-family: Oswald-Medium;
}
.product_image img{
    height: 260px;
}
.new_product img{
    height: 260px;
}
.btn_xt {
  text-align: center;
  margin-top: 20px;
}
button.btn_xemthem,
a.btn_xemthem{
    padding: 10px 70px;
    cursor: pointer;
    font-size: 16px;
    background: none;
    border: 1px solid #ccc;
    text-transform: uppercase;
    font-family: Oswald-Regular;
}
button.btn_xemthem:hover {
    color: #0e87b5;
}
.title_pros_new {
    position: relative;
    margin-left: 50px;
    margin-bottom:40px;
}
span.span2:before {
    content: '';
    position: absolute;
    top: 13px;
    left: -4.5%;
    width: 40px;
    height: 2px;
    background: #000;
}
.span2.pros_new {
    font-size: 16px;
    text-transform: uppercase;
    font-family: Oswald-Regular;
    letter-spacing: 0.3em;
}
#myList li,
#news li,
#dongia li{ 
    display:none;
}
.image_gia{
    margin-bottom: 20px;
}
.picture_dichvu{
    margin-bottom: 30px;
}
.picture_dichvu a{
    position: relative;
    display: inline-block;
}
.picture_dichvu .text_uppercase {
    font-size: 16px;
    display: block;
    margin-top: 15px;
    text-transform: uppercase;
    font-family: Oswald-Regular;
    height: 60px;
    overflow-y: hidden;
}
.picture_icon {
    margin-top: 20px;
    position: relative;
    margin-bottom: 30px;
    margin-left: 25px;
}
.picture_icon a:hover {
    color: #0e87b5;
}
.picture_dichvu a:hover {
    color: #0e87b5;
}
.new_product h5 a {
    font-family: Oswald-Medium;
    font-size: 15px;
}
.new_product h5 a:hover {
    color: #0e87b5;
}
.new_product h5 {
    margin: 10px 0;
    height: 40px;
    overflow-y: hidden;
    line-height: 20px;
}
.new_product a img {
    margin-bottom: 20px;
}
.btn_new {
    text-align: right;
    margin-top: 35px;
}
footer {
    background: #f5f5f5;
    padding: 50px 0;
    color: #333;
}
.txt_ft {
    text-transform: uppercase;
    font-family: Oswald-Regular;
    font-size: 18px;
    margin-bottom: 25px;
}
.txt_ft {
  text-transform: uppercase;
  font-family: Oswald-Regular;
}
.box_footer a img {
    width: 130px;
    margin-bottom: 25px;
}
.flex-row_center {
    text-align: center;
    padding-top: 10px;
}
.flex-row_center a {
    padding: 5px 10px;
    font-size: 20px;
}
.gia_tk {
  background: #e8e6e7;
  padding: 40px 0 20px 0;
  margin: 20px 0;
}
.picture_icon a img {
    float: left;
    padding-right: 20px;
}
.picture_icon a h5 {
    font-size: 18px;
    font-family: Oswald-Medium;
    padding-top: 13px;
}
.box_customer {
    width: 100%;
    display: inline-flex;
}
.box_customer .img_customer{
    width: 95px;
    height: 95px;
}
.box_customer .img_customer img{
    width: 95px !important;
    height: 95px;
    border-radius: 50%;
}
.tit_customer {
    border: 2px solid #333;
    padding: 25px 0px 25px 80px;
}
.box_customer .cnt_review {
    width: 65%;
    margin-left: 20px;
    color: #333;
    font: 14px/24px 'OpenSans-Regular', sans-serif;
}
.box_customer .cnt_review .name_kh{
    font-size: 18px;
    margin-bottom: 5px;
    font-family: 'Oswald-Regular';
}
.cnt_review span{
    font-family: 'Oswald-Regular' !important;
    font-size: 16px !important;
}
.tit_customer h3 {
    font-family: Oswald-Medium;
    color: #333;
    font-size: 25px;
    line-height: 35px;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.tit_customer h4 {
    text-align: right;
    padding-right: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Oswald-Medium;
}
.owl-carousel .owl-nav [class*='owl-'] {
    position: absolute;
    top: 33px !important;
    color: #333;
     font-size: 40px; 
    outline: none;
    margin: 0px;
    padding: 0px 0px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border: 0;
    border-radius: 100px;
    opacity: 0.6;
}
/*.owl-carousel .owl-nav .owl-next {
    left: 60px;
}
.owl-carousel .owl-nav .owl-prev {
    left: 40px;
}*/
/*===========================================end home===========================*/
/*==================start chi tiết==============================*/
.mainhomepage {
    /*margin: 70px 0 50px 0;*/
}
.yoarn_breat {
    background: #f5f5f5;
    color: #333;
    font-family: Oswald-Regular;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 4px 0;
}
h1.txt_singer {
    font-size: 20px;
    line-height: 30px;
    font-family: Oswald-Medium;
    padding-left: 20px;
    position: relative;
    text-transform: uppercase;
    margin: 0.67em 0;
}
h1.txt_singer:before {
    content: '';
    left: 0;
    top: 0;
    width: 8px;
    height: 100%;
    background: #000;
    position: absolute;
}
.mar20 p a {
    color: #004bb3;
}
.mar20 h2 {
    color: #004b98;
    font-weight: bold;
    margin:14px 0 25px 0;
    font-size: 20px;
}
.mar20 {
    margin-bottom: 20px;
}
.mar20 p {
    text-align: justify;
    color: #333;
    font: 14px/24px 'OpenSans-Regular', sans-serif;
}
.warp20 {
    text-align: center;
    margin-bottom: 20px;
}
.text_center img {
    width: 70px;
    height: 75px;
}
p.bold {
    /* padding-top: 20px; */
    font-weight: bold;
    color: #004bb3;
    text-transform: capitalize;
    height: 50px;
    overflow-y: hidden;
}
a.text_center:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
    background: radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform,opacity;
    transition-property: transform,opacity;
}
a.text_center:hover:before {
  opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
a.text_center:active ,a.text_center:focus ,a.text_center:hover {
  -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.activeparent {
  background-color: #888888 !important;
    display: inline-block;
    text-align: center;
    margin: 0px 0px 5px 14px;
    width: 96.8%;
}
.divactive {
    min-width: 50%;
    text-align: center;
    float: left;
}
.tit_box_ct h3 a {
    color: #004bb3;
    font-size: 19px;
}
.tit_box_ct h3 {
    padding-top: 10px;
    line-height: 25px;
    height: 90px;
    overflow-y: hidden;
}
.tit_box_ct {
    padding-bottom: 20px;
}
.tit_detail {
    text-align: justify;
    line-height: 1.9;
    margin-bottom: 10px;
}
.image_details {
    text-align: center;
}
.image_details h5 {
    font-size: 16px;
    padding-top: 7px;
    font-family: sans-serif;
    font-style: italic;
    color: #3a3a3a;
}
.sb_tit {
    font-size: 16px;
    font-family: Oswald-Regular;
    padding: 10px;
    border: 1px solid #e1e1e1;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
ul.sb_menu {
    font: 14px/24px 'OpenSans-Regular', sans-serif;
    text-transform: capitalize;
}
li.menu_current {
    padding: 0px 0 2px;
}
a.item_sb_li {
    width: 100%;
    margin-bottom: 25px;
    display: inline-block
}
a.item_sb_li h4 {
    /* text-align: justify; */
    height: 40px;
    overflow-y: hidden;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    width: calc(100% - 50px);
    font-weight: bold;
}
a.item_sb_li img {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    float: left;
}
.owl-carousel .owl-nav [class*='owl-']{
    top: 50%;
    transform: translateY(-50%);
}
.menu_top .container{
    width: 1230px;
    padding: 0;
}
@media (max-width:767px) /* xs*/{
  .list_top {
    display: flex;
    background: none; 
    height: 70px;
    position: absolute;
    z-index: 99;
}
.box_footer {
    margin-bottom: 15px;
}
.box_sub {
  padding-left: 30px;
    overflow: hidden;
}
.text_pages {
    margin-bottom: 10px;
}
.span1:before {
    content: '';
    position: absolute;
    top: 14px;
    left: 0px;
    width: 25px;
    height: 2px;
    background: #000;
}
span.span3:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0%;
    width: 30px;
    height: 2px;
    background: #000;
}
.span2:before {
    content: '';
    position: absolute;
    top: 13px;
    left: -17.5% !important;
    width: 40px;
    height: 2px;
    background: #000;
}
.product_image img {
    height: 240px;
    max-width: 100%;
}
.picture_dichvu {
    margin-bottom: 20px;
}
.tit_customer {
    border: 2px solid #333;
    padding: 25px 0px 25px 20px;
}

/*.owl-carousel .owl-nav .owl-prev {
    left: 30px;
}
.owl-carousel .owl-nav .owl-next {
    left: 50px;
}
.owl-carousel .owl-nav [class*='owl-'] {
    position: absolute;
    top: 30px !important; 
    color: #333;
    font-size: 40px;
    outline: none;
    margin: 0px;
    padding: 0px 0px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border: 0;
    border-radius: 100px;
    opacity: 0.6;
}*/
.box_customer p {
    width: 90%;
    margin:0 0 20px 20px;
    color: #333;
    font: 14px/24px 'OpenSans-Regular', sans-serif;
}
}
@media (min-width:768px) and (max-width:991px) /* sm*/{
  .picture_dichvu {
    margin-bottom: 20px;
}
  .gh1 {
    height: 365px !important;
}
    .sc_header_menu.sticky-header{
        position: relative !important;
    }
    .box_footer {
    margin-bottom: 15px;
}
    .list_top {
    display: flex;
    background: none; 
    height: 70px;
    position: absolute;
    z-index: 99;
}
.span2:before {
    content: '';
    position: absolute;
    top: 13px;
    left: -7.5% !important;
    width: 40px;
    height: 2px;
    background: #000;
}
span.span3:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 22%;
    width: 50px;
    height: 2px;
    background: #000;
}
.gh1 {
    height: auto;
}
}
@media (min-width:992px) and (max-width:1199px) /* md*/{
    .gh1 {
    height: 365px !important;
}
span.span3:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 29%;
    width: 50px;
    height: 2px;
    background: #000;
}
span.span2:before {
    content: '';
    position: absolute;
    top: 13px;
    left: -5.5%;
    width: 40px;
    height: 2px;
    background: #000;
}
.title_pros_new {
    position: relative;
    margin-left: 55px;
    margin-bottom: 40px;
}
}
.form_contact input,
.form_contact textarea{
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
.form_contact input::placeholder,
.form_contact textarea::placeholder{
    color: #000;
}
.send input{
    padding: 2px 15px;
    background: #0783b6;
    color: #fff;
    border: 0;
}
.cnt_detail textarea{
    height: 100px;
}
.picture_dichvu img{
    height: 415px;
    object-fit: cover;
}
.menu_search{
    padding-right: 0 !important;
    position: relative;
}
.search_pc{
    position: fixed;
    min-width: 250px;
    top: 70px;
    right: 0;
}
.search_pc button{
    color: #000;
}
.search_pc .form-group{
    display: flex;
}
.pros_ct img{
    height: 180px;
    object-fit: cover;
}
.icon_cate{
    max-width: 100%;
}
.menu-link h2{
    font-size: 16px;
}
.bando iframe{
    width: 100%;
    height: 300px;
}
.no_image, .icon_sb{
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.box_footer iframe{
    width: 100%;
}
.mashome .img_new_product{
    position: relative;
}
.img_new_product .icon_play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
}
.result_search h5{
    height: 36px;
    overflow-y: hidden;
    margin-bottom: 10px;
}
.modal_video .close{
    position: absolute;
    right: 10px;
    top: 10px;
}
.title_video_detail{
    font-size: 24px;
    text-transform: uppercase;
    margin: 20px 0;
}
#myModalvideo .modal-dialog{
    width: 55%;
}
.slider_main .owl-nav [class*='owl-']{
    opacity: 1 !important;
    color: #fff !important;
}
.slider_main .owl-nav .owl-next{
    right: 2% !important;
}
.slider_main .owl-nav .owl-prev{
    left: 2% !important;
}
.title_video_related{
    font-size: 24px;
    margin-bottom: 20px;
}
.box_prod_home{
    position: relative;
}
.img_product_box img{
    width: 100%;
    height: 180px;
    object-fit: cover;
} 
.pro_home .img_product_box img{
    height: 240px;
}
.pro_home .pro_inside .name_product_box{
    height: 50px;
}
.pro_inside .name_product_box{
    font-size: 18px;
    color: #004bb3;
    line-height: 25px;
    height: 75px;
    overflow-y: hidden;
    margin: 5px 0;
}
.box_price{
    display: flex;
    justify-content: space-between;
}
.price_sale{
    font-size: 18px;
    color: #e60400;
}
.price_old{
    font-size: 14px;
    color: #9a9a9a;
}
.img_sale{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    background: url('../img/khuyenmai.png') no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    line-height: 50px;
}
.box_prod_home{
    margin-bottom: 30px;
}
.gc-lens, .gc-zoom{
  display: none !important;
}
.gc-icon{
  background: 0 !important;
  border: 0 !important;
}
.gc-icon:before{
  font-family: FontAwesome;
}
.gc-icon-next{
    right: 10px !important;
}
.gc-icon-prev{
    left: 10px !important;
}
.gc-icon-next:before{
  content: "\f054" !important;
}
.gc-icon-prev:before{
  content: "\f053" !important;
}
.gc-icon-enlarge:before{
  content: "\f065" !important;
}
.gc-icon-compress:before{
  content: "\f066" !important;
}
.gc-icon-close:before{
  content: "\f00d" !important;
}
.gc-icon-download:before{
  content: "\f019" !important;
}
.information_product{
    line-height: 30px;
}
.name_product{
    font-size: 20px;
    text-transform: uppercase;
    font-family: Oswald-Regular;
    margin: 0 0 10px;
    line-height: 25px;
}
.rate_price{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.rate{
    color: #f26522;
    font-size: 18px;
}
.price_product .price_sale{
    font-size: 24px;
    color: #d70000;
    font-family: Arial;
    font-weight: bold;
}
.price_product .price_old del{
    font-size: 14px;
    padding-left: 20px;
}
.add_number{
    display: flex;
    margin: 5px 0;
}
.text-option{
    margin-right: 30px;
}
.quantity-selector{
    width: 50%;
}
.btn_addcart{
    border-bottom: 1px solid #ccc;
}
.btn_addcart a{
    display: inline-block;
    cursor: pointer;
    margin: 15px 0;
}
.btn_addcart .add_cart{
    padding: 10px 25px;
    background: #0783b6;
    color: #fff;
    border-radius: 5px;
}
.btn_addcart .buy_now{
    padding: 8px 25px;
    border: 2px solid #0783b6;
    border-radius: 5px;
    margin-left: 10px;
}
.service_transport{
    padding: 10px;
    background: #f2f2f2;
    line-height: 25px;
    margin-top: 15px;
}
.service_transport li{
    list-style: disc;
    list-style-position: inside;
}
.tab_detail{
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
}
.tab_detail li{
    display: inline-block;
}
.tab_detail li a{
    padding: 10px 20px;
    text-transform: uppercase;
}
.tab_detail li.active a{
    border: 1px solid #ccc;
    border-bottom: 5px solid #fff;
}
.tab_detail_content{
    padding: 30px 10px 10px;
    border: 1px solid #ccc;
    border-top: 0;
    line-height: 30px;
}
.cart_top .menu-link{
    font-size: 14px !important;
    font-family: arial !important;
}
.cart_top i{
    font-size: 18px;
}
input[type="radio"]+label span{
    border: 1px solid #000 !important;
}
.hotline_detail{
    margin-top: 15px;
}
.hotline_detail a{
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.hotline_detail i{
    margin-left: 20px;
    font-size: 20px;
    color: #ff0000;
    animation: icon-zoom 1.2s infinite;
}
@keyframes icon-zoom{
  0%{
    -webkit-transform:scaleX(1);
    transform:scaleX(1)
  }
  10%,20%{
    -webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);
    transform:scale3d(.9,.9,.9) rotate(-3deg)
  }
  30%,50%,70%,90%{
    -webkit-transform:scale3d(1.3,1.3,1.3) rotate(3deg);
    transform:scale3d(1.3,1.3,1.3) rotate(3deg)
  }
  40%,60%,80%{
    -webkit-transform:scale3d(1.3,1.3,1.3) rotate(-3deg)
    ;transform:scale3d(1.3,1.3,1.3) rotate(-3deg)
  }
  to{
    -webkit-transform:scaleX(1);
    transform:scaleX(1)
  }
}
@media (min-width: 1500px){
    .slider_main .owl-nav [class*='owl-']{
        font-size: 50px !important;
    }
}