@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: local("Roboto Thin"), local("Roboto-Thin"), url("../fonts/roboto-v15-latin-100.woff2") format("woff2"), url("../fonts/roboto-v15-latin-100.woff") format("woff");
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/roboto-v15-latin-300.woff2") format("woff2"), url("../fonts/roboto-v15-latin-300.woff") format("woff");
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v15-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v15-latin-regular.woff") format("woff");
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local("Roboto Italic"), local("Roboto-Italic"), url("../fonts/roboto-v15-latin-italic.woff2") format("woff2"), url("../fonts/roboto-v15-latin-italic.woff") format("woff");
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/roboto-v15-latin-500.woff2") format("woff2"), url("../fonts/roboto-v15-latin-500.woff") format("woff");
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-v15-latin-700.woff2") format("woff2"), url("../fonts/roboto-v15-latin-700.woff") format("woff");
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img,
div,
dl,
dt,
dd,
input {
    margin: 0;
    padding: 0;
    border: none;
}

img,
button {
    border: none;
}

input:focus,
button:focus,
button.btn:focus {
    outline: none;
    box-shadow: none;
}

li {
    list-style: none;
}

input,
select,
textarea,
button {
    outline: none;
}

.form-control:focus {
    box-shadow: none;
}

textarea {
    resize: none;
}

body {
    font-family: 'Microsoft News Tai Lue', Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 14px;
    line-height: 1.42857143;
    position: relative;
    overflow-x: hidden;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    font-weight: 700;
}

p {
    margin: 0 0 10px;
    color: #666;
}

img {
    max-width: 100%;
}

a {
    color: #595959;
}

a:hover {
    text-decoration: none;
}

a,
a:visited,
a:active,
a:link,
a:focus {
    cursor: pointer;
    outline: none;
    text-decoration: none;
}

.activee {
    background-color: #000000;
}

.activee a {
    color: white !important;
}

.bigHeader {
    z-index: 999;
    position: fixed;
}

.bigHeader .headerBTN .fa-ellipsis-h {
    position: absolute;
    font-size: 30px;
    padding: 30px 50px;
}

.bigHeader .mail {
    border: 1px solid transparent;
    transition: all 0.2s;
    background-color: #000000;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    position: fixed;
    font-size: 25px;
    right: 5%;
    top: 35px;
    width: 40px;
    height: 40px;
    color: black;
}

.bigHeader .mail:hover {
    background-color: transparent;
    border: 1px solid black;
}

.bigHeader .mail:hover .fa-envelope {
    transition: all 0.2s;
    color: black;
}

.bigHeader .fa-envelope {
    color: white;
    font-size: 20px;
}

.bigHeader .headerBTN:hover .header {
    left: 0;
}

.header {
    transition: all 0.5s;
    left: -20%;
    height: 100%;
    /* overflow: hidden; */
    background-color: #3366b3;
    position: fixed;
    width: 20%;
}

.header .logo {
    padding: 50px 0 10px 30px;
    margin: 0 15px 20px 15px;
    border-bottom: 2px solid white;
    display: flex;
    align-items: center;
}

.header .logo a {
    width: 20%;
}

.header .logo h2 {
    text-align: center;
    margin: 0;
    color: white;
    font-weight: bold;
    width: 80%;
}

.header .collapse {
    min-height: 100%;
    width: 100%;
    align-items: flex-start;
}

.header .navbar {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.header .navbar .navbar-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.header .navbar .navbar-nav .nav-item {
    position: relative;
    text-align: center;
    padding: 20px 0;
}

.header .navbar .navbar-nav .nav-item .nav-links {
    padding: 20px 50px;
    font-weight: bold;
    color: white;
    font-size: 20px;
}

.header .navbar .navbar-nav .nav-item:last-child {
    justify-content: center;
    display: flex;
    text-align: left;
    margin-top: 20px;
}

.header .navbar .navbar-nav .nav-item:last-child p {
    margin: 0;
    color: white;
    font-weight: bold;
    font-size: 16px;
    padding-right: 5px;
}

.header .navbar .navbar-nav .nav-item:last-child span {
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.header .navbar .navbar-nav .nav-item:last-child a {
    margin: 0 3px;
    border-radius: 3px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: white;
}

.header .navbar .navbar-nav .nav-item:last-child a i {
    color: #3366b3;
}

.header .navbar .navbar-nav .nav-item:hover span {
    opacity: 1;
}

.header .navbar .navbar-nav .nav-item span {
    transition: all 0.2s;
    opacity: 0;
    position: absolute;
    top: 30%;
    right: -5%;
    width: 30px;
    height: 30px;
    background-color: white;
    transform: rotate(45deg);
}

.banner {
    position: relative;
    background: url(../images/banner-bg.jpg) no-repeat center;
}

.banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.87);
}

.banner .banner-top {
    min-height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.banner .banner-top img {
    margin-top: 50px;
    width: 20%;
}

.banner .banner-top h2 {
    margin: 0;
    font-size: 45px;
    font-family: "Impact";
    padding: 20px 0 5px 0;
    font-weight: bold;
}

.banner .banner-top p {
    margin: 0;
    padding-bottom: 60px;
    color: black;
    text-align: center;
}

.banner .banner-top p span {
    font-weight: 800;
    color: #1c4889;
}

.banner .banner-top a:nth-child(4) {
    padding: 5px 20px;
    border: 1px solid black;
    position: absolute;
    bottom: 0%;
    left: 35%;
    background-color: white;
}

.banner .banner-top a:nth-child(4) i:first-child {
    transform: rotate(90deg);
    position: absolute;
    left: 0;
}

.banner .banner-top a:nth-child(4) i:last-child {
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
}

.banner .banner-top a:nth-child(5) {
    border: 1px solid black;
    padding: 5px 20px;
    position: absolute;
    bottom: 0%;
    left: 53%;
    background-color: white;
}

.banner .banner-top a:nth-child(5) i:first-child {
    transform: rotate(90deg);
    position: absolute;
    left: 0;
}

.banner .banner-top a:nth-child(5) i:last-child {
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
}

.banner .banner-top a {
    transition: all 0.2s;
}

.banner .banner-top a:hover {
    color: white;
    background-color: black;
}

.banner .carousel-control-prev .fa-sort-asc {
    color: #1c4889;
    font-size: 50px;
    transform: rotate(-90deg);
}

.banner .carousel-control-next .fa-sort-asc {
    color: #1c4889;
    font-size: 50px;
    transform: rotate(90deg);
}

.bannerBTM {
    margin-top: 40px;
}

.bannerBTM .banner-bottom {
    padding-bottom: 80px;
}

.bannerBTM .banner-bottom h2 {
    text-align: center;
    font-size: 75px;
    font-family: "Impact";
}

.bannerBTM .banner-bottom span {
    color: #1c4889;
}

.bannerBTM .banner-bottom .box-top {
    padding-top: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.bannerBTM .banner-bottom .box-top p {
    font-size: 15px;
    font-weight: bold;
    color: black;
    padding-top: 5px;
}

.bannerBTM .banner-bottom .box-bottom {
    padding: 0 50px;
}

.bannerBTM .banner-bottom .box-bottom p {
    text-align: center;
    color: black;
    overflow: hidden;
}

.bannerBTM .banner-bottom .box-top img {
    width: 25%;
}

.bannerBTM .banner-bottom .col-md-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bannerBTM .banner-bottom a {
    position: relative;
    padding: 5px 20px;
    display: inline-block;
}

.bannerBTM .banner-bottom a .fa-sort-asc:first-child {
    position: absolute;
    left: 0;
    transform: rotate(90deg);
}

.bannerBTM .banner-bottom a .fa-sort-asc:last-child {
    position: absolute;
    right: 0;
    transform: rotate(-90deg);
}

.home-about {
    overflow: hidden;
    position: relative;
    background: url(../images/about.jpg) no-repeat left;
    background-size: cover;
    padding: 80px 0 40px 0;
}

.home-about::before {
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}

.home-about .about-bg {
    position: absolute;
    top: -10%;
    right: -20%;
    width: 100%;
    height: 700px;
    background: url(../images/about-bg.png) no-repeat center;
}

.home-about .col-md-12 {
    padding: 10px 0;
    text-align: center;
}

.home-about .col-md-12 h2 {
    margin: 0;
    font-family: "Impact";
    font-size: 75px;
}

.home-about .col-md-12 span {
    color: white;
}

.home-about .col-md-12 p {
    padding-bottom: 40px;
    color: #000000;
}

.home-about .col-md-12 .about-content {
    display: flex;
    justify-content: center;
}

.home-about .col-md-12 .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 25%;
}

.home-about .col-md-12 .box:first-child p {
    font-size: 18px;
    font-weight: bold;
}

.home-about .col-md-12 .box img {
    width: 35%;
}

.home-about .col-md-12 .box h4 {
    font-size: 40px;
    font-weight: bold;
    margin: 0;
}

.home-about .col-md-12 .box p {
    padding: 0;
}

.home-goods {
    padding: 80px 0 250px 0;
}

.home-goods .col-md-12 {
    padding: 10px 0;
    text-align: center;
}

.home-goods .col-md-12 h2 {
    margin: 0;
    font-size: 75px;
    font-family: "Impact";
    padding-bottom: 10px;
}

.home-goods .col-md-12 span {
    color: #1c4889;
}

.home-goods .col-md-12:first-child a {
    transition: all 0.2s;
    position: relative;
    color: black;
    padding: 7px 20px;
    border: 1px solid black;
}

.home-goods .col-md-12:first-child a .fa-sort-asc:first-child {
    transform: rotate(90deg);
    position: absolute;
    left: 0;
}

.home-goods .col-md-12:first-child a .fa-sort-asc:last-child {
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
}

.home-goods .col-md-12:first-child a:hover {
    color: white;
    background-color: black;
}

.home-goods .goods-detalis-img img {
    width: 30%;
}

.home-goods .goods-detalis-list ul li p {
    transition: all 0.2s;
    font-weight: bold;
    color: #000000;
    padding: 5px 10px 10px;
    margin: 0;
}

.home-goods .goods-detalis-list {
    position: relative;
}

.home-goods .goods-detalis-list ul li {
    position: absolute;
    width: 100px;
    height: 100px;
    border: 1px solid black;
    border-radius: 50%;
}

.home-goods .goods-detalis-list ul li img {
    border-radius: 50%;
}

.home-goods .goods-detalis-list ul li:hover p {
    color: #7d7d7d;
}

.home-goods .goods-detalis-list ul li:nth-child(1) {
    top: -450px;
    left: 10%;
}

.home-goods .goods-detalis-list ul li:nth-child(2) {
    top: -280px;
    left: 8%;
}

.home-goods .goods-detalis-list ul li:nth-child(3) {
    top: -130px;
    left: 15%;
}

.home-goods .goods-detalis-list ul li:nth-child(4) {
    top: 20px;
    left: 28%;
}

.home-goods .goods-detalis-list ul li:nth-child(5) {
    top: -450px;
    right: 10%;
}

.home-goods .goods-detalis-list ul li:nth-child(6) {
    top: -280px;
    right: 8%;
}

.home-goods .goods-detalis-list ul li:nth-child(7) {
    top: -130px;
    right: 15%;
}

.home-goods .goods-detalis-list ul li:nth-child(8) {
    top: 20px;
    right: 28%;
}

.home-goods .goods-detalis-list ul li:nth-child(9) {
    top: 60px;
    right: 44%;
}

.home-news {
    padding: 80px 0;
}

.home-news .col-md-12 {
    padding-bottom: 10px;
    text-align: center;
}

.home-news .col-md-12 span {
    color: #1c4889;
}

.home-news .col-md-12 h2 {
    padding-bottom: 15px;
    margin: 0;
    font-family: "Impact";
    font-size: 75px;
}

.home-news .col-md-12 a {
    transition: all 0.2s;
    position: relative;
    color: black;
    padding: 7px 20px;
    border: 1px solid black;
}

.home-news .col-md-12 a .fa-sort-asc:first-child {
    transform: rotate(90deg);
    position: absolute;
    left: 0;
}

.home-news .col-md-12 a .fa-sort-asc:last-child {
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
}

.home-news .col-md-12 a:hover {
    color: white;
    background-color: black;
}

.home-news .news-title {
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
}

.home-news .col-md-6 {
    padding: 0 20px;
    margin-top: 40px;
}

.home-news .news-title h2 {
    margin: 0;
    font-size: 18px;
    padding-bottom: 5px;
}

.home-news .news-title h2 a {
    color: black;
}

.home-news .news-title p {
    color: #000000;
    font-weight: 500;
    margin: 0;
}

.home-news .news-content p {
    margin: 10px 0;
    font-weight: bold;
    color: black;
}

.home-news .news-content p a {
    color: black;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.home-video {
    padding: 80px 0;
}

.home-video .col-md-12 {
    padding-bottom: 30px;
    text-align: center;
}

.home-video .col-md-12 h2 {
    padding-bottom: 15px;
    margin: 0;
    font-family: "Impact";
    font-size: 75px;
}

.home-video .col-md-12 a {
    transition: all 0.2s;
    position: relative;
    color: black;
    padding: 7px 20px;
    border: 1px solid black;
}

.home-video .row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.footer {
    position: relative;
    background-color: #1c4889;
    padding: 80px 0 30px 0;
}

.footer h2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    padding: 0 0 10px 20px;
    color: white;
}

.footer h2::before {
    z-index: 10;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    background-color: white;
    top: 30%;
}

.footer a {
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.footer ul li {
    padding: 5px 0 5px 20px;
    position: relative;
}

.footer ul li::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 2px;
    background-color: white;
    top: 45%;
    left: 0;
}

.footer .col-md-3:nth-child(3) p:nth-child(5) i {
    font-size: 24px;
}

.footer .col-md-3:nth-child(3) p i {
    color: white;
    font-size: 16px;
    padding-right: 5px;
}

.footer p {
    color: white;
    margin: 0;
    padding: 2px 0;
    font-weight: bold;
    font-size: 15px;
}

.footer .col-md-3:nth-child(4) i {
    margin-right: 5px;
    width: 28px;
    height: 28px;
    color: #1c4889;
    background-color: white;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
}

.footer .col-md-12 {
    display: flex;
    justify-content: flex-end;
    padding: 20px 0 0 0;
}

.footer .col-md-12 input {
    border-radius: 5px;
    padding: 10px;
    border: 2px solid white;
    background-color: transparent;
    color: white;
    width: 35%;
}

.footer .col-md-12 button {
    border-radius: 5px;
    margin-left: 30px;
    background-color: white;
    color: black;
    font-weight: bold;
    padding: 0 20px;
}

.footer .col-md-3:nth-child(4) p {
    padding: 5px;
}

.footer-bottom p {
    border-top: 1px solid white;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    color: white;
    background-color: #1c4889;
    margin: 0;
}

.header.neiye {
    position: fixed;
    background: #fff;
    width: 100%;
    padding: 20px 0;
    left: 0;
    height: auto;
    z-index: 999;
}

.header.neiye .navbar .navbar-nav {
    flex-direction: row;
    justify-content: center;
}

.header.neiye .navbar .navbar-nav .nav-item {
    align-self: center;
    margin: 0;
    padding: 0;
    position: relative;
}

.header.neiye .navbar .navbar-nav .nav-item .nav-links {
    display: inline-block;
    padding: 0px 50px;
    color: #000;
    font-weight: 400;
    width: auto;
}

.header.neiye .navbar .navbar-nav .nav-item .nav-links.logo-neiye {
    width: 165px;
}

.header.neiye .navbar .navbar-nav .nav-item:not(:first-child)::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 25px;
    background: #000;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header.neiye .navbar {
    width: 100%;
}

.main-about .top-box h2,
.main-goods .top-box h2,
.main-news .top-box h2,
.main-contact .top-box h2 {
    padding-top: 110px;
}

.main-about .top-box {
    text-align: center;
}

.main-about .top-box h2 {
    margin: 0;
    font-size: 50px;
    font-family: "Impact";
}

.main-about .top-box ul {
    justify-content: center;
    display: flex;
}

.main-about .top-box ul li span {
    cursor: pointer;
    text-decoration: underline;
    padding: 0 10px;
    color: black;
}

.main-about .top-box ul li {
    padding-bottom: 50px;
}

.main-about .about-box h2 {
    padding-left: 20px;
    font-size: 20px;
    font-family: "Arial";
    position: relative;
}

.main-about .about-box h2::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #1c4889;
    top: 30%;
    left: 0;
}

.main-about .about-box img {
    width: 100%;
}

.main-about .about-box p {
    color: black;
    font-family: "Microsoft New Tai Lue";
}

.main-about .about-box p:last-child {
    padding-top: 15px;
}

.main-about .certificate-box .row {
    justify-content: center;
}

.main-about .certificate-box h3 {
    font-size: 20px;
    font-family: "Arial";
    position: relative;
    margin: 0;
    padding: 30px;
    text-align: center;
}

.main-about .certificate-box h3::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #1c4889;
    top: 43%;
    left: 40%;
}

.main-about .certificate-box h3::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #1c4889;
    top: 43%;
    right: 40%;
}

.main-about .certificate-box .item p {
    text-align: center;
    padding: 10px 0;
    color: black;
    font-weight: bold;
}

.main-about .certificate-box .owl-prev {
    margin-right: 3px;
    width: 40px;
    height: 40px;
    border: 1px solid black !important;
}

.main-about .certificate-box .owl-prev span {
    font-size: 30px;
    line-height: 0.8;
    font-weight: bold;
}

.main-about .certificate-box .owl-next {
    margin-left: 3px;
    width: 40px;
    height: 40px;
    border: 1px solid black !important;
}

.main-about .certificate-box .owl-next span {
    font-size: 30px;
    line-height: 0.8;
    font-weight: bold;
}

.main-about .workshop-box {
    margin-bottom: 40px;
}

.main-about .workshop-box .row {
    justify-content: center;
}

.main-about .workshop-box h3 {
    font-size: 20px;
    font-family: "Arial";
    position: relative;
    margin: 0;
    padding: 30px;
    text-align: center;
}

.main-about .workshop-box h3::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #1c4889;
    top: 43%;
    left: 40%;
}

.main-about .workshop-box h3::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #1c4889;
    top: 43%;
    right: 40%;
}

.main-about .workshop-box .item p {
    text-align: center;
    padding: 10px 0;
    color: black;
    font-weight: bold;
}

.main-about .workshop-box .item img {
    width: 444px;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav {
    text-align: center;
    padding: 10px 0;
}

.main-about .workshop-box .owl-prev {
    margin-right: 3px;
    width: 40px;
    height: 40px;
    border: 1px solid black !important;
}

.main-about .workshop-box .owl-prev span {
    font-size: 30px;
    line-height: 0.3;
    font-weight: bold;
}

.main-about .workshop-box .owl-next {
    margin-left: 3px;
    width: 40px;
    height: 40px;
    border: 1px solid black !important;
}

.main-about .workshop-box .owl-next span {
    font-size: 30px;
    line-height: 0.3;
    font-weight: bold;
}

.main-about .services-box {
    padding-bottom: 40px;
}

.main-about .services-box h2 {
    padding-left: 20px;
    font-size: 20px;
    font-family: "Arial";
    position: relative;
    margin-bottom: 30px;
}

.main-about .services-box h2::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #1c4889;
    top: 30%;
    left: 0;
}

.main-about .services-box .Box {
    display: flex;
}

.main-about .services-box .left {
    position: relative;
    padding-right: 10px;
    width: 60%;
}

.main-about .services-box .left span {
    font-weight: bold;
    position: absolute;
    top: -10px;
}

.main-about .services-box .right {
    padding-left: 10px;
    width: 40%;
}

.main-about .services-box .left p {
    padding-top: 25px;
    line-height: 2.2;
    color: #000000;
    position: relative;
}

.main-about .services-box .left p::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 500px;
    top: 0;
    left: 20%;
    background-color: #000000;
}

.main-about .services-box .Box {
    padding: 20px 0;
}

.main-about .services-box .Box:nth-child(odd) .right {
    position: relative;
    padding-right: 10px;
    width: 60%;
}

.main-about .services-box .Box:nth-child(odd) .right span {
    font-weight: bold;
    position: absolute;
    top: -10px;
    right: 0;
}

.main-about .services-box .Box:nth-child(odd) .left {
    padding-left: 10px;
    width: 40%;
}

.main-about .services-box .Box:nth-child(odd) .right p {
    text-align: right;
    padding-top: 25px;
    line-height: 2.2;
    color: #000000;
    position: relative;
}

.main-about .services-box .Box:nth-child(odd) .right p::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 530px;
    top: 0;
    right: 13%;
    background-color: #000000;
}

.main-goods h2 {
    text-align: center;
    margin: 0;
    font-size: 50px;
    font-family: "Impact";
}

.main-goods {
    padding-bottom: 40px;
}

.main-goods .top-box {
    text-align: center;
    padding: 30px 0 80px 0;
}

.main-goods .top-box span {
    opacity: 0;
}

.main-goods .top {
    text-align: center;
}

.main-goods input {
    width: 100%;
    border-radius: 3px;
    padding: 10px;
    border: 1px solid black;
}

.main-goods button {
    transition: all 0.3s;
    background-color: transparent;
    border: 1px solid black;
    margin: 20px 0;
    padding: 12px 40px;
    position: relative;
    line-height: 1;
}

.main-goods button:hover {
    color: white;
    background-color: #000000;
}

.main-goods button i:first-child {
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    font-size: 20px;
    top: 20%;
}

.main-goods button i:last-child {
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
    font-size: 20px;
    top: 20%;
}

.main-goods .center ul li:hover {
    background-color: #000000;
}

.main-goods .center ul li:hover a {
    color: white;
}

.main-goods .center {
    padding-top: 10px;
}

.main-goods .center ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.main-goods .center ul li {
    transition: all 0.2s;
    padding: 5px 8px;
    border: 1px solid #CCCCCC;
    margin: 5px;
}

.main-goods .center ul li a {
    color: black;
    transition: all 0.2s;
    padding: 3px 15px;
}

.main-goods .bottom {
    padding-top: 20px;
}

.main-goods .bottom .imgBox {
    border: 1px solid #CCCCCC;
}

.main-goods .bottom p {
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    padding: 5px 0;
    color: black;
}

.main-goods .bottom p a {
    color: black;
}

.main-goods.details .content-bottom {
    padding: 40px 10px;
}

.main-goods.details .top-box {
    border-bottom: 1px solid black;
    padding: 30px 0 40px 0;
}

.main-goods.details .top {
    padding-top: 40px;
    display: flex;
}

.main-goods.details .top input {
    border-radius: 0;
    border-right: none;
}

.main-goods.details .top button {
    padding: 8px 60px;
    margin: 0;
}

.main-goods.details .top button i {
    transform: rotate(0);
}

.main-goods.details .content .content-top {
    padding: 30px 0 35px 0;
}

.main-goods.details .content .content-top ul {
    display: flex;
}

.main-goods.details .content .content-top ul li a {
    font-weight: bold;
    color: black;
    padding: 0 10px;
}

.main-goods.details .content .content-top ul li span {
    padding: 0 10px;
    color: #1c4889;
    font-weight: bold;
}

.main-goods.details .content-center ul {
    padding-left: 30px;
}

.main-goods.details .content-center ul li {
    padding-bottom: 20px;
}

.main-goods.details .content-center ul li i {
    padding-left: 10px;
}

.main-goods.details .content-center ul li:nth-child(5) {
    padding: 20px 0 35px 0;
}

.main-goods.details .content-center a {
    color: black;
}

.main-goods.details .content-center .btn {
    text-align: center;
    display: flex;
}

.main-goods.details .content-center .btn a {
    margin: 20px 20px 0 30px;
    transition: all 0.3s;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border: 1px solid;
    display: block;
}

.main-goods.details .content-center .btn a:hover {
    background-color: #000000;
    color: white;
}

.main-goods.details .content-center .btn a:last-child {
    margin: 20px 20px 0 0;
}

.main-goods.details .content-btn .btn-top {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.main-goods.details .content-btn h3 {
    text-align: center;
    position: relative;
}

.main-goods.details .content-btn h3::before {
    content: "";
    position: absolute;
    top: 25%;
    left: -15%;
    width: 13px;
    height: 13px;
    background-color: #1c4889;
}

.main-goods.details .content-btn h3::after {
    content: "";
    position: absolute;
    top: 25%;
    right: -15%;
    width: 13px;
    height: 13px;
    background-color: #1c4889;
}

.main-goods.details .content-btn .more {
    margin-bottom: 20px;
    transition: all 0.3s;
    padding: 7px 40px;
    border: 1px solid black;
    position: relative;
    color: #000000;
}

.main-goods.details .content-btn .more:hover {
    background-color: #000000;
    color: white;
}

.main-goods.details .content-btn .more i:first-child {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(90deg);
    font-size: 25px;
}

.main-goods.details .content-btn .more i:last-child {
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(-90deg);
    font-size: 25px;
}

.main-goods.details .col-md-4 .box {
    border: 1px solid #CCCCCC;
}

.main-goods.details .col-md-4 p {
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    color: black;
}

.main-goods.details .col-md-4 p a {
    color: black;
}

.main-news .top-box {
    padding: 30px 0 60px 0;
}

.main-news .top-box h2 {
    text-align: center;
    margin: 0;
    font-size: 50px;
    font-family: "Impact";
}

.main-news .top-box ul {
    padding-top: 20px;
    justify-content: center;
    display: flex;
}

.main-news .top-box ul li {
    padding: 0 3px;
}

.main-news .top-box ul li a {
    color: #1c4889;
}

.main-news .center-box ul {
    padding-bottom: 20px;
    display: flex;
}

.main-news .center-box ul a {
    padding: 0 10px;
    color: black;
}

.main-news .center-box ul a:hover {
    color: #1c4889;
}

.main-news .center-box .col-md-4 {
    margin-bottom: 30px;
}

.main-news .center-box .col-md-4 .news-box {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.main-news .center-box .col-md-4 p {
    margin: 0;
}

.main-news .center-box .col-md-4 p:nth-child(2) {
    font-weight: bold;
    color: black;
    padding-top: 10px;
}

.main-news .center-box .col-md-4 p:nth-child(3) {
    color: #3b3b3b;
}

.main-news.details .top-box {
    padding: 30px 0 20px 0;
    border-bottom: 1px solid;
}

.main-news.details .news-de-top {
    padding-top: 40px;
    text-align: center;
}

.main-news.details .news-de-top h2 {
    font-size: 20px;
    font-weight: bold;
}

.main-news.details .news-de-bottom {
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}

.main-news.details .news-de-bottom a {
    display: inline-block;
    padding: 6px 60px;
    border: 1px solid black;
    margin-top: 40px;
    color: #000000;
    transition: all 0.3s;
}

.main-news.details .news-de-bottom a:hover {
    background-color: black;
    color: white;
}

.main-contact {
    padding-bottom: 40px;
}

.main-contact .top-box {
    padding: 30px 0 40px 0;
}

.main-contact .top-box h2 {
    border-bottom: 1px solid black;
    padding-bottom: 20px;
    text-align: center;
    margin: 0;
    font-size: 50px;
    font-family: "Impact";
}

.main-contact .center-box p:last-child {
    padding-bottom: 30px;
    font-weight: bold;
    font-size: 20px;
}

.main-contact .center-box p span {
    color: #1c4889;
}

.main-contact .center-box p {
    color: black;
}

.main-contact .bottom-box .col-md-6 ul li {
    padding: 0 0 25px 0;
    font-weight: bold;
}

.main-contact .bottom-box .col-md-6 span {
    font-weight: 500;
}

.main-contact .bottom-box .col-md-6 a {
    color: black;
    font-weight: 400;
}

.pagination {
    display: flex;
    justify-content: center;
}

.main-goods.details .btn .goods-feedback {
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -300px;
}

.fancybox-slide--iframe .fancybox-content {
    width: 800px !important;
    height: 490px !important;
    margin: 0;
    padding: 30px;
    border-radius: 5px;
}

.fancybox-iframe {
    padding: 30px;
}

.main-news .news-box a {
    color: black;
}

.pagination__posts ul li a:hover,
.pagination__posts ul li a:focus {
    background: #1c4889!important;
    border-color: #1c4889!important;
}

.footer .col-md-3:nth-child(2) ul li {
    width: 50%;
    float: left;
}

.footer .col-md-3:nth-child(3) p:nth-child(3) {
    padding-left: 47px;
}

.header.neiye .navbar .navbar-nav .nav-item {
    position: relative;
}

.header.neiye .navbar .navbar-nav .nav-item:hover .nav-list {
    visibility: visible;
}

.header.neiye .navbar .navbar-nav .nav-item .nav-list {
    visibility: hidden;
    width: 100%;
    position: absolute;
    padding: 10px 0;
    box-shadow: 2px 2px 5px #EEEEEE;
    background-color: rgba(255, 255, 255, 0.9);
}

.header.neiye .navbar .navbar-nav .nav-item .nav-list li {
    padding: 5px 0;
}

.header.neiye .navbar .navbar-nav .nav-item .nav-list li:hover {
    background-color: #1c4889;
}

.header.neiye .navbar .navbar-nav .nav-item .nav-list li:hover a {
    color: white;
}