@import "font.css";

@charset "utf-8";
html, body {
    height: 100%;
    /* overflow: hidden; */
}

.xemtatca {
    font-size: 18px;
    color: #EC1D26;
    display: block;
    margin-left: 280px;
    font-family: initial;
    position: absolute;
    right: 15px;
    bottom: 10px;
}

body {
    margin: 0px auto;
    padding: 0px auto;
    font-size: 13px;
    line-height: 22px;
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-weight: normal;
}

* {
    margin: 0px auto;
    padding: 0px auto;
    outline: none;
    text-decoration: none;
}

.conten_pagesub {
    width: 100vw;
    height: 100vh;
    padding-top: 100px;
    padding-bottom: 71px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.clr {
    clear: both;
}

ul {
    padding: 0px;
}

img {
    border: 0;
}

.pagewrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.padding_pagewrap {
    padding: 0 10px;
}

.showText p {
    padding-bottom: 15px;
    line-height: 25px;
    font-size: 14px; /* color: #a90209; */
}

.showText img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
}

.showText ul {
    padding-bottom: 15px;
}

.showText ul li {
    margin-left: 35px;
}

.header {
    padding-top: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 152;
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* z-index: 2; */
    /* top: 0; */
    border-bottom: solid #ccc0 1px !important;
    padding-bottom: 10px;
    /* background: #fff; */
    width: 100%;
}

.logo_top {
    float: left;
    padding-left: 10px;
}

.logo_top img {
    width: auto;
    height: 80px;
}

.right_header {
    float: right;
    padding-right: 10px;
    margin-top: 30px;
}

.link_share {
    float: left;
}

.link_share ul li {
    float: left;
    list-style: none;
    line-height: 0;
    margin-right: 10px;
}

.link_share ul li img {
    display: block;
    height: 32px;
    width: auto;
}

.link_share ul li img:hover, .lang_login ul li:hover {
    opacity: .6;
}

.lang_login {
    float: left;
}

.lang_login ul li.lang_id {
    padding-top: 7px;
}

.lang_login ul li {
    float: left;
    list-style: none;
    line-height: 0;
    margin-left: 10px;
}

.lang_login ul li img {
    display: block;
    height: auto;
    width: auto;
}

.search_click {
    z-index: 2;
    float: left;
    border: solid #FEC00F 1px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    background: #fff;
    margin-right: 10px;
    margin-left: 5px;
}

.timkiem_top {
    z-index: 2;
    float: left;
    border: solid #FEC00F 1px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    background: #fff;
    margin-right: 10px;
    margin-left: 5px;
    position: absolute;
    width: 201px;
    top: 70px;
    right: 8px;
    display: none;
}

.input_search {
    padding: 2px 15px;
    height: 25px;
    width: 171px;
    float: right;
    color: #753c1c;
    background: none;
    border: none;
    font-size: 13px;
    margin-top: 3px;
}

.input_search:focus {
    color: #000;
}

.search a, .search_click a {
    width: 30px;
    height: 30px;
    text-indent: -10000px;
    background: url(../images/icon-search.png) no-repeat center center;
    float: right;
    border-left: 0px;
    margin-right: 0px;
}

.search a:hover {
    background: url(../images/icon-search_hover.png) no-repeat center center;
}

#menu {
    text-align: center;
    line-height: 0;
    float: left;
    margin-top: 26px;
}

#menu > li {
    display: inline-block;
    vertical-align: text-top;
    position: relative;
    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#menu > li > a {
    padding: 0 15px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

#menu li:hover > a {
    /* background: url(../images/bg_menu.jpg); */
    color: #EC1B24;
    /* border-radius: 5px; */
    /* -webkit-border-radius: 5px; */
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 0 8px rgba(235, 110, 35, 0.79);
    /* -webkit-box-shadow: 0 0 8px rgba(235, 110, 35, 0.79); */
    /* box-shadow: 0 0 8px rgba(235, 110, 35, 0.79); */
}

#menu li a {
    display: block;
    height: 45px;
    line-height: 45px;
    position: relative;
    z-index: 5;
    color: #831C1C;
    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#menu li ul:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 0;
    float: none;
    height: 0;
    top: 0px;
    left: 48%;
    border: 8px solid;
    border-color: transparent transparent #e62117 #e62117;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(135deg);
    z-index: 999;
}

#menu li ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    margin-top: 15px;
    /* border-bottom: solid 4px #239DCC; */
    border-left: solid 1px #eee;
    box-shadow: 2px 1px 2px rgba(0, 0, 0, .3);
    visibility: hidden;
    opacity: 0;
    padding-top: 15px;
    background: #ffffff;
    z-index: 151;
}

#menu li li {
    position: relative;
}

#menu li:hover li ul {
    top: 0px;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    margin-left: 20px;
}

#menu li:hover ul, #menu li:hover li:hover ul {
    margin-top: 0;
    margin-left: 0;
    visibility: visible;
    opacity: 1;
}

#menu li ul li {
    white-space: nowrap;
    text-align: left;
    display: block;
    background: #fff;
    padding: 0 15px;
}

#menu li ul li:last-child {
    padding-bottom: 10px;
}

#menu li ul li a {
    padding: 0 15px;
    border-bottom: solid 1px #F0F0F5;
    border-top: solid 1px #fff;
    line-height: 35px;
    height: 35px;
    position: relative;
    text-transform: capitalize;
    color: #333;
    transition: padding .2s linear;
    -webkit-transition: padding .2s linear;
    -moz-transition: padding .2s linear;
    -o-transition: padding .2s linear;
    -ms-transition: padding .2s linear;
}

#menu li ul li:first-child a {
    border-top: none;
}

#menu li ul li:last-child a {
    border-bottom: none;
}

#menu li ul li > a:before {
    content: attr(icons);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 18px;
    line-height: 35px;
    transition: left .2s linear;
    -webkit-transition: left .2s linear;
    -moz-transition: left .2s linear;
    -o-transition: left .2s linear;
    -ms-transition: left .2s linear;
}

#menu li ul li:hover > a {
    padding: 0 10px 0 20px;
}

#menu li ul li:hover > a:before {
    left: 8px;
}

#menu li ul li li:first-child {
    padding-top: 10px;
}

#menu li ul li ul {
    padding: 0;
}

/* .bannerInside_2 {
	height: 530px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bannerMain_2 {
	position: relative;
	overflow: hidden;
	height: 530px;
}
.banner_2 li {
	float: left;
	list-style: none;
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	cursor: default;
	position: relative;
	height: 100vh !important;
	padding-bottom: 71px;
	padding-top: 133px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
} */
.bannerInside, .bannerInside_2, .bannerInside_3 {
    width: 100%;
    height: 650px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bannerMain, .bannerMain_2, .bannerMain_3 {
    position: relative;
    overflow: hidden;
    padding-top: 0;
}

.bannerMain .banner li, .banner_2 li, .banner_3 li {
    float: left;
    list-style: none;
    background-position: center center;
    background-origin: content-box;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: default;
    position: relative;
    height: 100vh !important;
    padding-bottom: 0;
    padding-top: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.posBL {
    left: 0px;
    bottom: 0px;
}

.pagiBanner {
    position: relative;
    left: 0;
    right: 0;
    bottom: 75px;
    margin: auto;
    width: auto;
    text-align: center;
    z-index: 10;
}

.pagiBanner a {
    display: inline-block;
    vertical-align: text-top;
    color: #F5821F;
    margin: 0 5px;
    font-size: 16px;
    line-height: 30px;
    padding: 0 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.pagiBanner a.selected {
    color: #EC1B24;
}

.pagiBanner_3 a {
    display: inline-block;
    vertical-align: text-top;
    width: 15px;
    height: 15px;
    background: #ccc;
    text-indent: -100000px;
    margin: 0 5px;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    border: solid #fff 1px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.pagiBanner_3 a.selected {
    background: #EC1D26;
    border: solid #FFF 1px;
}

.pagiBanner_home {
    position: relative;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
    width: auto;
    text-align: center;
    z-index: 999999;
}

.pagiBanner_home a {
    display: inline-block;
    vertical-align: text-top;
    width: 14px;
    height: 14px;
    background: #ccc;
    text-indent: -100000px;
    margin: 0 5px;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    border: solid #fff 2px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.pagiBanner_home a.selected {
    background: #f58220;
}

.box_title_banner_gt_id ul {
    position: relative;
    right: 10px;
    top: 30px;
    float: right;
    z-index: 2;
    width: 380px;
}

.box_title_banner_gt ul {
    position: relative;
    right: 10px;
    top: 140px;
    float: right;
    z-index: 2;
    width: 380px;
}

.box_title_banner_gt ul h2, .box_title_banner_gt_id ul h2 {
    text-transform: none;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 25px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #EC1D26;
}

.box_title_banner_gt ul h3 {
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: normal;
    color: #EB6E23;
}

.box_title_banner_sp ul {
    position: relative;
    right: 10px;
    top: 160px;
    float: right;
    z-index: 2;
    width: 380px;
}

.box_title_banner_sp_tet ul {
    position: relative;
    right: 10px;
    top: 250px;
    float: right;
    z-index: 2;
    width: 380px;
}

.box_title_banner_sp_tet ul h2 {
    text-transform: none;
    font-size: 45px;
    letter-spacing: 1px;
    line-height: 45px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #fff;
    font-family: 'UTMEdwardianBold';
}

.box_title_banner_sp_tet ul h3 {
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 25px;
    font-weight: normal;
    color: #fff;
}

.box_title_banner_right ul {
    position: relative;
    right: 10px;
    top: 250px;
    float: right;
    z-index: 2;
    width: 390px;
}

.box_title_banner_left ul {
    position: relative;
    left: 10px;
    top: 250px;
    float: left;
    z-index: 2;
    width: 370px;
}

.box_title_banner_right ul h2, .box_title_banner_left ul h2, .box_title_banner_sp ul h2 {
    text-transform: none;
    font-size: 44px;
    letter-spacing: 1px;
    line-height: 45px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #EC1D26;
    font-family: 'UTMEdwardianBold';
}

.box_title_banner_right ul h2 a, .box_title_banner_left ul h2 a, .box_title_banner_sp ul h2 a {
    color: #EC1D26;
}

.box_title_banner_right ul h2 a:hover, .box_title_banner_left ul h2 a:hover, .box_title_banner_sp ul h2 a:hover {
    color: #F5821F;
}

.box_title_banner_right ul h3, .box_title_banner_left ul h3 {
    text-transform: capitalize;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: normal;
    color: #EB6E23;
}

.box_title_banner_sp ul h3, .box_title_banner_gt_id ul h3 {
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 25px;
    font-weight: normal;
    color: #EB6E23;
}

.box_title_banner_sp ul h3 a, .box_title_banner_gt_id ul h3 a {
    color: #333;
}

.box_title_banner_sp ul h3 a:hover, .box_title_banner_gt_id ul h3 a:hover {
    color: #333;
    text-decoration: underline;
}

.icon_footer_hotline {
    float: right;
    text-align: right;
    padding-right: 10px;
}

.icon_footer_hotline ul li {
    text-align: right;
    list-style: none;
    line-height: 0;
    /* padding-bottom: 10px; */
    float: right;
}

.icon_footer_hotline ul li img {
    height: 35px;
    width: auto;
}

.icon_footer_hotline ul h2 {
    font-size: 15px;
    color: #EC1B24;
    font-weight: bold;
    line-height: 35px;
    background: url(../images/icon_hotline.png) center left no-repeat;
    padding-left: 35px;
    float: right;
    margin-right: 20px;
}

.icon_footer_hotline ul h2 a {
    color: #EC1B24;
}

.conten_page {
    padding-top: 20px;
    padding-bottom: 0;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.left_contact {
    float: left;
    width: 520px;
    padding-left: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    /* height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; */
}

.right_contact {
    width: 650px;
    float: right;
    padding-right: 10px;
    padding-bottom: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 100%;
    overflow: hidden;
}

.right_contact h2 {
    color: #F4811F;
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    padding-bottom: 10px;
}

#map {
    display: block;
    border: solid 3px #eee;
    height: 420px;
}

#map iframe {
    display: block;
    width: 100%;
    height: 100%;
}

#contact {
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
}

#contact .left {
    width: 42%;

    float: left;
}

#contact .right {
    width: 54%;
    float: right;

}

.formBox li {
    display: block;
    position: relative;
    margin-bottom: 10px;
    color: #F5821F;
}

.formBox li input, .formBox li textarea {
    border: solid 1px #FEC00F;
    height: 40px;
    color: #F5821F;
    padding: 0 10px 0 45px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
}

.formBox li textarea {
    padding: 10px 10px 10px 45px;
    height: 190px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    color: #F5821F;
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    margin-bottom: 7px;
}

#contact .left input {
    width: 100%;
}

#contact .right input, #contact .right textarea {
    width: 100%;
    color: #F5821F;
}

.formBox li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10;
    color: #F5821F;
}

.formBox li.name:after {
    background-image: url("../images/contact/c_name.png");
}

.formBox li.phone:after {
    background-image: url("../images/contact/c_phone.png");
}

.formBox li.mail:after {
    background-image: url("../images/contact/c_mail.png");
}

.formBox li.local:after {
    background-image: url("../images/contact/c_local.png");
}

.formBox li.subject:after {
    background-image: url("../images/contact/c_subject.png");
}

.formBox li.mess:after {
    background-image: url("../images/contact/c_mess.png");
}

.formBox li.code:after {
    background-image: url("../images/contact/c_code.png");
}

.formBox .button {
    float: right;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0 20px;
    margin-left: 10px;
    height: 30px;
    line-height: 30px;
    /* margin-top: 10px; */
    color: #FFF;
    background: #F5821F;
    white-space: nowrap;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
}

.formBox .button:hover {
    color: #FFF;
    background: #ED1C24;
}

.formBox li span {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 42px;
    padding: 0 10px;
    font-weight: bold;
    z-index: 2;
    letter-spacing: 1px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    color: #F5821F;
}

.formBox li span img {
    height: 38px !important;
    border-radius: 0 30px 30px 0;
    margin-right: 1px;
    margin-top: 1px;
}

.showText h2, .video_top h2 {
    color: #e62117;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;
    text-transform: capitalize;
    line-height: 25px;
}

.contact_Text h2 {
    color: #F4811F;
    font-size: 25px;
    font-weight: bold;
    /* padding-bottom: 10px; */
    text-transform: capitalize;
    line-height: 25px;
}

.contact_Text p {
    color: #F4811F;
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
}

.thuvien_id ul {
    float: left;
    margin: 0px 10px 15px 10px;
    width: 220px;
    /* height: 50%; */
    height: 180px;
    position: relative;
}

.thuvien_id ul li, .thuvien_id ul li img {
    width: 100%;
    height: 100%;
    list-style: none;
    line-height: 0;
    transform: scale(1);
    transition: transform 1s, opacity 1s;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-bottom: 20px;
}

.thuvien_id ul li img:hover, .tintuc_id li img:hover, .sanpham_id ul li img:hover, .sanpham_id_2 ul li img:hover, .video_id ul li img:hover, .left_nes_id ul li img:hover {
    opacity: 1;
    transform: scale(1.09);
}

.thuvien_id ul h2 {
    width: 100%;
    position: absolute;
    color: #EC1B24;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    padding-top: 10px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    bottom: 0;
    left: 0;
}

.thuvien_id ul:hover h2 {
    color: #F5821F;
}

.nums {
    table-layout: auto;
    margin-bottom: 5px;
    text-align: center;
    margin-bottom: 100px;
    clear: both;
}

.nums li {
    list-style: none;
    display: inline-table;
}

.nums a {
    font-size: 18px;
    display: block;
    margin: 0 9px;
    /* padding: 3px; */
    line-height: 30px;
    /* height: 30px; */
    /* width: 25px; */
    table-layout: inherit;
    text-align: center;
    color: #F5821F;

    /* background: #eee; */
    /* border: #CCC 1px solid; */
    /* text-decoration: none; */
    /* border-radius: 20px; */
    /* -webkit-border-radius: 20px; */
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
}

.nums a:hover, .nums a.active, .nums a.stay:hover {
    /* background: #999; */
    color: #ED1C24; /* border: #999 1px solid; */
}

.nums a.stay {
    /* background: #D80D80; */
    /* border: #D80D80 1px solid; */
    color: #ED1C24;
    font-size: 20px;
    font-weight: normal;
    /* line-height: 30px; */
    padding-top: 0;
}

.albumView {
    min-height: 300px !important;
    padding: 0 20px 10px 0px;
    /* box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; */
}

.galleria-container {
    z-index: 150 !important;
}

/* .galleria-container, .galleria-thumbnails-list{
	height: 100% !important;
}
.galleria-thumbnails{max-height: 100% !important;} */
.albumView .galleria-info {
    visibility: hidden;
}

.galleria-thumbnails .galleria-image {
    height: 180px !important;
}

.wrap_tintuc {
    height: auto;
    margin-bottom: 100;
}

.sanpham_id {
    height: auto;
    margin-bottom: 100px;
}

/* .wrap_tintuc, .thuvien_id{
	height: 100%;
	padding-bottom: 65px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
} */
.tintuc_id {
    float: left;
    margin: 0 10px 15px 10px;
    width: 580px;
    /* max-height: 180px; */
    overflow: hidden;
    /* height: 50%; */
    height: 180px;
}

.tintuc_id li {
    float: left;
    width: 200px;
    list-style: none;
    display: block;
    overflow: hidden;
    line-height: 0;
}

.tintuc_id li img {
    width: 100%;
    max-height: 100%;
    transform: scale(1);
    transition: transform 1s, opacity 1s;
}

.tintuc_id ul {
    float: right;
    width: 360px;
    height: 100%;
}

.tintuc_id ul h2 {
    max-height: 44px;
    overflow: hidden;
}

.tintuc_id ul h2 a {
    font-size: 16px;
    padding-bottom: 8px;
    display: block;
    font-weight: bold;
    color: #EC1B24;
}

.tintuc_id ul p {
    font-size: 13px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #a90209;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tintuc_id ul h3 a {
    font-size: 13px;
    padding-bottom: 10px;
    display: block;
    font-weight: bold;
    color: #EC1B24;
    float: right;
}

.tintuc_id ul h3 a:hover, .tintuc_id ul h2 a:hover {
    color: #EC1B24;
    text-decoration: underline;
}

.title_page h3 {
    text-align: center;
    margin-bottom: 25px;
    line-height: 50px;
    font-size: 50px;
    width: 50%;
    color: #F5821F;
    font-weight: normal;
    font-family: 'UTMEdwardianBold';
    text-transform: none;
    padding-bottom: 44px;
    background: url(../images/bg-line.png) center bottom no-repeat;
    letter-spacing: 1px;
    margin-top: 10px;
}

.title_news {
    border-bottom: solid 1px #E6E6E6;
    margin-bottom: 20px;
}

.title_news h2 {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #EC1B24;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.title_news li {
    font-size: 13px;
    color: #666;
    list-style: none;
    list-style: none;
    background: url(../images/icon_day.png) center left no-repeat;
    padding-left: 25px;
    margin-bottom: 10px;
    font-style: italic;
}

.title_news p {
    line-height: 25px;
    color: #a90209;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    padding-bottom: 20px;
}

.menu_sp ul {
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    /* background: white; */
}

.menu_sp ul li {
    display: inline-table;
    list-style: none;
}

.menu_sp ul li a {
    display: block;
    color: #F5821F;
    font-size: 16px;
    line-height: 30px;
    padding: 0 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.menu_sp ul li a:hover, .menu_sp ul li a.active {
    color: #EC1B24;
}

/* .sanpham_id{
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-bottom: 70px;
} */
.sanpham_id_2 {
    height: 220px;
    margin-bottom: 100px;
}

.sanpham_id_2 ul {
    float: left;
    margin: 0 10px 0 10px;
    width: 246px;
    /* padding: 10px; */
    /* background: #fff2e1; */
    height: 100%;
    position: relative;
}

.sanpham_id_2 ul li, .sanpham_id_2 ul li img {
    /* width: 90%; */
    width: auto;
    text-align: center;
    height: auto;
    list-style: none;
    line-height: 0;
    /* margin-bottom: 10px; */
    transform: scale(1);
    transition: transform 1s, opacity 1s;
    display: block;
    overflow: hidden;
    max-height: 165px;
}

.sanpham_id_2 ul .chitiet_sanpham {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.5);
}

.sanpham_id ul {
    float: left;
    margin: 0 10px 10px 10px;
    width: 23%;
    padding: 10px;
    /*background: #fff2e1;*/
    /* height: 50%; */
    height: 200px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}

.sanpham_id ul .chitiet_sanpham {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 165px;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.5);
}

.sanpham_id ul li, .sanpham_id ul li img {
    /* width: 80%; */
    width: auto;
    text-align: center;
    height: auto;
    max-height: 100%;
    list-style: none;
    line-height: 0;
    margin-bottom: 10px;
    transform: scale(1);
    transition: transform 1s, opacity 1s;
    display: block;
    overflow: hidden;
}

.sanpham_id ul li, .sanpham_id_2 ul li {
    /*height: 115px;*/
}

.sanpham_id ul h2, .sanpham_id_2 ul h2 {
    float: left;
    width: 75%;
    text-align: center;
}

.sanpham_id ul h2 a, .sanpham_id_2 ul h2 a {
    font-size: 14px;
    color: #831c1c;
    display: block;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sanpham_id ul h2 p, .sanpham_id_2 ul h2 p {
    font-size: 14px;
    color: #EC1B24;
    display: block;
    line-height: 20px;
}

.sanpham_id ul h2 span, .sanpham_id_2 ul h2 span {
    font-size: 13px;
    color: #EC1B24;
    display: block;
    line-height: 20px;
}

.sanpham_id ul h2 a:hover, .sanpham_id_2 ul h2 a:hover {
    color: #831c1ce0;
    text-decoration: underline;
}

.sanpham_id ul h3 a, .sanpham_id_2 ul h3 a {
    width: 35px;
    height: 35px;
    float: right;
    display: block;
    border: solid #F5821F 1px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    text-align: center;
    background: url(../images/icon_giohang.png) center center no-repeat;
    background-size: 25px;
}

.sanpham_id ul h3 a:hover, .sanpham_id_2 ul h3 a:hover {
    opacity: .7;

}

.sanpham_chitiet {
    width: 75%;
}

.left_sp {
    float: left;
    width: 820px;
    margin-left: 10px;
    padding-bottom: 15px;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}

.right_sp {
    position: relative;
    float: right;
    margin-right: 10px;
    width: 500px;
    height: 440px;
    /* padding-bottom: 20px; */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    margin-top: 15px;
}

.right_sp ul {
    padding: 20px 20px 50px 20px;
    border: solid #F5821F 1px;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.right_sp ul h2 {
    border-bottom: solid #F5821F 1px;
    padding-bottom: 5px;
    line-height: 25px;
    font-size: 16px;
    color: #EC1B24;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;
}

.right_sp ul p {
    color: #F4811F;
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 10px;
}

.ct_sp_id {
    margin-bottom: 20px;
}

.ct_sp_id li {
    float: left;
    list-style: none;
    line-height: 0;
    width: 320px;
}

.ct_sp_id li img {
    width: 100%;
    max-height: 300px;
}

.ct_sp_id ul {
    float: right;
    width: 470px;
}

.ct_sp_id ul h2 {
    font-size: 20px;
    color: #831c1c;
    padding-bottom: 10px;
    line-height: 30px;
    font-weight: bold;
}

.ct_sp_id ul p {
    font-size: 16px;
    color: #EC1B24;
    line-height: 25px;
}

.ct_sp_id ul h3 a {
    float: left;
    display: block;
    font-size: 16px;
    color: #831c1c;
    line-height: 50px;
    font-weight: bold;
    /* border: solid #F5821F 1px; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    padding-left: 65px;
    padding-right: 20px;
    margin-top: 20px;
    background: url(../images/2.png) left 10px center no-repeat;
    margin-right: 20px;
    text-transform: uppercase;
}

.ct_sp_id ul h4 a {
    float: left;
    display: block;
    font-size: 18px;
    color: #831c1c;
    line-height: 50px;
    font-weight: bold;
    /* border: solid #F5821F 1px; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    padding-left: 65px;
    padding-right: 20px;
    margin-top: 20px;
    background: url(../images/1.png) left 10px center no-repeat;
    margin-left: 20px;
    text-transform: uppercase;
    text-indent: -9999px;
}

.ct_sp_id ul h4 a:hover, .ct_sp_id ul h3 a:hover {
    color: #F5821F;
}

#cart_list {
    background: #eee; /* margin-right: 10px; */
    max-height: 421px;
    overflow-y: auto;
}

#cart_list tr {
    background: #ffffff;
}

#cart_list tr a {
    color: #f5821f;
    font-weight: 600;
    line-height: 25px;
}

#cart_list tr a:hover {
    color: #ec1b24;
    text-decoration: underline;
}

#cart_list th {
    background: #EC1B24;
    color: #fff;
    font-weight: bold;
    padding: 10px 5px;
    font-size: 14px;
}

#cart_list td {
    padding: 15px;
    text-align: center;
    color: #f5821f;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
}

#cart_list td input {
    width: 45px;
    padding: 5px;
    text-align: center;
    border: solid 1px #f5821f;
    font-size: 15px;
    font-weight: bold;
    color: #f5821f;
}

#cart_list td img {
    width: auto;
    height: 60px;
    border: none;
}

#cart_list td a.pro_del, #cart_list td button.pro_del, .cart a.pro_del, .continue-shopping a {
    background: #f5821f;
    padding: 8px 14px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
}

#cart_list td button.pro_del {
    border: none;
}

.cart {
    margin-top: 20px;
}

#cart_list td a.pro_del:hover, #cart_list td button.pro_del:hover, .cart a.pro_del:hover, .continue-shopping a:hover {
    background: #ec1b24;
    color: #fff;
    text-decoration: none;
}

.total_money {
    margin-top: 10px;
}

#cart_list td #pro_sum, .total_money .pro_sum {
    float: right;
    font-size: 15px;
    margin-right: 36px;
    font-weight: bold;
    color: #f5821f;
}

#cart_list td #pro_sum label, .total_money .pro_sum label {
    color: #ec1b24;
    font-size: 20px;
}

#cart_list td a.pro_del.mar {
    margin: 0px 0px;
}

#cart_list td a.pro_del.float {
    float: left;
    padding: 2px 15px;
}

#cart_list tr:last-child td {
    padding: 15px;
}

#payment_method {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

#payment_method h3 {
    font-size: 16px;
    color: #f5821f;
    font-weight: bold;
    padding-bottom: 0px;
}

#payment_method .payment_method_input {
    list-style: none;
    float: left;
    width: 100%;
    height: 25px;
    margin-bottom: 0px;
}

#payment_method .payment_method_input .radio_check {
    float: left;
    width: 20px;
}

.formBox #payment_method ul li input {
    border: solid 1px #E1E1E1;
    height: 38px;
    color: #999;
    padding: 0 10px 0 45px;
}

#payment_method .payment_method_input span {
    float: left;
    margin-left: 10px;
    width: 93%;
    background: none;
    font-weight: normal;
    color: #333;
}

.copyright_footer {
    float: left;
    margin-left: 10px;
    color: #831C1C;
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
}

.copyright_footer a {
    color: #ec1b24;
}

.copyright_footer a:hover {
    color: #EC1B24;
    text-decoration: underline;
}

#back-top {
    position: fixed;
    bottom: 70px;
    right: 10px;
    z-index: 1;
}

#back-top a {
    display: block;
    width: 40px;
    line-height: 40px;
    background: #EC1B24;
    outline: none;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

#back-top a:hover {
    color: #fff;
    background: #f5821f;
}

.sharelink {
    -webkit-animation: blurFadeRight 0.4s ease-in .4s backwards;
    -moz-animation: blurFadeRight 0.4s ease-in .4s backwards;
    -ms-animation: blurFadeRight 0.4s ease-in .4s backwards;
    /* text-align: center; */
    height: 30px;
    margin-top: 5px;
    /* margin-left: 15px; */
    float: left;
}

.sharelink img {
    background: #F5821F;
    margin-right: 5px;
    padding: 5px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
}

.sharelink img:hover {
    background: #EC1B24;
}

.sharelink h2 {
    float: left;
    font-weight: normal;
    font-size: 13px;
    padding-right: 10px;
    padding-top: 5px;
}

.footer {
    /* border-top: solid #CCC 1px; */
    padding: 5px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: rgb(244, 234, 233); */
    z-index: 152;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.video_id {
    float: right;
    width: 320px;
    padding-top: 40px;
    margin-right: 10px;
    padding-bottom: 10px;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.video_id ul {
    margin: 10px 0;
    /* padding-bottom:0; */
    padding: 10px 10px 0 10px;
    border: solid #CCC 1px;
    text-align: center;
    /*height: 100%;*/
}

.video_id ul h2 {
    color: #f5821f;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 0;
    text-transform: capitalize;
    line-height: 25px;
}

.video_id ul:hover h2 {
    color: #e62117;
}

.video_id ul li, .video_id ul li img {
    list-style: none;
    line-height: 0;
    width: 100%;
    height: 160px;
    transform: scale(1);
    transition: transform 1s, opacity 1s;
    overflow: hidden;
    display: block;
}

#mycustomscroll_2 p {
    padding-bottom: 15px;
}

#mycustomscroll_2 {
    overflow: auto;
    height: 100%;
    text-align: justify;
    padding-right: 20px;
}

.video_top {
    position: relative;
    float: left;
    width: 840px;
    margin-left: 10px;
    /* margin-bottom: 20px; */
    height: 100%;
}

.video_top > div {
    height: 100%;
    /* height: -webkit-calc(100%-20px); */
    padding-bottom: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.video_top > div iframe {
    /* margin-bottom: 20px; */
    width: 100%;
    height: 100%;
    /* position: absolute;
    top: 40px;
    bottom: 0; */
}

#sharelink {
    border-top: solid 1px #E6E6E6;
    margin-top: 20px;
    padding-top: 20px;

}

.placeNav, .placeNav_3 {
    position: absolute;
    top: 50%;
    z-index: 3;
    color: #666;
    font-size: 60px;
    width: 30px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    /* background-color: rgba(84,84,84,0.3); */
}

.placeNav_2 {
    position: absolute;
    top: 35%;
    z-index: 3;
    color: #666;
    font-size: 50px;
    width: 30px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(84, 84, 84, 0.3);
}

.placeNav.prev, .placeNav_2.prev, .placeNav_3.prev {
    left: 0;
}

.placeNav_2.next, .placeNav_3.next {
    right: 0;
    text-indent: 3px;
}

.placeNav.next {
    right: 0;
    text-indent: 3px;
}

.placeSlide_main:hover .placeNav, .placeSlide_main:hover .placeNav_2, .placeSlide_main:hover .placeNav_3 {
    opacity: 1;
}

.placeNav:hover, .placeNav_2:hover, .placeNav_3:hover {
    color: #EC1B24; /* background: #D80D80; */
}

.placeSlide_main {
    position: relative;
    overflow: hidden;
}

.placeSlide {
    width: 1000px;
}

#mycustomscroll p, #mycustomscroll_3 p {
    padding-bottom: 15px;
}

.chitiet_tintuc {
    height: 100%;
    padding-bottom: 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#mycustomscroll {
    overflow: auto;
    position: relative;
    height: 100%;
    text-align: justify;
    padding-right: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#mycustomscroll_3 {
    overflow: auto;
    position: relative;
    padding-bottom: 50px;
    height: 100%;
    text-align: justify;
    padding-right: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.scrollgeneric {
    line-height: 1px;
    font-size: 1px;
    position: absolute;
    top: 0;
    left: 0;
}

.vscrollerbase {
    width: 4px;
    background: #ccc;
}

.vscrollerbar {
    width: 4px;
    background-color: #EC1B24;
    cursor: pointer;
}

.vscrollerbar:hover {
    background-color: #eb6e23;
}

.right_new_id {
    float: left;
    width: 850px;
    height: 100%;
}

.left_nes_id {
    float: right;
    width: 300px;
    height: 100%
}

.left_nes_id h2 {
    color: #F5821F;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: solid #CCC 1px;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.left_nes_id ul {
    margin-bottom: 15px;

}

.left_nes_id ul li, .left_nes_id ul li img {
    height: auto;
    width: 100%;
    list-style: none;
    line-height: 0;
    transform: scale(1);
    transition: transform 1s, opacity 1s;
    display: block;
    overflow: hidden;

}

.left_nes_id ul h3 {
    padding-top: 10px;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    color: #666;

}

.left_nes_id ul:hover h2 {
    color: #EC1B24;

}

.marquee {
    overflow: hidden;
    height: 100%;
    padding-bottom: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.wrap_gioithieu {
    background-position: center center;
    background-origin: content-box;
    background-size: 100% 100%;
    background-repeat: no-repeat;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.wrap_baiviet {
    position: relative;
    right: 10px;
    top: 15px;
    float: right;
    z-index: 2;
    width: 380px;
}

.wrap_baiviet a {
    color: #EB6E23;
}

.wrap_baiviet a:hover {
    color: #EC1D26;
    text-decoration: underline;
}

.wrap_baiviet h2 {
    text-transform: none;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 25px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #EC1D26;
}

.wrap_baiviet h3, .wrap_baiviet .content-gioithieu {
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 25px;
    font-weight: normal;
    color: #EB6E23;
}

/* .nums_tintuc{
	position: absolute;
	left: 0;
	bottom: 5px;
	right: 0;
	margin: 0 auto;
} */
/* .num_sanpham{
	position: absolute;
	left: 0;
	bottom: 25px;
	right: 0;
	margin: 0 auto;
} */
.placeSlide_main_sp {
    position: relative;
    overflow: hidden;
    height: 100% !important;
}

.placeSlide_sp {
    width: 1000px;
    height: 100% !important;
}

.placeSlide_main_sp .caroufredsel_wrapper {
    height: 100% !important;
}

.box_title_banner_sp, .box_title_banner_sp .pagewrap {
    height: 100%;
}

.menu-nhanhang {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 105px;
    margin: auto;
    text-align: center;
    z-index: 10;
    width: 100px !important;
}

.menu-nhanhang a {
    display: inline-block;
    padding: 0 15px;
}

.menu-nhanhang a img {
    height: 35px;
    transition: 500ms;
    -moz-transition: 500ms;
    -webkit-transition: 500ms;
}

.menu-nhanhang a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.bg-click {
    position: relative;
    bottom: 160px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}

.bg-popup {
    width: 1000px;
    height: 500px;
    background-size: cover;
    position: relative;
}

.bg-popup h4 a {
    margin-top: 15px;
    font-size: 20px;
    color: #EC1D26;
    display: block;
}

.bg-popup .box_title_banner_sp ul {
    top: 130px;
}

.fancybox-lock .fancybox-overlay {
    z-index: 99999;
}

.menu_video ul {
    bottom: 35px;
}

.title_search {
    color: #333;
    font-size: 17px;
    margin-bottom: 10px;
}

.title_search h1 {
    color: #F4811F;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    text-transform: capitalize;
    line-height: 25px;
}

.cart-empty {
    color: #ed1c24;
    text-align: center;
    font-size: 17px;
}

.order-page .left {
    width: 40%;
    float: left;
}

.order-page .right {
    width: 57%;
    float: right;
}

.order-page #cart_list td img {
    height: 96px;
}

.order-page .contact input, .order-page .contact textarea {
    width: 100%;
}

.order-page .contact textarea {
    height: 90px;
}

.icons-header, .icons-footer {
    display: none;
}

.mobile_contact_Text {
    display: none;
}

.activeds {
    color: red !important;
}

li.show {
    display: inline-block;
    vertical-align: text-top;
    position: relative;

}

ul.submenu-sp {
    list-style: none;
    position: absolute;
    bottom: 100%;
}

ul a:active li ul.submenu-sp {
    display: inline-block;
}

/*li.selected a {*/
/*color: red;*/
/*}*/

.submenu-sp li a img {
    width: 60px;
}

.submenu-sp {
    text-align: center;
}

.submenu-sp li a {
    padding: 0;
    margin: 0;
    text-align: center;
}

.pagiBanner li ul {
    display: none;
}

/*.pagiBanner li.selected ul {*/
/*display: block;*/
/*}*/

.right_sp ul h2 a {
    color: #831c1c;
}

.right_sp ul h2 a:hover {
    color: #831c1cad;
}

.chitietsp_btn {
    display: inline-block;
    text-align: center;
    padding-top: 15px;
    width: 170px;
}

.chitietsp_btn a {
    color: #882525;
}

/*.galleria-image:nth-child(n+9) {*/
/*display: none !important;*/
/*}*/

.bg-popup img {
    width: 100%;
    height: 100%;
}

.sanphamlienquan {
    /* text-align: center; */
    color: #831c1c;
    /* border-bottom: 2px solid; */
    /* width: 225px; */
    /* padding-bottom: 5px; */
}

li.show.data.selected ul {
    display: block !important;
}

.banner_top .bannerMain .banner li, .banner_top .bannerMain {
    height: auto !important;
}

.owl-buttons .owl-next {
    position: absolute;
    top: 0;
    z-index: 3;
    color: #666;
    font-size: 50px;
    width: 30px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(84, 84, 84, 0.3);
    right: 0;
}

.owl-buttons .owl-prev {
    position: absolute;
    top: 0;
    z-index: 3;
    color: #666;
    font-size: 50px;
    width: 30px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(84, 84, 84, 0.3);
    right: 40px;
}

#owl-banner1 .owl-prev, #owl-banner1 .owl-next {
    top: 50vh;
}

#owl-banner1, #owl-banner1 img {
    height: 100%;
}

.divmenuy {
    position: relative;
}

.divmenuy .menu_sp.cussubmenu {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.screen-y .menu_sp ul {
    width: 100%;
    left: 0;
    transform: unset;
}

.divmenuy .menu_sp ul {
    position: absolute;
    bottom: 0;
}

.divmenuy .pagiBanner {
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: unset;
    left: unset;
}

.divmenuy img {
    width: 100%;
}

#owl-banner1 .owl-prev {
    left: 0;
    right: unset;
}

.divmenuy:nth-last-child(1) .menu_sp ul, .divmenuy:nth-last-child(1) .pagiBanner {
    bottom: 25px;
}

@media screen and (max-width: 479px) {
    .divmenuy .menu_sp ul li a {
        font-size: 5px;
    }

    .owl-buttons {
        display: none;
    }

    .pagiBanner a {
        font-size: 5px;
    }
}

@media screen and (max-width: 567px) {
    .screen-y .pagiBanner a {
        font-size: 5px;
        padding: 0 14px;
        margin: 0;
    }
}

.owl-wrapper{
    width: 100%;
}