.clearfix::after {
    display: block;
    content: "";
    clear:both;
}

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

@font-face {
    font-family: SanFrancisco-Regular;
    src: url(../fonts/SanFrancisco-Regular.otf);
}

@font-face {
    font-family: SanFrancisco-Medium;
    src: url(../fonts/SanFrancisco-Medium.otf);
}
@font-face {
    font-family: SanFrancisco-Bold;
    src: url(../fonts/SanFrancisco-Bold.otf);
}

/* ====  Header START  ===== */
div.x-site {
    display: block;
    margin: 0;
    padding: 0;
    min-width: 1024px;
    background-color: #f5f5f5;
}
header {
    display: block;
    width: 100%;
    min-height: 130px;
    /* height: 130px; */
    position: relative;
    z-index: 99999;
}
div.header_center {
    display: block;
    width: 100%;
    max-width: 1024px;
    min-width: 1024px;
    position: relative;
    margin: 0 auto;
}
div.hdr-bottom-center {
    display: block;
    width: 100%;
    max-width: 1024px;
    position: relative;
    margin: 0 auto;
}

div.header_top {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 17px 17px 16px 17px;
    align-items: center;
    background-color: #fcfeff;
}
div.header_bottom {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    max-width: 1024px;
    padding: 0px 17px;
    margin: 0 auto;
    background-color: #045454;
}

.visible_nav {
    position: fixed !important;
    max-width: 100% !important;
    top: 0px;
    left: 0;
}

div.header_section {
    display: block !important;
    position: relative;
    width: 100%;
    height: auto;
    max-height: 0px;
    padding: 0px 0px;
    margin: 0 auto;
    border-bottom: 1px solid #E2E2E2;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -ms-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hdr_down {
    height: auto !important;
    -webkit-transition: all 0.4s ease !important;
    -moz-transition: all 0.4s ease !important;
    -ms-transition: all 0.4s ease !important;
    -o-transition: all 0.4s ease !important;
    transition: all 0.4s ease !important;
}


div.hdr_all_right {
    display: block;
    float: right;
    width: calc(100% - 320px);
    /* min-height: 48px;
    height: 48px; */
    padding: 0;
    margin: 0;
}
div.hdrt_right {
    display: block;
    position: relative;
    width: 100%;
    min-height: 48px;
    height: 48px;
    padding: 0px 0px 17px 0px;
    border-bottom: 1px solid #a80209;
    align-items: center;
    /* margin-top: 18px; */
}

/* ----- HEADER TOP SLIDER START ---- */
div.hdrt_slide {
    display: flex;
    width: 100%;
    height: 48px;
    padding: 12px 0px 0px 0px;
    align-items: center;
}

div.slide-content  {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}
div.slide-date {
    display: flex;
    float: left;
    font-family: SanFrancisco-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: right;
    color: #989898;
    opacity: 1;
    align-items: center;
    margin-right: 17px;
}
span.dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: 6px;
    background-color: #a80208;
    opacity: 1;
}
div.slide-text {
    display: flex;
    float: left;
    text-align: left;
    font-family: SanFrancisco-Medium;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #a80208;
    opacity: 1;
}

div.hdrt_slide .swiper-container {
    width: 100%;
    height: calc(100% - 10px);
}

div.hdrt_slide .swiper-slide {
    display: flex;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(100% - 60px);
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    overflow: hidden;
}

div.hdrt_slide a.swiper-link {
    display: block;
    width: 100%;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

div.hdrt_slide .swiper-button-next, div.hdrt_slide .swiper-button-prev {
    width: 26px;
    height: 26px;
    background-position: center;
    background-size: 100% 100%;
    border: 0;
    outline: 0;
    margin: 0;
    top: 0;
    background-color: #fff;
}
div.hdrt_slide .swiper-button-next {
    background-image: url("../images/next.svg");
    right: 0px;
}
div.hdrt_slide .swiper-button-prev {
    background-image: url("../images/prev.svg");
    left: 0px;
}


/* ----- HEADER TOP SLIDER FINISH ---- */

a.modlogo {
    display: block;
    float: left;
    width: 320px;
    height: 82px;
    background-image: url(../images/a1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-decoration: none;
    margin: 0px 20px 0px 0px;
}


/* -------NAV PART  START========= */
a.menuicon {
    display: block;
    float: right;
    width: 30px;
    height: 22px;
    margin: 5px 40px 0px 0px;
    background-image: url("../images/menuicon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 99;
    transition: all 0.7s;
}

nav {
    display: block;
    width: calc(100% - 0px);
    padding: 0px 0px;
    margin: 2px 0px 9px 0px;
    height: auto;
    max-height: 39px;
    float: none;
    z-index: 99999;
    position: relative;
    overflow: hidden;
    /* transition:height 0.5s ease-out; */
    /* height:auto; */
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -ms-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
}
ul.hdr_menu {
    display: block;
    float: none;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}


ul.hdr_menu>li {
    display: block;
    position: relative;
    margin: 7px 0px 0px 0px;
    padding: 0;
    list-style: none;
    float: left;
}

.visible_nav ul.hdr_menu {
    display: flex;
    justify-content: center;
}
ul.hdr_menu>li>a {
  display: block;
    position: relative;
    padding: 8px 15px 8px 15px;
    margin: 0;
    font-family: SanFrancisco-Medium;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    text-align: left;
    letter-spacing: -0.28px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

ul.hdr_menu>li>a:hover {
    color: #111111;
    background: #FFD32A 0% 0% no-repeat padding-box;
}
ul.hdr_menu>li>a.menu_active {
    color: #111111;
    background: #FFD32A 0% 0% no-repeat padding-box;
}

/* Sub menu */

ul.hdr_menu>li:hover>ul {
    opacity: .93;
    visibility: visible;
}

ul.hdr_menu ul {
    display: block;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 160px;
    padding: 0;
    top: 32px;
    left: 0;
    list-style: none;
    background-color: #ffd32a;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 9999999;
}

ul.hdr_menu ul li {
    display: block;
    position: relative;
    float: none;
    padding: 0;
    list-style: none;
    border-bottom: 1px dotted #fff;
}

ul.hdr_menu ul li a {
    display: block;
    padding: 10px 15px;
    font-family: SanFrancisco-Regular;
    font-size: 15px;
    text-align: left;
    letter-spacing: 0;
    line-height: 14px;
    color: #111111;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

ul.hdr_menu ul ul {
    display: block;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 160px;
    padding: 0;
    top: 0px;
    left: 160px;
    list-style: none;
    background-color: #ffd32a;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 9999999;
}

ul.hdr_menu ul li a:hover {
    color: #fff;
}
ul.hdr_menu ul li:hover>ul {
    opacity: .93;
    visibility: visible;
}


/* Sub menu */

/* --- Header section --- */
ul.hdr_section {
    display: block;
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

ul.hdr_section>li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

ul.hdr_section>li>a {
    display: block;
    position: relative;
    padding: 8px 10px 8px 10px;
    margin: 0;
    font-family: SanFrancisco-Medium;
    font-size: 14px;
    text-decoration: none;
    text-align: left;
    letter-spacing: -0.28px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

ul.hdr_section>li>a:hover {
    color: #111111;
    background: #FFD32A 0% 0% no-repeat padding-box;
}
ul.hdr_section>li>a.menu_active {
    color: #111111;
    background: #FFD32A 0% 0% no-repeat padding-box;
}


div.sect_button {
    display: block;
    float: right;
    position: absolute;
    right: 17px;
    top: 8px;
}

.more {
    display: block;
    float: right;
    width: 24px;
    height: 18px;
    padding: 0px;
    margin: 4px 0px 15px 0px;
    background: url(../images/more-fill.svg) no-repeat;
    border: none;
    outline: none;
}
.more-x {
    display: none;
    float: right;
    width: 24px;
    height: 24px;
    padding: 0px;
    margin: 15px 0px 15px 0px;
    background: url(../images/more-fill.svg) no-repeat;
    border: none;
    outline: none;
}
/* --- Header section --- */

/* -------NAV PART FINISH========= */

div.search-are {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    padding: 0px 0px 1px 0px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ff0000;
    z-index: 9999999;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
div.search-are form {
    display: block;
    width: 100%;
}
input.sch-text {
    display: block;
    float: left;
    width: calc(100% - 60px);
    height: 50px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #DBEDF7;
    font-family: Sarabun-Bold;
    font-size: 16px;
    color: #333333;
    outline: none
}

input.sch-btn {
    display: block;
    float: left;
    width: 30px;
    height: 20px;
    padding: 0;
    margin: 15px 0 0 0;
    background: none;
    background-image: url("../images/search-line.svg");
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    outline: none;
    cursor: pointer;
}

input.sch-close {
    display: block;
    float: left;
    width: 45px;
    height: 45px;
    padding: 0;
    margin: 0px 0 0 0;
    background: none;
    background-image: url("../images/close-line.svg");
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    outline: none;
    cursor: pointer;
}


button.search {
    display: block;
    float: left;
    width: 22px;
    height: 22px;
    float: left;
    padding: 0;
    margin: 3px 30px 0px 0px;
    background: none;
    background-image: url("../images/search-line.svg");
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    outline: none;
    cursor: pointer;
}

a.online-view {
    display: flex;
    float: left;
    font-family: SanFrancisco-Medium;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #111111;
    text-transform: uppercase;
    text-decoration: none;
    margin: 5px 30px 0px 0px;
    align-items: center;
    opacity: 1;
}
span.online_play {
    width: 20px;
    height: 20px;
    margin: 0px 5px 0px 0px;
    border-radius: 50%;
    background-image: url("../images/play.svg");
    background-repeat: no-repeat;
    background-position: center;
    animation: pulse 1s infinite;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-direction: alternate;
}

@keyframes pulse {
    0% {
        box-shadow: 0px 0px 0px #ffffff;
    }
    100% {
        box-shadow: 0px 0px 7px #ffffff;
    }
}

/* a.online-view:hover span.online_play {
  box-shadow: 0px 0px 7px #ffffff;
} */
ul.top_menu {
    display: block;
    float: left;
    margin: 7px 0px 0px 0px;
    padding: 0;
    list-style: none;
}

ul.top_menu>li {
    display: block;
    margin: 0px 30px 0px 0px;
    padding: 0;
    list-style: none;
    float: left;
}

ul.top_menu>li>a {
    display: block;
    padding: 0;
    margin: 0;
    font-family: SanFrancisco-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #111111;
    opacity: 1;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
ul.top_menu>li>a:hover {
    color: #FFD32A;
}
ul.top_menu>li>a.tm_active {
    color: #FFD32A;
}

div.all_icons {
    display: block;
    float: right;
}

div.langs {
    display: flex;
    float: left;
    margin: 0px 0px 0px 30px;
    border: solid 1px #a80208;
}
div.langs a {
    display: flex;
    width: 38px !important;
    height: 28px;
    font-family: SanFrancisco-Medium;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    background-color: #a80208;
    opacity: 1;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    align-items: center;
    justify-content: center;
}
div.langs a:hover {
    color: #a80208;
    background: none;
}
div.langs a.lg_active {
    color: #a80208;
    background: none;
}

div.social-icons {
    display: flex;
    float: left;
    align-items: center;
    margin-top: 5px;
}
div.social-icons>a {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin: 0px 0px 0px 15px;
}
a.fb {
    background: transparent url("../images/facebook-fill.svg") 0% 0% no-repeat padding-box;
    opacity: 1;
}
a.insta {
    background: transparent url("../images/instagram-fill.svg") 0% 0% no-repeat padding-box;
    opacity: 1;
}
a.twt {
    background: transparent url("../images/twitter-fill.svg") 0% 0% no-repeat padding-box;
    opacity: 1;
}
a.telg {
    background: transparent url("../images/telegram-fill.svg") 0% 0% no-repeat padding-box;
    opacity: 1;
}
a.ytb {
    background: transparent url("../images/youtube-fill.svg") 0% 0% no-repeat padding-box;
    opacity: 1;
}
a.rss {
    background: transparent url("../images/rss-fill.svg") 0% 0% no-repeat padding-box;
    opacity: 1;
}
/* ======== MAIN part START ----===== */
main {
    display: block;
    margin: 0 auto;
    width: 100%;
    min-height: 1200px;
}
div.main_center {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1024px;
    padding: 17px 17px;
    background-color: #fff;
}
div.main-left {
    display: block;
    width: 100%;
    max-width: 673px;
    float: left;
    margin: 0px 17px 0px 0px;
}
div.main-right {
    display: block;
    float: right;
    width: 300px;
    margin: 0px 0px 0px 0px;
}

div.main_top_slider {
    display: block;
    width: 100%;
    position: relative;
    max-width: 1024px;
    padding: 17px 10px;
    margin: 0 auto 10px auto;
    background-color: #fff;
}
div.mt_sld_img {
    display: flex;
    float: left;
    width: 83px;
    height: 83px;
    margin: 0px 10px 0px 0px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
div.mt_sld_img img {
    display: block;
    width: 100%;
    height: 100%;
}
div.mt_sld_text {
    display: block;
    float: left;
    width: calc(100% - 100px);
    text-align: left;
    font-family: SanFrancisco-Bold;
    font-size: 16px;
    color: #111111;
    line-height: 19px;
    letter-spacing: 0px;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 4px;
    overflow: hidden;
    line-height: 25px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}
div.mt_sld_text span {
    color: #a80208;
    display: contents;
}

div.main_top_slider .swiper-wrapper {
    max-width: 952px;
    margin: 0 auto;
}
div.main_top_slider .swiper-container {
    max-width: 952px;
    width: 100%;
    height: 100%;
    padding: 0px 0px;
}

div.main_top_slider .swiper-slide {
    display: flex;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /* max-width: 306px; */
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    background: #ebebeb;
    height: 85px;
    background: #f7f7f7;
    border: 1px solid #bfbcbc;
}

div.main_top_slider a.swiper-link {
    display: block;
    width: 100%;
    max-width: 306px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
div.main_top_slider a.swiper-link:hover >div.mt_sld_text {
    color: #a80208;
}
div.main_top_slider .swiper-button-next, div.main_top_slider .swiper-button-prev {
    width: 16px;
    height: 16px;
    background-position: center;
    background-size: 100% 100%;
    border: 0;
    outline: 0;
    margin: 0;
    top: 48px;
    background: none;
}
div.main_top_slider .swiper-button-next {
    background-image: url("../images/arrow-down-s-linenext.svg");
    right: 10px;
}
div.main_top_slider .swiper-button-prev {
    background-image: url("../images/arrow-down-s-line.svg");
    left: 10px;
}



/* ==== MANSHET PART START -------- */
div.manshet_specl {
    display: block;
    width: 673px;
    height: 425px;
    margin: 0px auto 30px auto;
}
a.manshet-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
div.manshet-content {
    display: flex;
    position: absolute;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    align-items: flex-end;
    justify-content: center;
    background: transparent linear-gradient(180deg, #11111100 0%, #111111 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}
div.msh-all {
    display: flex;
    position: absolute;
    flex-wrap: wrap;
    width: 100%;
    left: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
}

div.manshet-date {
    display: flex;
    min-width: 120px;
    height: 20px;
    margin: 0px auto 10px auto;
    background: #FFD32A 0% 0% no-repeat padding-box;
    text-align: center;
    font-family: SanFrancisco-Bold;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    letter-spacing: 0px;
    color: #111111;
    opacity: 1;
    bottom: 0;
    align-items: center;
    justify-content: center;
}
div.manshet-text {
    display: block;
    width: calc(100% - 88px);
    margin: 0px auto 25px auto;
    text-align: center;
    font-family: SanFrancisco-Bold;
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    bottom: 0;
}

div.manshet_specl  .gallery-top{
    display: block;
    width: 100%;
    height: 340px;
    margin: 0px auto;
}
div.manshet_specl  .gallery-thumbs{
    display: block;
    width: 100%;
    height: 75px;
    margin: 10px auto;
}

div.manshet_specl .gallery-thumbs .swiper-slide {
    display: flex;
    width: 75px;
    max-width: 60px;
    height: 60px;
    margin: 0px auto;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
div.sld_img {
    display: flex;
    width: 673px;
    height: 340px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
div.sld_img img {
    display: block;
    width: 100%;
    height: 100%;
}

.thumb_img {
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-slide-thumb-active div.thumb-number {
    color: #FFD32A;
    border-bottom: 2px solid #FFD32A;
}
/* .swiper-slide-duplicate-active div.thumb-number {
    color: #FFD32A;
    border-bottom: 2px solid #FFD32A;
}
.swiper-slide-active div.thumb-number {
    color: #FFD32A;
    border-bottom: 2px solid #FFD32A;
} */
div.thumb-number {
    display: block;
    width: 100%;
    padding: 10px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: left;
    font: normal normal 600 12px/14px SanFrancisco-Regular;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

div.manshet_specl .swiper-button-next, div.manshet_specl .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: 100% 100%;
    border: 0;
    outline: 0;
    margin: 0;
    top: calc(50% - 20px);
    opacity: 1;
    /* background-color: #143094; */
}
div.manshet_specl .swiper-button-next {
    background-image: url("../images/manshet-next.svg");
    right: 20px;
}
div.manshet_specl .swiper-button-prev {
    background-image: url("../images/manshet-prev.svg");
    left: 20px;
}

/* ==== MANSHET PART FINISH -------- */

/* ----TAB VIDEO SLIDER START ------- */

div.video_slider {
    display: block;
    width: 100%;
    position: relative;
    margin: 0 auto 10px auto;
    background-color: #fff;
}
div.vd_sld_img {
    display: flex;
    width: 234px;
    height: 172px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
div.vd_sld_img img {
    display: block;
    /* width: auto;
    height: auto; */
    width: 100%;
    height: 100%;
}
div.video_slider div.mt_sld_text {
    display: flex;
    position: absolute;
    padding: 10px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    align-items: flex-end;
    text-align: left;
    font: normal normal bold 16px/19px SanFrancisco-Bold;
    letter-spacing: 0px;
    color: #FFFFFF;
    background-color: #11111180;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
div.video_slider .swiper-wrapper {
    /* max-width: 952px; */
    margin: 0 auto;
}
div.video_slider .swiper-container {
    width: 100%;
    height: 100%;
    padding: 0px 0px;
}

div.video_slider .swiper-slide {
    display: flex;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /* max-width: 306px; */
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}

div.video_slider a.swiper-link {
    display: block;
    position: relative;
    width: 234px;
    height: 172px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
div.video_slider a.swiper-link:hover >div.mt_sld_text {
    background-color: #1111111f;
}

div.video_slider .swiper-button-next, div.video_slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: 100% 100%;
    border: 0;
    outline: 0;
    margin: 0;
    top: -59px;
    background: none;
}
div.video_slider .swiper-button-next {
    background-image: url("../images/galery_next.svg");
    right: 0px;
}
div.video_slider .swiper-button-prev {
    background-image: url("../images/galery_prev.svg");
    right: 50px;
    left: auto;
}
div.foto_slider {
    display: block;
    width: 100%;
    position: relative;
    margin: 0 auto 10px auto;
    background-color: #fff;
}
div.ft_sld_img {
    display: flex;
    width: 234px;
    height: 172px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
div.ft_sld_img img {
    display: block;
    width: auto;
    height: auto;
}

div.foto_slider div.mt_sld_text {
    display: flex;
    position: absolute;
    padding: 10px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    align-items: flex-end;
    text-align: left;
    font: normal normal bold 16px/19px SanFrancisco-Bold;
    letter-spacing: 0px;
    color: #FFFFFF;
    background-color: #11111180;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
div.foto_slider .swiper-wrapper {
    /* max-width: 952px; */
    margin: 0 auto;
}
div.foto_slider .swiper-container {
    width: 100%;
    height: 100%;
    padding: 0px 0px;
}

div.foto_slider .swiper-slide {
    display: flex;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /* max-width: 306px; */
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}

div.foto_slider a.swiper-link {
    display: block;
    position: relative;
    width: 234px;
    height: 172px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
div.foto_slider a.swiper-link:hover >div.mt_sld_text {
    background-color: #1111111f;
}

div.foto_slider .swiper-button-next, div.foto_slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: 100% 100%;
    border: 0;
    outline: 0;
    margin: 0;
    top: -59px;
    background: none;
}
div.foto_slider .swiper-button-next {
    background-image: url("../images/galery_next.svg");
    right: 0px;
}
div.foto_slider .swiper-button-prev {
    background-image: url("../images/galery_prev.svg");
    right: 50px;
    left: auto;
}


/* -----VIDEO AND FOTOGALERY START------- */
div.video-foto {
    display: block;
    width: 100%;
    margin: 10px auto 0px auto;
}
ul.video_galery_tabs {
    display: block;
    width: 100%;
    height: 38px;
    padding: 0px 0px;
    margin: 0px auto 20px auto;
    list-style: none;
}
li.video_tabs, li.galery_tabs{
    display: block;
    position: relative;
    float: left;
    list-style: none;
    height: 38px;
    margin-top: 0px;
}

li.video_tabs>a, li.galery_tabs>a {
    display: block;
    position: relative;
    font-family:  SanFrancisco-Bold;
    letter-spacing: 0px;
    color: #143094;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #111111;
    text-transform: uppercase;
    opacity: 1;
    padding: 4px 17px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #fff;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
li.video_tabs>a:hover, li.galery_tabs>a:hover {
    z-index: 3;
    color: #a80208;
    border: 1px solid #a80208;
}
ul.video_galery_tabs #current_in>a {
    z-index: 3;
    color: #a80208;
    border: 1px solid #a80208;
}
div.tabsin_area {
    display: block;
    width: 100%;
}
div.tabs_in {
    display: block;
    width: 100%;
}
/* -----VIDEO AND FOTOGALERY FINISH------- */


/* -----MAIN RIGHT tab START------- */
div.news_tabs_div {
    display: block;
    width: 100%;
    margin: 15px auto 0px auto;
}
ul.news_tabs_ul {
    display: block;
    width: 100%;
    height: 38px;
    padding: 0px 0px;
    margin: 0px auto 17px auto;
    list-style: none;
}
ul.news_tabs_ul>li {
    display: block;
    position: relative;
    float: left;
    list-style: none;
    width: 150px;
    height: 38px;
    margin-top: 0px;
}

ul.news_tabs_ul>li>a {
    display: block;
    position: relative;
    font: normal normal 600 14px/28px SanFrancisco-Bold;
    letter-spacing: 0px;
    color: #111111;
    text-transform: uppercase;
    opacity: 1;
    padding: 4px 17px;
    text-decoration: none;
    text-align: center;
    border: none;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
ul.news_tabs_ul>li>a:hover {
    z-index: 3;
    color: #ffffff;
    background-color: #a80208;
}
ul.news_tabs_ul #current_in>a {
    z-index: 3;
    color: #ffffff;
    background-color: #a80208;
}
div.tabsin_area {
    display: block;
    width: 100%;
}
div.tabs_in {
    display: block;
    width: 100%;
}

/* ---- MAIN RIGHT news  ---- */
div.best_news_area {
    display: block;
    width: 100%;
    border-right:3px solid #dedede;
}
a.best-news {
    display: flex;
    width: 100%;
    max-width: 300px;
    width: 300px;
    height: 169px;
    margin: 0px 0px 17px 0px;
    text-decoration: none;
    border: none;
    outline: none;
    opacity: 1;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
a.best-news img {
    display: block;
    /* width: auto;
    height: auto; */
    width: 300px;
    height: 169px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.best-news:hover >img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
a.other-best-news {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0px 0px 10px 0px;
    text-decoration: none;
}
a.other-best-news:hover div.bn-text {
    color: #a80208;
}

a.other-best-news:last-child div.bn-text  {
    border: none;
    padding: 0px 29px 0px 27px;
}

div.bn-date {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0px 0px 7px 0px;
}
div.bnd-time {
    display: flex;
    float: left;
    width: calc(100% - 37px);
    min-height: 20px;
    text-align: left;
    font: normal normal normal 14px/16px SanFrancisco-Regular;
    letter-spacing: 0px;
    color: #838C9E;
    opacity: 1;
    align-items: center;
}

div.bnd-icon {
    display: flex;
    float: left;
    width: 20px;
    height: 20px;
    margin: 0px 17px 0px 0px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #f2d9da;
    text-align: left;
    font: normal normal normal 16px/24px SanFrancisco-Regular;
    letter-spacing: 0px;
    opacity: 1;
}
div.bnd-icn1 {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #a80208;
    opacity: 1;
}

div.bn-text {
    display: block;
    width: calc(100% - 9px);
    padding: 0px 2px 0px 8px;
    margin-left: 9px;
    text-align: left;
    font: normal normal normal 16px/24px SanFrancisco-Regular;
    color: #111;
    letter-spacing: 0px;
    opacity: 1;
    border-left: 2px solid #dedede;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* ---- MAIN RIGHT news  ---- */
/* -----MAIN RIGHT tab FINISH------- */


/* ----TAB VIDEO SLIDER FINISH ------- */

/* === MAIN RIGHT NEWS SLIDER START ------ */

/* div.swip-bullets {
  display: block;
  float: left;
  position: relative;
  width: 40px;
  height: 100%;
  min-height: 420px;
} */

div.right-slider {
    display: block;
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 20px auto 35px auto;
}

div.mt_sld_img_div {
    display: flex;
    width: 300px;
    height: 220px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
div.mt_sld_img_div img.mt_sld_img {
    display: block;
    /* min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto; */
    width: 100%;
    height: 100%;
}

div.right-slider div.mt_sld_text {
    display: flex;
    position: absolute;
    padding: 17px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    align-items: flex-end;
    opacity: 1;
    background: transparent linear-gradient(180deg, #11111100 0%, #111111 100%) 0% 0% no-repeat padding-box;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
div.rsld_in_content {
    display: block;
    width: 100%;
}
div.rsld-date {
    display: block;
    text-align: left;
    font: normal normal normal 14px/16px SanFrancisco-Regular;
    letter-spacing: 0px;
    color: #989898;
    margin-bottom: 3px;
}
div.rsld-info {
    display: block;
    font-family: SanFrancisco-Medium;
    font-size: 18px;
    line-height: 21px;
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;

}


div.right-slider .swiper-wrapper {
    /* max-width: 952px; */
    margin: 0 auto;
}
div.right-slider .swiper-container {
    width: 100%;
    height: 100%;
    padding: 0px 0px;
}

div.right-slider .swiper-slide {
    display: flex;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /* max-width: 306px; */
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}

div.right-slider a.swiper-link {
    display: block;
    position: relative;
    width: 300px;
    height: 220px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* div.right-slider a.swiper-link:hover >div.mt_sld_text{
  background: none;
  background-color: #00000000;
} */
div.right-slider .swiper-button-next, div.right-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: 100% 100%;
    border: 0;
    outline: 0;
    margin: 0;
    bottom: 0;
    top: auto;
    background: none;
}
div.right-slider .swiper-button-next {
    background-image: url("../images/galery_next.svg");
    right: calc(50% - 45px);
}
div.right-slider .swiper-button-prev {
    background-image: url("../images/galery_prev.svg");
    right: 50px;
    left: calc(50% - 45px);
}


div.right-slider .swiper-pagination {
    display: flex;
    position: absolute;
    width: auto !important;
    height: 20px;
    overflow: visible;
    z-index: 9999;
    top: 0px;
    right: 10px;
    justify-content: flex-end;
    align-items: center;
    /* overflow: hidden; */
}

div.right-slider .swiper-pagination .swiper-pagination-bullet {
    /* display: flex; */
    width: 8px;
    height: 8px;
    outline: none;
    background-color: #f2d9da;
    border-radius: 50%;
    margin: 0px 4px 0px 4px;
    opacity: 1;
}

div.right-slider .swiper-pagination-bullet-active {
    outline: none !important;
    width: 8px !important;
    height: 8px !important;
    background-color: #a80208 !important;
    -webkit-box-shadow: 0 0 10px 10px #f2d9da;
    box-shadow: 0 0 0px 4px #f2d9da;
}


div.right-slider2 {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 57px;
    max-width: 300px;
    margin: 0px auto 35px auto;
}

div.right-slider2 .swiper-wrapper {
    margin: 0 auto;
}
div.right-slider2 .swiper-container {
    width: 100%;
    height: 100%;
    padding: 0px 0px;
}

div.right-slider2 .swiper-slide {
    display: block;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /* max-width: 306px; */
    width: 100%;
    /* height: 100%; */
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}

a.author-link {
    display: block;
    position: relative;
    width: 300px;
    padding: 17px 0px;
    border-top: 1px solid #DEDEDE;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.author-link:last-child {
    border-bottom: 1px solid #DEDEDE;
}

a.author-link:hover img.author_img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
a.author-link:hover div.atr-info {
    color: #a80208;
}
div.author_img_div {
    display: flex;
    float: left;
    width: 40px;
    height: 40px;
    margin: 0px 10px 0px 0px;
    border-radius: 50%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
img.author_img {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
div.author_content {
    display: block;
    float: left;
    width: calc(100% - 50px);
    padding: 0px 17px 0px 0px;
    height: 100%;
    opacity: 1;
}

div.atr-name {
    display: block;
    text-align: left;
    font-family: SanFrancisco-Bold;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #a80208;
    margin-bottom: 2px;
}
div.atr-info {
    display: block;
    text-align: left;
    font: normal normal normal 16px/24px SanFrancisco-Regular;
    letter-spacing: 0px;
    color: #111111;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


div.right-slider2 .swiper-button-next, div.right-slider2 .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: 100% 100%;
    border: 0;
    outline: 0;
    margin: 0;
    bottom: 0;
    top: auto;
    background: none;
}
div.right-slider2 .swiper-button-next {
    background-image: url("../images/galery_next.svg");
    right: calc(50% - 45px);
}
div.right-slider2 .swiper-button-prev {
    background-image: url("../images/galery_prev.svg");
    right: 50px;
    left: calc(50% - 45px);
}


div.right-slider2 .swiper-pagination {
    display: flex;
    position: absolute;
    width: auto !important;
    height: 20px;
    overflow: visible;
    z-index: 999;
    top: 0px;
    right: 10px;
    justify-content: flex-end;
    align-items: center;
    /* overflow: hidden; */
}

div.right-slider2 .swiper-pagination .swiper-pagination-bullet {
    /* display: flex; */
    width: 8px;
    height: 8px;
    outline: none;
    background-color: #f2d9da;
    border-radius: 50%;
    margin: 0px 4px 0px 4px;
    opacity: 1;
}

div.right-slider2 .swiper-pagination-bullet-active {
    outline: none !important;
    width: 8px !important;
    height: 8px !important;
    background-color: #a80208 !important;
    -webkit-box-shadow: 0 0 10px 10px #f2d9da;
    box-shadow: 0 0 0px 4px #f2d9da;
}

/* ----VOTE PART START ------ */
div.vote {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 35px auto;
}

div.vote-header {
    display: flex;
    float: left;
    width: 100%;
    height: 19px;
    padding: 0 17px 0px 17px;
    margin: 0px 0px 25px 0px;
    text-align: left;
    font: normal normal 600 16px/28px SanFrancisco-Bold;
    letter-spacing: 1.6px;
    color: #111111;
    text-transform: uppercase;
    opacity: 1;
    align-items: center;
}
div.vduble-line {
    display: block;
    float: left;
    margin-right: 6px;
}
div.vduble-line span{
    display: block;
    float: left;
    width: 4px;
    min-height: 19px;
    height: 100%;
    margin-right: 4px;
    background-color: #a80208;
}

div.vote-info {
    display: block;
    width: 100%;
}
div.v_inf_head {
    display: block;
    width: 100%;
    margin: 0px 0px 15px 0px;
    text-align: left;
    font: normal normal bold 18px/21px SanFrancisco-Bold;
    letter-spacing: 0px;
    color: #111111;
    opacity: 1;
}
div.v_inf_alert {
    display: block;
    width: 100%;
    margin: 0px 0px 10px 0px;
    text-align: left;
    font: normal normal normal 14px/16px SanFrancisco-Regular;
    letter-spacing: 0px;
    color: #868686;
    opacity: 1;
}
div.vote form {
    display: block;
    width: 100%;
}
div.form-check {
    display: flex;
    position: relative;
    width: 100%;
    margin: 0px auto 10px auto;
    align-items: center;
}


input.form-check-input:checked[type=radio] {
    background-image: url("../images/check-fill.svg");
    background-color: #FFD32A;
    border: none;
}
input.form-check-input:checked + label.form-check-label {
    border: 1px solid #FFD32A;
}

input.form-check-input {
    display: block;
    position: absolute;
    float: left;
    left: 15px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #D6D6D6;
    margin: 0px 8px 0px 0px;
    outline: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 10px;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    transition: background-color .10s ease-in-out,background-position .10s ease-in-out,border-color .10s ease-in-out,box-shadow .10s ease-in-out;
}
label.form-check-label {
    width: 100%;
    padding: 15px 15px 15px 39px;
    border: 1px solid #DEDEDE;
    text-align: left;
    font: normal normal normal 14px/16px SanFrancisco-Regular;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

div.form-result {
    display: block;
    width: 100%;
    padding: 5px 0 0 0;
    margin: 0px auto;
}
button.form-vote-btn, button.form-result-btn {
    display: flex;
    float: right;
    width: 145px;
    height: 38px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family:  SanFrancisco-Bold;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #a80208;
    background-color: #ffffff;
    border: solid 1px #f2d9da;
    opacity: 1;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
button.form-vote-btn {
    float: left;
}
button.form-result-btn {
    float: right;
}

button.form-vote-btn:hover, button.form-result-btn:hover {
    color: #FFFFFF;
    background-color: #a80208;
}

/* ----VOTE PART FINISH ------ */

/* ----CALENDAR PART START ------ */
div.calendar {
    display: block;
    width: 100%;
    max-width: 300px;
    min-height: 345px;
    margin: 10px auto;
    background-color: #fff;
}

/* ----CALENDAR PART FINISH ------ */



div.slider-header {
    display: flex;
    float: left;
    width: calc(100% - 90px);
    height: 19px;
    padding: 0;
    margin: 0px 0px 17px 0px;
    text-align: left;
    font: normal normal 600 16px/28px SanFrancisco-Bold;
    letter-spacing: 1.6px;
    color: #111111;
    text-transform: uppercase;
    opacity: 1;
    align-items: center;
}
div.slider-header div.duble-line {
    display: block;
    float: left;
    margin-right: 6px;
}
div.slider-header div.duble-line span{
    display: block;
    float: left;
    width: 4px;
    min-height: 19px;
    height: 100%;
    margin-right: 4px;
    background-color: #a80208;
}


/* === MAIN RIGHT NEWS SLIDER FINISH ------ */

div.swip-arrows {
    display: block;
    position: relative;
    width: 40px;
    height: 85px;
    background: #DBEDF7;
}

div.swip-arrows  .swiper-button-next {
    display: block;
    background-image: url("../images/arrow-right-s-line.svg");
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-position: center;
    right: 0px;
    left: auto;
    top: 65px;
    width: 40px;
    height: 42px;
    border: none;
    outline: none;
}
div.swip-arrows  .swiper-button-prev {
    display: block;
    background-image: url("../images/arrow-left-s-line.svg");
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-position: center;
    right: 0px;
    top: 22px;
    left: auto;
    width: 40px;
    height: 42px;
    border: none;
    outline: none;
}

div.section-news {
    display: block;
    width: 100%;
    padding: 0px 0px 20px 0px;
}
div.more-news {
    display: flex;
    width: 100%;
    margin: 35px auto;
    align-items: center;
    justify-content: center;
}
a.more-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    text-decoration: none;
    font-family: SanFrancisco-Bold;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #a80208;
    text-transform: uppercase;
    opacity: 1;
}
span.reload-icon {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 6px;
    background: url("../images/re.svg")  0% 0% no-repeat padding-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* a.more-link:hover span.reload-icon  {
  -moz-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -o-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -ms-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
} */

div.section-news_link {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
}
a.sect-news-link {
    display: block;
    float: left;
    width: 213px;
    margin: 0px 17px 25px 0px;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #f7f7f7;
    border: 1px solid #bfbcbc;
}
a.sect-news-link:nth-child(3n) {
    margin: 0px 0px 25px 0px;
}
a.sect-news-link:hover div.sect-nw-info {
    color: #a80208;
}
a.sect-news-link:hover div.sect-nw-img img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

div.sect-nw-img {
    display: flex;
    position: relative;
    width: 212px;
    height: 120px;
    margin-bottom: 8px;
    border: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
div.sect-nw-img img {
    display: block;
    width: 213px;
    height: 120px;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
div.sect-over {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent linear-gradient(180deg, #11111100 0%, #11111180 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}
div.alert-txt {
    display: flex;
    position: absolute;
    padding: 3px 8px;
    height: 20px;
    top: 15px;
    left: 15px;
    text-align: left;
    font-family: SanFrancisco-Regular;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #FFFFFF;
    background-color: #e03615;
    opacity: 1;
    align-items: center;
    justify-content: center;
}
div.alert-date {
    display: block;
    position: absolute;
    padding-left: 6px;
    bottom: 15px;
    left: 15px;
    border-left: 3px solid #FFD32A;
    text-align: left;
    font-family: SanFrancisco-Bold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

div.sect-nw-text {
    display: block;
    width: 100%;
    padding: 0px 0px;
}


div.sect-nw-info {
    display: block;
    width: 100%;
    height: auto;
    font-family: SanFrancisco-Regular;
    letter-spacing: 0px;
    color: #111111;
    line-height: 24px;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0px 10px 10px 10px;
}


div.section-header {
    display: flex;
    width: 100%;
    height: 29px;
    padding: 0;
    margin: 0px 0px 17px 0px;
    font-family: SanFrancisco-Bold;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 2.4px;
    color: #111111;
    text-transform: uppercase;
    opacity: 1;
    align-items: center;
}
div.duble-line {
    display: block;
    float: left;
    margin-right: 6px;
}
div.duble-line span{
    display: block;
    float: left;
    width: 4px;
    min-height: 29px;
    height: 100%;
    margin-right: 4px;
    background-color: #a80208;
}

a.section-link {
    display: block;
    width: 100%;
    max-width: 322px;
    text-decoration: none;
    border: 0;
    outline: none;
}
div.sect-img {
    width: 100%;
    height: 100%;
    max-height: 217px;
}
div.sect-img img {
    display: block;
    width: 100%;
    height: 100%;
}
div.sect-text {
    display: block;
    width: 100%;
    padding: 10px 0px;
}
div.sect-row {
    display: block;
    width: 100%;
}
div.sect-head {
    display: block;
    width: 100%;
    font-family: RobotoSlab-Bold;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    margin: 6px 0px 6px 0px;
    text-align: left;
}
div.sect-info {
    display: block;
    width: 100%;
    font-family: Sarabun-Regular;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    text-align: left;
}

a.sect-right-link {
    display: block;
    width: 100%;
    max-width: 322px;
    padding: 13px 0px;
    text-decoration: none;
    border: 0;
    outline: none;
    border-top: 1px solid #E2E2E2;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
a.sect-right-link:last-child {
    border-bottom: 1px solid #E2E2E2;
}
a.sect-right-link:hover div.sect-link-head {
    color: #1FC3EC;
}
div.sect-link-head {
    display: block;
    width: 100%;
    font-family: RobotoSlab-Bold;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    margin: 6px 0px 6px 0px;
    text-align: left;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/* ========= FOOTER PART START =---------------=========== */
footer {
    display: block;
    width: 1024px;
    min-height: 60px;
    padding: 20px 0px;
}
div.footer_center {
display: block;
    width: 1024px;
    margin-top: 10px;
    min-height: 60px;
    padding: 20px 0px;
}
div.copyright {
    display: flex;
    height: 100%;
    min-height: 40px;
    margin-left:50px;
    align-items: center;
    text-align: left;
    font-family: SanFrancisco-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 1.12px;
    text-align: left;
    color: #fff;
    opacity: 1;
}
div.site-analytics {
    display: flex;
    float: right;
    height: 100%;
    align-items: center;
}

div.analytics-result {
    max-width: 100px;
    height: 40px;
    margin: 0px 0px 0px 15px;
}
div.analytics-result img {
    max-width: 100px;
    height: 40px;
}
/* ========= FOOTER PART FINISH =---------------=========== */

/* ========= NEWS IN PART START --------------=========== */
div.news-in {
    display: block;
    width: 100%;
}
div.newsin-header {
    display: block;
    width: 100%;
    text-align: left;
    font: normal normal bold 30px/36px SanFrancisco-Bold;
    letter-spacing: 0px;
    color: #111111;
    color: #03f;
    opacity: 1;
}

div.newsin-row {
    display: block;
    width: 100%;
    padding: 10px 0px;
}

div.nwrow-left {
    display: block;
    float: left;
    margin: 8px 0px 0px 0px;
}
div.nwrow-right {
    display: block;
    float: right;
}

div.newsin-sect {
    display: block;
    float: left;
    padding-left: 9px;
    margin: 0px 20px 0px 0px;
    text-align: left;
    font: normal normal bold 12px/14px SanFrancisco-Bold;
    letter-spacing: 0px;
    color: #838C9E;
    opacity: 1;
}
a.nwin_text-icon1, a.nwin_text-icon2, a.nwin_text-icon3 {
    display: block;
    float: left;
    width: 39px;
    height: 26px;
    text-decoration: none;
    border: solid 1px #f2d9da;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}
a.nwin_text-icon1 {
    background-size: 18px 16px;
    border-right: 0;
    background-image: url("../images/A+.svg");
}
a.nwin_text-icon2 {
    background-size: 10px 16px;
    background-image: url("../images/A.svg");
}
a.nwin_text-icon3 {
    background-size: 16px 16px;
    border-left: 0;
    background-image: url("../images/A-.svg");
}

div.newsin-img {
    /* display: flex; */
    width: 673px;
    /*height: 340px;*/
    /* overflow: hidden; */
    /* align-items: center; */
    /* justify-content: center; */
    width: 100%;
}
div.newsin-img>img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    /* width: 673px;
     height: 340px;*/
}
div.newsin-text {
    display: block;
    width: 100%;
    padding: 10px 0px;
    text-align: left;
    font-family:  SanFrancisco-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4em;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
    opacity: 1;
}
div.newsin-social {
    display: flex;
    width: 100%;
    padding: 10px 0px;
    margin: 30px auto 30px auto;
    align-items: center;
    justify-content: center;
    border: 2px solid #F70029;
    opacity: 1;
}

a.newsin-fb, a.newsin-twt, a.newsin-wp, a.newsin-tg, a.newsin-msg {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0px 20px 0px 0px;
}
a.newsin-share {
    display: flex;
    align-items: center;
    text-align: left;
    font: normal normal bold 18px/21px SanFrancisco-Bold;
    letter-spacing: 0px;
    color: #111111;
    text-transform: uppercase;
    text-decoration: none;
    opacity: 1;
    margin: 0px 20px 0px 0px;
}

div.share-line {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0px 4px 0px 0px;
    background: url("../images/share-line.svg") no-repeat center;
}
a.newsin-fb {
    background: url("../images/sfacebook-fill.svg") no-repeat center;
}
a.newsin-twt {
    background: url("../images/stwitter-fill.svg") no-repeat center;
}
a.newsin-wp {
    background: url("../images/swhatsapp-fill.svg") no-repeat center;
}
a.newsin-tg {
    background: url("../images/stelegram-fill.svg") no-repeat center;
}
a.newsin-msg {
    background: url("../images/smessenger-fill.svg") no-repeat center;
    margin: 0px 0px 0px 0px;
}

/* ========= NEWS IN PART FINISH --------------=========== */

/* ========= SECTION PART START --------------=========== */
div.news-section {
    display: block;
    width: 100%;
    padding: 15px 0px 0px 0px;
    border-top: 1px solid #E2E2E2;
}

div.news-col-left {
    display: block;
    float: left;
    width: 244px;
    margin: 0px 20px 0px 0px;
}
div.news-col-right {
    display: block;
    float: right;
    width: 400px;
    height: 270px;
}
div.news-col-right iframe {
    display: block;
    width: 400px;
    height: 270px;
}

div.news-dt {
    display: block;
    width: 100%;
}
div.nwsectin-text {
    display: block;
    width: 100%;
}
div.nwsectin-head {
    display: block;
    width: 100%;
    margin: 6px auto;
    font-family: RobotoSlab-Bold;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    text-align: left;
}
div.nwsectin-info {
    display: block;
    width: 100%;
    font-family: Sarabun-Regular;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    text-align: left;
}

a.more-sect-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Sarabun-Bold;
    font-size: 12px;
    color: #333333;
    line-height: 16px;
    text-align: left;
    text-decoration: none;
    margin: 20px auto;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
a.more-sect-link span {
    width: 13px;
    height: 13px;
    margin: 2px 0px 0px 3px;
    background: url("../images/arrow-down.svg") no-repeat center;
}
a.more-sect-link:hover {
    text-shadow: 0 0 1px #333333;
}

/* ========= SECTION PART FINISH --------------=========== */

/* ========= SEARCH page START --------------=========== */
div.src_button {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0px auto 10px auto;
}
div.src_button form {
    display: block;
    width: 100%;
}
input.src_in_txt {
    display: block;
    float: left;
    width: calc(100% - 50px);
    padding: 10px 15px;
    height: 38px;
    background-color: #fff;
    border: 1px solid #a80208;
    color: #a80208;
    /* border: none; */
    outline: none;
}
button.src_in_btn {
    display: flex;
    float: left;
    width: 50px;
    height: 38px;
    background-color: #a80208;
    color: #fff;
    font-size: 26px;
    border: none;
    outline: none;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-image: url(../images/search-popup.svg);
    background-repeat: no-repeat;
    background-position: center;
}
div.search_word {
    display: block;
    width: 100%;
    padding: 5px 0px 10px 0px;
    margin-bottom: 10px;
    text-align: left;
    font: normal normal normal 16px/24px SanFrancisco-Bold;
    letter-spacing: 0px;
    color: #111111;
    opacity: 1;
}
div.search_word span {
    color: #a80208;
}


/* ========= SEARCH page FINISH --------------=========== */
div.new-slide {
    display: block;
    width: 400px;
    height: 400px;
}

.inp_enterBG::placeholder {
    text-align: left;
    font: normal normal normal 16px/24px SanFrancisco-Regular;
    letter-spacing: 0px;
    opacity: 1;
    color: #fff;
}
.inp_enterBG {
    display: block;
    width: calc(100% - 91px);
    padding: 10px 15px 10px 15px;
    float: left;
    border: none;
    outline: none;
    background: none;
    text-align: left;
    font: normal normal normal 16px/24px SanFrancisco-Regular;
    letter-spacing: 0px;
    opacity: 1;
    color: #000;
    border-bottom: 0;
}

.btn_enter {
    display: block;
    position: absolute;
    float: right;
    width: 22px;
    height: 22px;
    right: 35px;
    top: 7px;
    background: none;
    background-image: url("../images/search-popup.svg");
    outline: none;
    border: none;
    background-repeat: no-repeat;
    background-position-y: 3px;
}
.newsin-text * {
    max-width: 100%;
    height: auto !important;
    /* width: auto !important; */
}
.newsin-text p {
    margin-bottom:10px;
}
.newsin-text iframe {
    min-height:500px !important;
}
.ads_left {
    position: fixed;
    top: 0px;
    width: 160px;
    height: 100%;
    display: inline-block;
    bottom: 0;
    z-index: 10;
    margin-right: 515px;
    right: 50%;
    background: #fff;
    overflow: hidden;
}
.ads_right {
    position: fixed;
    top: 0px;
    width: 160px;
    height: 100%;
    display: inline-block;
    bottom: 0;
    z-index: 10;
    margin-left: 515px;
    left: 50%;
    background: #fff;
    overflow: hidden;
}
a.a_go_old {
    display: block;
    position: relative;
    font: normal normal 600 16px/28px SanFrancisco-Bold;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
    opacity: 1;
    padding: 17px 17px;
    text-decoration: none;
    text-align: center;
    border: none;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #a80209;
}
.best_news_area::-webkit-scrollbar {
    width: 7px;
}
.best_news_area::-webkit-scrollbar-track {
    background: #82696a;
}
.best_news_area::-webkit-scrollbar-thumb {
    background: #a80208;
}
.best_news_area::-webkit-scrollbar-thumb:hover {
    background: #555;
}










/* Scroller */
.loader-ellips {font-size: 20px;position: relative;width: 4em;height: 1em;margin: 10px auto;}
.loader-ellips__dot {display: block;width: 1em;height: 1em;border-radius: 0.5em;background: #555;position: absolute;animation-duration: 0.5s;animation-timing-function: ease;animation-iteration-count: infinite;}
.loader-ellips__dot:nth-child(1),.loader-ellips__dot:nth-child(2) {left: 0;}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }
@keyframes reveal {
    from { transform: scale(0.001); }
    to { transform: scale(1); }
}

@keyframes slide {
    to { transform: translateX(1.5em) }
}
.loader-ellips__dot:nth-child(1) {animation-name: reveal;}
.loader-ellips__dot:nth-child(2),.loader-ellips__dot:nth-child(3) {animation-name: slide;}
.loader-ellips__dot:nth-child(4) {animation-name: reveal;animation-direction: reverse;}
.scroller-status {display: none;padding: 20px 0; overflow:hidden;}
.scroller-status__message {text-align: center;color: #777;}
.x-nav, .navigation {display:none;}

div.langs a.desk_a {
    width: 57px !important;
}

button.sch-btn {
    display: block;
    width: 46px;
    height: 45px;
    float: left;
    border: none;
    outline: none;
    border-left: 1px solid #ff0000;
    border-right: 1px solid #ff0000;
    background: url("../images/search-mobile.svg") no-repeat center;
}