body {
    float: left;
    width: 100%;
    position: relative;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 16px;
    /*line-height: 30px;*/

}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;

}

a {
    color: #686565;
    background: transparent;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #707070;
}

img {
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    width: 100%;
    /*max-width: 100%;*/
}

p {
    text-align: justify;
}

.p-0 {
    padding: 0;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

/*----- Topbar -----*/
.header {
    background: #fff;
}

.header .topbar {
    background: #d47322;
}

.header .language {
    text-align: right;
    margin-bottom: 0;
}

.header .language li {
    display: inline-block;
}

#language_area ul li+li:before {
    content: '|';
    position: relative;
    color: #fafafa;
    left: -1px;
    top: 0px;
}

#language_area ul li a {
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
}


/*----- Header -----*/
.header .header-inner {
    /*max-height: 100px;*/
    background: #fff;
    z-index: 95;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.logo {
    float: left;
    width: auto;
}

.navbar {
    margin-bottom: 0;
    border: 0;
}

.header .header-inner.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.32);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.32);
}

.header .header-inner.sticky .dropdown {
    top: 100%;
}

@media only screen and (max-width: 767px) {
    .header .header-inner {
        padding: 0;
    }

    .logo {
        float: left;
        margin: 10px;
        width: 250px;
    }
}

@media only screen and (max-width: 320px) {
    .logo {
        width: 190px;
    }
}

/*mb-header*/
@media only screen and (max-width: 767px) {
    .mobile-menu {
        display: block;
    }

    .slicknav_menu {
        padding: 0px;
        background: transparent;
    }

    .slicknav_btn {
        position: relative;
        display: block;
        vertical-align: middle;
        float: right;
        padding: 12px 15px;
        margin: 20px 10px;
        border-radius: 4px;
        background-color: #d47322;
    }

    .slicknav_menu .slicknav_icon-bar {
        background-color: #ffffff;
    }

    .slicknav_menu .slicknav_icon {
        float: left;
        width: 1.125em;
        height: .875em;
    }

    .slicknav_menu .slicknav_icon:before {
        background: 0 0;
        width: 1.125em;
        height: .875em;
        display: block;
        content: "";
        position: absolute
    }

    .slicknav_btn,
    .slicknav_nav .slicknav_item {
        cursor: pointer
    }

    .slicknav_menu,
    .slicknav_menu * {
        box-sizing: border-box
    }

    .slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
        margin-top: .188em
    }

    .slicknav_menu .slicknav_menutxt {
        display: block;
        line-height: 1.188em;
        float: left;
        color: #fff;
        font-weight: 700;
        text-shadow: 0 1px 3px #000
    }

    .slicknav_menu .slicknav_no-text {
        margin: 0
    }

    .slicknav_menu .slicknav_icon-bar {
        display: block;
        width: 1.125em;
        height: .125em;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
        box-shadow: 0 1px 0 rgba(0, 0, 0, .25)
    }

    .slicknav_menu:after,
    .slicknav_menu:before {
        content: " ";
        display: table
    }

    .slicknav_menu:after {
        clear: both
    }

    .slicknav_nav li,
    .slicknav_nav ul {
        display: block
    }

    .slicknav_nav .slicknav_arrow {
        font-size: .8em;
        margin: 0 0 0 .4em
    }

    .slicknav_nav .slicknav_item a {
        display: inline
    }

    .slicknav_nav .slicknav_row,
    .slicknav_nav a {
        display: block
    }

    .slicknav_nav .slicknav_parent-link a {
        display: inline
    }

    .slicknav_menu {
        font-size: 16px;
        background: transparent;
        padding: 0;
        z-index: 99999;
    }

    .slicknav_nav,
    .slicknav_nav ul {
        list-style: none;
        overflow: hidden;
        padding: 0
    }

    .slicknav_nav {
        clear: both;
        color: #fff;
        margin: 0;
        font-size: .875em
    }

    .slicknav_nav ul {
        margin: 0 0 0 20px
    }

    .slicknav_nav .slicknav_row,
    .slicknav_nav a {
        padding: 5px 10px;
        margin: 2px 5px
    }

    .slicknav_nav .slicknav_row:hover {
        background: #d47322;
        color: #fff
    }

    .slicknav_nav a {
        text-decoration: none;
        color: #fff
    }

    .slicknav_nav a:hover {
        background: #d47322;
    }

    .slicknav_nav .slicknav_txtnode {
        margin-left: 15px
    }

    .slicknav_nav .slicknav_item a,
    .slicknav_nav .slicknav_parent-link a {
        padding: 0;
        margin: 0
    }

    .slicknav_brand {
        float: left;
        color: #fff;
        font-size: 18px;
        line-height: 30px;
        padding: 7px 12px;
        height: 44px
    }
}

/*----- Main Menu  -----*/

.header .main-menu {
    position: relative;
    float: right;
}

.header .nav li {
    padding: 15px 5px;
}


.header .nav li a {
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
    font-size: 18px;
    position: relative;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    background: transparent;
}

.header .nav li.active a,
.header .nav li:hover a {
    color: #d47322;
}

.header .nav .dropdown {
    position: absolute;
    left: 0;
    width: 180px;
    z-index: 2;
    background: #373737;
    top: 100%;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    padding-left: 0;
}

.header .nav li:hover .dropdown {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.header .nav .dropdown li:hover a {
    color: #d47322;
}

.header .nav .dropdown li {
    display: block;
    width: 100%;
    margin: 0;
    float: none;
    padding: 0 15px;
}

.header .nav li .dropdown li a {
    color: #fff;
    padding: 5px 0;
}

.header .nav .dropdown li a:before {
    display: none;
}

.header .side-menu {
    position: fixed;
    right: 0;
    height: 100%;
    width: 200px;
    z-index: 6;
    background: #333333;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100px);
    transition: all 0.4s ease;
}

@media only screen and (max-width: 1199px) {

    .header .nav li.active a,
    .header .nav li:hover a {
        padding: 15px 0;
    }
}

/*===============================
    Slider Style
===============================*/
.sufia-slider .single-slider {
    height: 700px;
    background-size: cover;
    position: relative;
    background-position: center;
}

.sufia-slider .single-slider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, .20);*/
}

.sufia-slider .welcome-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 700px;
    background: transparent;
}

.sufia-slider .welcome-text.center {
    text-align: center;
}

.sufia-slider .welcome-text.right {
    text-align: right;
}

.sufia-slider .welcome-text h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 20px 0 30px;
    line-height: 78px;
}

.sufia-slider .welcome-text p {
    color: #fff;
    text-align: center;
    font-size: 28px;
    line-height: 24px;
}

@media only screen and (max-width: 767px) {
    .sufia-slider .welcome-text h2 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        text-transform: capitalize;
        margin: 10px 0;
        line-height: 30px;
    }

    .sufia-slider .welcome-text p {
        margin: 0 10px;
        font-size: 16px;
    }
}

.sufia-slider .welcome-text .b-arrow {
    background: url(img/arrow.png);
    width: 100%;
    height: 18px;
    background-repeat: no-repeat;
    margin-top: 40px;
}

.sufia-slider .welcome-text.center .b-arrow {
    background-position: center;
}

.sufia-slider .welcome-text.right .b-arrow {
    background-position: right;
}

.slider-btn {
    position: absolute;
    border: none;
    top: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
    z-index: 5;
    color: #fff;
    background: rgba(255, 255, 255, 0.30);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    margin-top: -15px;
}

.slider-btn:hover {
    color: #fff;
}

.slider-btn.PrevArrow {
    left: 10px;
}

.slider-btn.NextArrow {
    right: 10px;
}


/*===============================
    breadcrumb Style
===============================*/
.breadcrumbs {
    text-align: left;
    padding: 80px 0;
    background: url(../img/in-banner.jpg);
    position: relative;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.breadcrumbs::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
}

.breadcrumbs h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
}

.breadcrumbs ul {
    margin-top: 20px;
    text-align: center;
    padding-left: 0;
}

.breadcrumbs ul li {
    display: inline-block;
}

.breadcrumbs ul li a {
    color: #efefef;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
}

.breadcrumbs li+li::before {
    color: #b9b9b9;
    content: "/ ";
    padding: 0px;
}

.breadcrumbs ul li.active {
    color: #ffffff;
    padding: 5px 10px;
    font-weight: bold;
}

@media only screen and (max-width:991px) {
    .breadcrumbs {
        text-align: center;
        padding: 50px 0;
    }
}

@media only screen and (max-width:767px) {
    .breadcrumbs ul {
        padding-top: 0 !important;
        padding-left: 0 !important;
    }

    .breadcrumbs h2 {
        margin-top: 5px;
    }
}


/*===============================
    index Style
===============================*/
.index-ti {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0px 0px 40px;
}

.index-ti:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    left: 50%;
    bottom: 0px;
    margin: 0px 0px 0px -48px;
    background-color: #d47322;
}

.index-ti:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    right: 50%;
    bottom: 0px;
    margin: 0px -48px 0px 0px;
    background-color: #d47322;
}

.index-ti h2 {
    font-weight: bold;
    display: inline-block;
    font-size: 36px;
    color: #000;
    margin: 0px;
    text-transform: uppercase;
    position: relative;
    padding: 0px 0px 12px;
}

.index-ti h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -3px;
    width: 10px;
    height: 2px;
    margin: 0px 0px 0px -9px;
    background-color: #d47322;
    transform: rotate(42deg);
}

.index-ti h2:after {
    content: '';
    position: absolute;
    right: 50%;
    bottom: -3px;
    width: 10px;
    height: 2px;
    margin: 0px -9px 0px 0px;
    background-color: #d47322;
    transform: rotate(-42deg);
}


/* 服務項目 */
.service-s {
    /*background-image: url(../img/pdt-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;*/
    /*background-position: center;*/
    padding: 60px 0;
    /*height: 100%;
    width: 100%;
    position: relative;*/
}

/*.service-s::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #f7b731;
    opacity: 0.9;
    display: inline-block;
}*/

.ser-box {
    background-color: #fff;
    padding: 30px 35px 30px 40px;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 10%);
    position: relative;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 10;
    margin-top: 35px;
    margin-bottom: 15px;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    text-align: center;
}

@media (max-width: 1199px) {
    .ser-box {
        padding: 30px 45px 30px 40px;
        margin-top: 15px;
    }
}

@media (max-width: 991px) {
    .ser-box {
        padding: 20px 15px;
        margin-top: 15px;
    }

    .ser-box h3 {
        margin: 0;
    }

    .ser-box h3 a {
        font-size: 18px !important;
    }

    .ser-box .ser-bottom:before {
        right: -15px;
        left: -15px;
        width: calc(100% + 30px);
    }

    .ser-box .ser-bottom{
        padding-top: 15px;
    }
}

.ser-box:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.ser-top {
    padding-bottom: 15px;
}

.ser-icon {
    font-size: 54px;
    line-height: 1.1;
    color: #d47322;
    display: inline-block;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.ser-box:hover .ser-icon {
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    /*transform: rotateY(360deg);*/
}

.ser-icon img {
    width: 50%;
}
@media (max-width: 991px) {
 .ser-icon img {
    width: 80%;
}
}

.ser-box h3 a {
    font-size: 30px;
    margin-top: 5px;
    color: #333;
}

.ser-bottom {
    position: relative;
    padding-top: 25px;
}

.ser-bottom:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    top: 0;
    right: -40px;
    background-color: #e6e8eb;
    left: -40px;
    width: calc(100% + 75px);
}

.ser-bottom:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    top: 0;
    left: -40px;
    width: calc(100% + 75px);
    transform: scaleX(0);
    transform-origin: left;
    -webkit-transition: all .35s ease 0s;
    -khtml-transition: all .35s ease 0s;
    -moz-transition: all .35s ease 0s;
    -ms-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
}

.ser-right-icon {
    position: absolute;
    right: -10px;
    bottom: 20px;
    z-index: -1;
}

.ser-right-icon i {
    font-size: 100px;
    color: rgba(50, 50, 50, 0.05);
    display: block;
    transition: all .5s ease;
}

.ser-box:hover .ser-right-icon i {
    color: rgba(50, 50, 50, 0.1);
    transition: all .5s ease;
}

.ser-box:hover .ser-bottom:after {
    transform: scaleX(1);
    background-color: #d47322;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.service-two .ser-link {
    position: relative;
    color: var(--thm-color);
    font-weight: 500;
}

.service-two .ser-link i {
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.ser-link {
    position: relative;
    transition: all 500ms ease;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    transition: all 500ms ease;
}

.ser-link>i {
    font-size: 20px;
    margin-right: 10px;
}

.ser-box:hover .ser-link {
    color: #d47322;
}


/*===============================
    about Style
===============================*/
.page-bg {
    /*background-image: url(../img/page-bg2.jpg), url(../img/page-bg.jpg);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: right top, left bottom;*/
    padding: 80px 0;
    min-height: 600px;
    /*background-color: #f7f7f7;*/
}

.ab-info {
    line-height: 1.4;
    letter-spacing: 1px;
    font-size: 18px;
}

@media (max-width: 991px) {
    .page-bg {
        padding: 30px 0;
    }
}


/*===============================
    search Style
===============================*/
.table {
    margin-top: 10px;
    margin-bottom: 0px;
}

.search-number {
    text-align: center;
    vertical-align: middle !important;
    width: 10%;
    color: #d47322;
    letter-spacing: 1px;
    background-color: #eee;
    border: 1px solid #bbb !important;
}

.search-p {
    text-align: left;
    width: 90%;
    color: #010101;
    padding: 15px 10px !important;
    border: 1px solid #bbb !important;
}

.search-p input {
    line-height: 30px;
}

/*--- search-detail ---*/
.sd-t .table-bordered>thead>tr>th {
    border-color: #ddd;
}

.sd-t .table>thead>tr>th {
    padding: 8px 15px;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #eaeaea;
    background: #811f6b;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.sd-t .table-bg {
    background-color: rgb(242, 242, 242);
    background-color: rgb(242, 242, 242);
}

.sd-t .table>tbody>tr>td {
    vertical-align: middle;
    text-align: center;
}

.sd-t .table-p {
    font-size: 14px;
    background-color: #d9bbd2;
}

.sd-t .table-p2 {
    font-size: 14px;
    background-color: #f5f5f5;
}

.sd-remark {
    margin: 30px 0 0;
    font-size: 14px;
    color: #000;
}

.text-red{
    color: #ff0000;
    font-weight: 600;
}

.text-orange {
    color: #d47322;
    font-weight: 600;
    font-size: 14px;
}

.sd-hr {
    margin: 40px 0;
}


/*------ 側選單 ------*/
/*.sidebar-ti {
    font-size: 23px;
    color: #333;
    margin: 0;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
    border-bottom: 1px solid #dce4ed;
}

.sidebar-ti:after {
    content: '';
    width: 60px;
    height: 4px;
    background: #d47322;
    position: absolute;
    bottom: -2px;
    left: 0;
}*/

.left-sidebar {
    padding-bottom: 35px;
}

.sidebar-list {
    list-style: none;
    padding: 0;
}

.sidebar-list li {
    margin-bottom: 10px;
    display: block;
    line-height: 1.4;
}

.sidebar-list li a {
    display: block;
    padding: 15px 20px;
    margin: 0 0 10px;
    position: relative;
    background-color: #fff;
    border: none;
    z-index: 1;
    font-weight: 600;
    font-size: 17px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border: 1px solid #dce4ed;
    color: #0c2139;
}

.sidebar-list li a:before {
    content: "";
    width: 5px;
    left: -1px;
    bottom: 50%;
    background: #d47322;
    height: 0;
    position: absolute;
    transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    z-index: 1;
}

.sidebar-list li i {
    font-style: normal;
    font-weight: 700;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    font-size: 18px;
}

.sidebar-list li a:hover {
    color: #d47322;
}

.sidebar-list li a:hover:before,
.sidebar-list li.active a:before {
    height: 100%;
    bottom: 0;
}


/*------ 頁碼 ------*/
.pagination {
    margin: 40px 0 0;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover {
    background-color: #d47322;
    border-color: #d47322;
}

.pagination>li>a,
.pagination>li>a:hover {
    color: #000;
}


/*===============================
    service Style
===============================*/
.ser-info {
    line-height: 1.4;
    letter-spacing: 1px;
}


/*===============================
    news Style
===============================*/
.news-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    line-height: 1.8;
}

.news-list .news-ti {
    background-color: #d47322;
    border-bottom: none;
    line-height: 0;
}

.news-list .news-ti .n-subject {
    color: #fff;
    width: 74%;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    border-right: 1px solid #ccc;
}

.news-list .news-ti .n-date {
    position: relative;
    display: inline-block;
    padding: 30px 15px;
    color: #fff;
    font-size: 18px;
    width: 20%;
    text-align: center;
}

.news-list li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
    text-align: justify;
    position: relative;
}

.news-list li a {
    display: block;
    padding: 15px;
    overflow: hidden;
    text-decoration: none;
    color: #333;
}

.news-list li a:hover,
.news-list li a:active {
    background: #d4732233;
}

.news-list li a span {
    margin: 0 0 0 0.6em;
    position: absolute;
    right: 4em;
}

.news-bg {
    background-color: #f7f7f7;
}

@media (min-width: 768px) and (max-width: 991px) {
    .news-list .news-ti .n-subject {
        width: 76%;
    }

    .news-list .news-ti .n-date {
        width: 18%;
    }

    .news-list li a span {
        right: 3em;
    }
}

@media (max-width: 767px) {
    .news-list .news-ti .n-subject {
        width: 60%;
        font-size: 16px;
    }

    .news-list .news-ti .n-date {
        width: 34%;
        font-size: 16px;
        padding: 20px 15px;
    }

    .news-list li a {
        font-size: 16px;
        padding: 10px 15px;
    }

    .news-list li a span {
        font-size: 14px;
        float: right;
        right: 1em;
    }
}

@media (max-width: 320px) {
    .news-list .news-ti .n-subject {
        width: 54%;
    }

    .news-list .news-ti .n-date {
        width: 40%;
    }

    .news-list li a span {
        font-size: 14px;
        float: right;
        right: 1em;
        display: contents;
    }
}

/*--- news-detail ---*/
.news-d-date {
    margin-bottom: 20px ;
    color: #9a9a9a;
}

.news-d-date i {
    padding-right: 8px;
}


/*===============================
    contact Style
===============================*/
.cont-content {
    padding-bottom: 10px;
}

.cont-text {
    font-size: 24px;
    margin: 30px 0;
    font-weight: 600;
}

.cont-box {
    display: flex;
    align-items: center;
    text-align: left;
}

.cont-box+.cont-box {
    border-top: 1px solid #e6eaef;
    margin-top: 25px;
    padding-top: 25px;
}

@media (min-width: 1200px) {
    .cont-box {
        margin-right: 30px;
    }
}

.cont-box i {
    width: 65px;
    height: 65px;
    background-color: #d47322;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 500ms ease;
    border-radius: 50%;
}

.cont-box:hover i {
    background-color: #811f6b;
}

.cont-info {
    margin-left: 20px;
}

.cont-info h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    line-height: 1;
    margin-bottom: 10px;
}

.cont-info a {
    margin: 0;
    font-size: 16px;
    line-height: 1;
    display: block;
    transition: all 500ms ease;
}

.cont-info a:hover {
    color: #811f6b;
}

.cont-form {
    padding-top: 20px;
}

.input-group {
    position: relative;
    display: block;
    border-collapse: separate;
}

.form-control {
    margin-bottom: 20px !important;
    border: none;
    background-color: #eff2f6;
    height: 50px;
    border-radius: 4px !important;
    box-shadow: none;
    font-size: 16px;
    line-height: 30px;
}

.form-control:focus {
    box-shadow: none;
}

.ttm-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    padding: 13px 30px;
    background: transparent;
    border-style: solid;
    background: #d47322;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.5s ease 0s;
    border: none;
    letter-spacing: 2px;
    border-radius: 4px;
}

.ttm-btn:hover,
.ttm-btn:focus {
    background-color: #811f6b;
    border-color: #811f6b;
    color: #fff;
}


/*===============================
    footer Style
===============================*/
.footer-bg {
    background: #373737;
    padding-top: 30px;
    background-size: cover;
    border-top: 5px solid #d47322;
}

@media (min-width: 992px) {
    .ft-info {
        padding-right: 50px;
    }
}

.ft-info {
    color: #627279;
    margin-bottom: 20px;
}

.ft-info h4 {
    font: 600 20px "Open Sans", sans-serif;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 24px;
}

.ft-info h4:after {
    content: '';
    width: 90%;
    height: 2px;
    background: #d47322;
    display: block;
    margin-top: 20px;
}

.ft-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ft-ul-l {
    width: 50%;
    float: left;
}

.ft-ul-r {
    width: 50%;
    float: right;
}

.ft-info ul li {
    margin-bottom: 15px;
    color: #d5d2d2;
}

.ft-info ul li a {
    color: #d5d2d2;
   /* text-transform: capitalize;*/
}

.ft-info ul li i {
    font-size: 20px;
    color: #d5d2d2;
    width: 18px;
    margin-right: 10px;
}


/*copyright*/
.ft-logo img {
    width: 250px;
}

.ft-copyright {
    padding: 8px 5px;
    background-color: #e5e5e5;
    font-size: 16px;
    color: #777;
    border-top: 1px solid #707173;
}

@media (min-width: 768px) {
    .copyright-text {
        display: inline-block;
        float: right;
        margin: revert;
    }
}


/*------ Go Top ------*/
.scrollToTop {
    background: #d47322;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 22px;
    display: none;
    z-index: 99;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.scrollToTop:hover {
    text-decoration: none;
    opacity: 0.8;
}

.scrollToTop .scrollarrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent #303030;
    display: block;
    margin: 10px auto 0;
}

.scrollToTop .fa-angle-double-up {
    font-size: 32px;
    color: #fff;
    margin-top: 8px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .scrollToTop {
        right: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .scrollToTop {
        right: 16px;
    }
}

@media (max-width: 767px) {
    .scrollToTop {
        width: 35px;
        height: 35px;
        right: 16px;
        bottom: 15px;
    }

    .scrollToTop .fa-angle-double-up {
        font-size: 28px;
        margin-top: 3px;
    }
}


/*------ Menulist ------*/
.Menulist {
    clear: both;
}

.Menulist ul {
    margin: 0px;
    padding: 0px;
}

.Menulist ul li {
    margin: 0px 20px 10px 0px;
    width: 48%;
    float: left;
    list-style-type: none;
}

.Menulist ul li a {
    background-position: 15px 12px;
    padding: 8px 50px;
    border: 1px solid #d47322;
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: 10px 0;
    background-color: #373737;
}

.Menulist ul li a:hover {
    color: #fff;
    text-decoration: none;
    background: #d47322;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .Menulist ul li {
        margin: 0px 45px 10px 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .Menulist ul li {
        margin: 0px 35px 10px 0px;
    }
}

@media (max-width: 767px) {
    .Menulist ul li {
        margin: 0px 20px 10px 0px;
        width: 100%;
        float: left;
        list-style-type: none;
    }
}


/*------ right-link ------*/
.right_link {
    position: fixed;
    bottom: 90px;
    right: 1%;
    z-index: 99;
    width: 60px;
    text-align: center;
    font-weight: bold;
}

.right_link a {
    text-align: center;
    display: inline-block;
    margin-bottom: 1em;
}

.right_link img {
    width: 90%;
}

@media (max-width: 751px) {
    .right_link {
        bottom: 150px;
    }

    .right_link img {
        width: 80%;
    }
}

/*------ End ------*/