@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@200;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@200;300;400;600&family=Sarabun:wght@200;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ibarra+Real+Nova:wght@400;500;700&display=swap');

@font-face {font-family: "Canela-Regular";
  src: url("fonts/Canela-Regular/Canela-Regular.eot"); /* IE9*/
  src: url("fonts/Canela-Regular/Canela-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("fonts/Canela-Regular/Canela-Regular.woff2") format("woff2"), /* chrome、firefox */
  url("fonts/Canela-Regular/Canela-Regular.woff") format("woff"), /* chrome、firefox */
  url("fonts/Canela-Regular/Canela-Regular.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("fonts/Canela-Regular/Canela-Regular.svg#Canela-Regular") format("svg"); /* iOS 4.1- */
}
@font-face {font-family: "Canela-Light";
  src: url("fonts/Canela-Light/Canela-Light.eot"); /* IE9*/
  src: url("fonts/Canela-Light/Canela-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("fonts/Canela-Light/Canela-Light.woff2") format("woff2"), /* chrome、firefox */
  url("fonts/Canela-Light/Canela-Light.woff") format("woff"), /* chrome、firefox */
  url("fonts/Canela-Light/Canela-Light.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("fonts/Canela-Light/Canela-Light.svg#Canela-Regular") format("svg"); /* iOS 4.1- */
}
@font-face {
    font-family: 'MosseThai-Medium';
    src: url('fonts/MosseThai-Medium/MosseThai-Medium.eot');
    src: local('☺'), url('fonts/MosseThai-Medium/MosseThai-Medium.woff') format('woff'), 
    url('fonts/MosseThai-Medium/MosseThai-Medium.ttf') format('truetype'), 
    url('fonts/MosseThai-Medium/MosseThai-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (max-width: 993px) {
    .hidden-xs {
        display: none;
    }
    .visible-xs {
        display: block !important;
    }
}

.visible-xs {
    display: none;
}

.ib-text {
    display: inline-block;
}

ul, ol {
    margin: 0;
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Canela-Light','MosseThai-Medium'!important;
    /*font-family: 'Canela-Light', 'MosseThai-Medium'!important;*/
}
a {
    transition: all 0.2s;
    cursor: pointer;
    /*font-family: 'Poppins','MosseThai-Medium';*/
}
a:hover {
    text-decoration: none!important;
    color: #c46e75!important;
    transition: all 0.2s;
}
.slick-arrow {
    cursor: pointer;
}
:focus {
    outline: unset!important;
}
.h1, h1 {
    font-size: 46px!important;
}
.h2, h2 {
    font-size: 40px;
}
.h5, h5 {
    font-size: 18px!important;
}
a:focus ,a:visited{
    /*color: unset;*/
}
p {
    font-family: 'Poppins','MosseThai-Medium';
    /*font-family: 'Kanit','MosseThai-Medium';*/
    font-weight: 300;
}
td, th , .entry-content li{
    font-family: 'Poppins','MosseThai-Medium';
    line-height: 1.6;
}
.site-main td {
    border: 1px solid #000;
    padding: 5px 5px;
}
.entry-content p{
    line-height: 1.6;
}
.parent-pageid-22469 .entry-content p{
    text-indent: 50px;
    line-height: 1.6;
    text-align: justify;
}
.page-id-22471 .entry-content p{
    text-indent: 0px;
}
p.paragraph {
    text-indent: 50px;
}
.page p.paragraph {
    text-align: justify;
}
.entry-content ul {
    padding: 0;
}

#cookie-law-info-bar {
    /*display: none!important;*/
}
.cli-style-v2 a {
    text-decoration: underline;
    color: inherit;
}
.cli-style-v2 a:hover {
    text-decoration: underline!important;
}
.cli-style-v2 .cli-bar-message ,.cli-style-v2 .cli-bar-btn_container .cli-plugin-button{
    font-family: 'Poppins','MosseThai-Medium';
}

/******************************** HEADER *****************************/


header#masthead {
    position: fixed;
    width: 100%;
    z-index: 9999;
    transition: all 0.5s;
}
ul#menu-left {
    text-align: right;
}
ul#menu-right {
    text-align: left;
}
.site-header.fixed{
    /*background-color: rgba(221,110,122,0.8);*/
    /*background-color: rgba(60,105,106,0.8);*/
    background-color: #3c697e!important;
    background-image: unset !important;
    transition: all 0.5s;
}

nav#site-navigation {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}
.home-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
}
.home-icon img{
    max-width: 30px;
}
.lang-container {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.lang-container li.lang-item {
    display: inline-block;
    padding: 0px 8px;
}
.lang-container li.lang-item a{
    color: #fff;
}
ul.polylang-wpr {
    margin-bottom: 0px;
    padding-left: 0px;
    display: inline-block;
}
.wrp-search-btn{
    display: inline-block;
    cursor: pointer;
}
.wrp-search-btn button#toggle-form {
    border: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    vertical-align: top;
}
.home .wrp-search-btn button#toggle-form ,.site-header.fixed .wrp-search-btn button#toggle-form ,.page-template-about-us .wrp-search-btn button#toggle-form,.single .wrp-search-btn button#toggle-form{
    color: #fff;
}
.btn.focus, .btn:focus {
    box-shadow: unset!important;
}
.wrp-search-form {
    max-width: 500px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 0px;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    transition: all 0.3s;
    margin-left: 30px;
}
.wrp-search-form.show{
    /*height: 120px;
    transition: all 0.3s;
    padding-top: 30px;*/
    height: 80px;
    transition: all 0.3s;
    padding-top: 0px;
}
.wrp-search-form button.btn{
    position: relative;
    left: 0px;
    border: 0px;
    color: #fff;
    top: 5px;
}
.wrp-search-form input[type="text"] {
    padding: 0px 10px;
    display: inline-block;
    max-width: 350px;
    margin-left: 10px;
    color: #fff !important;
    height: 33px;
}
.wrp-search-form input[type="text"]:focus{
    border-color: #fff;
}
input:-internal-autofill-selected {
    /*appearance: menulist-button;*/
    background-image: none !important;
    background-color: transparent!important;
    /*color: -internal-light-dark(black, white) !important;*/
}


body {
    margin-bottom: 0px!important;
}
.main-navigation {
    /*background-color: #1e146a;*/
}
.main-navigation li {
    position: relative;
    padding: 10px 15px;
    display: inline-block;
}

.main-navigation a{
	color: #fff;
	font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: 0px;
}

.site-header .logo{
	text-align: center;
}
.site-branding {
    text-align: center;
    padding: 3px 0px;
    position: relative;
    /*background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;*/
    /*background-color: #07132b;*/
    /*position: relative;*/
}

.custom-logo-link {
    opacity: 1;
    width: 100%;
}
.custom-logo-link img{
    max-height: 100px;
    width: auto;
    max-width: 180px;
}
.main-navigation ul ul {
    background-color: #fff;
}
.main-navigation li {
    transition: all 0.2s;
    /*margin-left: -2.5px;
    margin-right: -2.5px;*/
}
.main-navigation li:hover ,.main-navigation li.current-menu-parent, .main-navigation li.current-menu-item{
    /*background-color: #2196F3;*/
    transition: all 0.2s;
}
.main-navigation li:hover a,.main-navigation li.current-menu-parent a, .main-navigation li.current-menu-item a{
    color: #dd6e7a!important;
}
.main-navigation li:hover a:before,.main-navigation li.current-menu-parent a:before, .main-navigation li.current-menu-item a:before{
    background-color: #dd6e7a!important;
}
.main-navigation li:hover a:after,.main-navigation li.current-menu-parent a:after, .main-navigation li.current-menu-item a:after{
    background-color: #dd6e7a!important;
}

.main-navigation li.current-menu-item a {
    font-weight: bold;
}

.menu .menu-item-has-children > a:after{
    /*font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f078";
    display: inline-block;
    left: 5px;
    position: relative;
    top: 0px;*/
    content: "";
    display: inline-block;
    left: 11px;
    position: relative;
    top: -2px;
    width: 2px;
    height: 8px;
    background: #fff;
    display: inline-block;
    transform: translate3d(0px, 0px, 0) rotate( 45deg);
    transition: all 0.3s;
}
.menu .menu-item-has-children > a:before{
    content: "";
    display: inline-block;
    left: 100%;
    position: relative;
    top: -2px;
    width: 2px;
    height: 8px;
    background: #fff;
    display: inline-block;
    transform: translate3d(4px, 0px, 0) rotate( -45deg);
    transition: all 0.3s;
}
.main-navigation li:hover a:before,.main-navigation li:hover a:after{
    background: #dd6e7a;
    transition: all 0.3s;
}

p.center {
    text-align: center;
}
.center {
    text-align: center;
}

.main-navigation ul ul.sub-menu a {
    width: 100%;
    text-align: left;
    display: block;
}
.main-navigation ul ul.sub-menu li {
    width: 100%;
    display: inline-block;
}
.main-navigation ul ul.sub-menu li:hover {
    background-color: rgba(205, 116, 124, 0.8);
    transition: all 0.3s;
}
.main-navigation ul ul.sub-menu li:hover a{
    color: #fff!important;
    transition: all 0.3s;
}


.long_menu ul.sub-menu {
    width: 340px!important;
    padding: 0px;
}
.long_menu ul.sub-menu{
    width: 100%;
}
.long_menu ul a {
    width: 290px!important;
    display: block;
    text-align: left;
}

#tab_container_385 .wpsm_nav-tabs > li > a {
    font-family: 'Kanit'!important;
}

.hide-submenu a:after,.hide-submenu .sub-menu{
    display: none!important;
}
a.btn.lg-menu.btn-toggle-menu {
    position: absolute;
    right: 15px;
    color: #cf757e;
    font-size: 20px;
    top: 8px;

}
/*ul.sub-menu:before{
    content: "/f0d8";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    color: #fff;
}*/
.sub-menu i.fas.fa-caret-up {
    position: absolute;
    color: #fff;
    font-size: 20px;
    top: -12px;
    /*left: 49%;*/
    left: 45px;
    transition: all 0.3s;
}
.sub-menu .menu-item:first-child:hover ~ i.fas.fa-caret-up {
    color: #d88f96;
    transition: all 0.3s;
}
.social-main a:hover{
    color: #dd6e7a!important;
}

#navbarMenu .menu-mobile-menu-container {
    /*transform: translateY(-50%);
    top: 40%;
    position: relative;*/
}
#navbarMenu .mobile-menu{
    transform: translateY(-50%);
    top: 40%;
    position: relative;
}
#navbarMenu .lang-container {
    position: relative;
    right: 0px;
    top: unset;
    transform: unset;
    text-align: center;
}
#navbarMenu ul.sub-menu {
    padding: 0px;
    margin: 0px;
    /*display: none;*/
    transition: all 0.3s;
    position: relative;
    height: 0px;
    overflow: hidden;
    /*margin-top: 20px;*/
}
#navbarMenu .menu a {
    color: #fff;
    font-family: 'Poppins','MosseThai-Medium';
}
#navbarMenu .navbar-toggler {
    float: right;
    position: absolute;
    right: 15px;
    z-index: 9999;
}
#navbarMenu .custom-logo-link{
    position: relative;
    display: inline-block;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}
#navbarMenu .menu li {
    padding: 5px 0px;
}
#navbarMenu ul.sub-menu.active {
    /*display: block;*/
    transition: all 0.3s;
    /*height: 115px;*/
    /*height: auto;
    min-height: 80px;*/
    margin-top: 15px;
}
#navbarMenu #menu-item-62 ul.sub-menu.active{
    height: 145px;
}
#navbarMenu #menu-item-68 ul.sub-menu.active{
    height: 70px;
}
#navbarMenu .sub-menu i.fas.fa-caret-up {
    display: none;
}
#navbarMenu .menu a {
    position: relative;
}
#navbarMenu .menu .menu-item-has-children > a:after {
    /*font-family: "Font Awesome 5 Free";*/
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f078";
    display: inline-block;
    left: unset;
    position: absolute;
    top: 0px;
    right: -20px;
    background: transparent;
    transform: unset;
}
#navbarMenu .menu .menu-item-has-children > a:before{
    display: none;
}


.page-template-template .home-icon,.search .home-icon{
    background-image: url(/wp-content/uploads/2021/09/home-icon-new_g.png);
    background-size: cover;
}
.home .home-icon ,.site-header.fixed .home-icon, .page-template-about-us .home-icon{
    background-image: unset;
}


.home.page-template .lang-container li.lang-item a ,.page-template-about-us.page-template .lang-container li.lang-item a{
    color: #fff;
}
.page-template-template .lang-container li.lang-item a ,.search .lang-container li.lang-item a{
    color: #fff;
}

.home.page-template-template header#masthead ,.page-template-about-us.page-template header#masthead {
    /* background-image: linear-gradient(rgba(255,255,255,.2), rgba(255,255,255,.0)); */
    background-color: #3c697e!important;
    /* background-color: transparent; */
}
.page-template-template header#masthead ,.search header#masthead{
    background-color: #3c697e!important;
}

.home.page-template-template .main-navigation a, .page-template-about-us.page-template .main-navigation a {
    color: #fff;
}
.page-template-template .main-navigation a ,.search .main-navigation a {
    color: #fff;
}
.page-template-template .site-header.fixed .main-navigation a ,.search .site-header.fixed .main-navigation a {
    color: #fff;
}
.page-template-template .site-header.fixed .lang-container li.lang-item a ,.search .site-header.fixed .lang-container li.lang-item a {
    color: #fff;
}

.home.page-template-template .menu .menu-item-has-children > a:after , .site-header.fixed .menu .menu-item-has-children > a:after ,.page-template-about-us .menu .menu-item-has-children > a:after{
    color: #fff;
    background-color: #fff;
}
.page-template-template .menu .menu-item-has-children > a:after ,.search .menu .menu-item-has-children > a:after{
    color: #fff;
    background-color: #fff;
}
.home.page-template-template .menu .menu-item-has-children > a:before , .site-header.fixed .menu .menu-item-has-children > a:before, .page-template-about-us .menu .menu-item-has-children > a:before{
    color: #fff;
    background-color: #fff;
}
.page-template-template .menu .menu-item-has-children > a:before ,.search .menu .menu-item-has-children > a:before{
    color: #fff;
    background-color: #fff;
}


.search main#primary {
    padding-top: 150px;
    padding-bottom: 35px;
    background: #f2f1ec;
}
section.no-results.not-found {
    min-height: 400px;
    padding-top: 100px;
}
.site-header.bg-search {
    background-color: rgba(60,105,126,0.9)!important;
}
.site-header.bg-search.fixed {
    background-color: rgba(60,105,126,1)!important;
}

.link-search {
    text-align: center;
    margin-top: 7px;
}
.link-search a {
    color: #fff;
    padding: 5px 20px;
    font-family: 'Poppins','MosseThai-Medium';
    font-weight: 300;
    display: inline-block;
}

@media screen and (min-width: 37.5em){
    .main-navigation ul {
        display: block;
        text-align: center;
    }
}
@media screen and (min-width: 1440px){
    .site-branding {
        background-size: contain;
    }
}
/******************************** FOOTER *****************************/


.site-footer .social img {
    max-width: 40px;
}

.site-footer p ,.site-footer a{
	color: #fff;
	font-family: "Poppins";
    /*font-size: 15px;*/
    font-size: 12px;
}
.site-footer a {
    color: #fff;
    font-family: 'Canela-Regular','MosseThai-Medium'!important;
    /*font-size: 16px;*/
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.site-footer .menu li{
    margin-bottom: 15px;
}

.site-footer .logo-footer{
	text-align: center;
    margin-bottom: 35px;
}
.site-footer .menu-footer{
    margin-bottom: 0px;
}
.site-footer .logo-footer img {
    max-width: 70px;
}
.site-footer {
    background-color: #cd747c;
    /*background-image: url(/wp-content/themes/betimes-cms-master/img/footer_bg_1.jpeg);*/
    background-position: 50% 50%;
    background-size: cover;
    padding: 60px 0px;
    padding-bottom: 0px;
}
.info {
    background-color: #3c697e;
    padding: 15px 15px;
}
.info p{
    margin-bottom: 0px;
    /*font-size: 14px;*/
    font-size: 12px;
}
.site-footer .social {
    margin-bottom: 20px;
}
.bg-footer {
    /*height: 140px;
    background-size: 150px;*/
    height: 61px;
    background-size: 71px;
    background-repeat: repeat-x;
    opacity: 0.4;
}
.call-footer {
    /*font-size: 16px;*/
    font-size: 12px;
}

.site-footer{
    color: #fff;
}
.site-footer ul{
    padding: 0px;
}
.over-width .menu{
    width: 150%;
}
.site-footer h4 ,.site-footer .big-ft-menu a{
    /*font-size: 16px;*/
    font-size: 12px;
    letter-spacing: 2px;
}
.call-footer span,.big-ft-menu a span{
    /*font-size: 16px;*/
    font-size: 13px;
    font-family: 'Poppins','MosseThai-Medium';
    letter-spacing: 0;
}
.site-footer a:hover {
    color: #3c6980!important;
}


.footer-header-menu{
    margin-bottom: 1rem;
    position: relative;
}
.big-ft-menu ul li {
    margin-bottom: 10px;
}
ul#menu-footer-4 {
    margin-bottom: 5px;
}
.footer-header-menu h4 a[aria-expanded="false"]:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    display: inline-block;
    position: relative;
    top: 0px;
}
.footer-header-menu h4 a[aria-expanded="true"]:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f077";
    display: inline-block;
    position: relative;
    top: 0px;
}

.social-sticky {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    z-index: 9999;
    background-color: #e5dbcd;
    padding: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #a5854f;
}
.social-sticky ul{
    padding : 0px;
    margin: 0px;
}
.social-sticky ul li {
    border-bottom: 1px solid #a5854f;
    padding: 18px 8px;
    text-align: center;
}
.social-sticky ul li:first-child {
    padding: 13px 8px;
}
.social-sticky ul li:last-child {
    border-bottom: 0px solid #a5854f;
}
.social-sticky ul i{
    color: #a5854f;
    font-size: 28px;
    margin-bottom: 5px;
}
.social-sticky ul li p{
    color: #a5854f;
    font-weight: bold;
    text-align: left;
    font-size: 13px;
    margin-bottom: 10px;
}
.social-sticky ul a:hover i{
    color: #dd6e7a;
}
.social-sticky .fa-youtube {
    font-size: 30px;
}
.social-sticky img{
    max-width: 30px;
}
.social-sticky img.icon_hv {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}
.social-sticky ul a:hover img.icon_hv {
    opacity: 1;
    transition: all 0.3s;
}
.social-sticky ul a:hover img.icon_nhv {
    opacity: 0;
    transition: all 0.3s;
}

.mobile-sticky img{
    max-width: 30px;
    height: 26px;
}
.mobile-sticky a:hover{
    color: #fff!important;
}

/******************************* HOME PAGE *****************************/


.title-home h2 {
    color: #3c6980;
}

/*.home-text-content{
    opacity: 0;
}*/

.shop_home {
    background-color: #3c697e;
    padding: 35px 0px;
    background-size: 300px;
    background-repeat: repeat-x;
    background-position: bottom center;
    padding-bottom: 15px!important;
}
.shop_home h2{
    color: #fff;
}
.shop_home img {
    max-width: 400px;
}

.home-banner ul.slick-dots {
    position: absolute;
    right: 50px;
    /* top: 45vh; */
    z-index: 999;
    transform: translateY(-52vh);
    width: 20px;
}
.home-banner ul.slick-dots li{
    font-size: 0px;
    margin-bottom: 0px;
    pointer-events: auto;

}
.home-banner ul.slick-dots li:after{
    content: "";
    width: 5px;
    height: 5px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    display: none;
}
.home-banner ul.slick-dots li.slick-active:after {
    width: 5px;
    height: 5px;
    border-radius: 23px;
}

.bg-oval {
    background-color: #f3f1ec;
    padding: 35px 0px;
}
div#update-event {
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 300px;
    /*background-attachment: fixed;*/
}
div#update-promotion {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 600px;
    /*background-attachment: fixed;*/
    padding-bottom: 80px;
}

.normal-section {
    position: relative;
    z-index: 1000;
    /*background-color: #fff;*/
    padding: 35px 0px;
}
.normal-section.home-text {
    background-color: rgba(0,0,0,0.4);
    height: 100vh;
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 0px;
}
.normal-section.home-text .container {
    height: 100vh;
}
.home-text .home-text-content{
    text-align: center;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}
.home-text .home-text-content h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 3px;
}
.home-text .home-text-content img {
    max-width: 70px;
    display: inline-block;
}
.home-text .wpr-video {
    text-align: center;
}

div#follow_ig {
    background-color: #f2f1ec;
}
div#contact {
    background-color: #f2f1ec;
}
.title-home{
    position: relative;
}
.event-session .title-home:before{
    content: "";
    height: 2px;
    width: 100%;
    background-color: #e6d9cf;
    position: absolute;
    left: 0px;
    top: 45%;
}
.title-home h2{
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Canela-Light', 'MosseThai-Medium';
}
.title-home h4 {
    color: #3c6980;
    letter-spacing: 2px;
}
.title-home h4 a{
    color: #3c6980;
}
.title-home h2 span{
    background-color: #f2f1ec;
    z-index: 1;
    position: relative;
    padding: 0px 30px;
    font-family: 'Canela-Light', 'MosseThai-Medium';
}
.title-home h2 span:before {
    content: "";
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: absolute;
    left: -60px;
    /*top: 0%;*/
    border: 2px solid #e6d9cf;
    top: 50%;
    transform: translateY(-50%);
}
.title-home h2 span:after {
    content: "";
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: absolute;
    right: -60px;
    /*top: 0%;*/
    border: 2px solid #e6d9cf;
    top: 50%;
    transform: translateY(-50%);
}
.title-home a{
    color: #fff;
    margin-top: 15px;
    display: inline-block;
}
.title-home a img{
    max-width: 90px;
    margin-left: 20px;;
}

.event-home .img-event {
    padding: 35px;
    background-image: url(/wp-content/themes/betimes-cms-master/img/promotion_bg_img.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 11;
    position: relative;
}
.event-home .img-event img {
    width: 100%;
}

.event-home .content-event {
    padding: 30px 0px;
}
.event-home .col-md-6:nth-child(1){
    z-index: 1;
}

.event-home .content-event .bg-content-event {
    background-color: #f4eae9;
    padding: 30px;
    height: 100%;
    position: relative;
    display: table;
    width: 100%;
}
.event-home .content-event .bg-content-event .bg-content-event-inner{
    display: table-cell;
    vertical-align: middle;
}
.event-home .content-event .bg-content-event:before {
    content: " ";
    background-color: #f4eae9;
    width: 50%;
    height: 100%;
    left: -50%;
    display: inline-block;
    position: absolute;
    top: 0;
    z-index: 0;
}
.promotion-slide .title-promotion h4, .promotion-slide .title-promotion h4 a {
    font-family: 'Kanit','MosseThai-Medium' !important;
}
.event-home .content-event .bg-content-event h4, .event-home .content-event .bg-content-event h4 a{
    font-family: 'Kanit','MosseThai-Medium';
    font-size: 32px;
    color: #3d697f;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.event-home .content-event .bg-content-event p {
    color: #221f20;
    font-size: 18px;
}
.event-home .view_all img{
    float: right;
}
.event-home .view_all a{
    color: #000;
    font-family: 'Canela-Regular','MosseThai-Medium'!important;
}
.event-home .view_all {
    padding-left: 30px;
    margin-top: 15px;
}
.event-home .view_all a:after{
    content: "";
    width: 112px;
    height: 22px;
    position: absolute;
    right: 0px;
    background-image: url(/wp-content/themes/betimes-cms-master/img/arrow_pink.png);
    opacity: 0;
    transition: all 0.3;
}
.event-home .view_all:hover a:after{
    opacity: 1;
    transition: all 0.3;
}
.event-home .view_all:hover img{
    opacity: 0;
    transition: all 0.3;
}
.event-home .view_all:hover a{
    color: #c46e75!important;
}
.event-home .slick-slide >.row {
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 10px;
}

.share_post p{
    text-align: center;
    display: inline-block;
    font-family: 'Canela-Regular','MosseThai-Medium'!important;
    text-transform: uppercase;
    font-size: 14px;
}
.share_post ul{
    display: inline-block;
    padding-left: 15px!important;
    width: auto!important;
    bottom: 0px!important;
}
.share_post ul a {
    font-size: 26px;
    padding-top: 3px;
}
i.fab.fa-facebook {
    color: #3d697f;
}


.seed-social .text {
    display: none;
}
.seed-social .facebook svg, .seed-social .facebook span {
    /*color: #3d697f;*/
    color: #cd747c;
}
.seed-social .facebook a {
    background-color: transparent!important;
    padding: 0px!important;
    min-width: auto;
    min-height: auto;
}
.seed-social>li {
    vertical-align: middle;
    margin-right: 10px;
}

.seed-social .line a {
    background-color: transparent;
    color: #00b900!important;
    padding: 0px;
    min-width: auto;
    min-height: auto;
}
svg.ss-line {
    /*color: #00b900!important;*/
    color: #cd747c;
}

.promotion-all{
    /*background-color: #3c697e;*/
    color: #fff;
    width: 350px;
    position: absolute;
    right: 60%;
    z-index: 1;
    /*padding-top: 20px;
    padding-bottom: 20px;*/
}
.promotion-all-bg > div{
    padding-top: 1px;
}
.promotion-all-bg {
    background-color: #3c697e;
    height: 100%;
}

.promotion-all .border-white {
    border-color: #fff!important;
    padding: 10px;
    margin: 0px 15px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    margin-top: 15px;
    font-size: 13px;
}
.promotion-all .border-white p {
    margin-bottom: 0px;
}
.promotion-all .content-promotion-all {
    position: relative;
    top: 40%;
    transform: translateY(-50%);
}
.promotion-all h5 {
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 20px;
    color: #fff;
    font-size: 16px!important;
}
.promotion-all h5 a{
    color: #fff;
    font-size: 16px!important;
}
.promotion-all h5 a img{
    float: right;
    max-width: 80px;
    transition: all 0.3s;
} 

.promotion-all h5 a:after {
    content: "";
    width: 80px;
    height: 15px;
    position: absolute;
    right: 20px;
    background-image: url(/wp-content/themes/betimes-cms-master/img/arrow_pink.png);
    opacity: 0;
    transition: all 0.3s;
    background-size: cover;
}
.promotion-all h5:hover a:after {
    opacity: 1;
    transition: all 0.3s;
}
.promotion-all h5:hover img {
    opacity: 0;
    transition: all 0.3s;
}
.promotion-all h5:hover a{
    color: #c46e75;
}

div#update-promotion {
    background-image: unset;
    z-index: 0;
}
.promotion-session:after{
    content: "";
    height: 2px;
    width: 100%;
    background-color: #e6d9cf;
    position: absolute;
    left: 0px;
    bottom: 43px;
}
.promotion-session:before {
    content: "";
    height: 100%;
    width: 100%;
    /*background-color: #e6d9cf;*/
    position: absolute;
    left: 0px;
    top: -10%;
    background-image: url(/wp-content/themes/betimes-cms-master/img/promotion_bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}
.promotion-session .container-fluid:nth-child(1):after {
    content: "";
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    bottom: 20px;
    border: 2px solid #e6d9cf;
    z-index: 1;
}
.promotion-session .container-fluid:nth-child(1):before {
    content: "";
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    bottom: 20px;
    border: 2px solid #e6d9cf;
    z-index: 1;
}
.promotion-session .container-fluid:nth-child(2):after {
    content: "";
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: absolute;
    right: 50%;
    bottom: -60px;
    border: 2px solid #e6d9cf;
    z-index: 1;
    transform: translatex(5px);
}
.promotion-session .container-fluid:nth-child(2):before {
    content: "";
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: -60px;
    border: 2px solid #e6d9cf;
    z-index: 1;
    transform: translatex(-5px);
}
.promotion-slide .title-promotion > h4{
    min-height: 54px;
}

.promotion-slide{
    background-color: #fff;
}
/*.promotion-slide .title-promotion {
    min-height: 170px;
    padding: 15px 30px;
}*/
.promotion-slide .title-promotion {
    min-height: 110px;
    padding: 30px 0px;
    background-color: #3c697e;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
}
.promotion-slide:hover .title-promotion {
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
.promotion-slide .title-promotion h4,.promotion-slide .title-promotion h4 a{
    font-size: 18px;
    /*color: #3c6980;*/
    color: #fff;
    letter-spacing: 0.8px;
    line-height: 1.5;
}
.promotion-slide .title-promotion > h4{
     padding: 0px 30px;
     margin-top: 15px;
}

.promotion-slide .title-promotion > p{
    display: none;
}
.promotion-slide .category-title {
    background-color: #c46e75;
    display: inline-block;
    padding: 10px 10px;
    position: relative;
}
.promotion-slide .category-title:after {
    content: "";
    position: absolute;
    right: -12px;
    top: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 0 21px 12px;
    border-color: transparent transparent transparent #c46e75;
}

.promotion-slide .title-promotion .category-title h4 {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0px;
}
.promotion-slide .title-promotion h4 a:hover{
    color: #fff!important;
}
.promotion-slide .img-event {
    overflow: hidden;
}
.promotion-slide .img-event img{
    transition: all 0.3s;
}
.promotion-slide:hover .img-event img{
    /*transform: scale(1.1);*/
    transition: all 0.3s;
}

.promotion-session .slick-arrow {
    background-color: #decbbd;
}
.promotion-session .slick-prev {
    background-image: url(/wp-content/themes/betimes-cms-master/img/prev_arrow_mint.png);
    background-size: 40px;
    background-repeat: no-repeat;
    width: 50px;
    background-position: 50% 50%;
    height: 50px;
    transition: all 0.3s;
    left: 5%;
}
.promotion-session .slick-prev:hover {
    background-image: url(/wp-content/themes/betimes-cms-master/img/prev_arrow_white.png);
    background-color: #3c697e;
}
.promotion-session .slick-next {
    background-image: url(/wp-content/themes/betimes-cms-master/img/next_arrow_mint.png);
    background-size: 40px;
    background-repeat: no-repeat;
    width: 50px;
    background-position: 50% 50%;
    height: 50px;
    transition: all 0.3s;
    right: 5%;
}
.promotion-session .slick-next:hover {
    background-image: url(/wp-content/themes/betimes-cms-master/img/next_arrow_white.png);
    background-color: #3c697e;
}
.promotion-session .slick-prev:before, .promotion-session .slick-next:before{
   opacity: 0;
}


#shop_home .title-home a {
    position: relative;
    font-size: 16px;
}
#shop_home .title-home h5 a:after {
    content: "";
    width: 90px;
    height: 17px;
    position: absolute;
    right: 0px;
    background-image: url(/wp-content/themes/betimes-cms-master/img/arrow_pink.png);
    opacity: 0;
    transition: all 0.3s;
    background-size: cover;
    top: 2px;
}
#shop_home .title-home h5 a:hover:after{
    opacity: 1;
    transition: all 0.3s;
}
#shop_home .title-home h5 a:hover img{
    opacity: 0;
    transition: all 0.3s;
}

.shop_marquee {
    position: absolute;
    bottom: 0px;
    /*font-size: 90px;
    color: #fff;
    font-family: 'Canela-Light','MosseThai-Medium'!important;
    letter-spacing: 8px;*/
}
/*.shop_marquee .shop_text_1{
    -moz-animation: marquee 5s linear infinite;
    -webkit-animation: marquee 5s linear infinite;
    animation: marquee 5s linear infinite;

}*/
      /*@-moz-keyframes marquee {
        0% {
          transform: translate(0, 0);
        }
        100% {
          transform: translate(-100, 0%);
        }
      }
      @-webkit-keyframes marquee {
        0% {
          transform: translate(0, 0);
        }
        100% {
          transform: translate(-100, 0%);
        }
      }
      @keyframes marquee {
        0% {
          -moz-transform: translate(0, 0);
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
        }
        100% {
          -moz-transform: translate(-100%, 0%);
          -webkit-transform: translate(-100, 0%);
          transform: translate(-100, 0%);
        }
      }*/

.marquee {
    position: relative;
    overflow: hidden;
    /*--offset: 20vw;
    --move-initial: calc(-25% + var(--offset));
    --move-final: calc(-50% + var(--offset));*/
}

.marquee__inner {
    width: fit-content;
    display: flex;
    position: relative;
    opacity: 0.8;
    /*transform: translate3d(var(--move-initial), 0, 0);*/
    /*animation: marquee 25s linear infinite forwards;*/
    /*animation-play-state: running;*/
}
.marquee__inner_right{
    /*right: 0px;
    float: right;*/
}
section#shop_home_1 {
    /* z-index: -1; */
}
.marquee__left {
    animation: marquee-left 70s linear infinite forwards;
    left: auto !important;
    right: auto !important;
}
.marquee__right {
    animation: marquee-right 70s linear infinite forwards;
    left: auto !important;
    right: auto !important;
}
.marquee__inner.marquee__inner_left.marquee__right.animate4 {
    display: none;
}
.marquee span {
    font-size: 7vw;
    padding: 0 2vw;
    color: #fff;
    font-family: 'Canela-Light','MosseThai-Medium'!important;
    letter-spacing: 8px;
    line-height: 1;
}

/*@keyframes marquee {
    0% {
        transform: translate3d(var(--move-initial), 0, 0);
    }

    100% {
        transform: translate3d(var(--move-final), 0, 0);
    }
}*/
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-66.6%); }
} 
@keyframes marquee-right {
  0% { transform: translateX(0); }
  100% { transform: translateX(-66.6%); }
}           
@keyframes marquee-left {
  0% { transform: translateX(-66.6%); }
  100% { transform: translateX(0); }
}      

.img-contact {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    float: left;
}
.contact-detail {
    display: inline-block;
    padding: 0px 15px;
    width: 75%;
}
.row.google-map {
    margin-top: 35px;
}
.contact-detail a{
    color: #212529;
}

.contact-detail .title-home:after,.contact-detail p:nth-child(2):after,.contact-detail p:nth-child(3):after{
    content: "";
    width: 25px;
    height: 1px;
    display: block;
    margin-top: 20px;
    position: relative;
    background-color: #dddddd;
}
.contact-detail .title-home {
    margin-bottom: 25px;
}

.button_contact span.ajax-loader {
    position: absolute;
    opacity: 1;
    top: 8px;
}
.button_contact {
    display: inline-block;
    position: relative;
    border-radius: 5px;
}
.button_contact .button_contact_hv{
    background-color: #3d697f;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 5px;
}
.button_contact .button_contact_hv:before {
    content: " ";
    position: absolute;
    border-radius: 5px;
    background-color: #dd6e7a;
    width: 0%;
    height: 100%;
    left: 0px;
    top:  0px;
    transition: all 0.3s;
}
.button_contact:hover .button_contact_hv:before {
    width: 100%;
    transition: all 0.3s;
}




.home-banner .slick-prev {
    right: 45px;
    top: 30%;
    left: unset;
    background-image: url(/wp-content/uploads/2021/08/up_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px;
    bottom: unset;
}
.home-banner .slick-next {
    right: 45px;
    bottom: 30%;
    position: absolute;
    top: unset;
    height: 30px;
    background-image: url(/wp-content/uploads/2021/08/down_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.home-banner .slick-next:before {
    content: "\f078";
    opacity: 0;
}
.home-banner .slick-prev:before {
    content: "\f077";
    opacity: 0;
}



.swipebox-video-container {
    max-width: 80%!important;
    padding: 50px!important;
}
#swipebox-bottom-bar {
    display: none;
}


#follow_ig .title-home h4 a {
    position: relative;
}
#follow_ig .title-home img{
    max-width: 35px;
}
#follow_ig .title-home h4 a:after{
    content: "";
    width: 35px;
    height: 19px;
    position: absolute;
    right: 0px;
    background-image: url(/wp-content/themes/betimes-cms-master/img/next_arrow_pink.png);
    opacity: 0;
    transition: all 0.3s;
    background-size: cover;
    top: 20%;
    /*transform: translateY(-50%);*/
}
#follow_ig .title-home h4:hover a:after{
    opacity: 1;
    transition: all 0.3s;
}

#follow_ig .title-home h4:hover img{
    opacity: 0;
    transition: all 0.3s;
}
.eapps-instagram-feed-title-container {
    display: none;
}



.helight_home ,.hilight-news, .vdo_home,.all-news{
    padding: 35px 0px;
    background-position: 0% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.mini-banner{
    padding-top: 35px; 
    background-position: 0% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.middle-home {
    padding-top: 35px;
}
.middle-home .slick-dots{
    display: none;
}

.hilight-news p,.hilight-news a, .vdo_home a{
    color: #fff;
}

#hero p{
    background-color: #0c5daa;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    padding: 14px 10px;
    font-family: 'Kanit';
}
#hero p.commander{
    background-color: #211871;
    padding: 25px 20px;
}

.deputy-commander p {
    background-color: #0c5daa;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-family: 'Kanit';
    padding-bottom: 30px;
}

h4.hilight-home {
    background-color: #20166d;
    margin: 0px;
    color: #fff;
    padding: 12px 15px;
}

.title-home {
    color: #fff;
    margin-bottom: 35px;
}
.black.title-home {
    color: #000;
}
.title-home:before{
    /*content: "";
    height: 25px;
    width: 2px;
    display: inline-block;
    position: relative;
    margin-right: 15px;
    background-color: #fff;
    top: 5px;*/
}
.black.title-home:before {
    background-color: #000;
}

.hilight-home-text{
    background-color: #0c5daa;
    padding: 15px;
    min-height: 383px;
    color: #fff;
}

.post-grid h4 {
    font-size: 18px;
}
.post-grid .post-img,.post-grid .post-detail{
    margin-bottom: 25px;
}

.vdo_home .img-vdo {
    margin-bottom: 35px;
}
.vdo_home .img-vdo a{
    z-index: 9;
    position: relative;
    display: inline-block;
}
.vdo_home .img-vdo a:before {
    content: " ";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    position: absolute;
    top: 0px;
    transition: all 0.3s;
}
.vdo_home i.fas.fa-play-circle ,.vdo_home i.far.fa-play-circle {
    color: #fff;
    font-size: 50px;
    position: absolute;
    top: 45%;
    left: 45%;
    /*transform: scale(1) translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/
    z-index: 99;
    transition: all 0.3s;

}
.vdo_home .heateor_sss_horizontal_sharing .heateorSssSharing, .vdo_home .heateor_sss_standard_follow_icons_container .heateorSssSharing {
    background: transparent;
}
.vdo_grid .content-hover:hover .img-vdo a:before{
    opacity: 0;
    transition: all 0.3s;
}
.vdo_grid .content-hover:hover i.far.fa-play-circle{
    transform: scale(1.2);
    /*font-size: 60px;*/
    transition: all 0.3s;
}


.banner-caption {
    background-color: rgba(5,19,42,0.7);
    color: #fff;
    padding: 15px 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.banner-caption h5{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}

.home_slider img {
    width: 100%;
}
.slick-slider ul {
    list-style: none;
    text-align: center;
    padding: 0px;
    margin: 0px;
    /*position: absolute;*/
    position: relative;
    width: 100%;
    bottom: -20px;
    z-index: 99;
}
.helight_home .slick-slider ul {
    /*position: absolute;
    width: 100%;
    bottom: 15px;*/
}
.share-post i,.share-post span {
    display: block;
    margin-bottom: 6px;
}
.share-post {
    text-align: center;
    top: 60px;
    position: relative;
    z-index: 9999;
}
.vdo_grid .share-post{
    top: 0px;
}


.slick-slider .slick-dots li a{
    font-size: 0px;
}
.slick-slider .slick-dots li {
	width: 10px!important;
    height: 10px!important;
    line-height: 2;
    background: #fff;
    z-index: 11;
    border-radius: 50%;
    display:inline-block;
    margin: 0px 5px;
}
.slick-slider .slick-dots li.slick-active {
    background: #fff;
    color: #fff;
    opacity: 0.5;
}
.slick-prev,
.slick-next {
    font-size: 0;
    position: absolute;
    bottom: 40%;
    color: #fff;
    border: 0;
    background: none;
    z-index: 1;
}

.slick-prev {
    left: 20px;
}

/*.slick-prev:after {
	  content: "\f104";
    font: 40px/1 'FontAwesome';
}*/

.slick-next {
    right: 20px;
    text-align: right;
}

/*.slick-next:after {
	   content: "\f105";
     font: 40px/1 'FontAwesome';
}*/

.slick-prev:before {
  /*font-family: "Font Awesome 5 Free"; */
  font-weight: 900; 
  content: "\f104";
  font-size: 2rem;
}

.slick-next:before {
  /*font-family: "Font Awesome 5 Free"; */
  font-weight: 900; 
  content: "\f105";
  font-size: 2rem;
}

.slick-prev:hover:after,
.slick-next:hover:after {
    color: #7e7e7e;
}
.slick-initialized .slick-slide {
    position: relative;
}

.deputy-commander .slick-prev,.deputy-commander .slick-next {
    background-color: #20166d;
    width: 30px;
    text-align: center!important;
    bottom: 0px;
}
.deputy-commander .slick-prev {
    left: 0px;
}
.deputy-commander .slick-next {
    right: 0px;
}
.deputy-commander  .slick-prev:before ,.deputy-commander  .slick-next:before {
    font-size: 20px;
}
.hilight-news .slick-prev {
    left: -35px;
}
.hilight-news .slick-next {
    right: -35px;
}


.post-detail h4 a{
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.vdo_grid{
    margin-bottom: 35px;
}

.home_slider .readmore a {
    color: #fff;
    font-size: 18px;
}


.ig_row {
    display: flex;
    overflow: hidden;
}
.ig_content {
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
}
.text_ig {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    padding: 20px;
    vertical-align: middle;
    font-size: 14px;
    transition: all 0.3s;
    opacity: 0;
}
.ig_content:hover .text_ig {
    top: 0px;
    opacity: 1;
    transition: all 0.3s;
}

.text_ig > .row {
    text-align: center;
    padding: 0% 25%;
    margin-bottom: 30px;
    margin-top: 25%;
    transform: translateY(-50%);
    position: relative;
}
.text_ig > p{
    text-align: center;
}
div#follow_ig {
    overflow: hidden;
}

.page-template-default li {
    margin-bottom: 1rem;
}

/******************************* SINGLE POST PAGE *****************************/



header.entry-header {
    /*background: rgb(15,59,98);
    background: linear-gradient(180deg, rgba(15,59,98,1) 0%, rgba(18,50,99,1) 100%);*/
    background-color: #3c697e;
    padding: 35px 0px;
    color: #fff;
    padding-top: 200px;
}
footer.entry-footer {
    display: none;
}
aside#secondary {
    display: none;
}
.single .entry-content {
    min-height: 400px;
}
.single .entry-content .share-post {
    display: none;
}


.entry-meta {
    text-align: center;
    margin-bottom: 20px;
}
.entry-header h1.entry-title {
    text-align: center;
}
.category-name {
    text-align: left;
    margin-bottom: 20px;
}
.single .category-name {
    text-align: center;
    margin-right: 0px;
}
.single .category-name:after {
    content: "";
    display: block;
    width: 90px;
    height: 2px;
    position: relative;
    background-color: #fff;
    text-align: center;
    margin-top: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.home .post-grid .category-name {
    text-align: left;
    border-bottom: 0px solid #4c4489;
    padding-bottom: 0px;
}
.home .category-name {
    text-align: left;
    border-bottom: 1px solid #4c4489;
    padding-bottom: 25px;
}


.category-name span {
    background-color: #f0c900;
    padding: 5px 20px;
    display: inline-block;
    color: #000;
    margin-right: 15px;
    font-family: "Kanit";
}
.category-name span {
    font-size: 14px;
}
.entry-header .category-name span {
    margin-right: 0px;
}
.sub-category-name {
    color: #51aaff;
    margin-bottom: 20px;
    font-weight: 200;
}
.back-all {
    text-align: right;
}
nav.navigation.post-navigation {
    display: none;
}
span.cat-links {
    display: none;
}
.button {
    background-color: #0c5eaa;
    display: inline-block;
    padding: 5px 30px;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s;
}
.button:hover {
    background-color: #1e146a;
}


.readmore a{
    font-family: 'Kanit';
    color: #0c5daa;
}
.readmore a:hover{
    color: #000!important;
}

.more a{
    background-color: #0c5daa;
    color: #fff;
    padding: 15px 50px;
    border-radius: 5px;
    display: inline-block;
}
.more a:hover{
    background-color: #1e146a;
    color: #fff!important;
}
p.text ,div.text{
    padding: 30px 10%;
    padding-top: 0px;
}
.single-post .entry-content img{
    text-align: center;
    margin-bottom: 35px;
}

.single-post iframe {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}
.container.address {
    padding-bottom: 35px;
}

/****************************** NEWS TEMPLATE ********************************/


button#myBtn {
    position: fixed;
    left: 50%;
    z-index: 999;
    bottom: 50px;
    background: transparent;
    border: 0px;
    cursor: pointer;
    transform: translateX(-50%);
}
button#myBtn i.fas.fa-chevron-up {
    color: #fff;
    width: 32px;
    height: 32px;
    background-color: #939598;
    vertical-align: middle;
    border-radius: 0%;
    line-height: 1.8;
}
.entry-footer > .container > .row{
    border-bottom: 1px solid #eff0f2;
    padding-bottom: 35px;
}
.single .entry-content .share-post {
    text-align: center;
    top: 0px;
    position: relative;
    width: 40px;
    position: absolute;
    z-index: 9999;
    right: -30px;
    color: #b2b2b2;
}
.single  .entry-content {
    margin-top: 50px;
}

span.count {
    font-size: 13px;
}

.custom-pagination {
    text-align: center;
}
.custom-pagination .page-numbers,.custom-pagination span{
    background-color: #3c697e;
    width: 35px;
    position: relative;
    display: inline-block;
    height: 35px;
    line-height: 2.2;
    color: #fff;
    font-family: "Kanit";
    border: 1px solid #3c697e;
}
/*.post-grid-all .post-grid-img a{
    overflow: hidden;
    position: relative;
}
.post-grid-all img{
    transition: all 0.2s;
}
.post-grid-all:hover .post-grid-img img {
    transform: scale(1.1 ,1.1);
    transition: all 0.2s;
}*/



.wpcf7{
    /*margin-top: 50px;*/
    /*max-width: 700px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);*/
}
.wpcf7 label {
    margin-bottom: 0px;
    font-family: 'Poppins','MosseThai-Medium';
    color: #535252;
    font-weight: 300;
    margin-top: 15px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    width: 100%;
    margin-bottom: 0px!important;
    margin-top: 0px!important;
    padding: 2px 0px;
    color: #000!important;
    font-family: 'Poppins','MosseThai-Medium';
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"]{
    height: 40px;
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    border-color: #535252;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    font-family: 'Poppins','MosseThai-Medium';
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #dddddd;
    max-height: 120px;
}
textarea.wpcf7-form-control.wpcf7-textarea:focus {
    border-color: #535252;
}
.wpcf7 .col-6 span{
    margin-bottom: 15px;
    font-family: 'Poppins','MosseThai-Medium';
    font-size: 14px;
    color: #808285;
    font-weight: 300;
}
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active
{
  -webkit-box-shadow: 0 0 0 30px #f2f1ec inset !important;
  /*-webkit-text-fill-color: #f2f1ec !important;*/
}

.page-id-22473 iframe {
    margin-bottom: 35px;
}
.wpcf7 input[type="submit"] {
    /*background-color: #3d697f;*/
    background-color: transparent;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    display: inline-block;
    border: 0px;
    font-family: 'Canela-Light','MosseThai-Medium'!important;
    text-transform: uppercase;
    background-image: url(/wp-content/themes/betimes-cms-master/img/arrow_white.png);
    background-repeat: no-repeat;
    padding-right: 100px;
    background-position: 90% center;
    background-size: 75px;
    transition: all 0.3s;
    z-index: 11;
    position: relative;
}
.wpcf7 input[type="submit"]:hover{
    /*background-color: #dd6e7a;*/
    transition: all 0.3s;
    color: #fff!important;
}
.wpcf7 p{
    /*font-family: 'Kanit';*/

}
.wpcf7 form.sent .wpcf7-response-output {
    /*border-color: #0c5daa;*/
    border-color: #fff;
    color: #fff;

}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    /*border-color: #0c5daa;*/
    border-color: #fff;
    color: #fff;
}

span.wpcf7-not-valid-tip {
    color: #dc3232!important;
    font-size: 14px;
    margin-bottom: 0px!important;
}
.text_ig i{
    font-size: 19px;
}

.wpcf7-response-output {
    display: none;
}






@media screen and (min-width: 992px){
.custom-logo-link {
    /*margin-bottom: -30px;*/
    margin-bottom: 0px;
}    
#masthead ul.sub-menu {
    min-width: 260px;
}
.promotion-home .slick-list.draggable {
    margin-left: 40%;
    padding-right: 10%;
}
a.btn.lg-menu.btn-toggle-menu {
    display: none;
}
.home-banner .slick-prev {
    right: 45px;
    top: 30%;
    left: unset;
    background-image: url(/wp-content/uploads/2021/08/up_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px;
    bottom: unset;
}
.home-banner .slick-next {
    right: 45px;
    bottom: 30%;
    position: absolute;
    top: unset;
    height: 30px;
    background-image: url(/wp-content/uploads/2021/08/down_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.home-banner .slick-next:before {
    content: "\f078";
    opacity: 0;
}
.home-banner .slick-prev:before {
    content: "\f077";
    opacity: 0;
}
#update-promotion .container-fluid.p-0{
    position: relative;
}
.promotion-all{
    height: 100%;
}
.promotion-all-bg {
    height: 100%;
    background-color: #3c697e;
}

div#update-promotion {
    padding-bottom: 130px;
}
.promotion-session:after {
    bottom: 65px;
}
.promotion-session .container-fluid:nth-child(1):after ,.promotion-session .container-fluid:nth-child(1):before{
    bottom: 50px;
}
.promotion-session .container-fluid:nth-child(2):before,.promotion-session .container-fluid:nth-child(2):after {
    bottom: -80px;
}
.row.google-map {
    margin-top: 70px;
    margin-bottom: 35px;
}
}

@media screen and (min-width: 1680px){
.promotion-all {
    min-width: 477px;
    /* padding-top: 20px;
    padding-bottom: 20px; */
}
}
@media screen and (max-width: 1440px)and (min-width: 991px) {
.promotion-all h5{
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.promotion-all .content-promotion-all {
    top: 30%;
}
.promotion-all .content-promotion-all h2 {
    font-size: 24px;
}
.site-footer .social img {
    max-width: 30px;
}
}
/*@media screen and (max-width: 1200px){*/
@media screen and (max-width: 1200px) and (min-width: 991px) {
.main-navigation li {
    position: relative;
    padding: 10px 10px;
    font-size: 13px;
}
.site-footer h4, .site-footer .big-ft-menu a {
    font-size: 14px;
}
.site-footer p, .site-footer a {
    font-size: 14px;
}
.wrp-stat .page-view .num .digi {
    line-height: 20px;
    min-width: 18px;
    font-size: 12px;
}
.h1, h1 {
    font-size: 2rem!important;
}
.category-name span {
    font-size: 12px;
    padding: 5px 10px;
}
.home-banner-bottom img {
    max-width: 120px;
}
#hero p.commander {
    padding: 22px 10px;
}
p {
    font-size: 14px;
}
.post-grid h4 {
    font-size: 16px;
}
.deputy-commander p {
    padding-bottom: 20px;
}
.slick-slide .share-post {
    left: -10px;
}



.lang-container li.lang-item {
    font-size: 13px;
}
.promotion-all .border-white {
    padding: 0px;
}
.promotion-all .border-white p {
    font-size: 12px;
}
.event-home .content-event .bg-content-event p {
    font-size: 14px;
}
.event-home .content-event .bg-content-event h4, .event-home .content-event .bg-content-event h4 a {
    font-size: 24px;
}
.shop_home img {
    max-width: 360px;
}
}

@media screen and (max-width: 992px) and (min-width: 768px) {
.site-branding.container {
    max-width: 100%;
}
.promotion-all {
    width: 100%!important;
    height: auto;
    position: relative;
    left: 0px;
    padding-top: 1px;
}
.promotion-all .content-promotion-all {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    top: 0px;
    transform: translateY(0%);
}
.promotion-all h5 {
    position: relative;
}
.event-home .img-event {
    max-width: 550px;
    left: 50%;
    transform: translateX(-50%);
}
.event-home .content-event .bg-content-event:before {
    display: none;
}
.shop_home img {
    max-width: 350px;
}
.marquee span {
    font-size: 11vw;
}
.promotion-all .border-white >.col-6:nth-child(2) p{
    text-align: right;
}
.promotion-home .slick-list.draggable {
    margin-left: 10%;
    padding-right: 10%;
}
.promotion-session .container-fluid:nth-child(1):before {
    left: 50%;
    bottom: 30px;
    margin-right: 15px;
}
.promotion-session .container-fluid:nth-child(1):after {
    left: 50%;
    bottom: 30px;
    margin-left: -15px;
}
.event-home .content-event .bg-content-event p {
    font-size: 15px;
    color: #67513c;
}
#follow_ig .title-home h4, .title-home h5 a, .promotion-all h5 a, .event-home .view_all a {
    font-size: 15px!important;
}


.top-about-content p br,.affiliated-title p br{
    display: none;
}
.title-middle h1 {
    font-size: 3.5rem!important;
    letter-spacing: 4px;
}
.mall-group .slick-slide{
    padding: 0px 20px;
}
.wp-block-column:nth-child(2n) {
    margin-left: 0em;
}
}

@media screen and (max-width: 1024px){
.site-branding {
    background-size: 100%;
}
.custom-logo-link img {
    /*max-height: 65px;*/
    max-height: 45px;
}
}

@media screen and (max-width: 992px){
.site-branding .home-icon {
    display: none;
}
.site-branding .lang-container {
    /*display: none;*/
    right: 50px;
}
.site-branding .lang-container .polylang-wpr{
    display: none;
}

div#navbarMenu {
    background: #3c697e;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
    height: 100% !important;
    opacity: 0;
    padding: 20px 20px 20px 20px;
    /* pointer-events: none; */
}
#navbarMenu {
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
#navbarMenu.show {
    opacity: 1;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
#navbarMenu .menu{
    text-align: center;
    padding: 0px;
}
#navbarMenu .menu a{
    color: #fff;
}
.navbar-toggler {
    color: #fff;
    right: 0px;
    position: relative;
    /* float: right; */
}

.lang-container .wrp-search-btn button#toggle-form {
    color: #cf757e!important;
}
.wrp-search-form{
    padding-top: 0px;
    background-color: #fff;
    left: 0px;
    width: 100%;
    transform: unset;
    margin-left: 0px;
}
.wrp-search-form.show {
    height: 120px;
}
.wrp-search-form input[type="text"] {
    max-width: 300px;
}
.wrp-search-form button.btn {
    color: #cf757e;
}
.link-search a {
    color: #cf757e;
    padding: 5px 10px;
}

header#masthead {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    height: 60px;
}
.custom-logo-link {
    position: absolute;
    left: 20px;
    text-align: left;
    z-index: 1;
    top: 5px;
}
.custom-logo-link img {
    /*max-height: 65px;*/
    max-height: 45px;
}
.site-branding {
    background-position: 15% 50%;
    background-image: unset!important;
    background-size: 300px;
    background-repeat: no-repeat;
    background-color: #fff;
    opacity: 1;
    min-height: 60px;
}
.site-header.fixed {
    background-color: #fff;
    height: 60px;
}
.main-navigation li {
    width: 100%;
}
#wprmenu_bar {
    background-color: #005bac;
    padding: 15px 15px;
    height: 70px!important;
    background-image: url(/wp-content/themes/betimes-cms-master/img/mb-bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
}
#mg-wprm-wrap.cbp-spmenu-left, #mg-wprm-wrap.cbp-spmenu-right {
    top: 70px;
    /*width: 81%;*/
    width: 250px;
}
.cbp-spmenu-push-toleft {
    left: -250px!important;
}
#mg-wprm-wrap {
    background-color: #005bac!important;
}
#mg-wprm-wrap div.wpr_search {
    display: none;
}
#mg-wprm-wrap li.menu-item a {
    font-family: 'Kanit';
}
#wprmenu_bar .bar_logo {
    height: 46px!important;
    margin-top: 3px;
}
#wprmenu_bar div.hamburger {
    margin-top: 0px;
}
.hamburger-box {
    height: 12px;
    position: relative;
}
#wprmenu_bar .menu_title {
    position: absolute;
    top: 5px;
}
html.js {
    padding: 0px!important;
}
p.text,div.text {
    padding: 30px 20px;
    padding-top: 0px;
}

.helight_home {
    padding-top: 0;
}
.container.main-slide {
    padding-left: 0px;
    padding-right: 0px;
}
.social-sticky {
    top: 65%;
    /*display: none;*/
}
/*div#collapseOne,div#collapseTwo {
    padding-left: 10%;
}*/
.wrp-stat {
    padding: 0px 30px;
    max-width: 400px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
button#myBtn {
    bottom: 100px;
}
.center-mobile{
    text-align: center;
}
.long_menu ul.sub-menu {
    width: 100%!important;
}
#mg-wprm-wrap li.menu-item a {
    width: 100%!important;
}

.menu-footer h4, .big-ft-menu ul li {
    text-align: left;
}

.org-name-commander {
    font-size: 16px;
}
.org-name {
    font-size: 10px;
}
.home .triangle {
    height: 110px;
}
.wpdm-all-packages-table.table tr td {
    border-top: 0px solid rgba(222, 226, 230, 0.9) !important;
    padding: 5px 15px;
}
p.center {
    text-indent: 0px!important;
}

.mobile-menu .menu .menu-item-has-children:hover > a:after {
    color: #c46e75;
}
}

@media (max-width: 799px){
.w3eden tr {
    border: 1px solid rgba(0,0,0,0.3) !important;
}
}
@media screen and (max-width: 993px) {
    .event-home .content-event .bg-content-event h4, .event-home .content-event .bg-content-event h4 a {
        font-size: 22px;
    }
}
@media screen and (max-width: 767px){

body.home {
    background-color: #cf757e;
}
.call-footer {
    text-align: center;
}  
.site-footer .social {
    text-align: center;
}
.site-footer a {
    font-size: 14px;
}
.site-footer h4, .site-footer .big-ft-menu a {
    font-size: 14px;
}
.site-footer p{
    font-size: 14px;
}
.site-footer .info p{
    font-size: 12px;
}

.page-content .content h1 {
    font-size: 34px!important;
}
.page-content .content h2 {
    font-size: 24px!important;
}

.h2, h2 {
    font-size: 22px;
}
.title-home h2 {
    font-size: 26px;
}
.title-home h2 span {
    padding: 0px 15px;
}
.title-home h2 span:after {
    right: -40px;
    height: 25px;
    width: 25px;
}
.title-home h2 span:before {
    left: -40px;
    height: 25px;
    width: 25px;
}

.social-sticky {
    display: none;
}
.shop_home img {
    max-width: 320px;
}
.container-fluid.p-0.shop_marquee {
    display: block;
}
.marquee span {
    font-size: 80px;
}
.promotion-all {
    position: relative;
    right: 0%;
    width: 100%!important;
    min-height: 100%;
    padding: 0px 0px 0px;
    margin-bottom: 35px;
}
.promotion-all .border-white {
    display: none;
}
.promotion-all h5 {
    position: relative;
}
.promotion-all .content-promotion-all {
    transform: translateY(0%);
}

.home-text .home-text-content h1 {
    font-size: 32px!important;
}
.event-home .content-event .bg-content-event h4, .event-home .content-event .bg-content-event h4 a {
    font-size: 22px;
}
.event-home .content-event .bg-content-event p {
    font-size: 14px;
    color: #67513c;
}
#update-event > .container {
    padding-left: 0px;
    padding-right: 0px;
}
#update-event > .container .event-home  .row > .col-lg-6:nth-child(1) {
    padding-left: 0px;
    padding-right: 0px;
}

.mobile-sticky {
    background-color: #cf757e;
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 1111;
}
.mobile-sticky  a{
    color: #fff;
}
.mobile-sticky .row {
    margin: 0px!important;
    /*left: 12.25%;*/
    position: relative;
}
.mobile-sticky .col-3 {
    padding: 5px 0px;
    text-align: center;
    flex: 0 0 33.33%!important;
    max-width: 33.33%!important;
}
.mobile-sticky .col-3 span{
   display: block;
   font-family: 'Poppins','MosseThai-Medium';
   text-transform: uppercase;
   font-size: 12px;
}
.send-bt {
    position: relative;
    text-align: center!important;
}
.wpcf7 .ajax-loader {
    position: absolute;
    top: 10px;
}
.img-contact {
    /*display: none;*/
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.contact-detail {
    width: 100%;
}
.promotion-session .slick-arrow {
    bottom: -60px;
}
.promotion-session .container-fluid:nth-child(1):before {
    opacity: 0;
}
.promotion-session .container-fluid:nth-child(1):after {
    opacity: 0;
}

.home-banner ul.slick-dots {
    right: 22px;
    transform: translateY(-45vh);
}
.home-banner .slick-prev {
    right: 20px;
    width: 22px;
    opacity: 0.5;
}
.home-banner .slick-next {
    right: 20px;
    width: 22px;
    opacity: 0.5;
}
.ig_content {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.text_ig {
    padding: 10px;
}
.text_ig > .row {
    margin-top: 10%;
    transform: translateY(-50%);
    position: relative;
}
.text_ig .col-6 {
    padding: 0;
}
.text_ig > p {
    font-size: 12px;
    max-height: 70px;
    overflow: hidden;
}
.event-home .view_all {
    padding-left: 30px;
    padding-right: 30px;
}
.promotion-all-bg {
    padding-top: 25px;
}
.page-content {
    padding-top: 80px!important;
}



.site-footer {
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 50px;
}
#hero {
    margin-bottom: 35px;
}
iframe{
    width: 100%;
    height: 220px;
}
.slider_arrow.slick-initialized.slick-slider {
    margin-left: -10px;
    margin-right: -10px;
}
.slider_arrow .slick-slide {
  margin: 0 10px;
}
.deputy-commander .slick-prev {
    left: 10px;
}
.deputy-commander .slick-next {
    right: 10px;
}
.home-banner-bottom.slick-initialized.slick-slider{
    margin-left: -5px;
    margin-right: -5px;
}
.home-banner-bottom .slick-slide {
  margin: 0 10px;
}
body{
    overflow-x: hidden!important;
}
body.home .home-all ,body .site-main{
    overflow-x: hidden!important;
}
p.center{
    text-indent: 0px!important;
}
.over-width .menu {
    width: 100%;
}
.home .triangle {
    height: 50px;
    background-position: bottom;
    background-size: cover;
}
.menu-footer h4,.big-ft-menu ul li{
    text-align: left;
}
.hilight-news > .container > .row{
    margin-right: 0px;
    margin-left: 0px;
}
.banner-caption .col-md-2{
    text-align: right!important;
}
.banner-caption .col-md-2 h5 {
    margin-bottom: 0;
}
.deputy-commander p {
    font-size: 14px;
}
.site-footer .logo-footer {
    margin-bottom: 35px;
    margin-top: 35px;
}
.post-detail p ,.home_slider p{
    font-size: 14px;
}
.post-detail h4 a ,.home_slider h4{
    font-size: 16px;
}
.categories-list-select {
    margin-top: 20px;
}
.content {
    padding-top: 0px;
    overflow: hidden;
}
.page-template-event-promotion .content {
    padding: 35px 0px!important;
}



.post-22470 .org-commander {
    width: 50%!important;
}
.post-22470 .org-chart .org-row {
    font-size: 12px;
    width: 45%;
}
.post-22470 .org-name-commander {
    font-size: 14px!important;
}
.post-22470 .org-chart-scroll {
    margin-top: 0px;
    margin-bottom: 0px;
}
.post-22470 .org-chart-scroll {
    transform: unset;
    width: 100%;
}
.post-22470 .zoom-org {
    display: none;
}

.triangle {
    width: 100%;
    height: 60px;
}
.social-sticky {
    top: unset;
    position: absolute;
    z-index: 9999;
    bottom: 30px;
    width: 100%;
    left: 0px;
}
.social-sticky ul {
    text-align: center;
}
.social-sticky ul li{
    display: inline-block;
    margin: 0px 5px;
}
.social-sticky ul i {
    color: #fff;
}




.post-list-all .category-name span {
    font-size: 12px;
    padding: 5px 10px;
    margin-right: 0px;
}
.col-12.post-list-all {
    margin-bottom: 20px;
    border-bottom: 1px solid #efeef6;
}
.announcement_all h5 a {
    font-size: 14px;
}
.announcement_all .readmore a {
    font-size: 12px;
}
.announcement_all p.date {
    font-size: 12px;
}
.announcement_all .category-name {
    text-align: right;
}
.announcement_all .col-5.col-md-3 {
    text-align: right;
}
.announcement_all p.readmore {
    text-align: right;
}
.hilight-news .slick-arrow{
    display: none!important;
}
.hilight-news .category-name{
    margin-top: 20px;
}
.share-post .seed-social {
    width: 30px;
    top: 0px;
}
.share-post .dropdown-menu {
    min-width: auto;
    width: 30px;
    top: -10px!important;
    left: 0px!important;
}
.hilight-news .share-post .dropdown-menu {
    left: 12px!important;
}
.seed-social>li {
    margin-right: 3px;
}
.post-grid-all .share-post {
    /*left: 20px;*/
}
.entry-header h1.entry-title {
    font-size: 1.3rem;
}
.post.category-40 .entry-content table td,.post.category-40 .entry-content table td th {
    width: 100%;
    display: block;
}
.single-post .entry-content table td img {
    width: 100%;
}
.middle-home .slider_dot .slick-dots {
    display: none!important;
}
.home-banner-two-col.row {
    margin-bottom: 0px;
    padding: 0px;
}
.home-banner-two-col.row .col-md-6{
    margin-bottom: 35px;
}
.hilight-news > .container{
    padding: 0px;
}
.home-all{
    /*overflow-x: hidden!important;*/
}
.parent-pageid-22469 .entry-content p {
    text-align: left;
}

.swipebox-video-container {
    max-width: 95%!important;
    padding: 0px!important;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    padding-bottom: 76.25% !important;
}
.call-footer h4{
    text-align: center;
}
.event-home .content-event .bg-content-event:before {
    /*display: none;*/
    width: 100%;
    height: 100%;
    left: 0%;
    top: -100%;
}
.event-home .content-event .bg-content-event {
    padding: 0px 30px;
}
div#update-event {
    background-image: unset!important;
}
.content-promotion-all h2 br {
    /*display: none;*/
}
.promotion-home .slick-list.draggable {
    margin-left: 10%;
    padding-right: 10%;
}
.promotion-session .container-fluid:nth-child(2):before {
    bottom: 30px;
}
.promotion-session .container-fluid:nth-child(2):after {
    bottom: 30px;
}
.promotion-session .promotion-slide {
    background-color: transparent;
    padding: 0px 2px;
}
.promotion-session:before{
    top: 0px;
    background-size: 600px;
}
.promotion-session{
    background-image: unset!important;
}
#follow_ig .title-home h2 ,#follow_ig .title-home h4{
    text-transform: unset;
}
#follow_ig .title-home h4, .title-home h5 a,.promotion-all h5 a,.event-home .view_all a{
    font-size: 14px!important;
}
#follow_ig .container-fluid{
    padding-left: 0px;
    padding-right: 0px;
}
#follow_ig .title-home h4 a:after {
    top: 0%;
}
.row.google-map {
    margin-top: 0px;
}
.slide-banner-img ,.normal-section.home-text,.normal-section.home-text .container{
    height: 85vh!important;
}
.home-text .home-text-content img {
    max-width: 50px;
}
.promotion-all-bg h2{
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
}
.wrp-search-form input[type="text"] {
    max-width: 260px;
}

.page-content .content h2 {
    letter-spacing: 2px!important;
}
.normal-section.post_title_top.event-session {
    padding: 0px 0px;
    padding-top: 35px;
    margin-top: 45px;
}
.page-content p {
    font-size: 14px;
}
}

@media screen and (max-width: 667px) {
    .slick-slider .slick-dots li {
        width: 7px!important;
        height: 7px!important;
    }
}

@media screen and (max-width: 576px) and (min-width: 481px) {
.page-template-org-chart .container {
    max-width: 440px;
}
.org-chart-scroll {
    transform: scale(0.45,0.45) translate(-71%,0px);
    /*margin-top: -33%;
    margin-bottom: -45%;*/
    margin-top: -25%;
    margin-bottom: -25%;
}
.post-22474 .org-chart-scroll {
    margin-top: -5%;
    margin-bottom: -15%;
}
.page-template-org-chart-all .org-chart-scroll {
    transform: scale(0.4,0.40) translate(-71%,0px);
}
}

@media screen and (max-width: 480px){
.org-chart-scroll {
    transform: scale(0.4,0.4) translate(-82%,0px);
    margin-top: -30%;
    margin-bottom: -35%;
}
.page-template-org-chart-all .org-chart-scroll {
    transform: scale(0.3,0.3) translate(-112%,0px);
    margin-top: -30%;
    margin-bottom: -35%;
}

.post-22474 .org-chart-scroll {
    margin-top: -5%;
    margin-bottom: -15%;
}
.home .deputy-commander .slick-slider .slick-slide a {
    max-height: 180px;
}
.other-selected-inside .wpcf7-list-item {
    width: 100%;
}
}
@media screen and (max-width: 375px){
#wprmenu_bar .bar_logo {
    height: 40px!important;
    margin-top: 5px;
}
.org-chart-scroll {
    transform: scale(0.4,0.4) translate(-85%,0px);
}
}
@media screen and (max-width: 340px){
/*.page-id-38454 .org-chart-scroll {*/
.org-chart-scroll {
    transform: scale(0.35,0.35) translate(-105%,0px);
}
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
    padding-right: 0px!important;
}

i.fas.fa-search-plus.minus-icon.fa-search-plus:before {
    content: "\f010"!important;
}
.entry-header h1.entry-title {
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
}
.comments-area{
    display: none;
    visibility: hidden;
}
/*.vdo_home {
    display: none;
}*/
.hide{
    display: none;
}
.post-detail h4 a br{
    display: none;
}